.small-wrap {
  max-width: 680px;
  margin: 0 auto;
}

.wrap-980 {
  max-width: 980px;
  margin: 0 auto;
}

.wrap-870 {
  max-width: 870px;
  margin: 0 auto;
}

.wrap-756 {
  max-width: 756px;
  margin: 0 auto;
}

.desktop-wrap {
  max-width: 1022px;
  margin: 0 auto;
}

.tz-wrap {
  max-width: 1400px;
  margin: 0 auto;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-family: "Inter", Arial, Helvetica, sans-serif !important;
  margin-bottom: 16px;
  font-weight: 700;
}

h2, h3 {
  margin-bottom: 30px;
}

h2 {
  line-height: 1.1;
  margin-top: 0;
  font-size: 3rem;
  font-weight: 700;
  color: #e1faff;
  /*span {
      display: block;
  }

  @media screen and(max-width: 992px) {
      text-align: center;
      font-size: 2.5rem !important;
  }*/
}
h2 span:nth-child(1) {
  padding: 0 8px 0 0;
}
h2.hd-title-lft {
  position: relative;
  margin: 0 0 4rem 0;
  font-size: clamp(2.3rem, 3vw, 2.7rem);
  display: block;
  font-weight: 400;
  color: #333333;
}
@media only screen and (max-width: 992px) {
  h2.hd-title-lft {
    padding: 2.175rem 0 0 0;
    text-align: center;
  }
}
h2.hd-title-lft::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 5px;
  bottom: -33px;
  left: 0;
  transform: rotate(138deg);
  background: none scroll no-repeat 0 0 #fc7e00;
}
@media only screen and (max-width: 992px) {
  h2.hd-title-lft::before {
    left: calc(100% - 50%);
    right: inherit;
  }
}
h2.hd-title-lft strong {
  color: #2E4787;
  display: block;
}
h2.hd-title-ctr {
  position: relative;
  text-align: center;
  margin: 0 0 4rem 0;
  font-size: clamp(2.3rem, 3vw, 2.7rem);
  display: block;
  font-weight: 400;
  color: #ffffff;
}
h2.hd-title-ctr::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 5px;
  bottom: -33px;
  left: calc(50% - 22.5px);
  transform: rotate(138deg);
  background: none scroll no-repeat 0 0 #fc7e00;
}
h2.hd-title-ctr strong {
  color: #E1FAFF;
  display: block;
}
h2.hd-title-rht {
  position: relative;
  text-align: right;
  margin: 0 0 4rem 0;
  font-size: clamp(2.3rem, 3vw, 2.7rem);
  display: block;
  font-weight: 400;
  color: #333333;
}
h2.hd-title-rht::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 5px;
  bottom: -33px;
  right: 0;
  transform: rotate(138deg);
  background: none scroll no-repeat 0 0 #fc7e00;
}
@media only screen and (max-width: 992px) {
  h2.hd-title-rht::before {
    left: calc(100% - 50%);
    right: inherit;
  }
}
h2.hd-title-rht strong {
  color: #2E4787;
}
@media only screen and (max-width: 992px) {
  h2.hd-title-rht {
    text-align: center;
  }
}

h3 {
  line-height: 1.1;
  margin: 0 0 30px 0;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  h3 {
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  h3 {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
    margin-bottom: 1rem;
  }
}

p {
  color: #333333;
  font-size: 1.125rem;
  font-weight: 300;
  margin: 1em 0;
}
p.first-p {
  padding: 1.175rem 0 0 0;
}
@media screen and (max-width: 992px) {
  p br {
    display: none;
  }
}
p.txt-white {
  color: #ffffff;
}
p.txt-black {
  color: #0C0C0C;
}

img {
  max-width: 100%;
  height: auto;
}

.tz-mt0 {
  margin-top: 0;
  margin-bottom: 1.875rem !important;
  padding-bottom: 0 !important;
}

.tz-mb100 {
  margin-bottom: 100px !important;
}

.tz-mb50 {
  margin-bottom: 50px !important;
}

.tz-mb30 {
  margin-bottom: 30px !important;
}

.tz-mb75 {
  margin-bottom: 75px !important;
}

.tz-h3 {
  color: #333333;
  font-weight: 500;
  letter-spacing: -1px;
  font-size: 1.875rem !important;
  text-align: center;
}

.tz-link {
  color: #4990E2 !important;
  display: inline;
  text-decoration: underline;
  font-weight: 700 !important;
}
.tz-link:hover {
  color: #4990E2 !important;
  text-decoration: none;
}
.tz-link.tz-white {
  color: #ffffff !important;
}
.tz-link.tz-white:hover {
  color: #ffffff !important;
  text-decoration: none;
}
.tz-link.tz-black {
  color: #000000 !important;
}
.tz-link.tz-black:hover {
  color: #000000 !important;
  text-decoration: none;
}

.tz-white {
  color: #ffffff !important;
}

.tz-lightblue {
  color: #E1FAFF !important;
}
.tz-lightblue:hover {
  color: #E1FAFF !important;
}

.tz-orange {
  color: #FF8214;
  display: inline-block;
}

.tz-dark-blue {
  color: #2E4787;
}

.tz-txt-bg {
  background: #4990E2;
  color: #ffffff;
  padding: 0.2rem 0.5rem;
}

.tz-txt-decoration-white {
  text-decoration-color: #ffffff;
}

.tz-btn-link {
  border: 2px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  border-radius: 50px;
  padding: 0.625rem 1.25rem;
  width: 100%;
  text-align: center;
}
.tz-btn-link:hover {
  color: #ffffff;
  opacity: 0.6;
}
@media only screen and (max-width: 992px) {
  .tz-btn-link {
    text-align: center;
  }
}

.tz-section-title {
  color: #2E4787;
  font-size: 3.75rem;
  padding: 0 20px 50px;
  text-align: center;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .tz-section-title {
    padding: 0 20px 0;
    font-size: 2rem !important;
  }
}

.tz-content-wrap {
  margin: 0 auto;
  padding: 50px;
}
@media only screen and (max-width: 992px) {
  .tz-content-wrap {
    padding: 20px 16px;
    margin: 0;
  }
}

.tz-btn {
  width: 100%;
  padding: 15px 10px;
  border-radius: 50px;
  color: #ffffff !important;
  font-weight: 700 !important;
  text-align: center;
  font-size: 1.125rem;
  text-decoration: none;
  display: block;
  border: 2px solid #ffffff;
}
@media only screen and (max-width: 992px) {
  .tz-btn {
    font-size: 1.0625rem;
  }
}

.intro-arrow-down {
  position: fixed;
  top: calc(100vh - 80px);
  left: calc(50% - 65px);
  z-index: 1;
  width: 130px;
}
@media only screen and (max-width: 992px) {
  .intro-arrow-down {
    display: none;
  }
}
.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;
}
.intro-arrow-down .arrow-down-btn {
  color: #ffffff;
  text-align: center;
  font-size: 0.875rem;
  display: block;
  z-index: 2;
}

.box1-1 {
  background-color: #36497F;
}

.box1-2 {
  background-color: #6490D7;
}

.box1-3 {
  background-color: #E38A45;
}

.box1-4 {
  background-color: #769456;
}

.box2-1 {
  background-color: #32465B;
}

.box2-2 {
  background-color: #58789A;
}

.box2-3 {
  background-color: #E68E4A;
}

.box2-4 {
  background-color: #9DBF7A;
}

.intro-arrow-down {
  position: absolute;
  top: calc(100vh - 23vh);
  left: calc(50% - 65px);
  z-index: 1;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 992px) {
  .intro-arrow-down {
    top: calc(100vh - 43vh);
    left: calc(50% - 50px);
    z-index: 5;
  }
}
.intro-arrow-down img {
  position: relative;
  transition: 0.1s ease-out;
  animation: _arrow_animate ease-out 3s infinite forwards 1s;
  transform: rotate(-90deg);
}
.intro-arrow-down img.arr-down-black {
  opacity: 1;
}
.intro-arrow-down .arrow-down-btn {
  color: #9f9f9f;
  font-size: 1.175rem;
  display: block;
  z-index: 5;
  position: relative;
  transform: rotate(-90deg);
  top: -75px;
}

.lSSlideOuter * {
  box-sizing: initial;
}

.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li.active:hover a {
  background-color: #282832 !important;
  border: 2px solid #282832 !important;
}

.lSSlideOuter .lSPager.lSpg > li a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #C9C9C9 !important;
  border: 2px solid #F8F8F8 !important;
}

.lSSlideOuter .lSPager.lSpg {
  text-align: center !important;
  margin: 2rem 0 0 2rem !important;
}
@media only screen and (max-width: 1000px) {
  .lSSlideOuter .lSPager.lSpg {
    margin: 2rem 0 !important;
    text-align: center !important;
  }
}

.lSSlideOuter .lSPager.lSpg > li {
  padding: 0 0.1875rem !important;
}

.lSSlideOuter .lSPager.lSpg > li a {
  width: 9px !important;
  height: 9px !important;
  border-radius: 50% !important;
}

.cpb-recommended-article-carousel .lSSlideOuter .lSPager.lSpg {
  text-align: center !important;
}

#tz-blog #footerBlogContainer {
  margin: -20px 0 0 0;
}

*:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

html {
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #ffffff;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  line-height: 1.5;
  position: relative;
  background: #ffffff;
  font-family: "Inter", sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  -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: 215px;
  height: 60px;
}
@media only screen and (max-width: 1080px) {
  body .custom-logo {
    width: 190px;
  }
}
@media only screen and (max-width: 1024px) {
  body .custom-logo {
    width: 175px;
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  body .custom-logo {
    width: 135px;
  }
}
@keyframes tz_arrow_animate {
  0% {
    transform: translate3d(0, 0px, 0);
  }
  8% {
    transform: translate3d(0, 5px, 0);
  }
  14% {
    transform: translate3d(0, 0px, 0);
  }
  100% {
    transform: translate3d(0, 0px, 0);
  }
}
body .backtotop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  visibility: hidden;
  user-select: none;
  opacity: 0;
}
body .backtotop .tz-arrow-upward {
  color: #999999;
  font-size: 2rem;
  padding: 2px;
  border: 2px solid #999999;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  /*background: rgba($color: #FAFAFA, $alpha: 0.5);*/
}
body .backtotop .backtotop-txt {
  color: #999999;
  font-size: 0.8rem;
}
@media only screen and (max-width: 992px) {
  body .backtotop .backtotop-txt {
    display: none;
  }
}
body .infographic-main-wrap {
  overflow: hidden;
  background: none scroll no-repeat 0 0 #000000;
}
body .infographic-main-wrap .main-nav-wrap {
  background: rgba(12, 12, 12, 0.7);
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: 2000;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap {
    padding: 0;
    display: block;
  }
}
body .infographic-main-wrap .main-nav-wrap.nav-active {
  background: rgba(12, 12, 12, 0.7);
  transition: all 0.5s linear;
  backdrop-filter: blur(6px);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(6px);
}
body .infographic-main-wrap .main-nav-wrap .nav-logo {
  margin: auto 0;
  padding: 0;
  line-height: 0;
  order: 1;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .nav-logo {
    margin: 8px 85px 5px 0;
    position: absolute;
    left: 20px;
    top: 2px;
  }
}
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 .tz-nav-wrap {
  order: 2;
  transition: all 0.5s ease;
  overflow: hidden;
  flex: auto;
  top: 0;
  left: -15px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap {
    overflow: visible;
    order: 3;
    flex: auto;
    text-align: right;
    position: relative;
    right: 0;
    padding: 0.8rem;
    left: inherit;
  }
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav {
  display: inline-block;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav {
    margin: 10px 16px 0 0;
  }
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav {
  display: flex;
  margin: 8px auto 0 auto !important;
  padding: 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    height: 100vh;
    background-color: #0c0c0c;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    z-index: 1000;
  }
}
@media only screen and (max-width: 355px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav {
    padding: 0;
  }
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li {
  margin: 0 !important;
  display: inherit;
  list-style: none !important;
  padding: 0.5vw 1.175vw 0 0;
}
@media only screen and (max-width: 1080px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li {
    padding: 0.5vw 0.5vw 0 0.5vw;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li {
    /*padding: 5px 8px 0;*/
    display: inherit;
    list-style: none !important;
    line-height: 1.2;
    display: inline-block;
    margin: 0 !important;
    opacity: 0;
  }
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li:nth-child(7) {
  padding: 0 0 0 0.5rem;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li:nth-child(7) {
    padding: 20px 0 0 0;
  }
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li:nth-child(7) a {
  padding: 0 8px 0 0;
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li:nth-child(7) a:hover {
  border-bottom: 0 solid transparent;
  padding: 0 8px 0 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li:nth-child(7) a:hover {
    border-bottom: inherit;
    padding: 0 8px 0 0;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li:nth-child(7) a:before {
    content: "";
    transition: 0s;
    position: absolute;
    bottom: 0px;
    left: -1px;
    width: 100%;
    height: 5px;
    background: #000000;
    transform: translateX(0);
    z-index: -5;
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li:nth-child(7) a:hover {
    color: #ffffff;
    opacity: 1;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li:nth-child(7) a:hover:before {
    transform: translateX(0);
  }
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li.tz-active a {
  transition: all 0.3s ease;
  text-decoration: line-through #FF8214;
  /*border-bottom: 5px solid $orange;
  padding: 0 0 0.5rem 0;*/
  /*
  Active for mobile
  &:before {
  	background: $orange;
  	transform: translateX(0);
  }
  */
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li.tz-active a {
    border-bottom: inherit;
  }
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li.tz-active:nth-child(7) a {
  transition: inherit !important;
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li.tz-active:nth-child(7) a:hover {
  border-bottom: 5px solid #000000;
  padding: 0 0 0.5rem 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li.tz-active:nth-child(7) a:hover {
    border-bottom: inherit;
    padding: 5px 0 8px 0;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li.tz-active:nth-child(7) a:before {
    content: "";
    transition: 0s;
    position: absolute;
    bottom: 0px;
    left: -1px;
    width: 100%;
    height: 5px;
    background: #000000;
    transform: translateX(0);
    z-index: -5;
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li.tz-active:nth-child(7) a:hover {
    color: #ffffff;
    opacity: 1;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li.tz-active:nth-child(7) a:hover:before {
    transform: translateX(0);
  }
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li:last-child {
  position: absolute;
  right: 0;
  padding: 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li:last-child {
    position: relative;
  }
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li:last-child a:hover {
  padding: 0;
  border: 0 !important;
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li:last-child a.fb-share-btn {
  padding-right: 0.3rem;
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(1) a, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(2) a, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(3) a, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(4) a, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(5) a, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(6) a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: #ffffff !important;
  font-size: 1rem;
  transition: all 0.3s ease;
  font-weight: 500;
}
@media only screen and (max-width: 1040px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(1) a, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(2) a, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(3) a, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(4) a, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(5) a, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(6) a {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(1) a, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(2) a, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(3) a, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(4) a, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(5) a, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(6) a {
    font-size: 2.175rem;
    padding: 5px 0 8px 0;
  }
}
@media only screen and (max-width: 480px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(1) a, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(2) a, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(3) a, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(4) a, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(5) a, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(6) a {
    font-size: 1rem;
  }
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(1) a:hover, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(2) a:hover, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(3) a:hover, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(4) a:hover, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(5) a:hover, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(6) a:hover {
  text-decoration: line-through #FF8214;
  /*border-bottom: 5px solid $orange;
  padding: 0 0 0.5rem 0;*/
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(1) a:hover, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(2) a:hover, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(3) a:hover, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(4) a:hover, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(5) a:hover, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(6) a:hover {
    border-bottom: inherit;
    padding: 5px 0 8px 0;
  }
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(1) a:before, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(2) a:before, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(3) a:before, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(4) a:before, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(5) a:before, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(6) a:before {
  /*
  @media only screen and (max-width: $mobile) {
  	content: "";
  	transition: .2s;
  	position: absolute;
  	bottom: 0px;
  	left: -1px;
  	width: 100%;
  	height: 5px;
  	background: $orange;
  	transform: translateX(-101%);
  }
  */
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(1) a:hover, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(2) a:hover, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(3) a:hover, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(4) a:hover, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(5) a:hover, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(6) a:hover {
    color: #ffffff;
    opacity: 1;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(1) a:hover:before, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(2) a:hover:before, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(3) a:hover:before, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(4) a:hover:before, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(5) a:hover:before, body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav:nth-child(6) a:hover:before {
    transform: translateX(0);
  }
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-nav-active {
  transform: translateY(0%);
}
body .infographic-main-wrap .main-nav-wrap .nav-menu-social {
  margin: 2px 0 0 0;
  order: 3;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .nav-menu-social {
    margin: 2px 5px 0 0;
  }
}
body .infographic-main-wrap .main-nav-wrap .nav-menu-social .nav-social-list {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .nav-menu-social .nav-social-list {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
  }
}
body .infographic-main-wrap .main-nav-wrap .nav-menu-social .nav-social-list li {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block;
  list-style: none;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .nav-menu-social .nav-social-list li {
    padding: 8px;
    max-width: 100%;
    display: inherit;
    list-style: none !important;
    line-height: 1.2;
    display: inline-block;
    margin: 1rem 0 0 0 !important;
    opacity: 0;
  }
}
@media only screen and (max-width: 680px) {
  body .infographic-main-wrap .main-nav-wrap .nav-menu-social .nav-social-list li {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .nav-menu-social .nav-social-list li.tz-active a {
    transition: all 0.3s ease;
    height: 45px;
  }
}
@media only screen and (max-width: 680px) {
  body .infographic-main-wrap .main-nav-wrap .nav-menu-social .nav-social-list li.tz-active a {
    height: 35px;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .nav-menu-social .nav-social-list li.tz-active a:before {
    background: #FF8214;
    transform: translateX(0);
  }
}
body .infographic-main-wrap .main-nav-wrap .nav-menu-social .nav-social-list li a {
  display: inline-block;
  padding-top: 7px;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .nav-menu-social .nav-social-list li a {
    font-size: 25px !important;
    position: relative;
    overflow: hidden;
    color: #ffffff !important;
    transition: all 0.3s ease;
    font-weight: 500;
    padding-top: 0;
  }
}
body .infographic-main-wrap .main-nav-wrap .nav-menu-social .nav-social-list li a:before {
  content: "";
  transition: 0.2s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #FF8214;
  transform: translateX(-101%);
}
body .infographic-main-wrap .main-nav-wrap .nav-menu-social .nav-social-list li a:hover {
  color: #ffffff;
  opacity: 1;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .nav-menu-social .nav-social-list li a:hover:before {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .nav-menu-social .nav-social-list li a svg {
    height: 30px;
  }
}
body .infographic-main-wrap .main-nav-wrap .nav-menu-social .nav-social-list li:nth-child(1) {
  margin-right: 10px !important;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap .main-nav-wrap .nav-menu-social .nav-social-list li:nth-child(1) {
    margin-right: 0 !important;
  }
}
body .infographic-main-wrap .main-nav-wrap .nav-menu-social .nav-social-list li:nth-child(2) a {
  margin-left: -5px;
}
body .infographic-main-wrap .main-nav-wrap.show-bg {
  background-color: #0C0C0C;
}
body .infographic-main-wrap .main-nav-wrap.show-bg .tz-nav {
  visibility: visible;
  overflow: visible;
  height: 200px;
}
body .infographic-main-wrap .main-nav-wrap > div {
  text-align: center;
  order: 3;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap .main-nav-wrap > div {
    text-align: left;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap > div {
    display: block;
    position: absolute;
    z-index: 2000;
  }
}
body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon {
  display: none;
  position: relative;
}
body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon > div {
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  margin: 5px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon {
    display: inline-block;
    padding: 0.4rem;
    font-size: 0px;
    cursor: pointer;
    top: 8px;
    right: 2px;
    position: absolute;
    z-index: 9999;
  }
}
body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon img {
  width: 28px;
}
body .infographic-main-wrap .main-nav-wrap > div .toggle-burger .tz-line-1 {
  transform: rotate(-45deg) translate(-5px, 5px);
}
body .infographic-main-wrap .main-nav-wrap > div .toggle-burger .tz-line-2 {
  opacity: 0;
}
body .infographic-main-wrap .main-nav-wrap > div .toggle-burger .tz-line-3 {
  transform: rotate(45deg) translate(-5px, -5px);
}
body .infographic-main-wrap .nav-section {
  padding: 0 0 30px 0;
  display: flex;
  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;
    margin-bottom: 1rem;
  }
}
body .infographic-main-wrap .nav-section .nav-logo {
  margin: 0;
  padding: 0;
  line-height: 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .nav-section .nav-logo {
    margin: 0 20px 0 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;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap .nav-section .nav-social-list li {
    margin-right: 2px;
  }
}
@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%;
  height: 90vh;
  padding: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-hero {
    padding: 0;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero {
    margin-bottom: 0;
    height: 60vh;
  }
}
@media only screen and (max-width: 420px) {
  body .infographic-main-wrap #tz-hero {
    height: 50vh;
  }
}
body .infographic-main-wrap #tz-hero #img-bg {
  background: #000000;
  background-image: linear-gradient(359.74deg, black 0.3%, rgba(12, 12, 12, 0.1) 70.56%, black 98.17%, rgba(0, 0, 0, 0.2) 98.7%), url("https://cld.partsimg.com/image/upload/c_pad,f_auto,q_auto,dpr_auto/carparts/blog/tier-zero/new-car-prices/new-car-prices-hero.svg");
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero #img-bg {
    background-attachment: initial;
    transform: scale(1);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 60vh;
  }
}
body .infographic-main-wrap #tz-hero #img-bg::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: 0.3;
  pointer-events: none;
}
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: 992px) {
  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;
  justify-content: center;
  overflow: hidden;
  position: relative;
  margin: 7% 0 0 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content {
    height: 100%;
    margin: 15% 0 0 0;
  }
}
@media only screen and (max-width: 580px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content {
    height: 100%;
    margin: 23% 0 0 0;
  }
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text {
  position: absolute;
  text-align: center;
  max-width: 920px;
}
@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 1.175rem;
  }
}
@media screen and (max-width: 680px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text {
    padding: 0;
  }
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .tz-logo-social {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .tz-logo-social {
    justify-content: normal;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .tz-logo-social {
    margin-bottom: 0.5rem;
  }
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .tz-logo-social .nav-logo {
  margin: 0;
  padding: 0;
  line-height: 0;
  order: 1;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .tz-logo-social .nav-logo {
    margin: 0 1rem 0 0;
  }
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .tz-logo-social .nav-logo a {
  width: 200px;
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .tz-logo-social .nav-logo a svg {
  width: 200px !important;
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .tz-logo-social .nav-social-list {
  text-align: right;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .tz-logo-social .nav-social-list {
    padding: 0;
    margin: 0;
  }
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .tz-logo-social .nav-social-list li {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 3px;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .tz-logo-social .nav-social-list li {
    margin-right: 2px;
  }
}
@media only screen and (max-width: 380px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .tz-logo-social .nav-social-list li:last-child {
    margin: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .tz-logo-social .nav-social-list li a svg {
    width: 32px;
    height: 32px;
  }
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head {
  font-size: clamp(2.175rem, 3vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  padding: 0;
  margin-top: 0;
  position: relative;
  color: #2E4787;
}
@media only screen and (max-width: 420px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head {
    font-size: clamp(1.5rem, 2vw, 3rem);
  }
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head > strong {
  display: inline-block;
  position: relative;
  font-weight: 400;
  background: none scroll no-repeat #E1FAFF;
  padding: 0.2rem 0.5rem;
  margin: 0 0 0.5rem 0;
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head > strong .txt-orange {
  color: #FF8214;
  font-weight: 700;
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text p {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 680px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text p {
    font-size: 14px;
  }
}
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: 992px) {
  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: 992px) {
  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: 992px) {
  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: 3.125rem;
  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 #author-desc {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  background: none scroll no-repeat 0 0 #000000;
  padding: 5rem 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #author-desc {
    margin: 0 2.175rem 1rem 2.175rem;
    max-width: 100%;
    width: auto;
    padding: 2.175rem 0;
  }
}
@media only screen and (max-width: 680px) {
  body .infographic-main-wrap #author-desc {
    margin: 0 0 1rem 0;
  }
}
body .infographic-main-wrap #author-desc .tz-intro-desc {
  display: flex;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #author-desc .tz-intro-desc {
    flex-direction: column;
  }
}

body .infographic-main-wrap #author-desc .tz-intro-desc .latest__intro-content {
  display: flex;
  background: transparent;
  flex: 0 0 65%;
  padding: 0 1.175rem 0 1.175rem;
}
body .infographic-main-wrap #author-desc .tz-intro-desc .latest__intro-content p {
  margin: 0;
  color: #ffffff;
}
body .infographic-main-wrap #tz-wcd {
  background: #E1FAFF;
  color: #333333;
  position: relative;
  z-index: 10;
  padding: 5rem 0;
}
body .infographic-main-wrap #tz-wcd .tz-wcd-bg {
  display: flex;
  margin: 0 3.175rem 3.175rem 3.175rem;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-wcd .tz-wcd-bg {
    display: block;
    margin: 0 1.175rem 3.175rem 1.175rem;
  }
}
body .infographic-main-wrap #tz-wcd .tz-wcd-bg .tz-intro-bg {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-wcd .tz-wcd-bg .tz-intro-bg {
    display: flex;
    justify-content: center;
    width: auto;
    padding: 0 1.175rem;
  }
}
body .infographic-main-wrap #tz-wcd .tz-wcd-bg .tz-intro-flex {
  width: 50%;
  padding: 0 4.275rem 0 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-wcd .tz-wcd-bg .tz-intro-flex {
    width: 100%;
    padding: 0;
  }
}
body .infographic-main-wrap #tz-wcd .tz-wcd-bg .tz-intro-flex > div.tz-intro-desc {
  display: flex;
  padding: 3.175rem 0 2.175rem 0;
  margin: auto 0;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-wcd .tz-wcd-bg .tz-intro-flex > div.tz-intro-desc {
    padding: 1rem 0;
    display: block;
  }
}
body .infographic-main-wrap #tz-wcd .tz-wcd-bg .tz-intro-flex > div.tz-intro-desc p {
  color: #ffffff;
  font-size: 1rem;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-wcd .tz-wcd-bg .tz-intro-flex > div.tz-intro-desc p {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-wcd .tz-wcd-bg .tz-intro-flex > div.tz-intro-desc p {
    font-size: 1.175rem;
  }
}
body .infographic-main-wrap #tz-wcd .tz-wcd-bg .tz-intro-flex .tz-intro-desc-bg {
  display: none;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-wcd .tz-wcd-bg .tz-intro-flex .tz-intro-desc-bg {
    display: block;
    padding: 2.175rem 0;
  }
}
body .infographic-main-wrap #tz-wcd .tz-wcd-bg .tz-intro-flex .dotted-list li {
  background: url("../../build/assets/img/keyboard_arrow_right_white.svg") scroll no-repeat 0 0 transparent;
  background-position: left 5px;
  background-size: 25px;
  list-style: none !important;
}
body .infographic-main-wrap #tz-wcd .tz-wcd-content {
  background: #2E4787;
  margin: 0 5rem;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-wcd .tz-wcd-content {
    margin: 2rem 1.175rem;
  }
}
@media only screen and (max-width: 1350px) {
  body .infographic-main-wrap #tz-wcd .tz-wcd-content .tz-wrap {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-wcd .tz-wcd-content .tz-wrap {
    max-width: auto;
    padding: 0 1.175rem;
  }
}
body .infographic-main-wrap #tz-wcd .tz-wcd-content .tz-wcd-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 20px 40px;
  padding: 0;
}
@media only screen and (max-width: 1350px) {
  body .infographic-main-wrap #tz-wcd .tz-wcd-content .tz-wcd-flex {
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-wcd .tz-wcd-content .tz-wcd-flex {
    /*1350*/
    flex-direction: column;
  }
}
body .infographic-main-wrap #tz-wcd .tz-wcd-content .tz-wcd-flex .tz-wcd-flex-thumb {
  width: 25%;
  padding: 2.175rem 1.175rem;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-wcd .tz-wcd-content .tz-wcd-flex .tz-wcd-flex-thumb {
    width: 100%;
    padding: 1.175rem 0;
  }
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-wcd .tz-wcd-content .tz-wcd-flex .tz-wcd-flex-thumb {
    position: relative;
  }
}
body .infographic-main-wrap #tz-wcd .tz-wcd-content .tz-wcd-flex .tz-wcd-flex-thumb > div {
  padding: 30px 8px;
}
body .infographic-main-wrap #tz-wcd .tz-wcd-content .tz-wcd-flex .tz-wcd-flex-thumb > div .thumb-circ {
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 145px;
  padding: 0.8rem 2rem;
  margin: 0 auto 1.5rem auto;
}
body .infographic-main-wrap #tz-wcd .tz-wcd-content .tz-wcd-flex .tz-wcd-flex-thumb > div .thumb-circ img {
  display: block;
  margin: 10px auto;
  height: 100px;
}
body .infographic-main-wrap #tz-wcd .tz-wcd-content .tz-wcd-flex .tz-wcd-flex-thumb > div h3 {
  color: #ffffff;
  text-align: center;
  font-size: 30px;
}
body .infographic-main-wrap #tz-wcd .tz-wcd-content .tz-wcd-flex .tz-wcd-flex-thumb > div p {
  color: #ffffff;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-wcd .tz-wcd-content .tz-wcd-flex .tz-wcd-flex-thumb::before {
    content: "";
    background: none scroll no-repeat #1E3060;
    width: 80%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: calc(100% - 90%);
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-wcd .tz-wcd-content .tz-wcd-flex .tz-wcd-flex-thumb:last-child::before {
    background: transparent;
  }
}
body .infographic-main-wrap #tz-wcd .tz-wcd-content p {
  color: #333333;
}
body .infographic-main-wrap #tz-wcd .tz-wcd-content .tz-btn-link {
  display: table;
  margin: 0 auto 40px;
}
body .infographic-main-wrap #tz-wcd .tz-wcd-content-bottom {
  padding: 2.5rem 0 0 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-wcd .tz-wcd-content-bottom {
    padding: 1rem 1.175rem 0 1.175rem;
  }
}
body .infographic-main-wrap #wch-vhm {
  background: none scroll no-repeat #000000;
  padding: 3.5rem 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #wch-vhm {
    padding: 3.5rem 1.175rem;
  }
}
body .infographic-main-wrap #wch-vhm .wch-vhm-intro p {
  color: #ffffff;
}
body .infographic-main-wrap #wch-vhm .wch-vhm-intro p.p-small {
  font-style: italic;
  font-size: 1rem;
}
body .infographic-main-wrap #wch-vhm .wch-vhm-group {
  padding: 5rem 0 1rem 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #wch-vhm .wch-vhm-group {
    padding: 0;
  }
}
body .infographic-main-wrap #wch-vhm .wch-vhm-group .wch-temp-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #wch-vhm .wch-vhm-group .wch-temp-row {
    flex-direction: column;
  }
}
body .infographic-main-wrap #wch-vhm .wch-vhm-group .wch-temp-row:nth-child(1) div {
  padding: 0 1.175rem;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #wch-vhm .wch-vhm-group .wch-temp-row:nth-child(1) div {
    padding: 0;
    margin: 2.175rem 0;
  }
}
body .infographic-main-wrap #wch-vhm .wch-vhm-group .wch-temp-row:nth-child(1) div:nth-child(odd) {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #wch-vhm .wch-vhm-group .wch-temp-row:nth-child(1) div:nth-child(odd) {
    width: auto;
  }
}
body .infographic-main-wrap #wch-vhm .wch-vhm-group .wch-temp-row:nth-child(1) div:nth-child(even) {
  width: 50%;
  margin: 5rem 0 0 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #wch-vhm .wch-vhm-group .wch-temp-row:nth-child(1) div:nth-child(even) {
    width: auto;
    margin: 0;
  }
}
body .infographic-main-wrap #wch-vhm .wch-vhm-group .wch-temp-row:nth-child(2) {
  margin: 3.5rem 0 0 0;
}
body .infographic-main-wrap #wch-vhm .wch-vhm-group .wch-temp-row:nth-child(2) div {
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #wch-vhm .wch-vhm-group .wch-temp-row:nth-child(2) div {
    width: auto;
  }
}
body .infographic-main-wrap #wch-vhm .wch-vhm-group .wch-temp-row h3 {
  margin: 2rem 0 0 0;
  position: relative;
  padding: 0 0 0 2rem;
  font-weight: 600;
  font-size: clamp(2rem, 2.8vw, 2rem);
}
body .infographic-main-wrap #wch-vhm .wch-vhm-group .wch-temp-row h3::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  top: 13px;
  left: 0;
  transform: rotate(132deg);
  background: none scroll no-repeat 0 0 #fc7e00;
}
body .infographic-main-wrap #wch-vhm .wch-vhm-group .wch-temp-row h3 span {
  font-weight: 600;
  color: #FF8214;
}
body .infographic-main-wrap #wch-vhm .wch-vhm-group .wch-temp-row .car-list {
  padding: 0;
}
body .infographic-main-wrap #wch-vhm .wch-vhm-group .wch-temp-row .car-list li p {
  margin: 0;
  padding: 0;
}
body .infographic-main-wrap #wch-vhm .wch-vhm-group .wch-temp-row p {
  color: #ffffff;
}
body .infographic-main-wrap #wad {
  background: none scroll no-repeat 0 0 #E8F0FD;
}
body .infographic-main-wrap #wad .wad-intro {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem 1.175rem;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #wad .wad-intro {
    padding: 3.175rem 1.175rem;
    order: 2;
    flex-direction: column;
  }
}
body .infographic-main-wrap #wad .wad-intro > div {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #wad .wad-intro > div {
    width: auto;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #wad .wad-intro > div:nth-child(1) {
    order: 2;
    margin: 3.175rem 0 0 0;
  }
}
body .infographic-main-wrap #wad .wad-intro > div:nth-child(1) .ccm-heading h2 span {
  text-align: left;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #wad .wad-intro > div:nth-child(1) .ccm-heading h2 span {
    text-align: center;
  }
}
body .infographic-main-wrap #wad .wad-intro > div:nth-child(1) p {
  color: #000000;
  text-align: right;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #wad .wad-intro > div:nth-child(1) p {
    text-align: left;
  }
}
body .infographic-main-wrap #wad .wad-intro > div:nth-child(2) {
  padding-left: 5rem;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #wad .wad-intro > div:nth-child(2) {
    padding-left: 0;
    order: 1;
  }
}
body .infographic-main-wrap #wad .wad-intro > div:nth-child(2) img {
  display: block;
}
body .infographic-main-wrap #mmd {
  background: none scroll no-repeat 0 0 #000000;
}
body .infographic-main-wrap #mmd .mmd-intro {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem 1.175rem;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #mmd .mmd-intro {
    padding: 3.175rem 1.175rem;
    flex-direction: column;
  }
}
body .infographic-main-wrap #mmd .mmd-intro .hd-title-lft {
  font-size: clamp(2.3rem, 3vw, 2.7rem);
  color: #ffffff;
  font-weight: 400;
}
body .infographic-main-wrap #mmd .mmd-intro .hd-title-lft strong {
  color: #E1FAFF;
}
body .infographic-main-wrap #mmd .mmd-intro > div {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #mmd .mmd-intro > div {
    width: auto;
  }
}
body .infographic-main-wrap #mmd .mmd-intro > div:nth-child(1) {
  display: flex;
  justify-content: center;
}
body .infographic-main-wrap #mmd .mmd-intro > div:nth-child(1) img {
  display: block;
}
body .infographic-main-wrap #mmd .mmd-intro > div:nth-child(2) {
  padding-left: 4rem;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #mmd .mmd-intro > div:nth-child(2) {
    padding-left: 0;
  }
}
body .infographic-main-wrap #mmd .mmd-intro > div:nth-child(2) p {
  color: #ffffff;
}
body .infographic-main-wrap #tz-dpm {
  padding: 0;
  background: none scroll no-repeat 0 0 #E8F0FD;
  padding: 3.5rem;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-dpm {
    padding: 3.175rem 0 0 0;
  }
}
body .infographic-main-wrap #tz-dpm .tz-heading-sub {
  width: 100%;
  /*
  .tz-hd-title {
  	display: flex;
  	justify-content: flex-end;

  	@media only screen and (max-width: $mobile){
  		display: block;
  		padding: 0 1.175rem 0 0;
  	}
  }
  */
}
body .infographic-main-wrap #tz-dpm .tz-heading-sub h2.hd-title-lft {
  font-size: clamp(2.3rem, 3vw, 2.7rem);
}
body .infographic-main-wrap #tz-dpm .tz-heading-sub .car-bg-img {
  overflow: hidden;
  position: relative;
  z-index: 500;
}
@media screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-dpm .tz-heading-sub .car-bg-img {
    overflow: inherit;
    display: block;
    left: 0;
    position: relative;
    z-index: 100;
  }
}
body .infographic-main-wrap #tz-dpm .tz-heading-sub .car-bg-img p {
  color: #333333;
}
body .infographic-main-wrap #tz-dpm p {
  color: #ffffff;
}
body .infographic-main-wrap #tz-dpm .tz-flex-wwc-desc {
  display: flex;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-dpm .tz-flex-wwc-desc {
    flex-direction: column;
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 680px) {
  body .infographic-main-wrap #tz-dpm .tz-flex-wwc-desc {
    flex-direction: column;
    margin-bottom: 0 !important;
  }
}
body .infographic-main-wrap #tz-dpm .tz-flex-wwc-desc .tz-col-wwc-wrap.tz-wwc-desc {
  width: 50%;
  padding: 3.75rem 0 3.75rem 2.75rem;
  margin: 0 0 3rem 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-dpm .tz-flex-wwc-desc .tz-col-wwc-wrap.tz-wwc-desc {
    width: auto;
    margin: 0 1.175rem 2.175rem 1.175rem;
    padding: 3.75rem 0;
    order: 2;
    max-width: none;
    position: relative;
    z-index: 200;
    top: -20px;
  }
}
body .infographic-main-wrap #tz-dpm .tz-flex-wwc-desc .tz-col-wwc-wrap.tz-wwc-desc .tz-col-wwc-desc-list {
  margin: 0 0 3.5rem 0;
  padding: 3rem 3.5rem;
  background: none scroll no-repeat 0 0 #333333;
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-dpm .tz-flex-wwc-desc .tz-col-wwc-wrap.tz-wwc-desc .tz-col-wwc-desc-list {
    margin: 0 0 2rem;
    padding: 1.175rem;
  }
}
body .infographic-main-wrap #tz-dpm .tz-flex-wwc-desc .tz-col-wwc-wrap.tz-wwc-desc .tz-col-wwc-desc-list h3 {
  color: #ffffff;
}
body .infographic-main-wrap #tz-dpm .tz-flex-wwc-desc .tz-col-wwc-wrap.tz-wwc-desc .tz-col-wwc-desc-list h3 small {
  display: block;
  color: #FF8214;
  font-size: 1.175rem;
}
body .infographic-main-wrap #tz-dpm .tz-flex-wwc-desc .tz-col-wwc-wrap.tz-wwc-desc .tz-col-wwc-desc-list h3 strong {
  display: block;
  font-weight: 600;
}
body .infographic-main-wrap #tz-dpm .tz-flex-wwc-desc .tz-col-wwc-wrap.tz-wwc-desc .tz-col-wwc-desc-list p {
  color: #ffffff;
}
body .infographic-main-wrap #tz-dpm .tz-flex-wwc-desc .tz-col-wwc-wrap.tz-wwc-desc .tz-col-wwc-desc-list.tz-list-wwc-1 .tz-col-list-desc1 {
  margin: 0 0 1em 0;
}
body .infographic-main-wrap #tz-dpm .tz-flex-wwc-desc .tz-col-wwc-wrap.tz-wwc-desc .tz-col-wwc-desc-list p {
  padding: 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-dpm .tz-flex-wwc-desc .tz-col-wwc-wrap.tz-wwc-desc .tz-col-wwc-desc-list p {
    padding: 0 1.175rem;
  }
}
body .infographic-main-wrap #tz-dpm .tz-flex-wwc-desc .tz-col-wwc-wrap.tz-wwc-desc .tz-col-wwc-desc-list h3 {
  font-size: 2rem;
  margin: 2.275rem 0;
  font-weight: 500;
  color: #ffffff;
  display: block;
}
@media screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-dpm .tz-flex-wwc-desc .tz-col-wwc-wrap.tz-wwc-desc .tz-col-wwc-desc-list h3 {
    padding: 0 1.175rem;
    font-size: 1.8rem !important;
  }
}
@media screen and (max-width: 680px) {
  body .infographic-main-wrap #tz-dpm .tz-flex-wwc-desc .tz-col-wwc-wrap.tz-wwc-desc .tz-col-wwc-desc-list h3 {
    margin: 1.275rem 0;
  }
}
body .infographic-main-wrap #tz-dpm .tz-flex-wwc-desc .tz-col-wwc-wrap.tz-list-wwc-gallery-animate {
  width: 50%;
  height: 100vh;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-dpm .tz-flex-wwc-desc .tz-col-wwc-wrap.tz-list-wwc-gallery-animate {
    width: 100%;
    height: auto;
    order: 1;
  }
}
@media only screen and (max-width: 992px) and (max-width: 680px) {
  body .infographic-main-wrap #tz-dpm .tz-flex-wwc-desc .tz-col-wwc-wrap.tz-list-wwc-gallery-animate {
    height: auto;
  }
}
body .infographic-main-wrap #tz-dpm .tz-flex-wwc-desc .tz-col-wwc-wrap .tz-list-wwc-gallery {
  position: relative;
  height: 100vh;
  padding: 5rem 0 1rem 0rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-dpm .tz-flex-wwc-desc .tz-col-wwc-wrap .tz-list-wwc-gallery {
    width: 100%;
    height: auto;
    padding: 2rem 0 0 0;
  }
}
@media screen and (max-width: 580px) {
  body .infographic-main-wrap #tz-dpm .tz-flex-wwc-desc .tz-col-wwc-wrap .tz-list-wwc-gallery {
    width: 100%;
    height: auto;
    padding: 0;
  }
}
body .infographic-main-wrap #tz-dpm .tz-flex-wwc-desc .tz-col-wwc-wrap .tz-list-wwc-gallery > div:nth-child(1) {
  opacity: 1;
  visibility: visible;
  color: #ffffff;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-dpm .tz-flex-wwc-desc .tz-col-wwc-wrap .tz-list-wwc-gallery > div:nth-child(1) {
    margin: 0;
    padding: 0 1.175rem;
  }
}
body .infographic-main-wrap #tz-dpm .tz-flex-wwc-desc .tz-col-wwc-wrap .tz-list-wwc-gallery > div img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-dpm .tz-flex-wwc-desc .tz-col-wwc-wrap .tz-list-wwc-gallery > div img {
    display: block;
    object-fit: cover;
    height: 380px;
  }
}
@media only screen and (max-width: 580px) {
  body .infographic-main-wrap #tz-dpm .tz-flex-wwc-desc .tz-col-wwc-wrap .tz-list-wwc-gallery > div img {
    height: 200px;
  }
}
@media only screen and (max-width: 480px) {
  body .infographic-main-wrap #tz-dpm .tz-flex-wwc-desc .tz-col-wwc-wrap .tz-list-wwc-gallery > div img {
    height: 165px;
    object-fit: cover;
  }
}
body .infographic-main-wrap #conclusion {
  background: #000000 none scroll no-repeat 0 0;
  padding: 5rem 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #conclusion {
    padding: 3.175rem 1.175rem;
  }
}
body .infographic-main-wrap #conclusion .tz-con-desc p {
  color: #ffffff;
  margin: 0;
}
body .infographic-main-wrap #tz-description-about {
  padding: 50px;
  background: #1E3060;
}
body .infographic-main-wrap #tz-description-about h3 {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.5625rem;
  text-align: center;
}
body .infographic-main-wrap #tz-description-about p {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-description-about {
    padding: 2.75rem 16px;
  }
}

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