.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.lds-ripple div {
  position: absolute;
  border: 4px solid #00298a;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1.2s cubic-bezier(0, 0.2, 0.8, 1) infinite; }

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s; }

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animate__animated.animate__delay {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

@-webkit-keyframes flash {
  from,
    50%,
    to {
    opacity: 1; }
  25%,
    75% {
    opacity: 0; } }
@keyframes flash {
  from,
    50%,
    to {
    opacity: 1; }
  25%,
    75% {
    opacity: 0; } }
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0; } }
#cookie-bar {
  background: white;
  height: auto;
  color: #6e99ff;
  text-align: center;
  z-index: 999;
  font-size: 14px; }
  #cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
    #cookie-bar.fixed.bottom {
      bottom: 0;
      top: auto;
      z-index: 9999999; }
  #cookie-bar p {
    margin: 0;
    padding: 5px 0; }
  #cookie-bar a {
    color: #6e99ff;
    text-decoration: underline; }
    #cookie-bar a:hover {
      color: #6e99ff; }
  #cookie-bar .cb-enable {
    color: #6e99ff;
    display: inline-block;
    border-radius: 6px;
    text-decoration: none;
    margin-left: 20px;
    padding: 2px 15px;
    background: transparent;
    border: 2px solid #6e99ff; }
    #cookie-bar .cb-enable:hover {
      background: #2e6cff;
      color: white; }
    @media (max-width: 64em) {
      #cookie-bar .cb-enable {
        margin-top: 5px; } }
  #cookie-bar .cb-disable {
    background: black; }
    #cookie-bar .cb-disable:hover {
      background: black; }
  #cookie-bar .cb-policy {
    background: black; }
    #cookie-bar .cb-policy:hover {
      background: black; }

@font-face {
  font-family: 'UK Number Plate';
  src: url("../assets/fonts/UKNumberPlate.woff2") format("woff2"), url("../assets/fonts/UKNumberPlate.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../assets/fonts/MaterialIcons-Regular.ttf") format("truetype");
  font-display: swap; }
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.bg-danger-50 {
  background: #ffeff1; }

.gated-check-bar {
  padding: 8px;
  background-color: #024dff;
  background-image: linear-gradient(69deg, #024dff 0%, #53da72 100%);
  box-shadow: 0 0 0 0.3rem rgba(2, 77, 255, 0.41);
  color: white;
  position: fixed;
  bottom: 0;
  z-index: 10;
  margin: 0 auto 20px;
  border-radius: 100px;
  max-width: 450px;
  left: 0;
  right: 0; }
  @media (max-width: 30em) {
    .gated-check-bar {
      font-size: 14px;
      margin-bottom: 0;
      border-radius: 0;
      border-top-left-radius: 12px;
      border-top-right-radius: 12px; } }
  .gated-check-bar__container {
    justify-content: space-between !important;
    position: relative; }
    .gated-check-bar__container .btn-close {
      position: absolute;
      background: #dc3545;
      opacity: 1;
      border-radius: 50%;
      width: 27px;
      height: 27px;
      top: -25px;
      right: -14px;
      margin: auto;
      color: white;
      text-align: center;
      border: 0;
      align-items: center;
      display: flex;
      justify-content: center;
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); }
      @media (max-width: 30em) {
        .gated-check-bar__container .btn-close {
          top: -25px;
          left: 0;
          right: 0; } }
      .gated-check-bar__container .btn-close .material-icons {
        color: #ffd5d1;
        font-size: 16px; }
  .gated-check-bar span {
    display: inline-block;
    margin: 0 10px;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.21); }
    .gated-check-bar span strong {
      border-bottom: 4px solid rgba(83, 221, 114, 0.8); }
  .gated-check-bar .btn-success {
    border-radius: 100px;
    font-weight: bold;
    background: #53dd72;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    border-color: #9dffb4; }
    .gated-check-bar .btn-success .material-icons {
      vertical-align: middle; }

body {
  color: #565678;
  position: relative; }
  body.solid-nav {
    padding-top: 65px; }
    @media (min-width: 62em) {
      body.solid-nav {
        padding-top: 70px; } }

html {
  max-width: 2000px;
  margin: 0 auto; }

h1, h2, h3, h4, h5 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  margin-bottom: 12px;
  color: #11103E; }

.title-heading {
  margin-bottom: 30px; }

.footer {
  background-color: #00247a;
  color: white;
  padding: 0 0 80px 0; }
  .footer a {
    color: #92b2ff; }
  .footer h5 {
    font-size: 18px;
    color: white; }
  .footer address span {
    display: block; }
  .footer__app {
    margin-top: 15px;
    margin-bottom: 15px; }
    .footer__app p {
      margin: 10px 0; }
    .footer__app hr {
      background-color: #3c5db0; }
  .footer__logo {
    height: 25px; }
  .footer__social {
    padding: 0;
    margin: 0 0 25px 0; }
    .footer__social li {
      display: inline-block;
      list-style: none;
      margin-right: 7px; }
  .footer__menu {
    padding: 0 0 20px 0;
    margin: 0; }
    .footer__menu-container {
      padding-top: 30px;
      padding-bottom: 30px; }
    .footer__menu li {
      list-style: none; }
      .footer__menu li a {
        color: #92b2ff;
        margin-bottom: 10px;
        display: block; }
  .footer__disclaimer {
    font-size: 13px;
    color: #3c5db0; }
    .footer__disclaimer a {
      opacity: 0.4; }
    .footer__disclaimer hr {
      opacity: 0.4;
      background-color: #3c5db0; }

#promo_bar {
  color: #1f412f;
  background-color: #85FFBD;
  background-image: linear-gradient(45deg, #85FFBD 0%, #FFFB7D 100%);
  border: none; }
  #promo_bar .material-icons {
    vertical-align: middle;
    position: relative;
    bottom: 2px; }

#promo_bar--dark {
  color: white;
  background-color: #161616;
  background-image: linear-gradient(45deg, #161616 0%, #3b3b3b 52%, #161616 90%);
  border: none; }
  #promo_bar--dark .copy {
    background-color: #FAD961;
    background-image: linear-gradient(225deg, #FAD961 0%, #F76B1C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  #promo_bar--dark .material-icons {
    color: #F76B1C;
    vertical-align: middle;
    position: relative;
    bottom: 2px; }

@media (max-width: 61.9375em) {
  .navbar {
    max-height: 100vh;
    overflow-x: scroll; } }
.navbar__logo {
  margin-right: 25px; }
  .navbar__logo img {
    height: 20px;
    float: left; }
.navbar__scroll, .navbar__solid {
  background-color: #00298a;
  z-index: 999; }
.navbar__external {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  max-width: 2000px; }
  .navbar__external .navbar {
    padding: 15px;
    transition: background-color 0.5s ease; }
    @media (max-width: 61.24em) {
      .navbar__external .navbar {
        background-color: #00298a; } }
    @media (min-width: 48em) {
      .navbar__external .navbar {
        padding: 15px 80px; } }
    @media (min-width: 61.25em) and (max-width: 71.875em) {
      .navbar__external .navbar {
        background-color: #00298a; } }
    .navbar__external .navbar a {
      color: #c7e2ff; }
    .navbar__external .navbar .navbar-toggler {
      margin: 0;
      padding: 0; }
    .navbar__external .navbar .material-icons {
      color: white;
      font-size: 30px; }
    .navbar__external .navbar-collapse input[name="vrm"] {
      max-width: 155px;
      font-family: 'UK Number Plate',Arial Narrow Bold,sans-serif;
      letter-spacing: 0.5px; }
.navbar-nav .dropdown-menu {
  overflow: hidden; }
  .navbar-nav .dropdown-menu .dropdown-divider {
    height: 1.2px; }
  .navbar-nav .dropdown-menu .dropdown-item {
    color: #011f67; }
    .navbar-nav .dropdown-menu .dropdown-item:hover, .navbar-nav .dropdown-menu .dropdown-item:focus {
      background-color: #c7e2ff;
      color: #011f67; }
.navbar.navbar__report-menu {
  padding: 0;
  background: #00206d; }
  .navbar.navbar__report-menu a {
    display: block;
    width: 100%;
    padding: 5px 15px; }
    .navbar.navbar__report-menu a:hover, .navbar.navbar__report-menu a:active, .navbar.navbar__report-menu a:focus {
      text-decoration: none;
      color: white; }
  @media (min-width: 768px) {
    .navbar.navbar__report-menu {
      display: none; } }

.dropdown__feature .dropdown-menu {
  box-shadow: 0 1px 6px 0 rgba(13, 12, 84, 0.04), 0 6px 22px 0 rgba(13, 12, 84, 0.08);
  border-radius: 10px;
  border: 0; }
  @media (min-width: 62em) {
    .dropdown__feature .dropdown-menu {
      min-width: 600px;
      padding: 0; } }
  .dropdown__feature .dropdown-menu .nav {
    padding: 0.6rem 0; }
    .dropdown__feature .dropdown-menu .nav-link {
      padding: 0.3rem; }
    .dropdown__feature .dropdown-menu .nav__wide .nav-item--static {
      color: #024dff;
      padding: 0.5rem 0 0.3rem 0.5rem; }
    .dropdown__feature .dropdown-menu .nav__wide .nav-item a:hover .homepage__features-col__icon-wrapper {
      background-color: #00298a; }
    .dropdown__feature .dropdown-menu .nav__wide-side .nav-item--static {
      margin-top: 10px; }
    .dropdown__feature .dropdown-menu .nav-item {
      padding-top: 5px;
      padding-bottom: 5px; }
      .dropdown__feature .dropdown-menu .nav-item--static {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold; }
      .dropdown__feature .dropdown-menu .nav-item a {
        color: #11103E; }
      .dropdown__feature .dropdown-menu .nav-item .homepage__features-col__icon-wrapper {
        margin-right: 10px; }
      .dropdown__feature .dropdown-menu .nav-item .title {
        font-weight: bold; }
.dropdown__feature-secondary {
  background-color: #f0f0f0;
  height: 100%;
  border-radius: 0 10px 10px 0; }
  .dropdown__feature-secondary .material-icons {
    vertical-align: middle;
    color: #11103E;
    font-size: 22px !important;
    bottom: 1px;
    position: relative; }
@media (min-width: 62em) {
  .dropdown__feature--single .dropdown-menu {
    min-width: 400px; } }
.dropdown__feature--single .dropdown-item {
  padding: 15px; }

.form-inline__updated {
  margin-right: 10px; }
  .form-inline__updated input, .form-inline__updated button {
    transition: all 0.2s ease-in-out; }
  .form-inline__updated input {
    border-radius: 20px;
    background-color: #3561c6;
    border-color: #94b0f2; }
    .form-inline__updated input:focus {
      background-color: white; }
      .form-inline__updated input:focus::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #6b757d;
        opacity: 1;
        /* Firefox */ }
      .form-inline__updated input:focus:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #6b757d; }
      .form-inline__updated input:focus::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #6b757d; }
    .form-inline__updated input::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #c0d3ff;
      opacity: 1;
      /* Firefox */ }
    .form-inline__updated input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #c0d3ff; }
    .form-inline__updated input::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #c0d3ff; }
  .form-inline__updated button {
    border-radius: 0 20px 20px 0;
    border-left: 0; }
  .form-inline__updated--active input {
    color: #c0d3ff; }
  .form-inline__updated--active button {
    background-color: #3561c6;
    border-color: #94b0f2;
    color: white; }
    .form-inline__updated--active button:hover {
      background-color: #3561c6;
      border-color: #94b0f2; }
  .form-inline__updated:hover input, .form-inline__updated:hover button {
    border-color: #28a745; }

.dropdown-item--nowrap {
  white-space: normal; }
.dropdown__account .material-icons {
  position: relative;
  font-size: 38px !important; }
.dropdown__account .dropdown-item {
  color: #011f67 !important; }
.dropdown__account .dropdown-toggle {
  padding: 0;
  line-height: 0; }
  .dropdown__account .dropdown-toggle:after {
    display: none; }

.alert-help {
  background-color: #f5f7fb; }
  .alert-help h1, .alert-help h2, .alert-help h3, .alert-help h4, .alert-help h5, .alert-help h6, .alert-help p {
    font-family: "Rubik", sans-serif;
    color: #565678;
    font-weight: 400;
    margin: 0; }
  .alert-help h5 {
    font-size: 1.20rem;
    margin: 10px 0; }

.sidebar-wrapper {
  height: calc(100vh - 65px);
  margin-left: -14rem;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  background-color: #F6F8FA;
  border-right: 1px solid rgba(17, 16, 62, 0.12);
  position: sticky;
  position: -webkit-sticky;
  top: 65px;
  /* required */ }
  @media (max-width: 48em) {
    .sidebar-wrapper {
      top: 0;
      position: fixed;
      z-index: 999;
      width: 100%;
      margin: 0;
      transform: translateX(-100%);
      -webkit-transform: translateX(-100%); }
      .sidebar-wrapper #report__sidebar {
        width: 100%; } }
  .sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem; }
  .sidebar-wrapper .list-group {
    width: 18rem;
    padding: 0 0 15px 0;
    overflow-y: auto;
    max-height: calc(100vh - 65px);
    display: block !important; }
    @media (max-width: 64.0625em) {
      .sidebar-wrapper .list-group {
        width: 14rem; } }
    .sidebar-wrapper .list-group-item {
      background-color: transparent;
      font-family: "Rubik", sans-serif;
      font-size: 18px;
      padding: 15px 20px;
      color: #565678;
      border: none;
      -webkit-transition: all .25s ease-out;
      -moz-transition: all .25s ease-out;
      -o-transition: all .25s ease-out;
      transition: all .25s ease-out; }
      @media (max-width: 64.0625em) {
        .sidebar-wrapper .list-group-item {
          font-size: 16px;
          padding: 10px 15px; } }
      .sidebar-wrapper .list-group-item.active {
        background-color: #b9ceff;
        color: #00298a; }
      .sidebar-wrapper .list-group-item:hover {
        background-color: #d5d8da;
        color: #565678; }

#page-content-wrapper {
  min-width: 100vw; }

#wrapper.toggled .sidebar-wrapper {
  margin-left: 0; }

.sidebar__list-group {
  font-size: 20px;
  padding-top: 25px !important;
  padding-bottom: 25px !important; }
  .sidebar__list-group h4 {
    font-size: 20px;
    margin: 0 0 5px 0; }
    @media (max-width: 64.0625em) {
      .sidebar__list-group h4 {
        font-size: 16px; } }
    @media (max-width: 30em) {
      .sidebar__list-group h4 {
        padding-right: 35px; } }
  .sidebar__list-group .numberplate {
    float: left; }
  .sidebar__list-group small {
    margin-bottom: 5px;
    display: block; }

.sidebar__open .sidebar.sidebar-wrapper {
  transform: translateX(0);
  -webkit-transform: translateX(0); }
.sidebar__close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 25px 15px;
  z-index: 9999; }
  .sidebar__close i {
    font-size: 30px; }
  @media (min-width: 48em) {
    .sidebar__close {
      display: none; } }

@media (min-width: 768px) {
  .sidebar-wrapper {
    margin-left: 0; }

  #page-content-wrapper {
    min-width: 0;
    width: 100%; }

  #wrapper.toggled .sidebar-wrapper {
    margin-left: -14rem; } }
.modal-backdrop.show {
  opacity: .8; }

#upgrade-modal .modal-dialog {
  max-width: 800px;
  margin: 0 auto; }
  @media (max-width: 47.9375em) {
    #upgrade-modal .modal-dialog {
      max-width: 400px; } }
#upgrade-modal .modal-body {
  padding: 0; }
  @media (max-width: 30em) {
    #upgrade-modal .modal-body {
      padding-right: 0;
      padding-left: 0; } }
#upgrade-modal .modal-content, #upgrade-modal .modal-dialog {
  padding: 0 !important; }

.upgrade-modal .close {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 0.3;
  z-index: 1; }
  @media (max-width: 47.9375em) {
    .upgrade-modal .close {
      opacity: 1; }
      .upgrade-modal .close span {
        color: white; } }
.upgrade-modal .row {
  margin-right: 0;
  margin-left: 0; }
.upgrade-modal__content {
  padding: 0 15px 15px 15px; }
  @media (max-width: 47.9375em) {
    .upgrade-modal__content {
      text-align: center; }
      .upgrade-modal__content h1, .upgrade-modal__content h2, .upgrade-modal__content h3, .upgrade-modal__content h4, .upgrade-modal__content h5 {
        text-align: center; } }
  .upgrade-modal__content .dismiss {
    color: grey;
    margin: 7px 0 0 0;
    display: inline-block;
    min-width: 250px;
    text-align: center;
    font-size: 13px; }
.upgrade-modal__image {
  height: 370px;
  background-image: url("../img/reg-thumbnail-modal.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  border-radius: .3rem 0 0 .3rem; }
  @media (max-width: 47.9375em) {
    .upgrade-modal__image {
      height: 300px; } }
  .upgrade-modal__image .badge {
    font-size: 100%;
    position: absolute;
    background-color: #e84a59;
    animation-duration: 0.6s; }
  .upgrade-modal__image .bp-1 {
    top: 25px;
    right: 23%;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .upgrade-modal__image .bp-2 {
    top: 65px;
    right: 14%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  .upgrade-modal__image .bp-3 {
    top: 105px;
    left: 25%;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s; }
  .upgrade-modal__image .bp-4 {
    top: 65px;
    left: 5%;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
.upgrade-modal__content .btn {
  min-width: 250px;
  border-radius: 25px;
  font-family: "Rubik", sans-serif; }
@-webkit-keyframes highlightereffect {
  0% {
    opacity: 1;
    background-position: 0 0; }
  100% {
    opacity: 1;
    background-position: -100% 0; } }
.upgrade-modal__content .highlighter {
  display: inline-block;
  background-color: #e84a59;
  color: white;
  padding: 0 4px; }

.ulez-modal__heading, .ulez-modal__sub {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px; }
.ulez-modal .bg-success h6 {
  color: white; }
.ulez-modal .badge-pill {
  background: transparent;
  border: 1.5px solid;
  color: #28a745;
  padding-right: 0.8rem;
  padding-left: 0.8rem; }
.ulez-modal .badge-pill.badge-success {
  border-color: #28a745;
  color: #28a745; }
.ulez-modal .badge-pill.badge-secondary {
  border-color: #6c757d;
  color: #6c757d; }
.ulez-modal ul {
  padding: 0 0 0 15px; }

.input-group--primary {
  padding: 15px;
  background: white;
  border-radius: 15px;
  max-width: 420px; }
  .input-group--primary .form-control {
    border: 0;
    text-transform: uppercase;
    font-size: 26px;
    font-family: uk number plate,Arial Narrow Bold,sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    outline: 0;
    padding: 0 0 0 5px;
    height: 39px; }
    .input-group--primary .form-control:focus, .input-group--primary .form-control:active {
      box-shadow: none;
      border: none; }
  .input-group--primary .btn {
    border-radius: 8px !important;
    padding-right: 20px;
    padding-left: 20px; }

.btn--new {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 10px; }
  .btn--new.btn-lg {
    font-size: 22px;
    padding: 15px 25px;
    border-radius: 15px; }
.btn-primary {
  background-color: #024dff; }

.btn-warning {
  color: #212529;
  background-color: #ffc107 !important;
  border-color: #ffc107 !important; }

.numberplate {
  background-color: #ffd400;
  color: black;
  font-family: 'UK Number Plate',Arial Narrow Bold,sans-serif;
  font-size: 46px;
  display: block;
  line-height: normal;
  padding: 3px;
  border-radius: 5px;
  max-width: 215px;
  text-align: center;
  margin: 0 auto; }
  .numberplate--small {
    font-size: 26px;
    display: block;
    line-height: normal;
    padding: 5px;
    border-radius: 5px;
    height: auto;
    min-width: 150px;
    text-align: center;
    margin: 0;
    max-width: 100px; }
  .numberplate--small-white {
    background-color: white;
    border: 1px solid #dfdfdf;
    font-size: 26px;
    display: block;
    line-height: normal;
    padding: 5px;
    border-radius: 5px;
    height: auto;
    min-width: 150px;
    text-align: center;
    margin: 0;
    max-width: 100px; }

.blurred-container {
  filter: blur(10px);
  -webkit-filter: blur(10px); }

.container__content {
  padding-top: 50px;
  padding-bottom: 50px; }

.table {
  color: inherit; }
  .table td {
    width: 25%;
    border-bottom: 1px solid #ebeff9; }
  .table tr:first-child {
    border-top: 1px solid #ebeff9; }
    .table tr:first-child .table-light {
      border-top: 1px solid #cdd8f1; }
  .table tr td:first-child {
    padding-left: 0; }
  .table-light {
    background-color: #f5f7fb;
    border-bottom: 1px solid #cdd8f1 !important; }
  @media (max-width: 30em) {
    .table-responsive-2 td {
      width: 100% !important;
      display: block !important; } }
  @media (max-width: 61.24em) {
    .table-responsive-4 tr:first-child {
      border-top: none !important; }
      .table-responsive-4 tr:first-child td:first-child {
        border-top: 1px solid #ebeff9 !important; }
      .table-responsive-4 tr:first-child td:nth-child(2) {
        border-top: 1px solid #cdd8f1 !important; } }
    @media (max-width: 61.24em) and (max-width: 30em) {
      .table-responsive-4 tr:first-child td:nth-child(2) {
        border-top: none !important; } }
  @media (max-width: 61.24em) {
    .table-responsive-4 td {
      width: 50% !important;
      display: inline-block;
      border-top: none !important; }
      .table-responsive-4 td:not(.table-light) {
        padding-left: 0; } }
  @media (max-width: 61.24em) and (max-width: 30em) {
    .table-responsive-4 td {
      width: 100% !important;
      display: block !important; } }

.empty-state--report .empty-state__icon {
  font-size: 36px; }
.empty-state__icon {
  font-size: 70px;
  background: #babacc;
  border-radius: 50%;
  padding: 20px;
  margin: 0 auto 30px auto; }
.empty-state h2, .empty-state h3, .empty-state h4, .empty-state h5 {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto; }

.stats {
  background-color: rgba(0, 44, 146, 0.5);
  padding: 5px 10px;
  border-radius: 25px;
  color: white;
  font-size: 75%;
  display: inline-block; }

.value-prop {
  background-color: #00298a;
  background-image: linear-gradient(145deg, #024dff 0%, #00298a 100%);
  padding: 100px 4vw;
  border-radius: 40px;
  color: white; }
  @media (max-width: 61.9375em) {
    .value-prop {
      padding: 40px 4vw;
      border-radius: 20px; } }
  .value-prop h1, .value-prop h2, .value-prop h3, .value-prop h4, .value-prop h5 {
    color: white; }
  @media (max-width: 30em) {
    .value-prop .input-group--primary .btn {
      padding-right: 8px;
      padding-left: 8px; } }

.accent-heading {
  color: #024dff; }

.pricing__row {
  margin-top: 60px; }
.pricing__price__wrapper {
  margin-bottom: 12px; }
  .pricing__price__wrapper h5 {
    color: gray; }
  .pricing__price__wrapper h2, .pricing__price__wrapper h3, .pricing__price__wrapper h4, .pricing__price__wrapper h5, .pricing__price__wrapper h6 {
    margin-bottom: 0; }
.pricing__card {
  border: 0;
  padding: 64px 32px 40px 32px;
  border-radius: 24px;
  box-shadow: 0 1px 6px 0 rgba(13, 12, 84, 0.02), 0 6px 22px 0 rgba(13, 12, 84, 0.04); }
  @media (max-width: 61.9375em) {
    .pricing__card {
      padding: 40px 15px;
      margin-top: 20px;
      margin-bottom: 20px; } }
  .pricing__card h4 {
    color: #024dff;
    font-weight: 400; }
  .pricing__card ul {
    padding: 0;
    margin: 0; }
    .pricing__card ul li {
      font-family: "Rubik", sans-serif;
      font-weight: 400;
      list-style: none;
      display: block;
      font-size: 18px;
      margin: 15px 0;
      position: relative;
      padding-left: 36px; }
      .pricing__card ul li:before {
        content: "";
        width: 27px;
        height: 27px;
        background-image: url("../img/check.svg");
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        position: absolute;
        top: 0;
        left: 0; }

.badge-pill.badge-alt {
  padding: 0.45em 0.8em;
  font-size: inherit;
  border: 2px solid #d6d8da;
  margin-bottom: 5px; }

.blur-upgrade {
  filter: blur(3px);
  -webkit-filter: blur(3px); }

@media (max-width: 30em) {
  .report .container__content {
    padding-left: 0;
    padding-right: 0; } }
.report__card {
  margin-bottom: 40px; }
  .report__card--finance {
    background-color: #edf2ff;
    border-radius: 10px; }
  .report__card--temp-insurance {
    background-color: #edf2ff;
    border-radius: 10px; }
  .report__card > .card-header {
    background-color: #00298a;
    padding: 15px; }
    .report__card > .card-header .card-title {
      margin: 0;
      color: white; }
  .report__card-box {
    border-radius: .25rem;
    margin: 0 !important; }
    .report__card-box .card-body {
      padding: 15px; }
    .report__card-box h4 {
      margin: 0;
      color: white;
      font-size: 18px; }
    .report__card-box p {
      font-size: 14px; }
  .report__card--summary__vehicle-image small {
    display: block;
    text-align: center;
    opacity: 0.4;
    font-size: 12px; }
  .report__card--summary__vehicle-details h4 {
    margin-bottom: 5px; }
  .report__card--summary__vehicle-details h5 {
    opacity: 0.6; }
  .report__card--summary__vehicle-summary {
    padding-top: 15px; }
  .report__card--summary__meta p {
    opacity: 0.6;
    color: grey;
    font-size: 12px;
    margin: 0; }
    @media (max-width: 48em) {
      .report__card--summary__meta p {
        text-align: left !important; } }
  .report__card--all-checks .col-lg-6 {
    padding-top: 7px;
    padding-bottom: 7px; }
  .report__card--all-checks .list-group {
    height: 100%; }
    .report__card--all-checks .list-group-item {
      min-height: 100%;
      display: flex;
      align-items: center; }
      .report__card--all-checks .list-group-item:first-child {
        width: 65%;
        font-weight: bold; }
      .report__card--all-checks .list-group-item:last-child {
        width: 35%;
        justify-content: center; }
  .report__card--warning {
    background-color: #fff9d5;
    border: none;
    border-radius: 10px; }
    .report__card--warning ul {
      padding: 0 0 0 25px;
      margin: 0; }
      .report__card--warning ul li {
        list-style: none;
        margin-bottom: 10px;
        position: relative;
        color: #563400; }
        .report__card--warning ul li .material-icons {
          color: #00cc8f;
          font-size: 19px;
          position: absolute;
          top: 3px;
          left: -25px; }
        .report__card--warning ul li:last-child {
          margin-bottom: 0; }
  .report__card--spec .table {
    color: inherit; }
    .report__card--spec .table td {
      width: 25%;
      border-bottom: 1px solid #ebeff9; }
    .report__card--spec .table tr:first-child {
      border-top: 1px solid #ebeff9; }
    .report__card--spec .table tr td:first-child {
      padding-left: 0; }
  .report__card--spec .table-light {
    background-color: #f5f7fb;
    border-bottom: 1px solid #cdd8f1 !important; }
  .report__card--costs__banding {
    margin: 0;
    padding: 0; }
    .report__card--costs__banding li {
      background-color: #d0d0d0;
      list-style-type: none;
      padding: 5px;
      margin: 5px 0;
      height: 47px;
      align-items: center;
      position: relative; }
      .report__card--costs__banding li .tip {
        width: 0px;
        height: 0px;
        border-top: 23px solid transparent;
        border-bottom: 24px solid transparent;
        border-left: 20px solid;
        position: absolute;
        right: -20px; }
      .report__card--costs__banding li small {
        font-weight: bold;
        color: white; }
      .report__card--costs__banding li:nth-child(1) {
        width: 12%;
        background-color: #03A64F; }
        .report__card--costs__banding li:nth-child(1) .tip {
          border-left-color: #03A64F; }
      .report__card--costs__banding li:nth-child(2) {
        width: 26%;
        background-color: #4EB648; }
        .report__card--costs__banding li:nth-child(2) .tip {
          border-left-color: #4EB648; }
      .report__card--costs__banding li:nth-child(3) {
        width: 40%;
        background-color: #A6CE39; }
        .report__card--costs__banding li:nth-child(3) .tip {
          border-left-color: #A6CE39; }
      .report__card--costs__banding li:nth-child(4) {
        width: 54%;
        background-color: #EADB00; }
        .report__card--costs__banding li:nth-child(4) .tip {
          border-left-color: #EADB00; }
      .report__card--costs__banding li:nth-child(5) {
        width: 68%;
        background-color: #FCB916; }
        .report__card--costs__banding li:nth-child(5) .tip {
          border-left-color: #FCB916; }
      .report__card--costs__banding li:nth-child(6) {
        width: 82%;
        background-color: #f5831f; }
        .report__card--costs__banding li:nth-child(6) .tip {
          border-left-color: #f5831f; }
      .report__card--costs__banding li:nth-child(7) {
        width: 98%;
        background-color: #D80000; }
        .report__card--costs__banding li:nth-child(7) .tip {
          border-left-color: #D80000; }
    .report__card--costs__banding__marker {
      background: #222;
      color: white;
      height: 47px;
      align-items: center;
      display: flex;
      justify-content: center;
      position: relative;
      font-size: 12px; }
      @media (min-width: 48em) {
        .report__card--costs__banding__marker.level-a {
          top: 5px; }
        .report__card--costs__banding__marker.level-b, .report__card--costs__banding__marker.level-c {
          top: 57px; }
        .report__card--costs__banding__marker.level-d, .report__card--costs__banding__marker.level-e {
          top: 109px; }
        .report__card--costs__banding__marker.level-f, .report__card--costs__banding__marker.level-g {
          top: 161px; }
        .report__card--costs__banding__marker.level-h, .report__card--costs__banding__marker.level-i {
          top: 213px; }
        .report__card--costs__banding__marker.level-j, .report__card--costs__banding__marker.level-k {
          top: 265px; }
        .report__card--costs__banding__marker.level-l, .report__card--costs__banding__marker.level-m {
          top: 317px; } }
      @media (min-width: 48em) {
        .report__card--costs__banding__marker .tip {
          width: 0px;
          height: 0px;
          border-top: 23px solid transparent;
          border-bottom: 24px solid transparent;
          border-right: 20px solid #222;
          position: absolute;
          left: -20px; } }
  .report__card--costs .list-group__ved {
    max-width: 300px; }
  .report__card--mot__timeline .alert-danger {
    background-color: #ffeef0;
    border-color: #ffd4d9; }
  @media (max-width: 23.1875em) {
    .report__card--mot__timeline .col-1 {
      padding: 0; } }
  .report__card--mot__timeline .timeline__date {
    margin: 27px 0;
    text-align: right;
    display: none; }
    @media (min-width: 48em) {
      .report__card--mot__timeline .timeline__date {
        display: block;
        margin: 25px 15px 25px 0; } }
  .report__card--mot__timeline .timeline__card {
    position: relative; }
    .report__card--mot__timeline .timeline__card:after {
      content: "";
      width: 12px;
      height: 12px;
      display: block;
      border-radius: 50%;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      left: -52.5px;
      z-index: 1; }
      @media (min-width: 61.25em) {
        .report__card--mot__timeline .timeline__card:after {
          left: -62.5px; } }
    .report__card--mot__timeline .timeline__card--pass:after {
      background-color: #28a745;
      box-shadow: 0 0 0 6px rgba(40, 167, 69, 0.35); }
    .report__card--mot__timeline .timeline__card--failed:after {
      background-color: #dc3545;
      box-shadow: 0 0 0 6px rgba(220, 53, 69, 0.35); }
  .report__card--mot__timeline .col-md-9, .report__card--mot__timeline .col-9 {
    padding-bottom: 30px; }
    .report__card--mot__timeline .col-md-9:after, .report__card--mot__timeline .col-9:after {
      content: "";
      display: block;
      position: absolute;
      height: 100%;
      width: 2px;
      background: #d5d8da;
      top: 0;
      left: -12px; }
    @media (min-width: 61.25em) {
      .report__card--mot__timeline .col-md-9 .card, .report__card--mot__timeline .col-9 .card {
        margin-left: 10px; } }
    .report__card--mot__timeline .col-md-9:last-child, .report__card--mot__timeline .col-9:last-child {
      padding-bottom: 0; }
  .report__card--ownership__timeline {
    margin-bottom: 0; }
    .report__card--ownership__timeline li {
      padding: 25px 0 25px 15px;
      position: relative;
      list-style: none;
      display: flex;
      align-items: center; }
      .report__card--ownership__timeline li:after {
        content: "";
        height: 100%;
        width: 2px;
        background-color: #d5d8da;
        display: block;
        position: absolute;
        left: -20px;
        top: 0; }
      .report__card--ownership__timeline li h5 {
        margin-bottom: 5px; }
      .report__card--ownership__timeline li p {
        margin: 0; }
    .report__card--ownership__timeline-blob {
      display: block;
      position: absolute;
      width: 11px;
      height: 11px;
      background-color: #00298a;
      box-shadow: 0 0 0 4px rgba(0, 41, 138, 0.35);
      left: -25px;
      border-radius: 50%;
      z-index: 1; }
      .report__card--ownership__timeline-blob--count {
        width: 35px;
        height: 35px;
        box-shadow: none;
        text-align: center;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        font-size: 21px;
        left: -37px; }
  .report__card--keeper__timeline li {
    padding: 15px 0 15px 15px; }
  .report__card--keeper__timeline-blob {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px #d5d8da;
    left: -31px;
    border-radius: 50%;
    z-index: 1;
    text-align: center;
    line-height: 25px; }
    .report__card--keeper__timeline-blob.current-keeper {
      background-color: #00298a;
      color: white;
      box-shadow: 0 0 0 3px #00298a;
      font-weight: bold;
      width: 30px;
      height: 30px;
      line-height: 30px;
      left: -34px; }
    .report__card--keeper__timeline-blob--count {
      width: 35px;
      height: 35px;
      box-shadow: none;
      text-align: center;
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold;
      font-size: 21px;
      left: -37px; }
  .report__card--plate td {
    text-align: center;
    vertical-align: middle; }
    .report__card--plate td .numberplate {
      margin: 0 auto; }
  .report__card--valuation__card {
    border-color: #ebeff9 !important; }
    .report__card--valuation__card .card-header {
      background-color: rgba(0, 41, 138, 0.1); }
    .report__card--valuation__card h5 {
      text-align: center; }
.report__content {
  position: relative; }
.report__table--range h5 {
  font-size: 17px; }
.report__table--range .d-flex-align {
  display: flex;
  align-items: center;
  justify-content: space-between; }
.report__table--range thead tr {
  border-top: 0 !important; }
.report__table--range td {
  vertical-align: middle; }
.report__table--range .progress {
  border-radius: 20px;
  margin: 10px; }
  .report__table--range .progress .bg-warning {
    background-color: #FBAB7E;
    background-image: linear-gradient(90deg, #FBAB7E 0%, #F7CE68 100%); }
  .report__table--range .progress .bg-primary {
    background-color: #0093E9;
    background-image: linear-gradient(90deg, #0093E9 0%, #80D0C7 100%); }
  .report__table--range .progress-bar {
    border-radius: 20px; }
.report__table--range .weather {
  padding: .5rem !important; }
  .report__table--range .weather__text {
    display: inline-flex;
    align-items: center; }
  .report__table--range .weather__icon {
    width: 20px;
    margin-right: 10px; }

@media (min-width: 48em) {
  .spec-list__col:nth-of-type(1) {
    border-right: 1px solid #cdd8f1; } }
@media (max-width: 47.9375em) {
  .spec-list__col:nth-of-type(1) .p-3 {
    border-bottom: 1px solid #cdd8f1; } }
.spec-list__accordion {
  background-color: #f5f7fb; }
  .spec-list__accordion .card, .spec-list__accordion .list-group-item {
    border-color: #cdd8f1; }
  .spec-list__accordion .card-header {
    background: #f5f7fb; }
    .spec-list__accordion .card-header h6 {
      font-size: 18px;
      font-weight: bold; }
    .spec-list__accordion .card-header a {
      color: #565678 !important; }
      .spec-list__accordion .card-header a:hover {
        text-decoration: none; }

.mileage-tooltip {
  vertical-align: middle;
  font-size: 22px;
  position: relative;
  bottom: 2px; }

#vid_container {
  position: fixed;
  top: 0;
  left: 0; }

#video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0; }

#gui_controls {
  position: fixed;
  background-color: #024dff;
  /*rgba(255, 0, 0, 0.5);*/
  z-index: 2;
  bottom: 0; }

#video_overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: #111; }

.cam-button {
  outline: none;
  position: absolute;
  color: white;
  display: block;
  opacity: 1;
  background: #FFFFFF;
  border: solid 4px #024dff;
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: auto;
  z-index: 2;
  line-height: 0;
  vertical-align: middle;
  -webkit-box-shadow: 0px 0px 0px 6px #70a0ff;
  -moz-box-shadow: 0px 0px 0px 6px #70a0ff;
  box-shadow: 0px 0px 0px 6px #70a0ff; }
  .cam-button span {
    font-size: 30px;
    color: #0057FF; }
  .cam-button--loading {
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite; }

#cam-button:focus {
  outline: none; }
#cam-button--loading {
  display: none;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite; }

#takePhotoButton {
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  width: 80px;
  height: 80px;
  background-image: url("img/ic_photo_camera_white_48px.svg");
  border-radius: 50%; }
  #takePhotoButton span {
    font-size: 40px; }
    #takePhotoButton span:focus {
      outline: none; }
  #takePhotoButton:active {
    background-color: #fff; }

#exitButton {
  width: 64px;
  height: 64px;
  background-image: url("img/ic_fullscreen_white_48px.svg");
  border-radius: 50%; }

@media screen and (orientation: portrait) {
  #vid_container {
    width: 100%;
    height: 85%; }

  #gui_controls {
    width: 100%;
    height: 15%;
    left: 0; }

  #switchCameraButton {
    right: calc(15% - 32px);
    top: calc(50% - 32px); }

  #exitButton {
    right: calc(85% - 32px);
    top: calc(50% - 32px); } }
@media screen and (orientation: landscape) {
  #vid_container {
    width: 85%;
    height: 100%; }

  #vid_container.left {
    left: 15%; }

  /* we default to right */
  #gui_controls {
    width: 15%;
    height: 100%;
    right: 0; }

  /* for the lefties */
  #gui_controls.left {
    left: 0; }

  #switchCameraButton {
    right: calc(50% - 32px);
    top: calc(18% - 32px); }

  #exitButton {
    right: calc(50% - 32px);
    top: calc(82% - 32px); } }
body {
  padding-top: 70px; }
  @media (max-width: 61.9375em) {
    body {
      padding-top: 65px; } }
  body.no-padding {
    padding-top: 0; }

.homepage__hero {
  min-height: 530px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .homepage__hero--image {
    width: 50%;
    top: 0;
    right: 0;
    position: absolute;
    height: 100%;
    z-index: 0;
    background-image: url("../img/motorscan-approved.jpg");
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 61.9375em) {
      .homepage__hero--image {
        width: 100%; } }
  .homepage__hero--gradient {
    background: #024dff;
    background: linear-gradient(100deg, #024dff 13%, #00298a 54%, rgba(0, 41, 138, 0) 54%, rgba(0, 41, 138, 0) 100%);
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1; }
    @media (max-width: 61.9375em) {
      .homepage__hero--gradient {
        background: #024dff;
        background: linear-gradient(140deg, rgba(2, 77, 255, 0.8) 35%, rgba(0, 41, 138, 0.9) 70%); } }
  .homepage__hero h1, .homepage__hero p {
    color: white; }
    @media (min-width: 48em) and (max-width: 61.9375em) {
      .homepage__hero h1, .homepage__hero p {
        width: 70%; } }
  .homepage__hero i {
    width: 9px;
    height: 9px;
    background-color: #00cc8f;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px 0 0;
    animation: pulse 2s infinite; }
  .homepage__hero .container {
    position: relative;
    z-index: 3; }
.homepage__trust {
  padding-top: 80px;
  padding-bottom: 80px; }
  .homepage__trust h2, .homepage__trust h3, .homepage__trust h4 {
    width: 60%;
    margin: auto;
    text-align: center; }
    @media (max-width: 61.9375em) {
      .homepage__trust h2, .homepage__trust h3, .homepage__trust h4 {
        width: 100%; } }
    .homepage__trust h2 span, .homepage__trust h3 span, .homepage__trust h4 span {
      color: #024dff; }
  .homepage__trust .trusted-logos {
    margin: 40px auto 0 auto;
    text-align: center;
    filter: grayscale(100%);
    opacity: 0.8; }
    .homepage__trust .trusted-logos span {
      display: block;
      font-size: 12px;
      margin-bottom: 10px; }
    .homepage__trust .trusted-logos img {
      display: block;
      height: 37px;
      margin: 0 auto; }
.homepage__features {
  padding: 120px 0;
  background-color: #fafbfe; }
  .homepage__features-col {
    margin: 50px 0; }
    .homepage__features-col--alt {
      background-color: #edf2ff;
      padding: 16px;
      border-radius: 24px;
      margin: 0 0 24px 0; }
      @media (min-width: 62em) {
        .homepage__features-col--alt {
          min-height: 250px; } }
    .homepage__features-col--image {
      text-align: center;
      padding-bottom: 0;
      background: #024dff;
      background: linear-gradient(137deg, #024dff 0%, #00298a 100%); }
      .homepage__features-col--image img {
        max-width: 200px; }
        @media (min-width: 62em) {
          .homepage__features-col--image img {
            max-width: 100%; } }
    .homepage__features-col__img {
      border-radius: 52px;
      box-shadow: 0 6px 25px 0 rgba(117, 69, 255, 0.03), 0 16px 46px 0 rgba(15, 15, 52, 0.05); }
    .homepage__features-col__heading {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 12px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .homepage__features-col__heading h4, .homepage__features-col__heading h5 {
        margin: 0; }
    .homepage__features-col__icon-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      width: 40px;
      height: 40px;
      min-width: 40px;
      margin-right: 15px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 12px;
      background-color: #024dff; }
      .homepage__features-col__icon-wrapper img {
        width: 27px; }
  .homepage__features .row__features {
    margin-top: 30px; }
.homepage__spotlight {
  padding: 120px 0; }
  .homepage__spotlight__icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 64px;
    height: 64px;
    margin-right: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 19px;
    background-color: #f0f4ff; }
    .homepage__spotlight__icon-wrapper img {
      height: 40px; }
  .homepage__spotlight__accordion_container {
    padding: 32px 0; }
    .homepage__spotlight__accordion_container--middle {
      border-top: 1px solid #dee4f8;
      border-bottom: 1px solid #dee4f8; }
  .homepage__spotlight__accordion-heading h2, .homepage__spotlight__accordion-heading h3, .homepage__spotlight__accordion-heading h4 {
    margin-bottom: 0; }
  .homepage__spotlight__accordion-heading [data-toggle="collapse"] {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .homepage__spotlight__accordion_content {
    padding: 20px 0;
    font-size: 17px;
    line-height: 27px; }
  .homepage__spotlight__image {
    overflow: hidden; }
    .homepage__spotlight__image img {
      display: none; }
.homepage__pricing {
  padding: 120px 0; }
.homepage__feedback {
  background-color: #fafbfe;
  padding-top: 120px;
  padding-bottom: 120px; }
  @media (min-width: 62em) {
    .homepage__feedback {
      padding: 120px; } }
  .homepage__feedback .card {
    border: 0;
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 6px 0 rgba(13, 12, 84, 0.02), 0 6px 22px 0 rgba(13, 12, 84, 0.04); }
    .homepage__feedback .card a {
      color: #565678; }
    .homepage__feedback .card blockquote p {
      font-family: "Rubik", sans-serif;
      font-weight: 400; }
  .homepage__feedback__row {
    margin-top: 20px; }
  .homepage__feedback__wrapper {
    text-align: center; }
    .homepage__feedback__wrapper .material-icons {
      font-size: 20px;
      color: orange; }
.homepage__articles {
  padding: 120px 0; }
  .homepage__articles__row {
    margin-top: 40px; }
  .homepage__articles__article {
    margin-top: 15px;
    margin-bottom: 15px; }
    .homepage__articles__article:hover .homepage__articles__thumbnail-wrapper img {
      transition: 0.5s all ease-in-out;
      -webkit-transform: scale(1.2, 1.2);
      -moz-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
      -o-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2); }
    .homepage__articles__article span {
      margin-bottom: 10px;
      display: block;
      font-family: "Rubik", sans-serif;
      font-weight: 400; }
    .homepage__articles__article a {
      color: inherit;
      transition: 0.5s all ease; }
      .homepage__articles__article a:hover {
        color: #024dff;
        text-decoration: none; }
  .homepage__articles__thumbnail-wrapper {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px; }
    .homepage__articles__thumbnail-wrapper img {
      transition: 0.5s all ease; }
.homepage__faqs .container {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: linear-gradient(180deg, #fafbfe, rgba(255, 255, 255, 0));
  margin-bottom: 40px; }
.homepage__faqs__accordion {
  margin-top: 40px; }
.homepage__faqs .card {
  margin-bottom: 40px;
  border: 0;
  box-shadow: 0 1px 6px 0 rgba(13, 12, 84, 0.02), 0 6px 22px 0 rgba(13, 12, 84, 0.04);
  border-radius: 22px; }
  .homepage__faqs .card h5 {
    padding: 35px 45px; }
    .homepage__faqs .card h5:not(.collapsed) {
      color: #024dff; }
    .homepage__faqs .card h5 .material-icons {
      position: relative;
      top: 3px;
      font-size: 20px;
      transform: rotate(0deg);
      transition: 0.3s all ease; }
    .homepage__faqs .card h5.collapsed .material-icons {
      transform: rotate(90deg); }
  .homepage__faqs .card [data-parent] {
    padding: 0 45px 35px 45px; }

.bubble {
  background-color: #fd5375;
  background-image: linear-gradient(153deg, #ffb4c2 0%, #fd5375 46%);
  border: 2px solid #ff9e9e;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  justify-content: center;
  position: relative;
  margin: 0 0 -75px 0;
  top: 55px;
  z-index: 9;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 14px 8px rgba(253, 83, 117, 0.3);
  box-shadow: 0 0 14px 8px rgba(253, 83, 117, 0.3); }
  .bubble small {
    font-weight: normal;
    font-size: 16px; }
  @media (max-width: 47.99em) {
    .bubble {
      position: absolute;
      margin: auto;
      left: 0;
      right: 0;
      top: 25px; } }
  .bubble h4 {
    text-align: center;
    color: white;
    font-size: 23px;
    margin: 0;
    padding: 0;
    text-shadow: 0 2px 10px rgba(67, 0, 13, 0.6) !important; }
    .bubble h4 a {
      color: white; }
      .bubble h4 a:hover {
        color: white;
        text-decoration: none; }

@-webkit-keyframes pulse {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes pulse {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.free-check__alert {
  color: white;
  text-align: center;
  background-color: #dc3545;
  border: none;
  border-width: 4px;
  border-radius: 35px;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.41);
  margin: 25px 0 0 0;
  padding-top: 5px;
  padding-bottom: 5px; }
  .free-check__alert .material-icons {
    vertical-align: middle;
    margin: 0 4px 0 0; }
  .free-check__alert p {
    margin: 0;
    font-weight: bold; }
.free-check__hero {
  background-color: #024dff;
  padding: 40px 0;
  color: white; }
  .free-check__hero h1, .free-check__hero h3, .free-check__hero h5 {
    text-align: center;
    font-size: 2em;
    margin: 0;
    color: white; }
.free-check-info__row {
  margin-top: 20px;
  justify-content: center; }
.free-check-info__numberplate {
  text-align: center; }
  .free-check-info__numberplate a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px; }
.free-check-info__vehicle {
  padding: 0; }
  .free-check-info__vehicle h4 {
    color: white;
    margin: 0 0 5px 0; }
  @media (max-width: 47.9375em) {
    .free-check-info__vehicle {
      text-align: center;
      margin-top: 25px; } }
.free-check__general .card {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (max-width: 47.99em) {
    .free-check__general .card {
      margin-top: 15px;
      margin-bottom: 0; } }
  .free-check__general .card.bg-success {
    color: white !important; }
    .free-check__general .card.bg-success h3, .free-check__general .card.bg-success h4, .free-check__general .card.bg-success h5 {
      color: white !important; }
  .free-check__general .card .card-header {
    text-align: center; }
    .free-check__general .card .card-header h4 {
      margin: 0;
      font-size: 18px; }
  .free-check__general .card .card-body {
    text-align: center;
    padding: 10px;
    height: 80px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    position: relative; }
  .free-check__general .card .card-body-container .material-icons {
    display: block;
    font-size: 38px;
    color: #564209; }
  .free-check__general .card .card-body-container .upgrade {
    font-weight: bold;
    font-size: 16px;
    padding: 9px;
    border-radius: 5px;
    color: #564209; }
  .free-check__general .card .card-body-container.blurred {
    align-items: center;
    justify-content: center;
    display: inline-flex; }
    .free-check__general .card .card-body-container.blurred:after {
      position: absolute;
      top: 0;
      background-color: rgba(0, 0, 0, 0.7); }
  .free-check__general .card .card-body-container .blurred-container {
    margin: auto;
    position: absolute;
    font-size: 25px; }
.free-check__upgrade-group {
  margin-bottom: 30px; }
  .free-check__upgrade-group .list-group-item {
    color: #67102d;
    background-color: #ffc7da !important;
    border-color: #de92ad; }
.free-check__upgrade-box {
  width: 100%;
  margin: 15px 0 30px 0;
  background-color: white;
  -webkit-box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
  border-radius: 8px; }
  .free-check__upgrade-box .btn-sr {
    display: block;
    margin: -5px 0 8px 0; }
  .free-check__upgrade-box__row {
    margin: 0; }
    .free-check__upgrade-box__row .col-md-9 {
      padding-top: 15px;
      padding-bottom: 15px; }
  .free-check__upgrade-box .terms {
    color: #565678; }
  .free-check__upgrade-box__inc {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    color: #024dff;
    width: 100%; }
    .free-check__upgrade-box__inc span {
      display: inline-block;
      padding: 5px 5px 5px 0;
      z-index: 9;
      position: relative;
      background: white; }
    .free-check__upgrade-box__inc:after {
      content: '';
      width: 100%;
      height: 1px;
      background-color: rgba(179, 179, 180, 0.45);
      display: block;
      position: relative;
      top: -15px;
      z-index: 0; }
  .free-check__upgrade-box__list {
    padding: 0;
    display: flex;
    flex-flow: wrap; }
    .free-check__upgrade-box__list li {
      padding: 2px 10px 2px 24px;
      list-style-type: none;
      width: 33.333%;
      display: inline-block;
      float: left;
      position: relative; }
      @media (max-width: 74.9375em) {
        .free-check__upgrade-box__list li {
          width: 50%; } }
      .free-check__upgrade-box__list li .material-icons {
        position: absolute;
        left: -2px;
        top: 5px;
        color: #00cc8f;
        font-size: 20px; }
  .free-check__upgrade-box__content {
    padding-top: 15px;
    padding-bottom: 15px; }
  .free-check__upgrade-box__cta {
    background-color: #002680;
    text-align: center;
    color: white;
    padding: 15px;
    -webkit-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0; }
    @media (max-width: 47.9375em) {
      .free-check__upgrade-box__cta {
        -webkit-border-radius: 8px;
        border-radius: 8px; } }
    .free-check__upgrade-box__cta h3, .free-check__upgrade-box__cta h4 {
      color: white; }
    .free-check__upgrade-box__cta hr {
      background-color: rgba(255, 255, 255, 0.4); }
    .free-check__upgrade-box__cta .multi-check-offer {
      font-size: 14px;
      line-height: normal;
      color: rgba(255, 255, 255, 0.9); }
    .free-check__upgrade-box__cta .btn {
      min-width: 200px;
      border-radius: 25px;
      font-family: "Rubik", sans-serif; }
      .free-check__upgrade-box__cta .btn-outline {
        border: 1px solid rgba(255, 255, 255, 0.7);
        color: white; }
@media (max-width: 24.4375em) {
  .free-check-page .report__card--mot__timeline .col-11 {
    max-width: 100%;
    flex: 100%;
    width: 100%; }
  .free-check-page .report__card--mot__timeline .timeline__card:after {
    left: -42.5px; }
  .free-check-page .report__card--mot__timeline .col-md-9:after, .free-check-page .report__card--mot__timeline .col-9:after {
    display: none; } }
.free-check__background {
  background-color: #fafbff; }
  .free-check__background .card {
    border: 0;
    -webkit-box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15); }
  .free-check__background .list-group-item {
    border-top: 1px solid rgba(235, 238, 248, 0.8); }
    .free-check__background .list-group-item .confused-partnership__copy {
      font-size: 13px;
      font-weight: bold;
      margin-bottom: 7px;
      display: block; }
    .free-check__background .list-group-item .confused-partnership__btn {
      font-size: 14px; }
    .free-check__background .list-group-item .confused-partnership__logo {
      background-image: url("../img/confused.com-logo.png");
      width: 100px;
      height: 18px;
      display: inline-block;
      color: transparent;
      background-size: contain;
      background-repeat: no-repeat; }
.free-check__card {
  margin-bottom: 30px;
  border-radius: 8px; }
  .free-check__card .card-title {
    padding: .75rem 1.25rem;
    margin: 0; }
    .free-check__card .card-title:after {
      content: "";
      width: 50px;
      background-color: #8aadff;
      height: 4px;
      display: block;
      margin-top: 8px; }
  .free-check__card .card-copy {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .free-check__card .list-group li.list-group-item:first-child {
    border-top: 0; }
  .free-check__card .list-group li.list-group-item-warning {
    border-top: 1px solid #f5dc94; }
  .free-check__card--spon {
    box-shadow: 0 0 0 2px rgba(138, 173, 254, 0.5) !important; }
    .free-check__card--spon .adsclaimer {
      position: absolute;
      top: 0;
      right: 0px;
      padding: 0 5px;
      opacity: 0.5;
      background: #e8e8e8;
      border-top-right-radius: 8px; }
    .free-check__card--spon p {
      font-size: 13.5px; }
    .free-check__card--spon h5.card-title {
      margin: 0 0 5px 0;
      padding: 0; }
    .free-check__card--spon .btn-warning {
      background-color: #f0c14b;
      color: #111 !important; }
    .free-check__card--spon--version-2 {
      background: linear-gradient(260deg, #FFFFFF 0%, #DBE5FF 100%);
      overflow: hidden;
      margin-bottom: 0; }
      .free-check__card--spon--version-2 p {
        padding-right: 30%;
        font-size: 14px; }
      .free-check__card--spon--version-2 .card-body {
        position: relative;
        z-index: 1; }
      .free-check__card--spon--version-2 .icon-holder {
        display: block;
        background-size: cover;
        width: 150px;
        height: 113px;
        position: absolute;
        bottom: 0;
        right: -25px;
        top: 0;
        z-index: 0;
        margin: auto; }
        .free-check__card--spon--version-2 .icon-holder--temp-insurance {
          background-image: url("../img/temp-insurance.png"); }
        .free-check__card--spon--version-2 .icon-holder--finance {
          background-image: url("../img/finance.png"); }
        .free-check__card--spon--version-2 .icon-holder--gap-insurance {
          background-image: url("../img/gap-insurance.png"); }
      .free-check__card--spon--version-2 .btn-success {
        background-color: #14b882;
        color: #ffffff;
        border-color: #009e6a;
        border-width: 2px; }
  .free-check__card-issue-resolution .list-group-item {
    border-right: 0;
    border-left: 0; }
  .free-check__card-issue-resolution .list-group a:last-of-type, .free-check__card-issue-resolution .list-group li:last-of-type {
    border-bottom: 0; }
.free-check .uc-checking {
  display: none; }
.free-check__bmg {
  background-color: #dde7ff;
  border-radius: 10px; }
  .free-check__bmg h4, .free-check__bmg p {
    color: #11103e; }
  .free-check__bmg strong {
    color: blue; }
  .free-check__bmg h4 {
    margin-bottom: 5px; }
    .free-check__bmg h4 span {
      border-bottom: 3px solid #FEE533; }
  .free-check__bmg p {
    margin-bottom: 0; }
  .free-check__bmg img {
    max-width: 160px;
    margin: 0 auto; }
  .free-check__bmg .material-icons {
    line-height: 0;
    vertical-align: middle;
    position: relative;
    bottom: 1px; }
  .free-check__bmg .copy-box {
    text-align: center; }
    @media (min-width: 62em) {
      .free-check__bmg .copy-box {
        text-align: left; } }
  .free-check__bmg .col-lg-4 {
    text-align: center; }
    @media (min-width: 62em) {
      .free-check__bmg .col-lg-4 {
        text-align: right; } }
.free-check__gaps {
  list-style: none;
  padding: 0;
  margin: 0; }
  .free-check__gaps li {
    display: inline-block;
    padding: 10px;
    border: 1px solid #ceddff;
    font-size: 14px;
    background: #eff4ff;
    border-radius: 50px;
    margin-right: 10px;
    margin-bottom: 15px;
    vertical-align: middle; }
    .free-check__gaps li span {
      vertical-align: middle; }
    .free-check__gaps li .badge {
      font-size: inherit;
      margin: 0 5px 0 0;
      padding-top: 6px;
      padding-bottom: 6px; }
.free-check__tot {
  padding: 0;
  margin: 0; }
  .free-check__tot li {
    width: 70px;
    list-style: none;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin: 0 5px 10px 0;
    box-shadow: 0 0 5rem 0 rgba(136, 152, 170, 0.15); }
    .free-check__tot li span {
      display: block;
      width: 100%; }
      .free-check__tot li span.year {
        background-color: #027bff;
        color: white;
        padding: 2px 5px;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        font-size: 13px; }
      .free-check__tot li span.percentage {
        background: #fefefe;
        padding: 8px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        border: 1px solid #e5e5e5;
        font-weight: bold; }
        .free-check__tot li span.percentage.fair {
          background-color: #fffce4;
          color: #e58800; }
        .free-check__tot li span.percentage.excellent {
          background-color: #eefff6;
          color: #00ab4f; }
        .free-check__tot li span.percentage.poor {
          background-color: #ffeff2;
          color: #ff1d46; }

.finance-lead-form__term-title {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .finance-lead-form__term-title span {
    text-align: center; }

@media (max-width: 30em) {
  #redeem-check input[name="vrm"], #redeem-check .btn {
    width: 100%;
    border-radius: .25rem !important; } }
@media (max-width: 30em) {
  #redeem-check .btn {
    margin-top: .5rem; } }

.container-badge-row {
  position: relative;
  text-align: center; }
  .container-badge-row a {
    text-decoration: none;
    color: white; }
  .container-badge-row .badge-container {
    position: absolute;
    bottom: -15.5px;
    right: 0;
    left: 0; }
  .container-badge-row .material-icons {
    animation: pulse 2s infinite; }

.ev-data__battery-badge {
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: normal; }
  .ev-data__battery-badge img {
    height: 25px;
    margin-right: 3px; }

.damage-indicator-container {
  position: relative; }
  .damage-indicator-container--overlay {
    position: absolute; }

.report__timeline {
  margin-top: 15px; }
  @media (max-width: 36em) {
    .report__timeline .col-xs-6 {
      width: 50%; } }
  .report__timeline .card {
    border: 0;
    box-shadow: 0 1px 6px 0 rgba(13, 12, 84, 0.02), 0 6px 22px 0 rgba(13, 12, 84, 0.04); }
    .report__timeline .card h4, .report__timeline .card h5 {
      margin: 0; }
    .report__timeline .card small {
      display: block;
      margin: 10px 0; }
    .report__timeline .card .badge {
      display: block;
      max-width: 120px;
      margin: auto; }

.me-banner {
  background-image: url("../img/me-banner-wide.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  padding: 30px;
  border-radius: 8px;
  font-size: 18px;
  color: white;
  margin-bottom: 40px; }
  .me-banner p {
    padding-right: 40px; }
  @media (max-width: 30em) {
    .me-banner {
      margin-right: 10px;
      margin-left: 10px; } }
  @media (max-width: 61.9375em) {
    .me-banner {
      background-image: url("../img/me-banner-mpu.jpg");
      background-position: center; } }
  .me-banner .row {
    max-width: 450px; }
  .me-banner h3, .me-banner h4, .me-banner h5 {
    color: white; }
  .me-banner__logo {
    max-width: 140px; }
  .me-banner .ribbon {
    position: absolute;
    right: 0px;
    /* Adjust right positioning */
    top: 0px;
    /* Adjust top positioning */
    z-index: 1;
    overflow: hidden;
    width: 150px;
    /* Increased width for better wrap */
    height: 150px;
    /* Increased height for better wrap */
    text-align: right; }
  .me-banner .ribbon span {
    font-size: 12px;
    /* Slightly larger font size */
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    transform: rotate(45deg);
    width: 195px;
    /* Wider to allow ends to meet better */
    display: block;
    background: #dc0000;
    background: linear-gradient(#dc0000 0%, rgba(255, 29, 70, 0.5) 100%);
    box-shadow: 0 3px 10px -5px black;
    position: absolute;
    top: 33px;
    /* Adjusted to center within the larger ribbon area */
    right: -44px;
    /* Adjusted to fit better */ }

.checkout__basket .custom-control {
  padding-left: 1.9rem;
  display: block;
  width: 100%;
  cursor: pointer; }
  .checkout__basket .custom-control label {
    width: 100%;
    cursor: pointer; }
.checkout__basket .bg-success {
  background-color: #1dbb41 !important; }
  .checkout__basket .bg-success .custom-control-label::before {
    background-color: white;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.25); }
  .checkout__basket .bg-success .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0014ff; }
.checkout__register-benefits p {
  margin: 0; }
.checkout__register-benefits ul {
  margin: 15px 0;
  padding: 0; }
  .checkout__register-benefits ul li {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 6px 0; }
    .checkout__register-benefits ul li i {
      margin: 0 5px 0 0;
      font-weight: bold;
      font-size: 20px;
      color: #0db10d; }
.checkout__form--overlay {
  position: relative; }
  .checkout__form--overlay:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.78);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    transition: 0.5s all ease-in; }
.checkout__payment-methods .alert {
  display: flex;
  align-items: center; }
.checkout__payment-methods i {
  float: left;
  margin-right: 5px; }
@media (min-width: 61.25em) {
  .checkout__payment-methods ul {
    margin-right: -7px;
    margin-left: -7px; } }
.checkout__payment-methods ul li {
  width: 33.333%;
  padding: 0 7px; }
  @media (min-width: 61.25em) and (max-width: 81.24em) {
    .checkout__payment-methods ul li {
      width: 50%; } }
  @media (max-width: 61.24em) {
    .checkout__payment-methods ul li {
      width: 100%; } }
.checkout__payment-methods-btn {
  display: inline-block;
  padding: 20px 25px;
  border-radius: 5px;
  border: 2px solid #eaeaea;
  text-align: center;
  width: 100%;
  color: #717171;
  font-size: 12px;
  transition: 0.2s all ease-in-out; }
  @media (max-width: 61.24em) {
    .checkout__payment-methods-btn {
      font-size: 16px;
      padding: 10px 15px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  .checkout__payment-methods-btn:hover, .checkout__payment-methods-btn.active {
    background-color: rgba(244, 248, 255, 0.6);
    border-color: #8aaaf5; }
    .checkout__payment-methods-btn:hover a, .checkout__payment-methods-btn.active a {
      color: #8aaaf5; }
  .checkout__payment-methods-btn:hover {
    text-decoration: none; }
  .checkout__payment-methods-btn .card {
    display: block;
    width: 150px;
    height: 50px;
    background-size: cover;
    background-position: center;
    border: none;
    margin: 10px auto 0 auto;
    background: transparent; }
    @media (max-width: 61.24em) {
      .checkout__payment-methods-btn .card {
        width: 75px;
        height: 25px;
        background-size: cover;
        margin: 0; } }
    .checkout__payment-methods-btn .card--cards {
      background-image: url("../img/cards.png"); }
    .checkout__payment-methods-btn .card--paypal {
      background-image: url("../img/paypal.png"); }
    .checkout__payment-methods-btn .card--mobile {
      background-image: url("../img/mobile-pay.png"); }
.checkout__icon--success {
  color: #0db10d;
  font-size: 60px;
  margin: 30px 0; }
.checkout__icon--error {
  color: #f44336;
  font-size: 60px;
  margin: 30px 0; }

.checkout-v2.container__content {
  max-width: 960px !important; }
.checkout-v2 .card-body-overlay .spinner-border {
  display: none; }
.checkout-v2 .card-body-overlay--active {
  background: rgba(0, 0, 0, 0.78);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center; }
  .checkout-v2 .card-body-overlay--active .spinner-border {
    display: block; }
.checkout-v2__main {
  border-radius: 0; }
  .checkout-v2__main .back-link {
    font-weight: bold; }
    .checkout-v2__main .back-link i {
      vertical-align: middle;
      position: relative;
      top: -2px; }
  .checkout-v2__main #card_payment-form .card {
    border: 0;
    background: #f3f7ff; }
    .checkout-v2__main #card_payment-form .card #other-way-pay {
      border-bottom: 1px solid #007bff;
      padding: 3px 0; }
      .checkout-v2__main #card_payment-form .card #other-way-pay:hover {
        text-decoration: none; }
.checkout-v2__summary {
  border-radius: 0;
  border-top: 5px solid #024dff; }
  .checkout-v2__summary strong {
    text-transform: uppercase; }
.checkout-v2__whats-included {
  padding-top: 25px;
  padding-bottom: 25px; }
  .checkout-v2__whats-included h5 {
    font-size: 18px; }
  .checkout-v2__whats-included ul {
    margin: 15px 0;
    padding: 0; }
    .checkout-v2__whats-included ul li {
      list-style: none;
      display: flex;
      align-items: center;
      margin: 6px 0; }
      .checkout-v2__whats-included ul li i {
        margin: 0 5px 0 0;
        font-weight: bold;
        font-size: 20px;
        color: #0db10d; }
.checkout-v2 .custom-radio {
  margin: 0 0 18px 0; }
  .checkout-v2 .custom-radio .custom-control-label img {
    height: 35px; }
  .checkout-v2 .custom-radio .custom-control-label:before, .checkout-v2 .custom-radio .custom-control-label:after {
    top: 0.55rem; }
.checkout-v2 .payment-btn .spinner-border-sm {
  width: 1.2rem;
  height: 1.2rem;
  border-width: 0.10rem;
  margin: 0 5px 1px 0; }
.checkout-v2 .payment-btn--processing, .checkout-v2 .payment-btn .spinner-border {
  display: none; }
.checkout-v2 .payment-btn-processing .payment-btn--default {
  display: none; }
.checkout-v2 .payment-btn-processing .spinner-border, .checkout-v2 .payment-btn-processing .payment-btn--processing {
  display: inline-block; }
.checkout-v2 .loader {
  font-size: 10px;
  margin: 25px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #c0d3ff;
  background: -moz-linear-gradient(left, #c0d3ff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #c0d3ff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #c0d3ff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #c0d3ff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #c0d3ff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }
  .checkout-v2 .loader:before {
    width: 50%;
    height: 50%;
    background: #c0d3ff;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: ''; }
  .checkout-v2 .loader:after {
    background: #004cff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .checkout-v2 .loader-container {
    display: flex;
    align-items: center;
    justify-content: center; }
    .checkout-v2 .loader-container .material-icons {
      color: #fff;
      position: absolute;
      z-index: 1;
      font-size: 46px; }
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.checkout-v2 #checkout-processing .alert-secondary {
  color: #475e96;
  background-color: #fafbff;
  border-color: #e1eaff; }
.checkout-v2__upsell {
  border: 2px solid #d7dff5; }
  .checkout-v2__upsell .card-body {
    padding: 15px;
    background: #f0f4ff; }
    .checkout-v2__upsell .card-body p {
      font-size: 14px; }

.form-control--stripe {
  padding: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

.page__breadcrumbs a {
  color: white; }
.page__breadcrumbs .breadcrumb-item:before {
  color: #86a8ff; }
.page__hero--image {
  background-size: cover !important;
  background-position: center !important;
  border-bottom: 3px solid #28a745;
  padding: 60px 0;
  width: 100%; }
.page__hero h1, .page__hero h2, .page__hero h3, .page__hero h4, .page__hero h5 {
  color: white; }
.page__hero small {
  color: white;
  opacity: 0.5;
  margin: -5px 0 10px 0;
  display: block; }
.page__heading:after {
  content: '';
  width: 15%;
  height: 4px;
  background-color: #2e6cff;
  display: block;
  margin: 10px 0 0 0; }
.page__meta {
  color: white;
  max-width: 760px;
  opacity: 0.8; }
.page__excerpt p {
  color: #00298a;
  max-width: 760px; }
.page__content p {
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 18px; }
.page__content ul li {
  line-height: 1.8;
  margin-bottom: 10px;
  font-size: 18px; }
.page__benefits {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  border: 1px solid #28a745; }
  .page__benefits .card-header {
    background-color: #28a745; }
    .page__benefits .card-header h5 {
      margin: 0;
      color: white; }
  .page__benefits .card-body {
    text-align: center; }
    .page__benefits .card-body ul {
      padding: 0;
      margin: 0; }
      .page__benefits .card-body ul li {
        list-style: none; }
        .page__benefits .card-body ul li .material-icons {
          font-size: 18px;
          vertical-align: middle;
          position: relative;
          bottom: 2px; }
    .page__benefits .card-body .premium .yes {
      color: #7bda90; }
    .page__benefits .card-body .premium .no {
      color: #565678; }

.card-vp {
  background: #edf3ff;
  border: 1px solid #cedcff;
  margin-bottom: 20px; }
  .card-vp--warning {
    background-color: #ffe1e1;
    border: 1px solid #ffbfbf; }

.reg-page .badge {
  font-size: 100%;
  margin: 0 5px 10px 0; }

.reg-plate-container {
  padding: 0.65rem;
  position: relative; }
  .reg-plate-container .text-muted {
    display: block;
    margin: 15px 0 0 0; }

.reg-plate-full {
  transform: translateY(-30.5px);
  height: 0; }

.reg-plate-registered {
  margin: 0 0 10px 0 !important; }

.reg-plate-make-model {
  margin-top: 15px;
  margin-bottom: -15px;
  display: block;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #014dff; }

.no-border {
  border-color: transparent !important; }

.card-reg-plate-full {
  margin-top: 20px;
  margin-bottom: 20px; }

.reg-plate-listing {
  color: #484848;
  font-family: 'UK Number Plate', Arial Narrow Bold,sans-serif;
  font-size: 30px;
  line-height: normal;
  display: inline-block;
  padding: 2px 25px 2px 30px;
  border: 1px solid #484848;
  border-radius: 3px;
  position: relative;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  background: white; }
  @media (max-width: 30em) {
    .reg-plate-listing {
      font-size: 26px; } }
  .reg-plate-listing:before {
    content: "";
    background: #024dff;
    width: 10px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px 0 0 2px;
    z-index: 0; }
  .reg-plate-listing:hover {
    text-decoration: none;
    background: #ffd800;
    /* Old browsers */
    color: #484848; }
  .reg-plate-listing--full {
    padding: 2px 10px 2px 20px; }

.reg-registered td:first-child {
  padding-left: 0.75rem !important; }

#faq-accordion .btn-link {
  color: #565678;
  text-align: left;
  display: block;
  width: 100%;
  padding: 10px; }
#faq-accordion p {
  margin-bottom: 0; }
#faq-accordion .card-body {
  background: #f7f7f7; }

.free-check__hero--padded {
  padding: 80px; }
  .free-check__hero--padded p {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto; }

.row__listings {
  margin-top: 45px;
  margin-bottom: 45px; }

#ez-toc-container {
  padding: 12px;
  background: #f5f5f5;
  border-radius: 5px;
  margin-bottom: 15px;
  max-width: 420px; }
  #ez-toc-container .ez-toc-title {
    font-family: "Rubik", sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #11103E; }

.blog__breadcrumbs {
  background-color: #2e6cff; }
  .blog__breadcrumbs a {
    color: white; }
  .blog__breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
    color: #6895ff; }
.blog h1 {
  text-align: center;
  width: 100%;
  margin-bottom: 35px; }
  .blog h1:after {
    content: '';
    width: 40px;
    height: 4px;
    background-color: #2e6cff;
    display: block;
    margin: 10px auto 0 auto; }
.blog__excerpt {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: #014dff;
  line-height: 1.8;
  margin-bottom: 25px;
  font-size: 22px !important; }
  .blog__excerpt p {
    border-left: 6px solid rgba(40, 167, 69, 0.5);
    padding-left: 15px; }
.blog__thumbnail {
  margin: 20px 0;
  border-radius: 15px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3); }
.blog__related {
  margin-top: 35px; }
  .blog__related .list-group-item {
    background: #434343;
    color: white;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 20px; }

.sidebar__block {
  background-color: #024dff;
  border-radius: 12px; }
  .sidebar__block h2, .sidebar__block h3, .sidebar__block h4, .sidebar__block h5, .sidebar__block p, .sidebar__block ul {
    color: white; }
  .sidebar__block ul {
    padding: 0;
    margin-bottom: 20px; }
    .sidebar__block ul li {
      color: white;
      list-style: none;
      margin-bottom: 5px;
      display: flex;
      align-items: flex-start; }
      .sidebar__block ul li strong {
        color: #d1ffd8;
        text-decoration: underline; }
      .sidebar__block ul li .material-icons {
        margin-right: 5px;
        color: #57ff6e; }

.free-search-bar {
  padding: 10px 0;
  background-color: #00298a; }
  .free-search-bar h4, .free-search-bar h5 {
    color: #c7e2ff; }

.standard h4 a[aria-expanded="false"]:hover {
  text-decoration: none;
  color: #007bff;
  cursor: auto; }

.lp__hero {
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: white; }
  .lp__hero:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0; }
  .lp__hero .container {
    position: relative;
    z-index: 1; }
    .lp__hero .container .input-group, .lp__hero .container h1, .lp__hero .container h2, .lp__hero .container p {
      margin-right: auto;
      margin-left: auto;
      color: white; }
.lp__benefits {
  background-color: #00298a; }
  .lp__benefits__column {
    padding-top: 25px;
    padding-bottom: 25px;
    background: white;
    position: relative;
    top: -57px; }
    @media (max-width: 35.9375em) {
      .lp__benefits__column {
        top: 0; } }
    .lp__benefits__column .card {
      border: 0;
      margin-bottom: 0; }
      .lp__benefits__column .card h5 {
        margin: 0; }
        .lp__benefits__column .card h5 .material-icons {
          vertical-align: middle;
          line-height: 0 !important;
          position: relative;
          margin-right: 5px;
          top: -2px;
          font-size: 32px; }
.lp__content .row {
  padding-top: 40px;
  padding-bottom: 40px; }
.lp__content p {
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 18px; }
.lp__content .col-md-8 .lp__faq {
  padding-top: 1px;
  padding-bottom: 1px;
  border-radius: 5px; }
  .lp__content .col-md-8 .lp__faq h3 {
    margin: 15px 0 0 0; }
.lp__sidebar .awin-block {
  margin: 15px auto;
  display: block;
  text-align: center; }
.lp__sidebar__all .card {
  background: #f0f4ff;
  border: none;
  padding-top: 10px;
  padding-bottom: 10px; }
  .lp__sidebar__all .card .list-group-item {
    background: none;
    color: #565678;
    border: 0; }
    .lp__sidebar__all .card .list-group-item:hover {
      background-color: white;
      border-radius: 3px; }
.lp__faq {
  background: #f0f4ff;
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 15px;
  margin-bottom: 25px; }
  .lp__faq ul li {
    list-style: none; }
  .lp__faq ol li {
    max-width: 400px;
    margin: auto;
    text-align: left; }
  .lp__faq .card {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
.lp__latest {
  padding-top: 10px;
  padding-bottom: 10px; }
  .lp__latest__section {
    padding-top: 50px;
    padding-bottom: 50px; }
  .lp__latest .card {
    height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .lp__latest .card:after {
      content: "";
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      position: absolute;
      top: 0;
      left: 0;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
    .lp__latest .card-body {
      position: absolute;
      z-index: 1;
      bottom: 0;
      left: 0;
      width: 100%;
      color: white;
      height: 100%; }
      .lp__latest .card-body a {
        color: white; }
        .lp__latest .card-body a h5 {
          color: white;
          position: absolute;
          bottom: 0; }

.how-to {
  max-width: 500px; }
  .how-to .badge-primary {
    position: relative;
    bottom: 3px; }

.at-share-btn {
  background-color: #28a745 !important; }

#ez-toc-container {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  user-select: none;
  margin-bottom: 30px; }
  #ez-toc-container ul {
    padding: 0 0 0 0px; }
    #ez-toc-container ul li {
      list-style: none;
      margin-bottom: 15px; }
      #ez-toc-container ul li > * {
        vertical-align: text-top; }
      #ez-toc-container ul li a {
        position: relative;
        color: #11103d;
        display: inline;
        font-size: 16px;
        padding: 0 0 7px 0;
        border-bottom: 5px solid rgba(60, 118, 255, 0.5); }
        #ez-toc-container ul li a:hover {
          color: #0093E9;
          text-decoration: none; }

.faq-page-link {
  color: #11103E;
  cursor: initial; }
  .faq-page-link:hover {
    color: #11103E;
    text-decoration: none;
    cursor: initial; }

.lp-v2 .navbar__logo {
  margin: 15px 0; }
.lp-v2__hero {
  background: #024dff;
  background: linear-gradient(170deg, #32b0f7 0%, #024dff 100%);
  position: relative;
  color: white; }
  .lp-v2__hero h1, .lp-v2__hero h2, .lp-v2__hero h3, .lp-v2__hero h4, .lp-v2__hero h5 {
    color: white;
    text-shadow: 0 3px 15px rgba(4, 49, 154, 0.5); }
  .lp-v2__hero-lead {
    padding-top: 60px;
    padding-bottom: 60px; }
    .lp-v2__hero-lead p {
      text-shadow: 0 3px 15px rgba(4, 49, 154, 0.5);
      line-height: 25px; }
    .lp-v2__hero-lead .btn-success {
      background: #00ff66;
      color: #1d402b;
      font-weight: 700; }
    .lp-v2__hero-lead-image {
      position: relative; }
      .lp-v2__hero-lead-image img {
        position: relative;
        z-index: 2;
        margin: 0 0 -50px 0;
        top: 100px; }
        @media (max-width: 48em) {
          .lp-v2__hero-lead-image img {
            margin: 0 0 -100px 0;
            top: 0px; } }
  .lp-v2__hero .vrm-search__anpr {
    position: absolute;
    right: 25px;
    top: 1rem;
    z-index: 9; }
  .lp-v2__hero .vrm-search__form-container {
    margin: 10px 0 0 0; }
  .lp-v2__hero .vrm-search__form .input-group .uk {
    padding: 28px 7px 7px 7px;
    background: #0038ff;
    color: white;
    border: 0; }
    .lp-v2__hero .vrm-search__form .input-group .uk:after {
      content: "";
      background-image: url("../img/uk.svg");
      background-size: contain;
      background-repeat: no-repeat;
      width: 20px;
      height: 15px;
      position: absolute;
      top: 6px;
      margin-top: 5px; }
  .lp-v2__hero .vrm-search__form .input-group-text {
    padding: 5px;
    font-size: 14px; }
  .lp-v2__hero .vrm-search__form__group-container {
    display: inline;
    align-items: center; }
  .lp-v2__hero .vrm-search__input {
    text-transform: uppercase;
    font-size: 26px;
    font-family: uk number plate,Arial Narrow Bold,sans-serif; }
  .lp-v2__hero .vrm-search .btn-block {
    font-size: 16px;
    margin-bottom: 5px; }
  .lp-v2__hero .vrm-search .slim-gutters {
    margin-right: -5px;
    margin-left: -5px; }
    .lp-v2__hero .vrm-search .slim-gutters .col-md-6 {
      padding-right: 5px;
      padding-left: 5px; }
    .lp-v2__hero .vrm-search .slim-gutters .btn {
      border-width: 2px; }
    .lp-v2__hero .vrm-search .slim-gutters .btn-outline-light {
      border-color: rgba(173, 222, 255, 0.45);
      background-color: #1054b1; }
      .lp-v2__hero .vrm-search .slim-gutters .btn-outline-light:hover {
        color: white; }
    .lp-v2__hero .vrm-search .slim-gutters .btn-success {
      background: #00db58;
      color: #005723;
      font-weight: bold; }
.lp-v2__proof {
  padding: 0;
  margin: 15px 0 0 0;
  color: #f2f9ff;
  text-shadow: 0 5px 5px rgba(4, 49, 154, 0.3); }
  .lp-v2__proof li {
    display: inline-block;
    list-style: none;
    margin-right: 8px;
    margin-bottom: 8px; }
    .lp-v2__proof li .material-icons {
      color: white;
      vertical-align: middle;
      position: relative;
      bottom: 2px; }
.lp-v2__text {
  padding: 60px 0; }
.lp-v2__points {
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative; }
  .lp-v2__points:after {
    content: "";
    background-color: white;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; }
  .lp-v2__points .container {
    position: relative;
    z-index: 99; }
    .lp-v2__points .container .card__review {
      box-shadow: 0 5px 10px 0 rgba(51, 51, 51, 0.15);
      border: 0;
      border-radius: 10px;
      margin: 0 0 40px 0; }
      @media (min-width: 48em) {
        .lp-v2__points .container .card__review {
          margin: -140px 0 80px 0; } }
      @media (min-width: 48em) and (max-width: 62em) {
        .lp-v2__points .container .card__review {
          max-width: 440px;
          margin-right: auto;
          margin-left: auto; } }
      .lp-v2__points .container .card__review .tp-stars--5 .tp-star:nth-of-type(-n+5) .tp-star__canvas, .lp-v2__points .container .card__review .tp-stars--5 .tp-star:nth-of-type(-n+5) .tp-star__canvas--half {
        fill: #00b67a; }
    .lp-v2__points .container .material-icons {
      font-size: 55px;
      background: -webkit-gradient(linear, left top, left bottom, from(#3c76ff), to(#0251e1));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 15px; }
.lp-v2__included {
  background-color: #edf8ff;
  padding: 80px 0; }
  .lp-v2__included h2, .lp-v2__included h3, .lp-v2__included h4 {
    margin-bottom: 60px; }
  .lp-v2__included .row p {
    color: #546874; }
  .lp-v2__included .row__included {
    margin-bottom: 50px; }
  .lp-v2__included .material-icons {
    font-size: 55px;
    background: -webkit-gradient(linear, left top, left bottom, from(#3c76ff), to(#0251e1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px; }
.lp-v2 .blur {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  transform: scale(10);
  filter: blur(10px); }
  .lp-v2 .blur__container {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden; }
  .lp-v2 .blur--1 {
    opacity: 0.8;
    background-color: #11DFFB;
    top: 0;
    left: 16%;
    filter: blur(12px); }
  .lp-v2 .blur--2 {
    opacity: 0.4;
    background-color: #ff8387;
    top: 0;
    right: 10%; }
  .lp-v2 .blur--3 {
    background-color: #11DFFB;
    transform: scale(10);
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    left: 0; }
    @media (min-width: 47.9375em) {
      .lp-v2 .blur--3 {
        left: 40%; } }
.lp-v2__comparison-table span.d-block {
  font-weight: bold; }
.lp-v2__comparison-table th h4, .lp-v2__comparison-table th h5, .lp-v2__comparison-table th h6 {
  margin: 0; }
.lp-v2__comparison-table th:nth-child(2), .lp-v2__comparison-table th:nth-child(3) {
  text-align: center; }
.lp-v2__comparison-table td:nth-child(2), .lp-v2__comparison-table td:nth-child(3) {
  text-align: center;
  vertical-align: middle; }
  .lp-v2__comparison-table td:nth-child(2) span, .lp-v2__comparison-table td:nth-child(3) span {
    font-size: 30px;
    font-weight: bold; }
    .lp-v2__comparison-table td:nth-child(2) span.icn-check, .lp-v2__comparison-table td:nth-child(3) span.icn-check {
      color: #00db58; }
    .lp-v2__comparison-table td:nth-child(2) span.icn-close, .lp-v2__comparison-table td:nth-child(3) span.icn-close {
      color: red; }
.lp-v2__comparison-table td:nth-child(2):has(> .icn-close) {
  background-color: #fff6f7; }
.lp-v2__comparison-table td:nth-child(3) {
  background-color: #e8f7ff; }
.lp-v2 .bubble {
  position: absolute;
  margin: 0 auto;
  top: -75px; }
  @media (max-width: 47.99em) {
    .lp-v2 .bubble {
      margin: -25px auto 0 auto;
      top: 75px;
      position: relative; } }

.lp-blocks__secondary-cs {
  background-color: #edf8ff; }
  .lp-blocks__secondary-cs h5 {
    color: #727287; }
.lp-blocks__hero {
  background: #024dff;
  background: linear-gradient(100deg, #024dff 13%, #00298a 54%); }
  .lp-blocks__hero .expert-img img {
    border: 8px solid #00db58;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3); }
  .lp-blocks__hero-content {
    margin-top: 25px;
    margin-bottom: 25px; }
    .lp-blocks__hero-content h2, .lp-blocks__hero-content h3, .lp-blocks__hero-content h4, .lp-blocks__hero-content p {
      color: white; }
    .lp-blocks__hero-content h5 {
      color: #b1c8ff; }
  .lp-blocks__hero-lead {
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (min-width: 48em) {
      .lp-blocks__hero-lead {
        padding-top: 60px;
        padding-bottom: 60px; } }
    .lp-blocks__hero-lead ul {
      padding: 0;
      margin-bottom: 20px; }
      .lp-blocks__hero-lead ul li {
        color: white;
        list-style: none;
        margin-bottom: 5px;
        display: flex;
        align-items: center; }
        .lp-blocks__hero-lead ul li strong {
          color: #d1ffd8;
          text-decoration: underline; }
        .lp-blocks__hero-lead ul li .material-icons {
          margin-right: 5px;
          color: #57ff6e; }
.lp-blocks__included {
  padding: 80px 0; }
  .lp-blocks__included.lp-blocks__secondary-cs h5 {
    color: #11103E; }
  .lp-blocks__included .row p {
    color: #546874; }
  .lp-blocks__included .row__included {
    margin-top: 25px;
    margin-bottom: 25px; }
  .lp-blocks__included .material-icons {
    font-size: 55px;
    background: -webkit-gradient(linear, left top, left bottom, from(#3c76ff), to(#0251e1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px; }
.lp-blocks__one-col {
  padding-top: 50px;
  padding-bottom: 50px; }
.lp-blocks__two-col {
  padding-top: 50px;
  padding-bottom: 50px; }
  .lp-blocks__two-col img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .lp-blocks__two-col--cb {
    padding: 0; }
    .lp-blocks__two-col--cb__content {
      padding: 50px;
      display: flex;
      align-items: center; }
    .lp-blocks__two-col--cb__image {
      padding: 0; }
    .lp-blocks__two-col--cb h4:after, .lp-blocks__two-col--cb h5:after, .lp-blocks__two-col--cb h6:after {
      content: "";
      width: 50px;
      background-color: #8aadff;
      height: 4px;
      display: block;
      margin-top: 8px; }
.lp-blocks__faq {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #edf8ff;
  margin-bottom: 0; }
  .lp-blocks__faq .card {
    border-radius: 15px;
    box-shadow: 0 1px 6px 0 rgba(183, 180, 180, 0.12); }
.lp-blocks__articles {
  padding-top: 50px;
  padding-bottom: 50px; }
.lp-blocks__tools {
  padding-top: 50px;
  padding-bottom: 50px; }
  .lp-blocks__tools h5 {
    margin-bottom: 0; }
  .lp-blocks__tools .card {
    border-width: 0;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 12px;
    margin-bottom: 12px; }
  .lp-blocks__tools .card-img-overlay {
    background: linear-gradient(228deg, rgba(2, 77, 255, 0.2) 25%, rgba(0, 41, 138, 0.7) 54%);
    border-radius: 10px; }

.gated-check__hero {
  background: linear-gradient(180deg, #00298A 0%, #024DFF 100%);
  color: white;
  padding: 50px 0 20px 0;
  position: relative; }
  .gated-check__hero h1, .gated-check__hero h2, .gated-check__hero h4 {
    color: white; }
  .gated-check__hero h1 {
    font-size: 30px; }
.gated-check-vp {
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  align-items: center; }
  .gated-check-vp p {
    display: inline-block;
    margin: 0 0 10px 0; }
  .gated-check-vp__icons {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 0 10px 10px 0;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); }
    .gated-check-vp__icons .material-icons {
      font-size: 32px; }
    .gated-check-vp__icons--notify {
      background: #BBEFFF;
      color: #008FBB; }
    .gated-check-vp__icons--docs {
      background: #FFE7B3;
      color: #B37A00; }
    .gated-check-vp__icons--unlock {
      background: #DDFFB7;
      color: #5daa03; }
    .gated-check-vp__icons--car {
      background: #FFC2B7;
      color: #B71C00; }

.ss-btn:hover {
  color: inherit;
  background-color: #ecf6ff; }
.ss-btn svg {
  width: 20px;
  position: relative;
  margin: 0 3px 0 0;
  bottom: 2px; }

.how-many__table {
  width: 100%;
  padding: 0;
  margin: 0; }
  .how-many__table th[colspan="4"] {
    text-align: center; }
  .how-many__table th, .how-many__table td {
    border-bottom: 1px solid #ccc;
    padding: .75rem; }
  .how-many__table .spacer {
    margin: 0;
    width: 40px; }

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