@import url(https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@400;500;700;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.page-template-infographics-self-driving-cars .share-wrap {
  padding: 0;
  margin: 0 0 30px;
  border: none;
}

.page-template-infographics-self-driving-cars .share-wrap .social-icons {
  margin: 0;
  justify-content: center;
}

.page-template-infographics-self-driving-cars .infographic-container {
  margin: 0 auto;
  max-width: 362px;
  border: 1px solid #868686;
  background-color: #fff;
  background-image: url(../images/infographics/self-driving-cars/banner-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container {
    max-width: 1280px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .container {
  max-width: 1184px;
}

.page-template-infographics-self-driving-cars .infographic-container .heading {
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .heading {
    font-size: 32px;
    line-height: 41px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .heading:after {
  display: none;
}

.page-template-infographics-self-driving-cars .infographic-container .heading.big {
  font-size: 24px;
  line-height: 32px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .heading.big {
    font-size: 40px;
    line-height: 56px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container p {
  font-size: 18px;
  line-height: 33px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-number {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 52px;
  width: 52px;
  height: 54px;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  border-radius: 10px 10px 10px 20px;
  background-color: #355295;
  clip-path: polygon(100% 0, 100% 100%, 25% 100%, 0 75%, 0 0);
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-number {
    flex: 0 0 79px;
    width: 79px;
    height: 82px;
    font-size: 40px;
    border-radius: 12px 12px 12px 30px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-number.white {
  color: #242436;
  background-color: #fff;
}

.page-template-infographics-self-driving-cars .infographic-container .section-number.centered {
  margin: 0 auto -23px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-number.centered {
    margin-bottom: -41px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .bg-gray {
  position: relative;
  padding: 45px 15px 30px;
  background-color: var(--color-neutral);
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .bg-gray {
    padding: 60px 20px 40px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .page-template-infographics-self-driving-cars .infographic-container .bg-gray {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .bg-gray:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 53px;
  height: 16px;
  background: url(../images/infographics/self-driving-cars/icon-triangle.svg) no-repeat center;
  background-size: contain;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .bg-gray:after {
    width: 94px;
    height: 28px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container a {
  color: var(--color-secondary);
  text-decoration: underline;
}

.page-template-infographics-self-driving-cars .infographic-container .section-top {
  padding-top: 46px;
  margin-bottom: 54px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-top {
    padding-top: 82px;
    margin-bottom: 60px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-top h1 {
  margin: 0 auto 16px;
  padding-bottom: 0;
  max-width: 311px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 41px;
  text-align: center;
  background: linear-gradient(90deg, #355295 0%, #6AC259 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-top h1 {
    margin-bottom: 28px;
    max-width: 754px;
    font-size: 60px;
    line-height: 68px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-top h1:after {
  display: none;
}

.page-template-infographics-self-driving-cars .infographic-container .section-top .description {
  margin: 0 auto 28px;
  max-width: 620px;
  font-size: 18px;
  line-height: 33px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-top .description {
    margin-bottom: 40px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-top .car-image-holder {
  margin-bottom: -22px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-top .car-image-holder {
    margin-bottom: -69px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-top .historical-content {
  padding: 50px 15px 23px;
  background-image: url(../images/infographics/self-driving-cars/bg-dark-blue.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-top .historical-content {
    padding: 102px 15px 78px;
    text-align: center;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-top .historical-content .heading {
  margin: 0 auto 16px;
  max-width: 788px;
  color: #fff;
}

.page-template-infographics-self-driving-cars .infographic-container .section-top .historical-content p {
  margin: 0 auto;
  color: #fff;
  max-width: 700px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-one {
  margin-bottom: 21px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-one {
    margin-bottom: 71px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-one .image-holder {
    text-align: center;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-one .image-holder img {
  border-radius: 12px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-one .image-holder .img-desc {
  margin-top: 12px;
  color: #868686;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-one .content-holder {
    display: flex;
  }
}
@media (max-width: 991px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-one .content-holder {
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-one .content-holder .content {
    max-width: 567px;
    margin-left: auto;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-one .content-holder .section-number {
  margin-right: 15px;
}

@media (max-width: 991px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-one .content-holder .section-number {
    margin: 0 auto 18px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-one .content-holder .heading {
  margin-bottom: 17px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-one .content-holder .heading {
    margin-bottom: 27px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-two {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-two {
    margin-bottom: 50px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-two .image-holder {
  text-align: center;
}

@media (max-width: 991px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-two .image-holder {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-two .image-holder img {
    max-width: 206px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-two .image-holder .img-desc {
  margin-top: 12px;
  color: #868686;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-two .content-holder {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-two .content-holder .content {
    max-width: 567px;
    margin-left: auto;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-two .content-holder .content p:last-child {
  margin-bottom: 0;
}

.page-template-infographics-self-driving-cars .infographic-container .section-two .content-holder .section-number {
  margin-right: 15px;
}

@media (max-width: 991px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-two .content-holder .section-number {
    margin: 0 auto 18px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-two .content-holder .heading {
  margin-bottom: 17px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-two .content-holder .heading {
    margin-bottom: 27px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-three {
  position: relative;
  padding: 30px 0 16px;
  margin-bottom: 38px;
  background-image: url(../images/infographics/self-driving-cars/bg-section-three.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-three {
    padding: 80px 0 51px;
    margin-bottom: 51px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-three:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 57px;
  height: 15px;
  background: url(../images/infographics/self-driving-cars/icon-triangle-blue.svg) no-repeat center;
  background-size: contain;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-three:after {
    width: 94px;
    height: 28px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-three .section-heading {
  margin: 0 auto 38px;
  max-width: 664px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-three .section-heading {
    margin-bottom: 58px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-three .section-heading {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-three .section-heading .section-number {
    margin-right: 18px;
  }
}
@media (max-width: 991px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-three .section-heading .section-number {
    margin: 0 auto 18px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-three .section-heading .heading {
  margin-bottom: 0;
}

.page-template-infographics-self-driving-cars .infographic-container .section-three .item-list .row {
  margin: 0 -10px;
  justify-content: center;
}

.page-template-infographics-self-driving-cars .infographic-container .section-three .item-list .col-item {
  padding: 0 10px;
  margin-bottom: 20px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-three .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 37px 25px 30px;
  color: #fff;
  text-align: center;
  background-color: rgba(55, 55, 80, 0.7);
  backdrop-filter: blur(15px);
  border-radius: 12px;
  height: 100%;
  min-height: 210px;
}

@media (max-width: 991px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-three .item {
    margin: 0 auto;
    max-width: 275px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-three .item .title {
  margin-bottom: 11px;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}

.page-template-infographics-self-driving-cars .infographic-container .section-three .item .desc {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.page-template-infographics-self-driving-cars .infographic-container .facts-how-heading {
  margin-bottom: 21px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .facts-how-heading {
    text-align: center;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .facts-how-heading .heading {
  margin-bottom: 14px;
}

.page-template-infographics-self-driving-cars .infographic-container .facts-how-heading p {
  margin: 0 auto;
  max-width: 700px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-four {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-four {
    margin-bottom: 60px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-four .section-heading {
  margin: 0 auto 18px;
  max-width: 700px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-four .section-heading {
    text-align: center;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-four .section-heading .heading {
  margin-bottom: 8px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-four .section-heading .desc {
  margin-bottom: 0;
}

.page-template-infographics-self-driving-cars .infographic-container .section-four .item-list {
  margin: 0 auto;
  max-width: 1001px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-four .item-list .item {
  margin-bottom: 17px;
  background-color: #fff;
  border-radius: 6px;
  border: 2px solid #E8E8E8;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-four .item-list .item {
    display: flex;
    min-height: 173px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-four .item-list .item:last-child {
  margin-bottom: 0;
}

.page-template-infographics-self-driving-cars .infographic-container .section-four .item-list .item .level {
  position: relative;
  background-color: #6AC259;
}

@media screen and (min-width: 992px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-four .item-list .item .level {
    flex: 0 0 50px;
    width: 50px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-four .item-list .item .level:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1;
  height: 17px;
  width: 9px;
  background: url(../images/infographics/self-driving-cars/icon-right-green.svg) no-repeat center;
  background-size: contain;
  transform: translatey(-50%) rotate(90deg);
}

@media screen and (min-width: 992px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-four .item-list .item .level:after {
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
  }
}
@media (max-width: 991px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-four .item-list .item .level:after {
    margin-top: 4px;
    margin-left: -4px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-four .item-list .item .level span {
  display: block;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (min-width: 992px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-four .item-list .item .level span {
    position: absolute;
    bottom: 50%;
    left: 0;
    writing-mode: tb-rl;
    transform: translateY(50%) rotate(-180deg);
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-four .item-list .item .icon-holder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-secondary);
}

@media screen and (min-width: 992px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-four .item-list .item .icon-holder {
    margin-right: 45px;
    flex: 0 0 171px;
    width: 171px;
  }
}
@media (max-width: 991px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-four .item-list .item .icon-holder {
    margin-bottom: 20px;
    height: 107px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-four .item-list .item .icon-holder:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 21px;
  background-color: var(--color-secondary);
  clip-path: polygon(100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px), 0 0);
}

@media screen and (min-width: 992px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-four .item-list .item .icon-holder:after {
    top: 0;
    left: 100%;
    width: 21px;
    height: 100%;
    clip-path: polygon(0 0, calc(100% - 21px) 0%, 100% 50%, calc(100% - 21px) 100%, 0 100%);
  }
}
@media (max-width: 991px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-four .item-list .item .icon-holder:after {
    margin-top: -1px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-four .item-list .item .info-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px 12px;
}

@media screen and (min-width: 992px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-four .item-list .item .info-holder {
    padding-left: 0;
    padding-right: 20px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-four .item-list .item .info-holder .title {
  margin-bottom: 10px;
  color: #081A13;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-four .item-list .item .info-holder .title {
    margin-bottom: 7px;
    font-size: 24px;
    line-height: 32px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-four .item-list .item .info-holder .desc {
  max-width: 698px;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-five {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-five {
    margin-bottom: 60px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-five .section-heading {
  margin: 0 auto 23px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-five .section-heading {
    margin-bottom: 67px;
    max-width: 722px;
    text-align: center;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-five .section-heading .heading {
  margin-bottom: 14px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-five .section-heading .desc {
  margin-bottom: 0;
}

.page-template-infographics-self-driving-cars .infographic-container .section-five .image-holder {
  margin-bottom: 61px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-five .image-holder {
    margin-bottom: 78px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-five .bottom-content {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-five .bottom-content {
    max-width: 700px;
    text-align: center;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-five .image-content {
  margin-bottom: 26px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-five .image-content .item {
  padding: 0 14px 21px;
  margin-bottom: 36px;
  border-radius: 6px;
  border: 2px solid #6AC259;
}

.page-template-infographics-self-driving-cars .infographic-container .section-five .image-content .item:last-child {
  margin-bottom: 0;
}

.page-template-infographics-self-driving-cars .infographic-container .section-five .image-content .item .letter {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -20px auto 11px;
  width: 40px;
  height: 40px;
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 700;
  background-color: #6AC259;
  border-radius: 50%;
}

.page-template-infographics-self-driving-cars .infographic-container .section-five .image-content .item .title {
  margin-bottom: 11px;
  color: #081A13;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.page-template-infographics-self-driving-cars .infographic-container .section-five .image-content .item .desc {
  color: var(--text-color);
  font-size: 16px;
  line-height: 24px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-six {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-six {
    margin-bottom: 60px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-six .section-heading {
  margin: 0 auto 23px;
  max-width: 700px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-six .section-heading {
    margin-bottom: 67px;
    text-align: center;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-six .section-heading .heading {
  margin-bottom: 12px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-six .section-heading .desc {
  margin: 0 auto;
  max-width: 570px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-six .item-list {
  margin: 0 auto;
  max-width: 1001px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-six .item-list .item {
  margin-bottom: 17px;
  background-color: #fff;
  border-radius: 6px;
  border: 2px solid #E8E8E8;
  overflow: hidden;
}

.page-template-infographics-self-driving-cars .infographic-container .section-six .item-list .item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-six .item-list .item {
    display: flex;
    min-height: 192px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-six .item-list .item .icon-holder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-secondary);
}

@media screen and (min-width: 992px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-six .item-list .item .icon-holder {
    flex: 0 0 171px;
    width: 171px;
  }
}
@media (max-width: 991px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-six .item-list .item .icon-holder {
    height: 107px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-six .item-list .item .icon-holder:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 21px;
  background-color: var(--color-secondary);
  clip-path: polygon(100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px), 0 0);
}

@media screen and (min-width: 992px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-six .item-list .item .icon-holder:after {
    top: 0;
    left: 100%;
    width: 21px;
    height: 100%;
    clip-path: polygon(0 0, calc(100% - 21px) 0%, 100% 50%, calc(100% - 21px) 100%, 0 100%);
  }
}
@media (max-width: 991px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-six .item-list .item .icon-holder:after {
    margin-top: -1px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-six .item-list .item .number {
  position: relative;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-six .item-list .item .number {
    margin-left: -5px;
    margin-right: 50px;
  }
}
@media (max-width: 991px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-six .item-list .item .number {
    margin-top: -3px;
    justify-content: center;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-six .item-list .item .number span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background-color: #6AC259;
  border: 5px solid #fff;
  border-radius: 50%;
}

.page-template-infographics-self-driving-cars .infographic-container .section-six .item-list .item .info-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 12px 20px;
}

@media screen and (min-width: 992px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-six .item-list .item .info-holder {
    padding: 25px 20px 25px 0;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-six .item-list .item .info-holder .title {
  margin-bottom: 10px;
  color: #081A13;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

@media screen and (min-width: 992px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-six .item-list .item .info-holder .title {
    margin-bottom: 7px;
    font-size: 24px;
    line-height: 32px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-six .item-list .item .info-holder .desc {
  max-width: 698px;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-seven {
  margin-bottom: 42px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-seven {
    margin-bottom: 60px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-seven .section-heading {
  margin: 0 auto 14px;
  max-width: 814px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-seven .section-heading {
    margin-bottom: 27px;
    text-align: center;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-seven .section-heading .heading {
  margin-bottom: 20px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-seven .section-heading .desc {
  margin: 0 auto;
  max-width: 570px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-seven .item-list {
  margin: 0 auto;
  max-width: 986px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-seven .item-list .row {
  margin: 0 -10px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-seven .item-list .col-item {
  padding: 0 10px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-seven .item-list .col-item:last-child {
    margin-bottom: 0;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-seven .item-list .item {
  padding: 22px 13px 16px;
  background-color: #fff;
  border-radius: 6px;
  border: 2px solid #E8E8E8;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-seven .item-list .item {
    padding: 33px 22px 24px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-seven .item-list .item {
    min-height: 308px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-seven .item-list .item .icon-holder {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-seven .item-list .item .icon-holder {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-seven .item-list .item .info-holder {
    max-width: 415px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-seven .item-list .item .title {
  margin-bottom: 10px;
  color: #081A13;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-seven .item-list .item .title {
    margin-bottom: 11px;
    font-size: 24px;
    line-height: 32px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-seven .item-list .item .desc {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.page-template-infographics-self-driving-cars .infographic-container .facts-safety-heading {
  margin-bottom: 21px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .facts-safety-heading {
    text-align: center;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .facts-safety-heading .heading {
  margin-bottom: 14px;
}

.page-template-infographics-self-driving-cars .infographic-container .facts-safety-heading p {
  margin: 0 auto;
  max-width: 701px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-eight {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-eight {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-eight .content-holder {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-eight .content {
  max-width: 652px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-eight .content .heading {
  margin-bottom: 18px;
}

@media (max-width: 991px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-eight .content p:last-child {
    margin-bottom: 0;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-eight .image-holder {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-eight .image-holder {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-eight .image-holder {
    margin-bottom: 24px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-eight .image-holder img {
  border-radius: 12px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-nine {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-nine {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-nine .content-holder {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-nine .content {
  margin-left: auto;
  max-width: 652px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-nine .content .heading {
  margin-bottom: 18px;
}

@media (max-width: 991px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-nine .content p:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-nine .image-holder {
    margin-bottom: 24px;
    text-align: center;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-nine .image-holder img {
  border-radius: 12px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-ten {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-ten {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-ten .content-holder {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-ten .content {
  max-width: 652px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-ten .content .heading {
  margin-bottom: 18px;
}

@media (max-width: 991px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-ten .content p:last-child {
    margin-bottom: 0;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-ten .image-holder {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-ten .image-holder {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-ten .image-holder {
    margin-bottom: 24px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-ten .image-holder img {
  border-radius: 12px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-eleven {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-eleven {
    margin-bottom: 60px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-eleven .section-heading {
  margin: 0 auto 30px;
  max-width: 750px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-eleven .section-heading {
    text-align: center;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-eleven .section-heading .heading {
  margin-bottom: 20px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-eleven .section-heading p {
  margin: 0 auto;
  max-width: 700px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-eleven .item-list {
  margin: 0 auto;
  max-width: 1081px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-eleven .item-list .row {
  margin: 0 -10px;
  justify-content: center;
}

.page-template-infographics-self-driving-cars .infographic-container .section-eleven .item-list .col-item {
  padding: 0 10px;
  margin-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-eleven .item-list .col-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (max-width: 991px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-eleven .item-list .col-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-template-infographics-self-driving-cars .infographic-container .section-eleven .item-list .col-item:last-child {
    margin-bottom: 0;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-eleven .item {
  padding: 23px 15px 14px;
  color: #fff;
  text-align: center;
  background-color: #373750;
  backdrop-filter: blur(15px);
  border-radius: 12px;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-eleven .item {
    padding: 29px 15px 20px;
  }
}
@media (max-width: 767px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-eleven .item {
    min-height: 167px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-eleven .item .icon-holder {
  margin-bottom: 13px;
}

@media (max-width: 767px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-eleven .item .icon-holder img {
    max-width: 50px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-eleven .item .percent {
  margin-bottom: 6px;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-eleven .item .percent {
    margin-bottom: 10px;
    font-size: 32px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-eleven .item .desc {
  color: #fff;
  font-size: 13.791px;
  line-height: 20px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-eleven .item .desc {
    font-size: 18px;
    line-height: 26px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-twelve {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-twelve {
    margin-bottom: 60px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-twelve .section-heading {
  margin: 0 auto;
  max-width: 700px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-twelve .section-heading {
    text-align: center;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-twelve .section-heading .heading {
  margin-bottom: 18px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-twelve .section-heading .desc {
  margin-bottom: 0;
}

.page-template-infographics-self-driving-cars .infographic-container .section-twelve .image-holder {
  margin-top: 14px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-twelve .image-holder {
    margin-top: -44px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-thirteen {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-thirteen {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-thirteen .content-holder {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-thirteen .content {
    margin-left: -43px;
    max-width: 625px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-thirteen .content .heading {
  margin-bottom: 18px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-thirteen .content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-thirteen .image-holder {
    margin-bottom: 24px;
    text-align: center;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-thirteen .image-holder img {
  border-radius: 12px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-fourteen {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-fourteen {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-fourteen .content-holder {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-fourteen .content {
    max-width: 640px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-fourteen .content .heading {
  margin-bottom: 18px;
}

@media (max-width: 991px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-fourteen .content p:last-child {
    margin-bottom: 0;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-fourteen .image-holder {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-fourteen .image-holder {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-fourteen .image-holder {
    margin-bottom: 24px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-fourteen .image-holder img {
  border-radius: 12px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-bottom {
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-bottom {
    padding-bottom: 81px;
    text-align: center;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-bottom .contact .image-holder {
  margin-bottom: -15px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-bottom .contact .content-holder {
  margin: 0 auto 21px;
  max-width: 775px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-bottom .contact .content-holder {
    margin-bottom: 79px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-bottom .contact .content-holder .heading {
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-bottom .contact .content-holder .heading {
    margin-bottom: 17px;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-bottom .contact .content-holder p {
  margin: 0 auto;
  max-width: 650px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-bottom .logo-holder {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-bottom .logo-holder {
    margin-bottom: 41px;
  }
}
@media (max-width: 767px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-bottom .logo-holder {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-bottom .logo-holder img {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-bottom .contact-phone {
    text-align: center;
  }
}
.page-template-infographics-self-driving-cars .infographic-container .section-bottom .contact-phone .label {
  color: var(--text-color);
  font-family: Poppins;
  font-size: 26.413px;
  font-weight: 400;
  line-height: 33.457px;
}

.page-template-infographics-self-driving-cars .infographic-container .section-bottom .contact-phone a {
  color: #081A13;
  font-family: Poppins;
  font-size: 48px;
  font-weight: 700;
  line-height: 68.674px;
  text-decoration: none;
}

.page-template-infographics-self-driving-cars .infographic-container .section-bottom .copyright {
  color: #454545;
  font-size: 13px;
  line-height: 14px;
}

@media (max-width: 767px) {
  .page-template-infographics-self-driving-cars .infographic-container .section-bottom .copyright {
    text-align: center;
  }
}

/*# sourceMappingURL=infographics-self-driving-cars.css.map*/