.vto-hero {
  width: 100%;
  padding-top: min(350px, calc(350 / 1800 * 100% - (58px + 11%)));
  padding-bottom: 4%;
  background: url("https://www.americasbest.com/cdn-cgi/image/fit=scale-down,width=1800,f=auto,q=85/medias/AB-LP-ABC-VTO-Desktop.jpg?context=bWFzdGVyfHJvb3R8MTQ0OTQ4fGltYWdlL2pwZWd8aDczL2gxYS85MzYwOTYwNDU0Njg2L0FCLUxQLUFCQy1WVE8tRGVza3RvcC5qcGd8YTE5MTFjY2E3MDNiNzFlNzY1NTY3ZmIyY2EzYzY1NTMxYzliOThmOTAwODNmOGNmZTgzZTdhMTc3N2JmZDA3NA")
    center center/ auto 100% no-repeat no-repeat #343838;
  margin: 0 auto 35px;
  background-size: cover;
  position: relative;
  display: flex;
}
.vto-hero-content {
  max-width: 1340px;
  width: 95%;
  display: flex;
  justify-content: flex-end;
  margin: auto;
}
.vto-hero-text {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 5%;
}
.vto-hero-text h1 {
  font-size: 2.25em;
  line-height: 1.3;
  margin-bottom: 5px;
  color: #024b86;
}
.vto-hero-text h2 {
  font-size: 1.5rem;
  margin: 0 0 30px;
  line-height: 1.4;
  color: black;
}
.btn-cta a.a-btn--primary {
  background-color: #a6182e;
  border: 2px solid #a6182e;
  padding: 0.5em 1.5em;
}
.btn-cta a.a-btn--primary:hover {
  color: #a6182e;
  background-color: transparent;
}
.vto-cta {
  margin: 25px auto;
}
.vto-cta a.a-btn--primary {
    background-color: white;
    border: 2px solid white;
    padding: 0.25em .75em;
    color: #2459a9;
    font-size: 1.75em;
    text-transform: capitalize;
}
.vto-cta a.a-btn::hover {
    cursor: none;
}
.vto-cta .icon-vto-camera::before {
  font-size: 2.5em;
}
.vto-cta .icon-vto-camera {
  vertical-align: middle;
  color: #2459a9;
}
.vto-features {
  display: flex;
  padding: 25px 0;
  flex-direction: column;
  position: relative;
  width: 100%;
  align-items: center;
  margin: 25px auto;
  background-color: #024b86;
}
.vto-header {
  margin: auto;
  text-align: center;
}
.vto-header h2 {
  font-size: 2.25em;
  margin: 10px auto;
  color: white;
  line-height: 1.4;
}
.vto-feature-wrapper {
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin: 15px auto;
}
.vto-feature-block {
  display: flex;
  flex-direction: column;
  width: 48%;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
}
.vto-feature-block img {
  height: 150px;
  margin: 0 auto 10px;
  width: 50%;
}
.vto-feature-block h3 {
  font-size: 1.5em;
  line-height: 1.2;
  color: white;
  font-weight: 400;
  margin: 20px auto 10px;
}
.vto-content,
.vto-content2 {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  max-width: 1340px;
  margin: 35px auto;
  align-items: center;
}
.vto-content-img {
  width: 35%;
}
.vto-content-video {
  width: 50%;
}
.vto-content-text {
  width: 55%;
}
.vto-content-text2 {
  width: 45%;
}
.vto-content-img video,
.vto-content-video video {
  width: 100%;
}
.vto-content-text h3,
.vto-content-text2 h3{
    font-size: 2em;
    line-height: 1.3;
    font-weight: 400;
    color: #024b86;
}
.vto-content-text ol li,
.vto-content-text2 ul li{
  font-size: 1.25em;
  line-height: 1.3;
}
.disclaimer-icon {
  top: -0.5em;
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  margin-left: 2px;
}
.modal-body p {
  margin-bottom: 5px;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .vto-hero {
    padding-top: min(350px, calc(350 / 1800 * 100% - (58px + 10%)));
    padding-bottom: 3%;
  }
  .vto-hero-text h1 {
    font-size: 2em;
  }
  .vto-hero-text h2 {
    font-size: 1.35em;
  }
  .vto-content-text h3,
  .vto-content-text2 h3 {
    font-size: 1.75em;
  }
  .vto-content-text ul li,
  .vto-content-text ol li {
    font-size: 1.15em;
  }
}
@media (max-width: 991px) {
  .vto-hero-text h1 {
    font-size: 1.8em;
    line-height: 1.2;
  }
  .vto-hero-text h2 {
    font-size: 1.2em;
    margin-bottom: 15px;
  }
  .vto-cta .icon-vto-camera::before {
    font-size: 2em;
}
  .vto-cta a.a-btn--primary {
    font-size: 1.25em;
  }
  .vto-content-text h3,
  .vto-content-text2 h3 {
    font-size: 1.5em;
  }
  .vto-content-text ul li,
  .vto-content-text ol li {
    font-size: 1.05em;
  }
  .vto-header h2 {
    font-size: 2em;
  }
  .vto-feature-block img {
    height: 100px;
    width: 100%;
  }
  .vto-feature-block h3 {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .vto-hero {
    padding-bottom: calc(524 / 767 * 100% - (1px + 1%));
    background: url("https://www.americasbest.com/cdn-cgi/image/fit=scale-down,width=767,f=auto,q=85/medias/AB-LP-ABC-VTO-Mobile.jpg?context=bWFzdGVyfHJvb3R8OTk1ODJ8aW1hZ2UvanBlZ3xoNDIvaDI0LzkzNjA5NjA3MTY4MzAvQUItTFAtQUJDLVZUTy1Nb2JpbGUuanBnfGQ2Y2FlNmYwYjQwZjE2NWRjMDUwMWVlY2I0NGU0ODUyZmY1MmMyMzU2ZGFhNWNlMDg0Nzc4ZmU0OGQ4OTQ4NDA")
      center bottom/contain no-repeat no-repeat #f6f6f6;
    display: flex;
    padding-top: 5%;
  }
  .vto-hero-content {
    width: 100%;
  }
  .vto-hero-text {
    width: 90%;
    margin: 0 auto;
    align-items: center;
    text-align: center;
  }
  .vto-header h2 {
    font-size: 2.25em;
    width: 80%;
  }
  .vto-features {
    margin: 25px auto;
  }
  .vto-feature-wrapper,
  .vto-content {
    flex-direction: column;
    margin: 0 auto;
  }
  .vto-content2 {
    flex-direction: column-reverse;
  }
  .vto-feature-block {
    width: 75%;
    margin: 15px auto 0;
  }
  .vto-feature-block img {
    height: auto;
    width: 70%;
    max-width: 200px;
  }
  .vto-feature-block h3 {
    font-size: 1.75em;
    margin: 0 auto;
  }
  .vto-feature-block p {
    font-size: 1.75em;
    margin: 0 auto;
  }
  .vto-content-img,
  .vto-content-video {
    width: 90%;
    margin: 0 auto 15px;
  }
  .vto-content-text,
  .vto-content-text2 {
    width: 90%;
    margin: 0 auto;
  }
  .vto-content-text ol li,
  .vto-content-text2 ul li{
    font-size: 1.25em;
  }
  .vto-hero-text h1 {
    font-size: 2.5em;
  }
  .vto-hero-text h2 {
    font-size: 1.75em;
  }
  .vto-content-text h3,
  .vto-content-text2 h3 {
    font-size: 2.25em;
    text-align: center;
  }
}
@media (max-width: 620px) {
  .vto-header h2 {
   font-size: 2em;
   width: 85%;
  }
  .vto-content-text ol li,
  .vto-content-text2 ul li {
    font-size: 1.1em;
  }
  .vto-hero-text h1 {
    font-size: 2em;
  }
  .vto-hero-text h2 {
    font-size: 1.35em;
  }
  .vto-content-text h3,
  .vto-content-text2 h3 {
    font-size: 1.75em;
  }
}
@media (max-width: 480px) {
  .vto-hero-text h1 {
    font-size: 1.8em;
  }
  .vto-feature-block h3 {
    font-size: 1.5em;
  }
  .vto-hero-text h2 {
    font-size: 1.2em;
  }
  .btn-cta a.a-btn--primary {
    font-size: 0.9em;
  }
}
@media (max-width: 390px) {
  .vto-content-text h3,
  .vto-content-text2 h3 {
    font-size: 1.6em;
  }
  .vto-content-text ol li,
  .vto-content-text2 ul li {
    font-size: 1em;
  }
  .vto-hero-text h1 {
    font-size: 1.75em;
  }
  .vto-header h2 {
    font-size: 1.6em;
 }
  .vto-feature-block h3 {
    font-size: 1.2em;
  }
}
@media (max-width: 350px) {
  .vto-hero-text h1 {
    font-size: 1.5rem;
  }
  .vto-hero-text h2 {
    font-size: 1em;
    margin-bottom: 10px;
  }
  .vto-header h2 {
    width: 90%;
  }
  .btn-cta a.a-btn--primary {
    font-size: 0.8em;
  }
}