*:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}

textarea,
[contenteditable],
input[type=text],
input[type=text]:before,
input[type=text]:after {
  border: 0;
  width: 100%;
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}
#mini-carousel-wrap {
  display: none !important;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  background: #fff;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 1s;
  overflow-x: hidden;
  overflow-y: scroll;
}
body #content {
  padding: 0 !important;
  margin: 0 !important;
}
body .custom-logo {
  width: 300px;
  height: 60px;
}
@media only screen and (max-width: 992px) {
  body .custom-logo {
    width: 210px;
    height: auto;
  }
}
@media only screen and (max-width: 320px) {
  body .custom-logo {
    width: 198px;
  }
}
body .infographic-main-wrap {
  background: #0c0c0c none scroll 0 0 no-repeat;
  overflow: hidden;
  /*General bullet list*/
  /*check engine light intro*/
  /*Middle Description*/
  /*Other Causes*/
  /*Best Way to Prevent Engine Misfires*/
  /*About CarParts*/
}
body .infographic-main-wrap .small-wrap {
  max-width: 680px;
  margin: 0 auto;
}
body .infographic-main-wrap ul {
  list-style: none;
}
body .infographic-main-wrap a {
  text-decoration: none;
}
body .infographic-main-wrap h1, body .infographic-main-wrap h2, body .infographic-main-wrap h3, body .infographic-main-wrap h4, body .infographic-main-wrap h5 {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  margin-bottom: 16px;
  font-weight: 700;
}
body .infographic-main-wrap h2, body .infographic-main-wrap h3 {
  margin-bottom: 30px;
}
body .infographic-main-wrap h2 {
  line-height: 1.1;
  margin-top: 0;
  font-size: 48px;
  font-weight: 500;
  color: #e1faff;
}
body .infographic-main-wrap h2 span {
  display: block;
}
@media screen and (max-width: 992px) {
  body .infographic-main-wrap h2 {
    text-align: center;
    font-size: 40px !important;
  }
}
body .infographic-main-wrap h3 {
  line-height: 1.1;
  margin: 0 0 30px 0;
  font-size: 40px !important;
  font-weight: 400;
  color: #fc7e00;
}
body .infographic-main-wrap h3 span {
  display: block;
}
@media screen and (max-width: 992px) {
  body .infographic-main-wrap h3 {
    text-align: center;
  }
}
body .infographic-main-wrap p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  margin: 1em 0;
}
@media screen and (max-width: 992px) {
  body .infographic-main-wrap p br {
    display: none;
  }
}
body .infographic-main-wrap img {
  max-width: 100%;
  height: auto;
}
body .infographic-main-wrap ul.tz-desc-item-bullet-list {
  margin: 0 !important;
  padding: 0 0 0 20px !important;
}
body .infographic-main-wrap ul.tz-desc-item-bullet-list li {
  list-style: none !important;
  background: url("https://cld.partsimg.com/image/upload/carparts/blog/tier-zero/check-engine-light-flashing/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px;
  padding: 0 0 0 35px;
  line-height: 1.5;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 992px) {
  body .infographic-main-wrap ul.tz-desc-item-bullet-list li {
    background-position: 5px 3px;
  }
}
body .infographic-main-wrap ul.tz-desc-item-bullet-list li p {
  margin: 0;
  padding: 0 !important;
}
body .infographic-main-wrap .tz-content-wrap {
  margin: 0 auto;
  padding: 50px;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .tz-content-wrap {
    padding: 20px 16px;
    margin: 0;
  }
}
body .infographic-main-wrap .tz-1row-intro-main {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: row;
  --engineColor: #fbb040;
  /*Engine Light*/
}
@media screen and (max-width: 992px) {
  body .infographic-main-wrap .tz-1row-intro-main {
    flex-wrap: wrap;
  }
}
body .infographic-main-wrap .tz-1row-intro-main .tz-2column-left {
  position: relative;
  z-index: 100;
  height: auto;
  max-width: 1440px;
  flex: 0 0 50%;
  background: #0c0c0c;
}
@media screen and (max-width: 992px) {
  body .infographic-main-wrap .tz-1row-intro-main .tz-2column-left {
    flex: 0 0 100%;
    margin: 0;
    height: 350px;
  }
}
body .infographic-main-wrap .tz-1row-intro-main .tz-2column-left .engine-light {
  top: 40px;
  left: 30px;
  position: absolute;
  width: 100%;
  object-fit: cover;
  z-index: 5;
}
@media screen and (max-width: 992px) {
  body .infographic-main-wrap .tz-1row-intro-main .tz-2column-left .engine-light {
    position: relative;
    top: 50px;
    left: 8%;
    object-fit: cover;
  }
}
body .infographic-main-wrap .tz-1row-intro-main .tz-2column-left .engine-light .engine-icon {
  fill: var(--engineColor);
}
body .infographic-main-wrap .tz-1row-intro-main .tz-2column-right {
  position: relative;
  z-index: 1000;
  left: -140px;
  padding: 50px 0 0 0;
}
@media screen and (max-width: 992px) {
  body .infographic-main-wrap .tz-1row-intro-main .tz-2column-right {
    left: 0;
    bottom: 20%;
    padding: 20px 16px 0 16px;
  }
}
body .infographic-main-wrap .tz-2row-intro-main {
  display: flex;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
  z-index: 1000;
}
@media screen and (max-width: 992px) {
  body .infographic-main-wrap .tz-2row-intro-main {
    position: relative;
    padding: 0 16px 20px 16px;
  }
}
body .infographic-main-wrap .tz-2row-intro-main .tz-2row-intro-center {
  max-width: 800px;
  width: 100%;
  margin: 50px auto;
}
@media screen and (max-width: 992px) {
  body .infographic-main-wrap .tz-2row-intro-main .tz-2row-intro-center {
    max-width: inherit;
    margin: 20px 0;
  }
}
body .infographic-main-wrap .tz-2row-intro-main .tz-2row-intro-center h2 {
  color: #e1faff;
}
body .infographic-main-wrap .tz-btn {
  width: 100%;
  padding: 15px 10px;
  border-radius: 50px;
  color: #ffffff !important;
  font-weight: 700 !important;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  display: block;
  border: 2px solid #ffffff;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .tz-btn {
    font-size: 17px;
  }
}
body .infographic-main-wrap .intro-arrow-down {
  position: fixed;
  top: calc(100vh - 80px);
  left: calc(50% - 65px);
  z-index: 1;
  width: 130px;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap .intro-arrow-down {
    display: none;
  }
}
body .infographic-main-wrap .intro-arrow-down img {
  width: 20px;
  position: relative;
  left: 54px;
  top: 10px;
  transition: 0.1s ease-out;
  animation: _arrow_animate ease-out 3s infinite forwards 1s;
}
body .infographic-main-wrap .intro-arrow-down .arrow-down-btn {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  display: block;
  z-index: 2;
}
body .infographic-main-wrap .main-nav-wrap {
  padding: 0 30px;
  display: flex;
  justify-content: center;
  width: 100%;
  position: fixed;
  top: 0;
  background: #0c0c0c;
  z-index: 2000;
  /***************************/
  /***Mobile Lightbox Menu***/
  /*</**Mobile Lightbox Menu***/
  /***************************/
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap {
    padding: 30px 16x;
  }
}
@media (max-width: 320px) {
  body .infographic-main-wrap .main-nav-wrap {
    padding: 8px;
  }
}
body .infographic-main-wrap .main-nav-wrap.show-bg {
  background: #0c0c0c;
  transition: all 0.5s linear;
  height: 44px;
  padding: 0;
}
body .infographic-main-wrap .main-nav-wrap.show-bg #tz-hamburger-icon {
  right: 13px;
}
body .infographic-main-wrap .main-nav-wrap.show-bg #tz-nav-close {
  right: 10px;
}
body .infographic-main-wrap .main-nav-wrap > div {
  text-align: center;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap > div {
    position: relative;
    width: 100%;
    height: 0;
    top: inherit;
    left: inherit;
    z-index: 2;
    background: #0c0c0c;
    text-align: left;
  }
}
body .infographic-main-wrap .main-nav-wrap > div #tz-hamburger-icon {
  display: none;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap > div #tz-hamburger-icon {
    display: block;
    left: inherit;
    right: -8px;
    top: 7px;
    position: absolute;
    width: 30px;
    cursor: pointer;
    visibility: visible;
  }
  body .infographic-main-wrap .main-nav-wrap > div #tz-hamburger-icon img {
    width: 28px;
  }
}
body .infographic-main-wrap .main-nav-wrap > div .tz-nav {
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap > div .tz-nav {
    position: absolute;
    top: 50%;
    left: 57%;
    transform: translate(-50%, -50%);
    width: 480px;
    visibility: hidden;
  }
}
@media only screen and (max-width: 680px) {
  body .infographic-main-wrap .main-nav-wrap > div .tz-nav {
    left: 70%;
  }
}
@media only screen and (max-width: 320px) {
  body .infographic-main-wrap .main-nav-wrap > div .tz-nav {
    left: 78%;
  }
}
body .infographic-main-wrap .main-nav-wrap > div #tz-nav-close {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 7px;
  right: -10px;
}
body .infographic-main-wrap .main-nav-wrap > div #tz-nav-close img {
  width: 40px;
}
body .infographic-main-wrap .main-nav-wrap .nav-logo {
  margin: 0;
  padding: 0;
  line-height: 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .nav-logo {
    padding-left: 0;
  }
}
body .infographic-main-wrap .main-nav-wrap .nav-logo a {
  width: 200px;
}
body .infographic-main-wrap .main-nav-wrap .nav-logo a svg {
  width: 200px !important;
}
body .infographic-main-wrap .main-nav-wrap .nav-mid {
  text-align: center;
}
body .infographic-main-wrap .main-nav-wrap .nav-mid h2 {
  color: #E1E1E1;
  text-transform: uppercase;
  margin: 0;
}
body .infographic-main-wrap .main-nav-wrap .nav-social {
  margin: 2px 0 0 0;
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon {
  position: relative;
  width: 38px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 0;
  text-align: center;
  margin: 0 2px 0 0;
  cursor: pointer;
  /***copy share link**/
  /*.tooltip .tooltiptext::after {
  	content: "";
  	position: absolute;
  	top: 100%;
  	left: 50%;
  	margin-left: -5px;
  	border-width: 5px;
  	border-style: solid;
  	border-color: #555 transparent transparent transparent;
  }*/
  /*.sh-btn {
  	border-radius: 50%;
  	border: 2px solid #ffffff;    
  	display: inline-block;
  	width: 35px;
  	height: 35px;
  }*/
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(6) {
  padding: 0;
  top: 5px;
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon a.sh-btn {
  position: relative;
  z-index: 500;
  display: inline-block;
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon .tooltip {
  position: relative;
  display: inline-block;
  z-index: 9999;
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon .tooltip .tooltiptext {
  visibility: hidden;
  width: 170px;
  font-size: 14px;
  color: #fff;
  text-align: right;
  border-radius: 6px;
  padding: 8px 6px;
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 0;
  margin-left: -135px;
  opacity: 0;
  transition: opacity 0.3s;
  white-space: nowrap;
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(20deg);
  border: 2px solid white;
  border-radius: 50%;
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(6)::after {
  border: 0;
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:hover::after {
  transform: rotate(0deg);
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(1),
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(2),
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(3),
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(4),
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(5) {
  opacity: 0;
  transition: transform 400ms ease-out, opacity 400ms ease-out;
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(1) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(2) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(3) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(4) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(5) .fa {
  opacity: 0;
  transition: transform 200ms ease-out, opacity 400ms ease-out;
}
body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(1),
body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(2),
body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(3),
body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(4),
body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(5) {
  opacity: 1;
  transform: translateX(0);
}
body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(1) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(2) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(3) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(4) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(5) .fa {
  opacity: 1;
  transform: translateX(0);
}
body .infographic-main-wrap .main-nav-wrap .nav-mb-social {
  position: absolute;
  bottom: 25px;
  z-index: 500;
  left: 0;
  width: 100%;
  border-top: 1px solid #333;
  padding: 25px 16px 0 16px;
}
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list {
  display: flex;
  justify-content: center;
}
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon {
  margin: 0 4px;
}
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(1),
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(2),
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(3),
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(4),
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(5) {
  opacity: 1 !important;
  transition: inherit !important;
}
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(1) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(2) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(3) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(4) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(5) .fa {
  opacity: 1 !important;
  transition: inherit !important;
}
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(6) {
  display: none;
}
body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(1),
body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(2),
body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(3),
body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(4),
body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(5) {
  opacity: 1 !important;
  transform: inherit !important;
}
body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(1) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(2) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(3) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(4) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(5) .fa {
  opacity: 1 !important;
  transform: inherit !important;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .tz-nav-wrap .tz-nav-bg #tz-nav-close {
    position: absolute;
    top: 10px;
    right: -50px;
  }
  body .infographic-main-wrap .tz-nav-wrap .tz-nav-bg #tz-nav-close img {
    width: 40px;
  }
}
body .infographic-main-wrap .tz-nav-wrap .tz-main-nav {
  display: flex;
  margin: 5px auto 5px auto !important;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap .tz-nav-wrap .tz-main-nav {
    flex-direction: column;
    margin: 10px auto 5px auto !important;
  }
}
body .infographic-main-wrap .tz-nav-wrap .tz-main-nav li {
  margin: 0 !important;
  padding: 5px 8px;
  list-style: none !important;
}
@media only screen and (max-width: 1160px) {
  body .infographic-main-wrap .tz-nav-wrap .tz-main-nav li {
    line-height: 1.2;
    padding: 0 8px;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .tz-nav-wrap .tz-main-nav li {
    padding: 8px;
    max-width: 100%;
  }
}
body .infographic-main-wrap .tz-nav-wrap .tz-main-nav li a {
  display: inline-block;
  color: #ffffff !important;
  font-size: 16px !important;
  transition: all 0.3s ease !important;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .tz-nav-wrap .tz-main-nav li a {
    font-size: 25px !important;
  }
}
@media only screen and (max-width: 490px) {
  body .infographic-main-wrap .tz-nav-wrap .tz-main-nav li a {
    font-size: 20px !important;
  }
}
body .infographic-main-wrap .tz-nav-wrap .tz-main-nav li a.tz-active {
  padding-bottom: 2px;
  border-bottom: 5px solid #fc7e00;
  color: #ffffff;
  transition: all 0.3s ease;
}
body .infographic-main-wrap .nav-section {
  padding: 0 0 30px 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 2000;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .nav-section {
    position: relative;
    z-index: 1000;
  }
}
@media only screen and (max-width: 480px) {
  body .infographic-main-wrap .nav-section {
    padding: 10px 0;
  }
}
body .infographic-main-wrap .nav-section.show-bg {
  background: #2d4787;
  transition: all 0.5s linear;
}
body .infographic-main-wrap .nav-section .nav-logo {
  margin: 0;
  padding: 0;
  line-height: 0;
}
body .infographic-main-wrap .nav-section .nav-logo a {
  width: 200px;
}
body .infographic-main-wrap .nav-section .nav-logo a svg {
  width: 247px !important;
}
@media only screen and (max-width: 480px) {
  body .infographic-main-wrap .nav-section .nav-logo a svg {
    width: 160px !important;
  }
}
body .infographic-main-wrap .nav-section .nav-social-list {
  text-align: right;
  margin: 5px 0 0 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .nav-section .nav-social-list {
    padding: 0;
    margin: 0;
  }
}
body .infographic-main-wrap .nav-section .nav-social-list li {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
@media only screen and (max-width: 380px) {
  body .infographic-main-wrap .nav-section .nav-social-list li:last-child {
    margin: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .nav-section .nav-social-list li a svg {
    width: 32px;
    height: 32px;
  }
}
body .infographic-main-wrap #tz-hero {
  width: 100%;
  padding: 44px 0 0 0;
}
body .infographic-main-wrap #tz-hero #img-bg {
  background: url(https://cld.partsimg.com/image/upload/d_noimage,c_pad,f_auto,q_auto,dpr_auto/carparts/blog/tier-zero/check-engine-light-flashing/checking-engine-light-hero);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.2);
  width: 100%;
  height: 80vh;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero #img-bg {
    background: url(https://cld.partsimg.com/image/upload/d_noimage,c_pad,f_auto,q_auto,dpr_auto/carparts/blog/tier-zero/check-engine-light-flashing/hero-mobile.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 70vh;
    opacity: 0.6;
  }
}
@media only screen and (max-width: 480px) {
  body .infographic-main-wrap #tz-hero #img-bg {
    height: 85vh;
  }
}
@media only screen and (max-width: 320px) {
  body .infographic-main-wrap #tz-hero #img-bg {
    height: 100vh;
  }
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box {
  width: 100%;
  height: 100%;
  top: 0;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box {
    height: 100%;
  }
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content {
  display: flex;
  align-items: center;
  overflow: hidden;
  /*#hero-video {
  	width: 100% !important;
  			height: auto !important;
  	object-fit: cover;
  }*/
  /*.hero-dim-overlay {
  	position: absolute;
  	width: 100vw;
  	height: 100%;
  	background: rgba(0, 0, 0, 0.6);

  	@media only screen and (max-width: $mobile) {
  		height: 100%;
  	}
  }*/
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content {
    height: 100%;
  }
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text {
  position: absolute;
  padding: 0 0 0 50px;
  max-width: 770px;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text {
    padding: 0 16px;
    max-width: inherit;
  }
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-one {
  display: inline-block;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 4px;
  background: rgba(35, 154, 223, 0.8);
  padding: 5px 20px;
}
@media only screen and (max-width: 960px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-one {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-one {
    font-size: 20px;
  }
}
@media only screen and (max-width: 530px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-one {
    font-size: 14px;
  }
}
@media only screen and (max-width: 380px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-one {
    font-size: 12px;
  }
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-two {
  font-family: "Inter", serif;
  margin: 0;
  font-size: 70px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
@media only screen and (max-width: 960px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-two {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-two {
    font-size: 40px;
  }
}
@media only screen and (max-width: 530px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-two {
    font-size: 32px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 380px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-two {
    font-size: 23px;
  }
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text p {
  color: #ffffff;
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .tz-arrow-down-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .tz-arrow-down-mobile {
    position: relative;
    bottom: 65px;
    left: calc(50% - 65px);
    z-index: 1;
    width: 130px;
    color: #ffffff;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .tz-arrow-down-mobile img {
    width: 20px;
    position: relative;
    left: 54px;
    top: 10px;
    transition: 0.1s ease-out;
    animation: _arrow_animate ease-out 3s infinite forwards 1s;
  }
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .tz-arrow-down-mobile .tz-scroll-down-mobile {
    color: rgba(0, 0, 0, 0.3);
    text-align: center;
    font-size: 14px;
    display: block;
    z-index: 2;
  }
}
body .infographic-main-wrap #tz-hero .intro-content {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100%;
}
body .infographic-main-wrap #tz-hero .intro-content .intro-content-box {
  position: absolute;
  height: 100vh;
  width: 100%;
}
body .infographic-main-wrap #tz-hero .intro-content .intro-content-box .intro-content-headline {
  width: 100%;
  height: 100vh;
}
body .infographic-main-wrap #tz-hero .intro-content .intro-content-box .intro-content-headline > div {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .infographic-main-wrap #tz-hero .intro-content .intro-content-box .intro-content-headline > div h1 {
  font-size: 50px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-hero .intro-content .intro-content-box .intro-content-headline > div h1 {
    padding: 0 24px;
    font-size: 42px;
  }
}
body .infographic-main-wrap #tz-hero .intro-content .intro-content-box .intro-content-headline > div h1 .video-content-headline-mark {
  background: rgba(206, 22, 22, 0.7);
  display: inline-block;
  padding: 0 24px;
}
body .infographic-main-wrap #tz-hero .intro-content .intro-content-quote {
  width: 100%;
  height: 100vh;
  top: 0;
  position: absolute;
  opacity: 0;
  background: #000000;
}
body .infographic-main-wrap #tz-hero .intro-content .intro-content-quote .intro-content-txt {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .infographic-main-wrap #tz-hero .intro-content .intro-content-quote .intro-content-txt h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 25px;
  text-align: center;
  letter-spacing: 1px;
  color: #60FCF1;
  max-width: 800px;
  padding: 0 20px;
}
body .infographic-main-wrap #tz-intro-desc {
  background: #0c0c0c none scroll no-repeat 0 0;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
}
body .infographic-main-wrap #tz-middle-desc .tz-middle-list {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-middle-desc .tz-middle-list {
    flex-direction: column;
  }
}
body .infographic-main-wrap #tz-middle-desc .tz-middle-list div.tz-middle-desc-item {
  padding: 50px;
  background: #181821;
  width: 33.333%;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-middle-desc .tz-middle-list div.tz-middle-desc-item {
    width: 100%;
    padding: 30px 16px 0 16px;
  }
}
body .infographic-main-wrap #tz-middle-desc .tz-middle-list div.tz-middle-desc-item:nth-child(1) {
  background: #282832;
  padding: 40px;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-middle-desc .tz-middle-list div.tz-middle-desc-item:nth-child(1) {
    padding: 20px 16px;
  }
}
body .infographic-main-wrap #tz-article-section {
  background: #0c0c0c;
  padding: 50px;
}
@media screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-article-section {
    padding: 50px 16px;
  }
}
body .infographic-main-wrap #tz-article-section .tz-article-list-intro {
  text-align: center;
}
body .infographic-main-wrap #tz-article-section .tz-article-list-intro p {
  font-size: 20px;
}
body .infographic-main-wrap #tz-article-section .tz-article-list-content {
  text-align: center;
  margin: 50px 0 60px 0;
}
body .infographic-main-wrap #tz-article-section .tz-article-list-content h3 {
  font-size: 38px;
}
body .infographic-main-wrap #tz-article-section .tz-content-wrap {
  max-width: 1220px;
}
body .infographic-main-wrap #tz-article-section .tz-flex {
  display: flex;
  padding: 0;
  background: #0c0c0c;
  margin-bottom: 30px;
  justify-content: space-between;
  transition: all 0.5s ease;
  border: 8px solid #1c1c1c;
}
@media screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-article-section .tz-flex {
    flex-wrap: wrap;
    border: 2px solid #1c1c1c;
  }
}
body .infographic-main-wrap #tz-article-section .tz-flex img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .infographic-main-wrap #tz-article-section .tz-flex.is-active {
  border: 8px solid #fbb040;
}
@media screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-article-section .tz-flex.is-active {
    border: 2px solid #fbb040;
  }
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-article-section .tz-flex {
    flex-direction: column;
  }
}
body .infographic-main-wrap #tz-article-section .tz-flex:last-child {
  margin-bottom: 0;
}
body .infographic-main-wrap #tz-article-section .tz-flex > div {
  width: 50%;
}
body .infographic-main-wrap #tz-article-section .tz-flex > div h3 {
  color: #e1faff;
  font-weight: 600;
  font-size: 38;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-article-section .tz-flex > div {
    width: 100%;
  }
}
body .infographic-main-wrap #tz-article-section .tz-flex .tz-flex-description {
  padding: 40px 50px;
  /*ul*/
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-article-section .tz-flex .tz-flex-description {
    order: 2;
    padding: 40px 10px;
  }
}
body .infographic-main-wrap #tz-article-section .tz-flex .tz-flex-description .tz-desc-item-bullet-list {
  margin: 30px 0 0 0;
  /*li*/
}
body .infographic-main-wrap #tz-article-section .tz-flex .tz-flex-description .tz-desc-item-bullet-list .tz-desc-dot {
  margin: 0 0 8px 0;
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-article-section .tz-flex .tz-flex-description .tz-desc-item-bullet-list .tz-desc-dot {
    flex-direction: column;
    align-items: flex-start;
  }
}
body .infographic-main-wrap #tz-article-section .tz-flex .tz-flex-description .tz-desc-item-bullet-list .tz-desc-dot p {
  padding: 0 8px 0 0;
}
body .infographic-main-wrap #tz-article-section .tz-flex .tz-flex-description .tz-desc-item-bullet-list .tz-desc-dot a.cta-shop-btn {
  background: #ffce05 none scroll no-repeat 0 0;
  border-radius: 60px;
  padding: 8px 10px;
  display: inline-flex;
  text-decoration: none;
  margin: 0 0 0 8px;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-article-section .tz-flex .tz-flex-description .tz-desc-item-bullet-list .tz-desc-dot a.cta-shop-btn {
    margin: 2px 0 0 0;
  }
}
body .infographic-main-wrap #tz-article-section .tz-flex .tz-flex-description .tz-desc-item-bullet-list .tz-desc-dot a.cta-shop-btn span {
  color: #333333;
  padding: 0 4px 0 0;
  font-size: 16px;
  font-weight: 700;
}
body .infographic-main-wrap #tz-article-section .tz-flex .tz-flex-description .tz-desc-item-bullet-list .tz-desc-dot a.cta-shop-btn .cta-shop-img {
  width: 100px;
}
body .infographic-main-wrap #tz-article-section .tz-flex .tz-flex-description .tz-flex-desc__sub {
  padding: 0;
  margin: 0;
}
body .infographic-main-wrap #tz-article-section .tz-flex .tz-flex-description .tz-flex-desc__sub strong {
  font-weight: 500;
}
body .infographic-main-wrap #tz-article-section .tz-flex .tz-flex-description .tz-btn {
  margin: 40px auto;
}
@media screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-article-section .tz-flex .tz-flex-description .tz-btn {
    margin: 40px auto 0 auto;
  }
}
body .infographic-main-wrap #tz-article-section .tz-flex .tz-flex-description .tz-content-list {
  margin-bottom: 1em;
  padding-left: 40px;
}
body .infographic-main-wrap #tz-article-section .tz-flex .tz-flex-description .tz-content-list li {
  list-style: disc outside;
  color: #000000;
}
body .infographic-main-wrap #tz-article-section .tz-flex .tz-flex-description .tz-content-list li p {
  font-size: 16px;
  margin: 0;
}
body .infographic-main-wrap #tz-article-section .tz-flex .tz-flex-description .tz-content-list li p strong {
  font-weight: 700;
}
body .infographic-main-wrap #tz-article-section .tz-flex .tz-flex-description .tz-content-list li .tz-content-sub-list {
  padding-left: 40px;
}
body .infographic-main-wrap #tz-article-section .tz-flex .tz-flex-description .tz-content-list li .tz-content-sub-list li {
  list-style-type: circle;
}
body .infographic-main-wrap #tz-article-section .tz-flex .tz-flex-img {
  font-size: 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-article-section .tz-flex .tz-flex-img {
    order: 1;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-article-section .tz-flex .tz-flex-img img {
    width: 100%;
  }
}
body .infographic-main-wrap #tz-article-section .tz-flex .tz-flex-img-right {
  text-align: right;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-article-section .tz-flex .tz-flex-img-right {
    order: 1;
  }
}
body .infographic-main-wrap #tz-description-one {
  border-top: 1px solid #333333;
  padding: 50px;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-description-one {
    padding: 50px 16px;
  }
}
body .infographic-main-wrap #tz-description-one h2 {
  text-align: center;
}
body .infographic-main-wrap #tz-description-one .tbl-list {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-description-one .tbl-list {
    margin: 30px 0 0;
    flex-wrap: wrap;
  }
}
body .infographic-main-wrap #tz-description-one .tbl-list .tbl-item {
  width: 33.3333%;
  /*padding: 10px;*/
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-description-one .tbl-list .tbl-item {
    width: 50%;
  }
}
body .infographic-main-wrap #tz-description-one .tbl-list .tbl-item a {
  text-decoration: none;
  font-size: 25px;
  font-weight: 400;
  color: #ffffff;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-description-one .tbl-list .tbl-item a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  body .infographic-main-wrap #tz-description-one .tbl-list .tbl-item a {
    font-size: 14px;
  }
}
body .infographic-main-wrap #tz-description-two {
  border-top: 1px solid #333333;
}
body .infographic-main-wrap #tz-description-two .tz-bottom-description {
  display: flex;
}
@media screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-description-two .tz-bottom-description {
    flex-wrap: wrap;
  }
}
body .infographic-main-wrap #tz-description-two .tz-bottom-description .tz-bottom-description-left {
  padding: 50px;
}
@media screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-description-two .tz-bottom-description .tz-bottom-description-left {
    order: 2;
    padding: 50px 16px;
  }
}
body .infographic-main-wrap #tz-description-two .tz-bottom-description .box3 {
  opacity: 0;
}
@media screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-description-two .tz-bottom-description .tz-bottom-description-right {
    order: 1;
  }
}
body .infographic-main-wrap #tz-description-about {
  border-top: 1px solid #333333;
  padding: 50px;
}
body .infographic-main-wrap #tz-description-about h3 {
  color: #e1faff;
  font-size: 25px;
  text-align: center;
}
body .infographic-main-wrap #tz-description-about p {
  font-size: 16px;
  font-weight: 300;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-description-about {
    padding: 30px 16px;
  }
}

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