body {
  position: relative;
  background: #ffffff;
  margin: 0px;
  padding: 0px;
  height: 100%;
  color: #000000;
  font-family: MissionGothic,Arial,sans-serif;
}

a {
    text-decoration: none;
}

.aaa-red {
  color: #DA291c !important;
}

.aaa-bgred {
  background-color: #DA291c !important;
}

.aaa-blue {
  color: #003087 !important;
}

.aaa-bgblue {
  background-color: #003087 !important;
}

.hero-image {
  position: relative;
  width: 100%;
  z-index:10;
  display:block;
}

.hero-copy {
  position: absolute;
  top: 3vw;
  left: 58vw;
  width: 40vw;
  height: 100%;
  z-index: 20;
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  font-style: italic;
}

.hero-overlay {
  position: absolute;
  top: 9vw;
  left: 66vw;
  width: 23vw;
  z-index: 20;
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}

.hero-subscription {
  position: absolute;
  top: 26.0vw;
  left: 58vw;
  width: 40%;
  z-index: 20;
  display: flex;
  flex-direction: row;
  gap: 1vw;
  justify-content: center;
}

.learnmore-container {
  position:relative;
  width: 100%;
  display: block;
}

.learnmore-map-background {
  position: relative;
  width: 70%;
  display: block;
  background-color: inherit;
  z-index: 5;
  left: 30.9%;
  opacity: 0.3;
  margin-top: 5.4vw;
}

.learnmore-map-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 20;
  text-align: left;
}

.learnmore-grid {
  position:relative;
  width: 85%;
  left:50%;
  transform:translateX(-50%);
  display: flex;
  flex-direction: row;
  justify-content:space-between;
  background-color:inherit;
}

.learnmore-item {
  position: relative;
  width: 47%;
  height: 100%;
  display: block;
  text-align: left;
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
}

.learnmore-pretitle {
  font-size: 1.3vw;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 0.5vw;
}

.learnmore-title {
  font-size: 2.1vw;
  font-weight: bold;
  margin-bottom: 0.5vw;
  color:black;
}

.learnmore-maptag {
  position: relative;
  display: inline-block;
  width: 1.2vw;
  margin-right: 0.4vw;
}

.learnmore-separator {
  width: 100%;
  height: 0.3vw;
  background-color: gray;
  margin-bottom: 1.5vw;
}

.learnmore-copy {
  font-size: 1.3vw;
  margin-bottom: 1.5vw;
  width:100%;
  text-align: left;
}

.learnmore-button {
  font-size: 1.3vw;
  font-weight: bold;
  padding: 0.5vw 1vw;
  border-radius: 0.5vw;
  border: 0.1vw solid black;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 1.5vw;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #DA291c;
  user-select: none;
  margin-right: 1vw;
}

.learnmore-modal {
  text-align: left;
  width: 40vw;
  position: absolute;
  top: 44vw;
  padding: 2vw;
  transform: translateX(-50%);
  left: 50%;
  border-radius: 1vw;
  background-color: white;
  color: #003087;
  font-size: 1.3vw;
  overflow: auto !important;
  z-index: 20;
  border: 0.2vw solid black;
}

.learnmore-modal-title {
  font-size: 2.5vw;
  font-weight: bold;
  margin-bottom: 0.5vw;
  color: #003087;
  text-align: center;
}

.learnmore-modal-copy {
  font-size: 1.5vw;
  width: 100%;
  text-align: left;
  color: #003087;
}

.text-center {
  text-align: center;
}

.fit-image {
  width: 100%;
  height: auto;
}

.full-width {
  width: 100% !important;
}

.header {
  font-size: 0.95vw;
  position: relative;
  z-index: 10;
  box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 10%);
  width: 100%;
  height: 4vw;
  color: white;
}

.header .menu-icon {
  cursor: pointer;
  float: left;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: white;
  display: block;
  height: 3px;
  position: relative;
  transition: background .5s ease-out;
  width: 25px;
}

.header .header-left {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  padding: 0px 0px;
  text-decoration: none;
  max-height: 4vw;
}

.header .header-right {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  padding: 0px 0px;
  text-decoration: none;
  max-height: 4vw;
}

.header .header-menu-logo {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  padding: 0px 0px;
  text-decoration: none;
  max-height: 4vw;
  cursor: pointer;
}

.header .menu-btn {
  display: none;
}

.select-modal {
  text-align: center;
  width: 40vw;
  position: absolute;
  top: 7.5vw;
  padding: 2vw 4vw;
  transform: translateX(-50%);
  left: 50%;
  border-radius: 1vw;
  background-color: white;
  color: black;
  z-index: 20;
  border: 0.2vw solid;
}

.select-title {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 2.3vw;
  font-weight: bold;
  margin-bottom: 1vw;
  color: #000000;
  font-family: MissionGothicBlack,MissionGothic,Arial,sans-serif;
}

.select-options {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 3vw;
  margin-bottom: 1vw;
  margin-top: 3vw;
}

.select-item {
  position: relative;
  display: block;
  user-select: none;
  cursor: pointer;
  width: 35%;
  padding: 2vw 2vw 0vw 2vw;
  border-radius: 2vw;
  box-shadow: -1px -1px 6px 6px rgba(0, 48, 137, 0.5);
}

.select-icon {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  margin-bottom: 0.5vw;
}

.select-text {
  position: relative;
  text-align: left;
  padding: 1vw 0;
  color: #003087;
  font-weight: bold;
  width: 100%;
  background-color: #ffffff;
  cursor: pointer;
  user-select: none;
  display: block;
  font-size: 2.5vw;
}

.select-button-red {
  text-align: center;
  padding: 1vw 2vw;
  border-radius: 0.75vw;
  border: 0.2vw solid #DA291c;
  color: white;
  font-weight: bold;
  background-color: #DA291c;
  cursor: pointer;
  user-select: none;
  display:inline-block;
  font-size:1.2vw;
}

.select-button-white {
  text-align: center;
  padding: 1vw 2vw;
  border-radius: 0.75vw;
  border: 0.2vw solid #003087;
  color: #003087;
  font-weight: bold;
  background-color: #ffffff;
  cursor: pointer;
  user-select: none;
  display: inline-block;
  font-size: 1.2vw;
}





.appModal {
  position: relative;
  width: 100%;
  color: black;
  background-color: inherit;
  z-index: 20;
  display: flex;
  background-color: #efefef;
  flex-direction: column;
  justify-content: center;
}

.application-container {
  background: white;
  color: black;
  padding: 2vw 2vw;
  width: 75%;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}

.app-input-row-container {
  display: flex;
  justify-content: space-between;
}

.app-sub-input-container {
  margin-bottom: 30px;
  padding: 20px;
  background: #e9e9e9;
  width: 50%;
  border-radius: 10px;
}

.application-header {
  text-align: center;
  color: #01519A;
}

.application-divider {
  border: 4px solid #01519A;
  margin-bottom: 20px;
}

.app-input-row {
  margin-bottom: 15px;
  margin-right: 15px;
}

.app-input-sub-row {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 15px;
}

.app-input-label {
  font-weight: bold;
  margin-bottom: 5px;
}

.app-input-text input{
  border: none;
  border-bottom: 1px solid gray;
  background: #F1F4FF;
  width: 100%;
  line-height: 23px;
  font-size: 1vw;
}

.app-input-select select {
  width: 100%;
  padding: 0.5vw 0.5vw;
  border-radius: 0.5vw;
  border: 1px solid;
  font-size: 1vw;
  color: black;}

.app-input-grid {
  display: flex;
  margin-bottom: 20px;
  flex-direction: row;
  align-content: start;
  justify-content: space-around;
  margin-bottom: 1vw;
}

.app-input-grid-column {
  display: block;
}

.app-input-title {
  font-weight: bold;
  margin-bottom: 5px;
}

.app-input-title-left {
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
  width: 65vw;
}

.app-input-title-big {
font-weight: bold;
margin-bottom: 5px;
font-size: 20px;
}

.sectionbig {
font-size: 16px;
margin-top: 10px;
text-decoration: underline;
font-weight: bold;
}

.app-input-title-small {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.app-input-toggle {
  margin: 10px 15px;
  display: flex;
  align-items: center;
}

.toggle-text {
  font-weight: bold;
  margin-left: 10px;
}

.app-input-textarea {
  width: 100%;
  height: 75px;
  font-size: 1.2vw;
  font-family: MissionGothic,Arial,sans-serif;
}

.app-input-text-column .app-input-text {
  margin-bottom: 10px;
}

.default-modal {
  text-align: center;
  width: 40vw;
  position: absolute;
  top: 19vw;
  padding: 2vw;
  transform: translateX(-50%);
  left: 50%;
  border-radius: 1vw;
  background-color: white;
  color: black;
  font-size: 1.3vw;
  overflow: auto !important;
  z-index: 20;
  border: 0.2vw solid black;
}

.modalCopy {
  font-size: 2vw;
  font-weight: bold;
  color: black;
  margin-bottom: 4vw;
}

.close-modal {
  position: absolute;
  top: 0.5vw;
  right: 1vw;
  font-size: 2vw;
  color: black;
  cursor: pointer;
  user-select: none;
}

.button-red {
  text-align: center;
  padding: 0.75vw 1vw;
  border-radius: 0.75vw;
  border: 0.1vw solid black;
  color: white;
  font-weight: bold;
  background: rgba(236,26,43,1);
  cursor: pointer;
  user-select: none;
  display:inline-block;
}

.button-white {
  text-align: center;
  padding: 0.75vw 1vw;
  border-radius: 0.75vw;
  border: 0.1vw solid black;
  color: black;
  font-weight: bold;
  background: white;
  cursor: pointer;
  user-select: none;
  display:inline-block;
}

.button-spacer {
  margin-bottom: 0.5vw;
}

.welcomeButton {
  width: 55%;
  user-select: none;
  margin-bottom: 0.5vw;
  font-size: 1.5vw;
}

.main-menu-gradient {
    background: rgb(0,52,156);
    background: linear-gradient(0deg, rgba(0,52,156,1) 0%, rgba(0,83,220,1) 50%, rgba(0,52,156,1) 100%);
}

.red-button {
  background: rgba(236,26,43,1) !important;
  color: white !important;
  font-weight: bold;
  user-select: none;
}

.vehicle-container {
  min-height: 150px;
}

.right-menu-item-red {
  color: white !important;
  font-weight: bold;
  background: rgba(236,26,43,1) !important;
}

@keyframes pulsate {
  0% { 
      transform:scale(1.1);
  }
  50% { 
      transform:scale(1.0);
  }
  100% { 
      transform:scale(1.1);
  }
}

.right-menu-container {
  float: right;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  gap: 1vw;
  margin-right: 3vw;
}

.right-menu-item {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid white;
  color: black;
  background: linear-gradient(90deg, rgba(193,192,192,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 60%, rgba(193,192,192,1) 100%);
  display:inline-block;
  cursor: pointer;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #03519A;
}

input:focus + .slider {
  box-shadow: 0 0 1px #03519A;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.mobileWelcomeButtons {
  display: flex;
  flex-direction: row;
  width:100%;
  justify-items:center;
  gap: 1vw;
}

.mobile {
  display:none !important;
}

.desktop {
  display:block !important;
}

.footer-container {
  position:relative;
  width: 100%;
  background: #ffff;
}

.footer-background  {
  position:relative;
  width: 100%;
  z-index: 0;
}

.footer-overlay {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  background: #ffffff;
  z-index: 1;
  height: 11.8vw;
}

.footer-logo {
  position: absolute;
  top: 2.5vw;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  z-index: 2;
}

.footer-copyright {
  position: absolute;
  top: 3vw;
  left: 50%;
  transform: translateX(-50%);
  width: 46%;
  z-index: 2;
  margin-top: 60px;
  font-size: 1.5vw;
  text-align: center;
  color: #003087;
}











.border-divider {
    border-bottom: 1px solid black;
    width: 100%;
}

.remove-button {
    height: 15px;
    margin-left: 15px;
}

.error-text {
    margin: 10px;
    color: red;
    font-size: 18px;
    font-size: bold;
}

.vehicle-stats-container {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.stats-item {
    display: flex;
    margin: 0px 10px;
}






#transitionFlyInBackgroundVideo {
    width: 100%;
}

.testimonial-user {
    display: flex;
    justify-content: flex-end;
}

.testimonial-image {
    width: 115px;
    margin-left: 20px;
}

.testomonial-container {
    width: 100%;
    height: 100%;
    overflow: scroll;
}

.navigation-container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-arrow {
    height: 50px;
}

.navigation-arrow {
    padding: 20px;
    height: 50px;
    z-index: 2;
}

/* OVERRIDES */
.fancybox-toolbar {
    opacity: 1 !important;
    visibility: visible !important;
    top: 10%;
    right: 4%;
}

.fancybox-button--close {
    opacity: 1;
    background: #000;
    border: 1px solid white;
}


.blob {
	display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgb(0 0 0);
    margin: 10px;
    height: 25px;
    width: 25px;
    min-width: 25px;
    min-height: 25px;
    transform: scale(1);
    animation: pulse-black 2s infinite;
    opacity: 1;
}

.blob.blue {
	background: #0a2f87;
    box-shadow: 0 0 0 0 #0a2f87;
    animation: pulse-blue 2s infinite;
    border: 3px solid #FFF;
    opacity: 1;
    color: #FFF;
}

@keyframes pulse-blue {
	0% {
        transform: scale(0.75);
        box-shadow: 0 0 0 0 rgb(52 172 224);
	}
	
	70% {
        transform: scale(1.2);
        box-shadow: 0 0 0 20px rgb(52 172 224 / 0%);
	}
	
	100% {
        transform: scale(0.75);
        box-shadow: 0 0 0 0 rgb(52 172 224 / 0%);
	}
}

.blob-container {
    opacity: 1;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fa {
    margin-left: 3px;
}


 /* Hide scrollbar for Chrome, Safari and Opera */
 .no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
} 


.video-modal {
  text-align: center;
  width: 56.3vw;
  position: absolute;
  top: 4vw;
  padding: 2vw;
  border-radius: 1vw;
  background-color: white;
  color: black;
  font-size: 1.3vw;
  z-index: 20;
  border: 0.2vw solid black;
  left: 50%;
  transform: translateX(-50%);
}

#videoPlayer {
  width: 100%;
  margin-top: 2vw;
}


@media only screen and (max-width: 850px) {

  body {
    position: relative;
    background: #ffffff;
    margin: 0px;
    padding: 0px;
    height: 100%;
    color: #000000;
    font-family: MissionGothic,Arial,sans-serif;
    overflow: hidden;
    overflow-y: scroll;
  }

  .hero-image {
    position: relative;
    width: 100%;
    z-index:10;
    display:block;
  }
  
  .hero-copy {
    position: absolute;
    top: 3vw;
    left: 58vw;
    width: 40vw;
    height: 100%;
    z-index: 20;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    font-style: italic;
  }
  
  .hero-overlay {
    position: absolute;
    top: 9vw;
    left: 66vw;
    width: 23vw;
    z-index: 20;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
  }
  
  .hero-subscription {
    position: absolute;
    top: 26.0vw;
    left: 58vw;
    width: 40%;
    z-index: 20;
    display: flex;
    flex-direction: row;
    gap: 1vw;
    justify-content: center;
  }
  
  .learnmore-container {
    position:relative;
    width: 100%;
    display: block;
  }
  
  .learnmore-map-background {
    position: relative;
    width: 70%;
    display: block;
    background-color: inherit;
    z-index: 5;
    left: 30.9%;
    opacity: 0.3;
    margin-top: 6.8vw;
  }
  
  .learnmore-grid {
    position:relative;
    width: 85%;
    left:50%;
    transform:translateX(-50%);
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    background-color:inherit;
  }
  
  .learnmore-item {
    position: relative;
    width: 47%;
    height: 100%;
    display: block;
    text-align: left;
    margin-top: 1.5vw;
    margin-bottom: 1.5vw;
  }
  
  .learnmore-pretitle {
    font-size: 2vw;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 0.5vw;
  }
  
  .learnmore-title {
    font-size: 2.5vw;
    font-weight: bold;
    margin-bottom: 0.5vw;
    color:black;
    margin-right:1vw;
  }
  
  .learnmore-maptag {
    position: relative;
    display: inline-block;
    width: 1.5vw;
    margin-right: 0.6vw;
  }
  
  .learnmore-separator {
    width: 100%;
    height: 0.3vw;
    background-color: gray;
    margin-bottom: 1.5vw;
  }
  
  .learnmore-copy {
    font-size: 1.3vw;
    margin-bottom: 1.5vw;
    width:100%;
    text-align: left;
  }
  
  .learnmore-button {
    font-size: 2vw;
    font-weight: bold;
    padding: 0.75vw 2vw;
    border-radius: 0.5vw;
    border: 0.2vw solid black;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 1.5vw;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background-color: #DA291c;
    user-select: none;
  }
  
  .learnmore-modal {
    text-align: left;
    width: 80vw;
    position: absolute;
    top: 55vw;
    padding: 2vw;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 1vw;
    background-color: white;
    color: #003087;
    font-size: 1.3vw;
    overflow: auto !important;
    z-index: 20;
    border: 0.2vw solid black;
  }
  
  .learnmore-modal-title {
    font-size: 3.5vw;
    font-weight: bold;
    margin-bottom: 0.5vw;
    color: #003087;
    text-align: center;
  }
  
  .learnmore-modal-copy {
    font-size: 2.5vw;
    width: 100%;
    text-align: left;
    color: #003087;
  }
  
  .fit-image {
    width: 100%;
    height: auto;
  }
  
  .full-width {
    width: 100% !important;
  }

  .header {
    font-size: 0.95vw;
    position: relative;
    z-index: 10;
    box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 10%);
    width: 100%;
    height: 7vw;
    color: white;
  }
  
  .header .header-left {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    padding: 0px 0px;
    text-decoration: none;
    max-height: 6vw;
  }
  
  .header .header-right {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    padding: 0px 0px;
    text-decoration: none;
    max-height: 6vw;
  }
  
  .header .header-menu-logo {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    padding: 0px 0px;
    text-decoration: none;
    max-height: 7vw;
    cursor: pointer;
  }
  
  .header .menu-btn {
    display: none;
  }
  
  .select-modal {
    text-align: center;
    width: 44vw;
    position: absolute;
    top: 12.5vw;
    padding: 2vw 4vw;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 1vw;
    background-color: white;
    color: black;
    z-index: 20;
    border: 0.2vw solid;
  }
  
  .select-title {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2.3vw;
    font-weight: bold;
    margin-bottom: 1vw;
    color: #000000;
    font-family: MissionGothicBlack,MissionGothic,Arial,sans-serif;
  }
  
  .select-options {
    position:relative;
    width: 100%;
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:center;
    gap: 5vw;
    margin-bottom: 1vw;
  }
  
  .select-item {
    position: relative;
    display: block;
    user-select: none;
    cursor: pointer;
    width: 35%;
    padding: 2vw 2vw 0vw 2vw;
    border-radius: 2vw;
    box-shadow: -1px -1px 6px 6px rgba(0, 48, 137, 0.5);
  }
  
  .select-icon {
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
    margin-bottom: 0.5vw;
  }
  
  .select-text {
    position: relative;
    text-align: left;
    padding: 1vw 0;
    color: #003087;
    font-weight: bold;
    width: 100%;
    background-color: #ffffff;
    cursor: pointer;
    user-select: none;
    display: block;
    font-size: 3vw;
  }
  
  .select-button-red {
    text-align: center;
    padding: 1vw 2vw;
    border-radius: 0.75vw;
    border: 0.2vw solid #DA291c;
    color: white;
    font-weight: bold;
    background-color: #DA291c;
    cursor: pointer;
    user-select: none;
    display:inline-block;
    font-size:1.2vw;
  }
  
  .select-button-white {
    text-align: center;
    padding: 1vw 2vw;
    border-radius: 0.75vw;
    border: 0.2vw solid #003087;
    color: #003087;
    font-weight: bold;
    background-color: #ffffff;
    cursor: pointer;
    user-select: none;
    display: inline-block;
    font-size: 1.2vw;
  }
    
  .appModal {
    position: relative;
    width: 100%;
    color: black;
    background-color: inherit;
    z-index: 20;
    display: flex;
    background-color: #efefef;
    flex-direction: column;
    justify-content: center;
  }
  
  .application-container {
    background: white;
    color: black;
    padding: 2vw 2vw;
    width: 85%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .app-input-row-container {
    display: flex;
    justify-content: space-between;
  }
  
  .app-sub-input-container {
    margin-bottom: 30px;
    padding: 20px;
    background: #e9e9e9;
    width: 95%;
    border-radius: 10px;
  }
  
  .application-header {
    text-align: center;
    color: #01519A;
  }
  
  .application-divider {
    border: 4px solid #01519A;
    margin-bottom: 20px;
  }
  
  .app-input-row {
    margin-bottom: 15px;
    margin-right: 2vw;
  }
  
  .app-input-sub-row {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 15px;
  }
  
  .app-input-label {
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .app-input-text input{
    border: none;
    border-bottom: 1px solid gray;
    background: #F1F4FF;
    width: 100%;
    line-height: 23px;
    font-size:2vw;
  }
  
  .app-input-select select {
    width: 100%;
    padding: 1vw 0.5vw;
    border-radius: 1vw;
    border: none;
    font-size: 2vw;
    color: black;
  }
  
  .app-input-grid {
    display: flex;
    margin-bottom: 20px;
  }
  
  .app-input-grid-column {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  
  .app-input-title {
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .app-input-title-left {
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
    width: 70vw;
  }
  
  .app-input-title-big {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 20px;
  }
  
  .sectionbig {
  font-size: 16px;
  margin-top: 10px;
  text-decoration: underline;
  font-weight: bold;
  }
  
  .app-input-title-small {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .app-input-toggle {
    margin: 10px 15px;
    display: flex;
    align-items: center;
  }
  
  .toggle-text {
    font-weight: bold;
    margin-left: 10px;
  }
  
  .app-input-textarea {
    width: 100%;
    height: 75px;
    font-size: 2.3vw;
    font-family: MissionGothic,Arial,sans-serif;
  }
  
  .app-input-text-column .app-input-text {
    margin-bottom: 10px;
  }

  .default-modal {
    text-align: center;
    width: 44vw;
    position: absolute;
    top: 19vw;
    padding: 2vw;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 1vw;
    background-color: white;
    color: black;
    font-size: 1.3vw;
    overflow: auto !important;
    z-index: 20;
    border: 0.2vw solid black;
  }
    
  .modalCopy {
    font-size: 2vw;
    font-weight: bold;
    color: black;
    margin-bottom: 4vw;
  }
  
  .close-modal {
    position: absolute;
    top: 0;
    right: 1vw;
    font-size: 4vw;
    color: black;
    cursor: pointer;
    user-select: none;
    font-weight: bold;
  }
  
  .button-red {
    text-align: center;
    padding: 0.75vw 1vw;
    border-radius: 0.75vw;
    border: 0.1vw solid black;
    color: white;
    font-weight: bold;
    background: rgba(236,26,43,1);
    cursor: pointer;
    user-select: none;
    display:inline-block;
    font-size:2.5vw;
  }
  
  .button-white {
    text-align: center;
    padding: 0.75vw 1vw;
    border-radius: 0.75vw;
    border: 0.1vw solid black;
    color: black;
    font-weight: bold;
    background: white;
    cursor: pointer;
    user-select: none;
    display:inline-block;
  }
  
  .button-spacer {
    margin-bottom: 0.5vw;
  }
  
  .welcomeButton {
    width: 95%;
    user-select: none;
    margin-bottom: 0.5vw;
    font-size: 2.5vw;
  }
  
  .main-menu-gradient {
      background: rgb(0,52,156);
      background: linear-gradient(0deg, rgba(0,52,156,1) 0%, rgba(0,83,220,1) 50%, rgba(0,52,156,1) 100%);
  }
  
  .red-button {
    background: rgba(236,26,43,1) !important;
    color: white !important;
    font-weight: bold;
    user-select: none;
  }
  
  .vehicle-container {
    min-height: 150px;
  }
  
  .right-menu-item-red {
    color: white !important;
    font-weight: bold;
    background: rgba(236,26,43,1) !important;
  }
  
  @keyframes pulsate {
    0% { 
        transform:scale(1.1);
    }
    50% { 
        transform:scale(1.0);
    }
    100% { 
        transform:scale(1.1);
    }
  }
  
  .right-menu-container {
    float: right;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
    gap: 1vw;
    margin-right: 3vw;
  }
  
  .right-menu-item {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid white;
    color: black;
    background: linear-gradient(90deg, rgba(193,192,192,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 60%, rgba(193,192,192,1) 100%);
    display:inline-block;
    cursor: pointer;
  }
  
  /* The switch - the box around the slider */
  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #03519A;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #03519A;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  
  #aarApplicationModal .full-background-landscape {
    display: none;
  }
  
  #aarApplicationModal .route-relative-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    background: #efefef;
  }
  
  .mobileWelcomeButtons {
    display: flex;
    flex-direction: row;
    width:100%;
    justify-items:center;
    gap: 1vw;
  }
  
  .mobile {
    display:none !important;
  }
  
  .desktop {
    display:block !important;
  }
  
  .footer-container {
    position: relative;
    width: 95%;
    background: #ffff;
    margin: 0 auto;
  }
  
  .footer-background  {
    position:relative;
    width: 100%;
    z-index: 0;
  }
  
  .footer-overlay {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    background: #ffffff;
    z-index: 1;
    height: 11.8vw;
  }
  
  .footer-logo {
    position: absolute;
    top: 2.5vw;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    z-index: 2;
  }
  
  .footer-copyright {
    position: absolute;
    top: 8vw;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    z-index: 2;
    margin-top: unset;
    font-size: 2vw;
    text-align: center;
    color: #003087;
  }
    
  
  
  
  
  
  
  
  
  
  
  
  
  .border-divider {
      border-bottom: 1px solid black;
      width: 100%;
  }
  
  .remove-button {
      height: 15px;
      margin-left: 15px;
  }
  
  .error-text {
      margin: 10px;
      color: red;
      font-size: 18px;
      font-size: bold;
  }
  
  .vehicle-stats-container {
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: space-between;
      flex-wrap: wrap;
  }
  
  .stats-item {
      display: flex;
      margin: 0px 10px;
  }
  
  
  
  
  
  
  #transitionFlyInBackgroundVideo {
      width: 100%;
  }
  
  .testimonial-user {
      display: flex;
      justify-content: flex-end;
  }
  
  .testimonial-image {
      width: 115px;
      margin-left: 20px;
  }
  
  .testomonial-container {
      width: 100%;
      height: 100%;
      overflow: scroll;
  }
  
  .navigation-container {
      width: 100%;
      height: 100vh;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  
  .left-arrow {
      height: 50px;
  }
  
  .navigation-arrow {
      padding: 20px;
      height: 50px;
      z-index: 2;
  }
  
  /* OVERRIDES */
  .fancybox-toolbar {
      opacity: 1 !important;
      visibility: visible !important;
      top: 10%;
      right: 4%;
  }
  
  .fancybox-button--close {
      opacity: 1;
      background: #000;
      border: 1px solid white;
  }
  
  
  .blob {
    display: flex;
      justify-content: center;
      align-items: center;
      background: black;
      border-radius: 50%;
      box-shadow: 0 0 0 0 rgb(0 0 0);
      margin: 10px;
      height: 25px;
      width: 25px;
      min-width: 25px;
      min-height: 25px;
      transform: scale(1);
      animation: pulse-black 2s infinite;
      opacity: 1;
  }
  
  .blob.blue {
    background: #0a2f87;
      box-shadow: 0 0 0 0 #0a2f87;
      animation: pulse-blue 2s infinite;
      border: 3px solid #FFF;
      opacity: 1;
      color: #FFF;
  }
  
  @keyframes pulse-blue {
    0% {
          transform: scale(0.75);
          box-shadow: 0 0 0 0 rgb(52 172 224);
    }
    
    70% {
          transform: scale(1.2);
          box-shadow: 0 0 0 20px rgb(52 172 224 / 0%);
    }
    
    100% {
          transform: scale(0.75);
          box-shadow: 0 0 0 0 rgb(52 172 224 / 0%);
    }
  }
  
  .blob-container {
      opacity: 1;
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .fa {
      margin-left: 3px;
  }
  
  
   /* Hide scrollbar for Chrome, Safari and Opera */
   .no-scrollbar::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .no-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  } 

  .video-modal {
    text-align: center;
    width: 82.3vw;
    position: absolute;
    top: 6.5vw;
    padding: 2vw;
    border-radius: 1vw;
    background-color: white;
    color: black;
    font-size: 1.3vw;
    z-index: 20;
    border: 0.2vw solid black;
    left: 50%;
    transform: translateX(-50%);
  }
  
  #videoPlayer {
    width: 100%;
    margin-top: 3vw;
  }
  
  
}

@media only screen and (max-width: 450px) {

  body {
    position: relative;
    background: #ffffff;
    margin: 0px;
    padding: 0px;
    height: 100%;
    color: #000000;
    font-family: MissionGothic,Arial,sans-serif;
    overflow: hidden;
    overflow-y: scroll;
  }

  .hero-image {
    position: relative;
    width: 100%;
    z-index:10;
    display:block;
  }
  
  .hero-copy {
    position: absolute;
    top: 3vw;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 20;
    font-size: 9vw;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    font-style: italic;
    transform: translateX(-50%);
  }
  
  .hero-overlay {
    position: absolute;
    top: 15vw;
    left: 50%;
    width: 47.4vw;
    z-index: 20;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    transform: translateX(-50%);
  }
  
  .hero-subscription {
    position: absolute;
    top: 47.5vw;
    left: 50%;
    width: 90%;
    z-index: 20;
    display: flex;
    flex-direction: row;
    gap: 2vw;
    justify-content: center;
    transform: translateX(-50%);
  }
  
  .learnmore-container {
    position:relative;
    width: 100%;
    display: block;
  }
  
  .learnmore-map-background {
    position: relative;
    width: 70%;
    display: block;
    background-color: inherit;
    z-index: 5;
    left: 30.9%;
    opacity: 0.3;
    margin-top: 15.5vw;
  }
 
  .learnmore-grid {
    position:relative;
    width: 85%;
    left:50%;
    transform:translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    background-color:inherit;
  }
  
  .learnmore-item {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    text-align: left;
    margin-top: 2.5vw;
    margin-bottom: 2.5vw;
  }
  
  .learnmore-pretitle {
    font-size: 5vw;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 0.5vw;
  }
  
  .learnmore-title {
    font-size: 6vw;
    font-weight: bold;
    margin-bottom: 0.5vw;
    color:black;
  }
  
  .learnmore-maptag {
    position: relative;
    display: inline-block;
    width: 3.3vw;
    margin-right: 0.7vw;
  }
  
  .learnmore-separator {
    width: 100%;
    height: 0.5vw;
    background-color: gray;
    margin-bottom: 2.5vw;
  }
  
  .learnmore-copy {
    font-size: 4vw;
    margin-bottom: 1.5vw;
    width:100%;
    text-align: left;
  }
  
  .learnmore-button {
    font-size: 5vw;
    font-weight: bold;
    padding: 1vw 2.5vw;
    border-radius: 0.75vw;
    border: 0.4vw solid black;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 1.5vw;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background-color: #DA291c;
    user-select: none;
  }
  
  .learnmore-modal {
    text-align: left;
    width: 88vw;
    position: absolute;
    top: 230vw;
    padding: 2vw;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 1vw;
    background-color: white;
    color: #003087;
    font-size: 1.3vw;
    overflow: auto !important;
    z-index: 20;
    border: 0.2vw solid black;
  }
  
  .learnmore-modal-title {
    font-size: 5.5vw;
    font-weight: bold;
    margin-bottom: 3vw;
    color: #003087;
    text-align: center;
  }
  
  .learnmore-modal-copy {
    font-size: 4.6vw;
    width: 100%;
    text-align: left;
    color: #003087;
  }
  
  .text-center {
    text-align: center;
  }

  .fit-image {
    width: 100%;
    height: auto;
  }
  
  .full-width {
    width: 100% !important;
  }
  
  .header {
    font-size: 0.95vw;
    position: relative;
    z-index: 10;
    box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 10%);
    width: 100%;
    height: 10vw;
    color: white;
  }
  
  .header .header-left {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    padding: 0px 0px;
    text-decoration: none;
    max-height: 8vw;
  }
  
  .header .header-right {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    padding: 0px 0px;
    text-decoration: none;
    max-height: 8vw;
  }
  
  .header .header-menu-logo {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    padding: 0px 0px;
    text-decoration: none;
    max-height: 10vw;
    cursor: pointer;
  }
  
  .header .menu-btn {
    display: none;
  }
  
  .select-modal {
    text-align: center;
    width: 85%;
    position: absolute;
    top: 57vw;
    padding: 2vw 4vw;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 2vw;
    background-color: white;
    color: black;
    z-index: 20;
    border: 0.2vw solid;
  }
  
  .select-title {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 6vw;
    font-weight: bold;
    margin-bottom: 6vw;
    color: #000000;
    font-family: MissionGothicBlack,MissionGothic,Arial,sans-serif;
  }
  
  .select-options {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 7vw;
    margin-bottom: 5vw;
  }
  
  .select-item {
    position: relative;
    display: block;
    user-select: none;
    cursor: pointer;
    width: 60%;
    padding: 2vw 2vw 0vw 2vw;
    border-radius: 2vw;
    box-shadow: -1px -1px 6px 6px rgba(0, 48, 137, 0.5);
    left: 50%;
    transform: translateX(-50%);
  }
  
  .select-icon {
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
    margin-bottom: 0.5vw;
  }
  
  .select-text {
    position: relative;
    text-align: left;
    padding: 1vw 0;
    color: #003087;
    font-weight: bold;
    width: 100%;
    background-color: #ffffff;
    cursor: pointer;
    user-select: none;
    display: block;
    font-size: 9vw;
  }
  
  .select-button-red {
    text-align: center;
    padding: 2vw 3vw;
    border-radius: 1.5vw;
    border: 0.2vw solid #DA291c;
    color: white;
    font-weight: bold;
    background-color: #DA291c;
    cursor: pointer;
    user-select: none;
    display:inline-block;
    font-size:5vw;
  }
  
  .select-button-white {
    text-align: center;
    padding: 2vw 3vw;
    border-radius: 1.5vw;
    border: 0.2vw solid #003087;
    color: #003087;
    font-weight: bold;
    background-color: #ffffff;
    cursor: pointer;
    user-select: none;
    display: inline-block;
    font-size: 5vw;
  }
    
  .appModal {
    position: relative;
    width: 100%;
    color: black;
    background-color: inherit;
    z-index: 20;
    display: flex;
    background-color: #efefef;
    flex-direction: column;
    justify-content: center;
  }
  
  .application-container {
    background: white;
    color: black;
    padding: 2vw 4vw;
    width: 90%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .app-input-row-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  
  .app-sub-input-container {
    margin-bottom: 30px;
    padding: 20px;
    background: #e9e9e9;
    width: 90%;
    border-radius: 10px;
  }
  
  .application-header {
    text-align: center;
    color: #01519A;
  }
  
  .application-divider {
    border: 4px solid #01519A;
    margin-bottom: 20px;
  }
  
  .app-input-row {
    margin-bottom: 15px;
    margin-right: 15px;
  }
  
  .app-input-sub-row {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 15px;
  }
  
  .app-input-label {
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .app-input-text input{
    border: none;
    border-bottom: 1px solid gray;
    background: #F1F4FF;
    width: 100%;
    line-height: 23px;
  }
  
  .app-input-select select {
    width: 100%;
    padding: 1.5vw 0.5vw;
    border-radius: 1vw;
    border: none;
    font-size: 4.3vw;
    color: black;

  }
  
  .app-input-grid {
    display: flex;
    margin-bottom: 5vw;
    flex-direction: row;
    align-content: start;
    justify-content: space-around;
  }
  
  .app-input-grid-column {
    display: block;
  }
  
  .app-input-title {
    font-weight: bold;
    margin-bottom: 5px;
  }

  .app-input-title-left {
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
    width: 58vw;
  }
  
  .app-input-title-big {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 20px;
  }
  
  .sectionbig {
  font-size: 16px;
  margin-top: 10px;
  text-decoration: underline;
  font-weight: bold;
  }
  
  .app-input-title-small {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .app-input-toggle {
    margin: 10px 15px;
    display: flex;
    align-items: center;
  }
  
  .toggle-text {
    font-weight: bold;
    margin-left: 10px;
  }
  
  .app-input-textarea {
    width: 100%;
    height: 75px;
    font-size: 4.5vw;
    font-family: MissionGothic,Arial,sans-serif;
  }
  
  .app-input-text-column .app-input-text {
    margin-bottom: 10px;
  }
  
  .default-modal {
    text-align: center;
    width: 85vw;
    position: absolute;
    top: 56vw;
    padding: 2vw;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 1vw;
    background-color: white;
    color: black;
    font-size: 4vw;
    overflow: auto !important;
    z-index: 20;
    border: 0.2vw solid black;
  }

  .modalCopy {
    font-size: 2vw;
    font-weight: bold;
    color: black;
    margin-bottom: 4vw;
  }
  
  .close-modal {
    position: absolute;
    top: 0;
    right: 1vw;
    font-size: 7.5vw;
    color: black;
    cursor: pointer;
    user-select: none;
    font-weight: bold;
  }
  
  .button-red {
    text-align: center;
    padding: 2vw 3vw;
    border-radius: 0.75vw;
    border: 0.1vw solid black;
    color: white;
    font-weight: bold;
    background: rgba(236,26,43,1);
    cursor: pointer;
    user-select: none;
    display: inline-block;
    font-size: 5vw;
  }
  
  .button-white {
    text-align: center;
    padding: 2.75vw 1vw;
    border-radius: 0.75vw;
    border: 0.1vw solid black;
    color: black;
    font-weight: bold;
    background: white;
    cursor: pointer;
    user-select: none;
    display:inline-block;
    font-size:3vw;
  }
  
  .button-spacer {
    margin-bottom: 2.5vw;
  }
  
  .welcomeButton {
    width: 100%;
    user-select: none;
    margin-bottom: 3.5vw;
    font-size: 6vw;
  }
  
  .main-menu-gradient {
      background: rgb(0,52,156);
      background: linear-gradient(0deg, rgba(0,52,156,1) 0%, rgba(0,83,220,1) 50%, rgba(0,52,156,1) 100%);
  }
  
  .red-button {
    background: rgba(236,26,43,1) !important;
    color: white !important;
    font-weight: bold;
    user-select: none;
  }
  
  .vehicle-container {
    min-height: 150px;
    width: 85%;
  }
  
  .right-menu-item-red {
    color: white !important;
    font-weight: bold;
    background: rgba(236,26,43,1) !important;
  }
  
  @keyframes pulsate {
    0% { 
        transform:scale(1.1);
    }
    50% { 
        transform:scale(1.0);
    }
    100% { 
        transform:scale(1.1);
    }
  }
  
  .right-menu-container {
    float: right;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
    gap: 1vw;
    margin-right: 3vw;
  }
  
  .right-menu-item {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid white;
    color: black;
    background: linear-gradient(90deg, rgba(193,192,192,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 60%, rgba(193,192,192,1) 100%);
    display:inline-block;
    cursor: pointer;
  }
  
  /* The switch - the box around the slider */
  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #03519A;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #03519A;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  
  #aarApplicationModal .full-background-landscape {
    display: none;
  }
  
  #aarApplicationModal .route-relative-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    background: #efefef;
  }
  
  .mobileWelcomeButtons {
    display: flex;
    flex-direction: row;
    width:100%;
    justify-items:center;
    gap: 1vw;
  }
  
  .mobile {
    display:none !important;
  }
  
  .desktop {
    display:block !important;
  }
  
  .footer-container {
    position:relative;
    width: 90%;
    background: #ffff;
    margin: 0 auto;
    margin-bottom: 5vw;
  }
  
  .footer-background  {
    position:relative;
    width: 100%;
    z-index: 0;
  }
  
  .footer-overlay {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    background: #ffffff;
    z-index: 1;
    height: 11.8vw;
  }
  
  .footer-logo {
    position: absolute;
    top: 2.5vw;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    z-index: 2;
  }
  
  .footer-copyright {
    position: absolute;
    top: 10vw;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    z-index: 2;
    margin-top: unset;
    font-size: 2.8vw;
    text-align: center;
    color: #003087;
  }

  
  
  
  
  
  
  
  
  
  
  
  .border-divider {
      border-bottom: 1px solid black;
      width: 100%;
  }
  
  .remove-button {
    position: absolute;
    right: 6%;
    display:inline-block;
  }
  
  .error-text {
      margin: 10px;
      color: red;
      font-size: 18px;
      font-size: bold;
  }
  
  .vehicle-stats-container {
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: space-between;
      flex-wrap: wrap;
  }
  
  .stats-item {
      display: flex;
      margin: 0px 10px;
  }
  
  
  
  
  
  
  #transitionFlyInBackgroundVideo {
      width: 100%;
  }
  
  .testimonial-user {
      display: flex;
      justify-content: flex-end;
  }
  
  .testimonial-image {
      width: 115px;
      margin-left: 20px;
  }
  
  .testomonial-container {
      width: 100%;
      height: 100%;
      overflow: scroll;
  }
  
  .navigation-container {
      width: 100%;
      height: 100vh;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  
  .left-arrow {
      height: 50px;
  }
  
  .navigation-arrow {
      padding: 20px;
      height: 50px;
      z-index: 2;
  }
  
  /* OVERRIDES */
  .fancybox-toolbar {
      opacity: 1 !important;
      visibility: visible !important;
      top: 10%;
      right: 4%;
  }
  
  .fancybox-button--close {
      opacity: 1;
      background: #000;
      border: 1px solid white;
  }
  
  
  .blob {
    display: flex;
      justify-content: center;
      align-items: center;
      background: black;
      border-radius: 50%;
      box-shadow: 0 0 0 0 rgb(0 0 0);
      margin: 10px;
      height: 25px;
      width: 25px;
      min-width: 25px;
      min-height: 25px;
      transform: scale(1);
      animation: pulse-black 2s infinite;
      opacity: 1;
  }
  
  .blob.blue {
    background: #0a2f87;
      box-shadow: 0 0 0 0 #0a2f87;
      animation: pulse-blue 2s infinite;
      border: 3px solid #FFF;
      opacity: 1;
      color: #FFF;
  }
  
  @keyframes pulse-blue {
    0% {
          transform: scale(0.75);
          box-shadow: 0 0 0 0 rgb(52 172 224);
    }
    
    70% {
          transform: scale(1.2);
          box-shadow: 0 0 0 20px rgb(52 172 224 / 0%);
    }
    
    100% {
          transform: scale(0.75);
          box-shadow: 0 0 0 0 rgb(52 172 224 / 0%);
    }
  }
  
  .blob-container {
      opacity: 1;
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .fa {
      margin-left: 3px;
  }
  
  
   /* Hide scrollbar for Chrome, Safari and Opera */
   .no-scrollbar::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .no-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  } 

  .video-modal {
    text-align: center;
    width: 95vw;
    position: absolute;
    top: 56vw;
    padding: unset;
    border-radius: 1vw;
    background-color: white;
    color: black;
    font-size: 1.3vw;
    z-index: 20;
    border: 0.2vw solid black;
    left: 50%;
    transform: translateX(-50%);
  }
  
  #videoPlayer {
    width: 100%;
    margin-top: 9vw;
  }

}