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

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

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

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

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

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

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

h2 {
  line-height: 1.1;
  margin-top: 0;
  font-size: 3rem;
  font-weight: 500;
  color: #e1faff;
}
h2 span {
  display: block;
}
@media screen and (max-width: 992px) {
  h2 {
    text-align: center;
    font-size: 2.5rem !important;
  }
}

h3 {
  line-height: 1.1;
  margin: 0 0 30px 0;
  font-size: 2rem;
  font-weight: 600;
}
h3 span {
  display: block;
}
@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: #ffffff;
  font-size: 1.125rem;
  font-weight: 300;
  margin: 1em 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-mb32 {
  margin-bottom: 32px !important;
}

.tz-mb12 {
  margin-bottom: 12px !important;
}

.tz-mb0 {
  margin-bottom: 0 !important;
}

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

#blog a.tz-link {
  text-decoration: underline !important;
}

.tz-link {
  color: #2E4787 !important;
  display: inline;
  text-decoration: underline !important;
  font-weight: 700 !important;
}
.tz-link:hover {
  text-decoration: none;
}
.tz-link.tz-white {
  color: #ffffff !important;
}
.tz-link.tz-white:hover {
  color: #ffffff !important;
  text-decoration: none;
}
.tz-link.tz-light-blue {
  color: #e1faff !important;
}
.tz-link.tz-light-blue:hover {
  color: #e1faff !important;
  text-decoration: none;
}
.tz-link.tz-black {
  color: #0C0C0C !important;
}
.tz-link.tz-black:hover {
  color: #0C0C0C !important;
  text-decoration: none;
}

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

.tz-orange {
  color: #fc7e00 !important;
}

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

.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: #ffffff;
  font-size: clamp(2.8125rem, 4vw, 3.75rem);
  padding: 0 20px 30px;
  text-align: center;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 0;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .tz-section-title {
    padding: 0;
    font-weight: 700;
  }
}
.tz-section-title span {
  display: inline-block;
}
.tz-section-title span.tz-title-green-600 {
  color: #238100;
}
.tz-section-title span.tz-title-green-100 {
  color: #83EB5C;
}
.tz-section-title span.tz-title-blue-300 {
  color: #1C81CC;
}
.tz-section-title span.tz-title-knockout {
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-transform: none;
  font-size: clamp(2.1875rem, 4vw, 3.125rem);
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  font-weight: bolder;
}

.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;
  }
}

.center-grid {
  display: grid;
  place-content: center;
  height: 100vh;
}

.center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tz-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(196, 196, 196, 0.8);
  position: relative;
}
.tz-divider:before {
  content: "";
  position: absolute;
  background-color: #333333;
  width: 100px;
  height: 8px;
  top: -4px;
  left: calc(100% / 2 - 50px);
}

.lSSlideOuter * {
  box-sizing: initial;
}

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

.lSSlideOuter .lSPager.lSpg > li a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #282832 !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: 15px !important;
  height: 15px !important;
  border-radius: 50% !important;
  border: 2px solid #282832 !important;
  background-color: #ffffff !important;
}
@media only screen and (max-width: 992px) {
  .lSSlideOuter .lSPager.lSpg > li a {
    width: 10px !important;
    height: 10px !important;
  }
}

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

*: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;
  font-weight: 400 !important;
  line-height: 1.5;
  background: #ffffff;
  font-family: "Inter", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 1s;
  overflow-x: hidden;
  overflow-y: scroll;
}
body .custom-logo {
  width: 215px;
  height: 60px;
}
@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 strong {
  font-weight: bold;
}
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;
}
body .backtotop:hover .backtotop-txt {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transform: translateY(0);
}
body .backtotop:hover .tz-arrow-upward {
  color: #fff;
  background: #62686d;
}
body .backtotop .tz-arrow-upward {
  color: #0C0C0C;
  font-size: 2rem;
  padding: 0.8rem;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 0 rgba(60, 64, 67, 0.3), 0 0 0 0 rgba(60, 64, 67, 0.15);
  background: #3c4043;
  color: #9aa0a6;
}
body .backtotop .backtotop-txt {
  color: #0C0C0C;
  padding: 0.4rem 0.6rem;
  font-size: 0.8rem;
  display: block;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transform: translateY(15px);
  transition: all 0.1s ease-out;
}
@media only screen and (max-width: 992px) {
  body .backtotop .backtotop-txt {
    display: none;
  }
}
body #dark-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  z-index: 998;
}
body #tz-toggle-hamburger-icon {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 10px;
  transition: all 0.2s ease;
  padding: 0.4rem;
  font-size: 0px;
  cursor: pointer;
  width: 51px;
  height: 40px;
  background-color: #83EA5C;
}
body #tz-toggle-hamburger-icon > div {
  width: 30px;
  height: 2px;
  background-color: #000;
  margin: 5px;
  transition: all 0.3s ease;
}
body #tz-toggle-hamburger-icon.toggle-burger .tz-line-1 {
  transform: rotate(-45deg) translate(-5px, 5px);
}
body #tz-toggle-hamburger-icon.toggle-burger .tz-line-2 {
  opacity: 0;
  transform: translateX(50px);
}
body #tz-toggle-hamburger-icon.toggle-burger .tz-line-3 {
  transform: rotate(45deg) translate(-5px, -5px);
}
body #tz-header-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
body #tz-header-nav .nav-logo {
  margin: 0;
  padding: 0.3rem 1rem;
  line-height: 0;
  z-index: 5;
}
@media only screen and (max-width: 992px) {
  body #tz-header-nav .nav-logo {
    padding: 0 1rem;
  }
}
body #tz-header-nav .nav-logo a {
  width: 200px;
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  body #tz-header-nav .nav-logo a {
    width: 150px;
  }
}
body #tz-header-nav .nav-logo a img {
  object-fit: fill;
  width: 200px;
}
@media only screen and (max-width: 992px) {
  body #tz-header-nav .nav-logo a img {
    width: 150px;
  }
}
body #nav-box {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 34px;
  display: none;
}
body #nav-box #main-nav-wrap #main-nav-inner {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  margin-top: 1rem;
}
body #nav-box #main-nav-wrap #main-nav-inner .tz-main-nav ul {
  margin: 0;
}
body #nav-box #main-nav-wrap #main-nav-inner .tz-main-nav ul li {
  margin: 1px 0;
  text-align: right;
  transform: translateX(120%);
}
body #nav-box #main-nav-wrap #main-nav-inner .tz-main-nav ul li.nav-active a span {
  background-color: #83EA5C;
  color: #0C0C0C;
  font-weight: 500;
}
body #nav-box #main-nav-wrap #main-nav-inner .tz-main-nav ul li a {
  display: inline-block;
}
body #nav-box #main-nav-wrap #main-nav-inner .tz-main-nav ul li a:hover span {
  background-color: #83EA5C;
  color: #0C0C0C;
}
body #nav-box #main-nav-wrap #main-nav-inner .tz-main-nav ul li a span {
  font-size: 1.3rem;
  color: #333333;
  display: inline-block;
  padding: 0.5rem;
  background-color: #E1FAFF;
  transition: 0.2s ease-out;
}
body #nav-box #main-nav-wrap #main-nav-inner .nav-menu-social {
  margin: 0;
  padding-right: 0.5rem;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
}
body #nav-box #main-nav-wrap #main-nav-inner .nav-menu-social .nav-social-list {
  margin: 0;
  padding: 0;
}
body #nav-box #main-nav-wrap #main-nav-inner .nav-menu-social .nav-social-list li {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block;
  list-style: none;
}
body #nav-box #main-nav-wrap #main-nav-inner .nav-menu-social .nav-social-list li a {
  display: inline-block;
  padding-top: 2px;
}
body #nav-box #main-nav-wrap #main-nav-inner .nav-menu-social .nav-social-list li a svg {
  height: 40px;
}
body #nav-box #main-nav-wrap #main-nav-inner .nav-menu-social .nav-social-list li:nth-child(1) {
  margin-right: 0 !important;
}
body #nav-box #main-nav-wrap #main-nav-inner .nav-menu-social .nav-social-list li:nth-child(1) a svg {
  margin-right: 0.3rem;
}
body #nav-box #main-nav-wrap #main-nav-inner .nav-menu-social .nav-social-list li:nth-child(2) a {
  margin-left: -5px;
}
body #tz-nav-transparent-bg {
  position: fixed;
  background: transparent;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 98;
  display: none;
}
body .tz-heading-sec {
  margin-bottom: 5rem;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 992px) {
  body .tz-heading-sec {
    font-size: 30px !important;
    line-height: 1.3;
  }
}
body .tz-heading-sec:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #666666;
}
body .tz-heading-sec:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 132px;
  height: 8px;
  background-color: #fc7e00;
}
body .tz-heading-sec span {
  text-align: left;
  font-weight: 500;
  font-size: 60px;
}
@media only screen and (max-width: 992px) {
  body .tz-heading-sec span {
    font-size: 35px !important;
    line-height: 1.3;
  }
}
body .tz-heading-sec span:nth-child(2) {
  color: #69C9D0;
}
body .tz-heading-sec i {
  font-style: normal;
}
body .tz-heading-sec .tz-clr-pink {
  color: #fc7e00;
}
body .tz-heading-sec-two {
  margin-bottom: 5rem;
  line-height: 1.2;
  position: relative;
}
body .tz-heading-sec-two:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #666666;
}
body .tz-heading-sec-two:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: calc(50% - 66px);
  width: 132px;
  height: 8px;
  background-color: #69C9D0;
}
body .tz-heading-sec-two span {
  text-align: center;
}
@media only screen and (max-width: 992px) {
  body .tz-heading-sec-two span {
    text-align: center;
  }
}
body .tz-heading-sec-two span:nth-child(1) {
  font-size: 3.75rem;
  color: #ffffff;
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
  body .tz-heading-sec-two span:nth-child(1) {
    font-size: 2.1875rem;
  }
}
body .tz-heading-sec-two span:nth-child(2) {
  font-size: 3.125rem;
  text-transform: uppercase;
  color: #69C9D0;
  font-weight: 300;
}
@media only screen and (max-width: 992px) {
  body .tz-heading-sec-two span:nth-child(2) {
    font-size: 2.1875rem;
  }
}
body .tz-heading-sec-two i {
  font-style: normal;
}
body .tz-heading-sec-two .tz-clr-pink {
  color: #fc7e00;
}
body .tz-subheading-sec {
  font-weight: 400;
  font-size: 2rem;
  margin: 2rem 0;
}
@media only screen and (max-width: 992px) {
  body .tz-subheading-sec {
    font-size: 1.4rem;
  }
}
body .tz-line-separator {
  width: 100%;
  height: 1px;
  max-width: 1325px;
  margin: 0 auto;
  background-color: #303030;
}
@media screen and (max-width: 1325px) {
  body .tz-line-separator {
    margin: 0 1rem;
    width: auto;
  }
}
body .tz-title-animate {
  padding: 1rem 1rem 1rem;
}
body .tz-title-animate.tz-title-animate-mobile {
  display: none;
}
@media (max-width: 1135px) {
  body .tz-title-animate.tz-title-animate-mobile {
    display: block;
  }
}
body .tz-title-animate span {
  display: table;
  font-size: 8.125rem;
  color: #0C0C0C;
  padding: 0 28px;
  line-height: 1.2;
  margin: 0 auto;
  border: 10px solid #0C0C0C;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1135px) {
  body .tz-title-animate span {
    padding: 0 20px;
    font-weight: 700;
    font-size: 5rem;
  }
}
body .tz-title-animate h3 {
  color: #0C0C0C;
  font-weight: 700;
  font-size: 3.75rem;
  font-size: clamp(3.125rem, 4vw, 3.75rem);
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 1135px) {
  body .tz-title-animate h3 {
    margin-bottom: 1rem;
  }
}
body .tz-main-wrap {
  overflow: hidden;
  position: relative;
}
body .tz-main-wrap #tz-hero {
  width: 100%;
  height: 100vh;
  background-color: #0FAABC;
  position: relative;
}
@media screen and (max-width: 992px) {
  body .tz-main-wrap #tz-hero {
    height: 60vh;
  }
}
body .tz-main-wrap #tz-hero #tz-hero-img {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
@media screen and (max-width: 992px) {
  body .tz-main-wrap #tz-hero #tz-hero-img {
    align-items: flex-end;
  }
}
body .tz-main-wrap #tz-hero #tz-hero-img img {
  position: absolute;
}
@media screen and (max-width: 992px) {
  body .tz-main-wrap #tz-hero #tz-hero-img img {
    object-fit: contain;
  }
}
body .tz-main-wrap #tz-hero #tz-hero-img img#tz-hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .tz-main-wrap #tz-hero #tz-heading-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 1060px) {
  body .tz-main-wrap #tz-hero #tz-heading-wrap {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-hero #tz-heading-wrap {
    top: 35%;
  }
}
body .tz-main-wrap #tz-hero #tz-heading-wrap #tz-heading {
  padding-left: clamp(1em, 4vw, 5em);
  text-align: left;
  z-index: 9;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-hero #tz-heading-wrap #tz-heading {
    padding: 0 1em;
  }
}
body .tz-main-wrap #tz-hero #tz-heading-wrap #tz-heading h1 {
  line-height: 1.5;
  font-weight: 600;
  font-size: clamp(1.7rem, 4vw, 5.625rem);
  max-width: 38.125rem;
}
@media (max-width: 1060px) {
  body .tz-main-wrap #tz-hero #tz-heading-wrap #tz-heading h1 {
    max-width: none;
    text-align: center;
  }
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-hero #tz-heading-wrap #tz-heading h1 {
    text-align: center;
  }
}
body .tz-main-wrap #tz-hero #tz-heading-wrap #tz-heading h1 span {
  display: inline;
  line-height: 1;
  padding: 1px 0px 6px;
  background-color: #238100;
  box-shadow: 15px 0 0 #238100, -200px 0 0 #238100;
  color: #ffffff;
}
@media (max-width: 1190px) {
  body .tz-main-wrap #tz-hero #tz-heading-wrap #tz-heading h1 span {
    box-shadow: 15px 0 0 #238100, -15px 0 0 #238100;
  }
}
body .tz-main-wrap #tz-hero #tz-heading-wrap #tz-heading h2 {
  font-weight: 600;
  font-size: clamp(1.2rem, 4vw, 1.5rem) !important;
  color: #ffffff;
}
@media (max-width: 1060px) {
  body .tz-main-wrap #tz-hero #tz-heading-wrap #tz-heading h2 {
    text-align: center;
  }
}
body .tz-main-wrap #tz-hero .tz-scroll-down-wrap {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #0C0C0C;
  font-weight: 400;
  font-size: 16px;
  overflow: visible;
  z-index: 1;
}
body .tz-main-wrap #tz-hero .tz-scroll-down-wrap .tz-arrow-down {
  position: relative;
  margin: 0 auto;
  font-size: 2rem;
  display: block;
  text-align: center;
}
body .tz-main-wrap #tz-intro {
  background: #ffffff;
  color: #0C0C0C;
  position: relative;
  z-index: 10;
  width: 100%;
}
body .tz-main-wrap #tz-intro .tz-intro-flex {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap #tz-intro .tz-intro-flex {
    display: block;
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 780px) {
  body .tz-main-wrap #tz-intro .tz-intro-flex {
    width: 100%;
  }
}
body .tz-main-wrap #tz-intro .tz-intro-flex > *:nth-child(1) {
  flex: 0 0 407px;
  padding: 3.5rem 3.5rem 0;
  color: #0C0C0C;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-intro .tz-intro-flex > *:nth-child(1) {
    padding: 1rem 1rem 0;
  }
}
body .tz-main-wrap #tz-intro .tz-intro-flex > *:nth-child(2) {
  padding: 3.5rem;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-intro .tz-intro-flex > *:nth-child(2) {
    padding: 1rem;
  }
}
body .tz-main-wrap #tz-intro .tz-intro-flex > *:nth-child(2) p {
  color: #0C0C0C;
}
body .tz-main-wrap #tz-intro .tz-intro-flex > *:nth-child(2) p:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap .tz-parts-single {
    margin-bottom: 0 !important;
  }
}
body .tz-main-wrap .tz-parts-single p {
  text-align: left;
}
body .tz-main-wrap .tz-parts-single h2 {
  font-size: 3.5rem;
}
body .tz-main-wrap .tz-parts-single h2.tz-head-two-title {
  padding: 0 20px 0 20px;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 1300px) {
  body .tz-main-wrap .tz-parts-single h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap .tz-parts-single h3 {
    font-size: 1.875rem;
  }
}
body .tz-main-wrap .tz-parts-single .tz-flex-box-desc {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap .tz-parts-single .tz-flex-box-desc {
    flex-direction: column;
    margin-bottom: 0 !important;
  }
}
body .tz-main-wrap .tz-parts-single .tz-flex-box-desc a.txt-link {
  color: #0C0C0C !important;
  font-weight: 700 !important;
  text-decoration: underline;
}
body .tz-main-wrap .tz-parts-single .tz-flex-box-desc strong {
  font-weight: 700 !important;
}
body .tz-main-wrap .tz-list-images {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 992px) {
  body .tz-main-wrap .tz-list-images {
    background: #e9e9e9;
    width: 100%;
    height: 200px;
  }
}
body .tz-main-wrap .tz-list-images > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 992px) {
  body .tz-main-wrap .tz-list-images > div {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 420px) {
  body .tz-main-wrap .tz-list-images > div {
    width: 100%;
    height: auto;
  }
}
body .tz-main-wrap .tz-list-images > div:nth-child(1) {
  opacity: 1;
  visibility: visible;
}
body .tz-main-wrap .tz-list-images > div img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  transform: scale(1);
  position: relative;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap .tz-list-images > div img {
    display: block;
  }
}
body .tz-main-wrap .tz-list-images > div img.tz-img-desktop {
  display: block;
}
@media screen and (max-width: 992px) {
  body .tz-main-wrap .tz-list-images > div img.tz-img-desktop {
    display: none;
  }
}
body .tz-main-wrap .tz-list-images > div img.tz-img-mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  body .tz-main-wrap .tz-list-images > div img.tz-img-mobile {
    display: block;
    height: auto;
  }
}
body .tz-main-wrap .tz-parts-inner {
  max-width: 1540px;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap .tz-parts-inner {
    margin-bottom: 0 !important;
  }
}
body .tz-main-wrap .tz-price-flex {
  display: flex;
  justify-content: center;
}
body .tz-main-wrap .tz-price-flex > * h4 {
  position: relative;
  font-size: 1.3rem;
  color: #ffffff;
}
body .tz-main-wrap .tz-price-flex > * h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  background-color: #ffffff;
  width: 50px;
  height: 3px;
}
body .tz-main-wrap .tz-price-flex > * span {
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
}
body .tz-main-wrap .tz-price-flex > *:nth-child(2) {
  margin: 0 2rem;
}
body .tz-main-wrap .tz-price-flex > *:nth-child(2) span {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}
body .tz-main-wrap .tz-price-flex > *:nth-child(3) span {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}
body .tz-main-wrap #tz-major-reasons-ev-expensive {
  background-image: linear-gradient(90deg, #83EB5C 50%, #00C8DF 0);
}
@media (max-width: 1135px) {
  body .tz-main-wrap #tz-major-reasons-ev-expensive {
    background-image: none;
  }
}
body .tz-main-wrap #tz-major-reasons-ev-expensive #tz-major-reasons {
  background-color: #0C0C0C;
  padding: 6.25rem 1rem;
}
@media (max-width: 1135px) {
  body .tz-main-wrap #tz-major-reasons-ev-expensive #tz-major-reasons {
    margin: 0 auto;
    padding: 3.25rem 1rem;
  }
}
body .tz-main-wrap #tz-major-reasons-ev-expensive #tz-major-reasons > div .tz-section-title {
  text-transform: uppercase;
  max-width: 725px;
  margin: 0 auto;
}
@media (max-width: 1135px) {
  body .tz-main-wrap #tz-major-reasons-ev-expensive #tz-major-reasons > div .tz-section-title {
    margin: 0 auto 2rem;
  }
}
body .tz-main-wrap #tz-major-reasons-ev-expensive .tz-list-images > div {
  display: flex;
  align-items: center;
}
body .tz-main-wrap #tz-major-reasons-ev-expensive .tz-list-images > div img {
  width: 100%;
}
body .tz-main-wrap #tz-major-reasons-ev-expensive .tz-list-images > div > *:nth-child(2) {
  flex: 0 0 440px;
}
body .tz-main-wrap #tz-major-reasons-ev-expensive .tz-list-images > div > *:nth-child(2) .tz-img-desktop {
  border: 12px solid #0C0C0C;
}
body .tz-main-wrap #tz-major-reasons-ev-expensive .tz-col-wrap:nth-child(1) {
  width: 65%;
  height: 100vh;
}
@media only screen and (max-width: 1135px) {
  body .tz-main-wrap #tz-major-reasons-ev-expensive .tz-col-wrap:nth-child(1) {
    width: 100%;
    height: 250px;
  }
}
body .tz-main-wrap #tz-major-reasons-ev-expensive .tz-col-wrap:nth-child(1).tz-col-img-animate {
  overflow: hidden;
}
@media only screen and (max-width: 1135px) {
  body .tz-main-wrap #tz-major-reasons-ev-expensive .tz-col-wrap:nth-child(1).tz-col-img-animate {
    display: none;
  }
}
body .tz-main-wrap #tz-major-reasons-ev-expensive .tz-col-wrap:nth-child(2) {
  width: 35%;
  padding: 2rem;
}
@media only screen and (max-width: 1135px) {
  body .tz-main-wrap #tz-major-reasons-ev-expensive .tz-col-wrap:nth-child(2) {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background-color: #83EB5C;
  }
}
@media only screen and (max-width: 420px) {
  body .tz-main-wrap #tz-major-reasons-ev-expensive .tz-col-wrap:nth-child(2) {
    padding: 1.5rem 0 0;
  }
}
@media only screen and (max-width: 320px) {
  body .tz-main-wrap #tz-major-reasons-ev-expensive .tz-col-wrap:nth-child(2) {
    padding: 0;
  }
}
body .tz-main-wrap #tz-major-reasons-ev-expensive .tz-col-wrap:nth-child(2) .tz-col-list {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1135px) {
  body .tz-main-wrap #tz-major-reasons-ev-expensive .tz-col-wrap:nth-child(2) .tz-col-list {
    margin: 2rem 1rem;
  }
}
@media screen and (max-width: 1135px) {
  body .tz-main-wrap #tz-major-reasons-ev-expensive .tz-col-wrap:nth-child(2) .tz-col-list > div > div {
    background-color: #00C8DF;
    padding: 1rem;
  }
}
body .tz-main-wrap #tz-major-reasons-ev-expensive .tz-col-wrap:nth-child(2) .tz-col-list > div > div p {
  color: #0C0C0C;
}
body .tz-main-wrap #tz-major-reasons-ev-expensive .tz-col-wrap:nth-child(2) .tz-col-list .tz-col-list-img {
  position: relative;
}
body .tz-main-wrap #tz-major-reasons-ev-expensive .tz-col-wrap:nth-child(2) .tz-col-list .tz-col-list-img .tz-img-mobile {
  display: none;
}
@media screen and (max-width: 1135px) {
  body .tz-main-wrap #tz-major-reasons-ev-expensive .tz-col-wrap:nth-child(2) .tz-col-list .tz-col-list-img .tz-img-mobile {
    position: relative;
    display: block;
    margin-bottom: 2rem;
    z-index: 1;
  }
}
body .tz-main-wrap #tz-major-reasons-ev-expensive .tz-col-wrap:nth-child(2) .tz-col-list.tz-list-1 > div {
  position: relative;
  padding-top: 20rem;
}
@media only screen and (max-width: 1135px) {
  body .tz-main-wrap #tz-major-reasons-ev-expensive .tz-col-wrap:nth-child(2) .tz-col-list.tz-list-1 > div {
    padding-top: 0;
  }
}
body .tz-main-wrap #tz-major-reasons-ev-expensive .tz-col-wrap:nth-child(2) .tz-section-title {
  color: #2E4787;
  text-align: left;
  padding-left: 0;
  font-weight: 700;
}
@media only screen and (max-width: 1135px) {
  body .tz-main-wrap #tz-major-reasons-ev-expensive .tz-col-wrap:nth-child(2) .tz-section-title {
    width: 100%;
    text-align: center;
    font-size: 2rem !important;
  }
}
body .tz-main-wrap #tz-next-ev-market {
  background-color: #F5F5F5;
  padding: 5rem 1rem;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-next-ev-market {
    padding: 1rem 0 2rem;
  }
}
body .tz-main-wrap #tz-next-ev-market h2 {
  color: #0C0C0C;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-next-ev-market h2 {
    margin: 2rem 1rem;
  }
}
body .tz-main-wrap #tz-next-ev-market #tz-nem-flex {
  display: flex;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-next-ev-market #tz-nem-flex {
    flex-direction: column;
  }
}
body .tz-main-wrap #tz-next-ev-market #tz-nem-flex > * {
  width: 50%;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-next-ev-market #tz-nem-flex > * {
    width: 100%;
  }
}
body .tz-main-wrap #tz-next-ev-market #tz-nem-flex > *:nth-child(1) {
  padding: 0 3rem 0 0;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-next-ev-market #tz-nem-flex > *:nth-child(1) {
    padding: 1rem 1rem 0;
    order: 2;
  }
}
body .tz-main-wrap #tz-next-ev-market #tz-nem-flex > *:nth-child(1) p {
  color: #0C0C0C;
}
body .tz-main-wrap #tz-next-ev-market #tz-nem-flex > *:nth-child(1) p:first-child {
  padding-top: 0;
  margin-top: 0;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-next-ev-market #tz-nem-flex > *:nth-child(2) {
    order: 1;
  }
}
body .tz-main-wrap #tz-next-ev-market #tz-nem-flex > *:nth-child(2) img {
  width: 100%;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-ev-price-increase {
    padding: 0;
  }
}
body .tz-main-wrap #tz-ev-price-increase #tz-epi-intro {
  background-color: #ffffff;
  padding: 6.25rem 1rem;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-ev-price-increase #tz-epi-intro {
    padding: 3.125rem 1rem;
  }
}
body .tz-main-wrap #tz-ev-price-increase #tz-epi-intro > div .tz-section-title {
  max-width: 700px;
  margin: 0 auto;
  color: #0C0C0C;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-ev-price-increase #tz-epi-intro > div .tz-section-title {
    margin: 0 auto 2rem;
  }
}
body .tz-main-wrap #tz-ev-price-increase #tz-epi-intro > div p {
  color: #0C0C0C;
}
body .tz-main-wrap #tz-ev-price-increase .tz-epi-bg {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: -1;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-ev-price-increase .tz-epi-bg {
    display: none;
  }
}
body .tz-main-wrap #tz-ev-price-increase .tz-epi-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .tz-main-wrap #tz-ev-price-increase .tz-parts-inner {
  max-width: 1340px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(1) {
    display: none;
  }
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(1) .tz-col-list {
  margin-bottom: 5rem;
  width: 1px;
  height: 70vh;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media screen and (max-width: 992px) {
  body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(1) .tz-col-list {
    margin: 1rem 1rem 2rem;
  }
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(1) .tz-col-list.tz-list-1 {
  background-color: #00C8DF;
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(1) .tz-col-list.tz-list-2 {
  background-color: #238100;
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(1) .tz-col-list.tz-list-3 {
  background-color: #57CBCC;
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(1) .tz-col-list.tz-list-4 {
  background-color: #83EB5C;
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) {
  width: 100%;
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 1rem;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole {
    height: auto;
  }
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-title-one {
  max-width: 245px;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 992px) {
  body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-title-one {
    margin: 0 auto;
  }
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-title-one h3 {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-title-one h3 {
    font-size: 2rem;
  }
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-title-one h3 span {
  display: block;
  font-size: 4.375rem;
  color: #83EB5C;
}
@media screen and (max-width: 992px) {
  body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-title-one h3 span {
    font-size: 3rem;
  }
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-content-flex {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 992px) {
  body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-content-flex {
    flex-direction: column;
  }
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-content-flex > *:nth-child(1) {
  width: 25%;
}
@media screen and (max-width: 992px) {
  body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-content-flex > *:nth-child(1) {
    width: 100%;
    padding: 0;
  }
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-content-flex > *:nth-child(2) {
  width: 50%;
  height: auto;
  margin: 0 2rem;
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-content-flex > *:nth-child(2) > div {
  left: 0;
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-content-flex > *:nth-child(2) img {
  width: 100%;
  object-fit: contain;
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-content-flex > *:nth-child(3) {
  width: 25%;
}
@media screen and (max-width: 992px) {
  body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-content-flex > *:nth-child(3) {
    display: none;
  }
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-content-flex > *:nth-child(3) .tz-list-model {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 2.5rem 1.25rem;
  border: 2px solid #ffffff;
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-content-flex > *:nth-child(3) .tz-list-model > span {
  display: block;
  font-size: 1.75rem;
  font-weight: 500;
  color: #ffffff;
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-content-flex > *:nth-child(3) .tz-list-model ul {
  margin: 0;
  padding: 0;
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-content-flex > *:nth-child(3) .tz-list-model ul li {
  list-style: none;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-content-flex > *:nth-child(3) .tz-list-model ul li:last-child {
  margin-bottom: 0;
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-content-flex > *:nth-child(3) .tz-list-model ul li:hover span {
  color: #83EB5C;
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-content-flex > *:nth-child(3) .tz-list-model ul li > div {
  overflow: hidden;
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-content-flex > *:nth-child(3) .tz-list-model ul li > div > * {
  display: inline-block;
  font-weight: 500;
  font-size: 1.25rem;
  color: #F5F5F5;
  line-height: 1.1;
  transition: all 0.3s;
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-content-flex > *:nth-child(3) .tz-list-model ul li > div > *:nth-child(1) {
  position: relative;
  top: 3px;
  margin-left: -25px;
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-content-flex > *:nth-child(3) .tz-list-model ul li.active-model > div > * {
  color: #83EB5C;
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-content-flex > *:nth-child(3) .tz-list-model ul li.active-model > div > *:nth-child(1) {
  margin-left: 0;
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-price-list {
  z-index: 3;
  width: 100%;
  height: 310px;
  position: relative;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-price-list {
    display: none;
  }
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-price-list > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-price-list > div:nth-child(1) {
  visibility: visible;
  opacity: 1;
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-ev-price-list-mobile {
  display: none;
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-ev-price-list-mobile {
    display: block;
  }
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-ev-price-list-mobile > * {
  margin-bottom: 5rem;
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-ev-price-list-mobile > *:last-child {
  margin-bottom: 0;
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-ev-price-list-mobile > * > *:nth-child(1) {
  margin-bottom: 1rem;
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-ev-price-list-mobile > * > *:nth-child(1) span {
  display: block;
  text-align: center;
  color: #83EB5C;
  font-weight: 500;
  font-size: 1.5625rem;
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-ev-price-list-mobile > * > *:nth-child(2) {
  margin: 0 1rem;
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-ev-price-list-mobile > * > *:nth-child(2) img {
  display: block;
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-ev-price-list-mobile > * > *:nth-child(3) {
  flex-direction: column;
  margin: 0 1rem;
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-ev-price-list-mobile > * > *:nth-child(3) > * {
  margin: 0 0 1rem;
  text-align: center;
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-ev-price-list-mobile > * > *:nth-child(3) > * h4 {
  font-weight: 500;
  margin-bottom: 2rem;
}
body .tz-main-wrap #tz-ev-price-increase .tz-flex-box-desc > *:nth-child(2) .tz-col-whole .tz-ev-price-list-mobile > * > *:nth-child(3) > * h4:before {
  left: calc(50% - 25px);
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-ev-price-increase #tz-tesla-prices .tz-parts-inner {
    background: url("https://cld.partsimg.com/image/upload/c_pad,f_auto,q_auto,dpr_auto/carparts/blog/tier-zero/why-are-ev-soaring/black-bg") no-repeat center center/cover;
  }
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-ev-price-increase #tz-rivian-prices .tz-parts-inner {
    background: url("https://cld.partsimg.com/image/upload/c_pad,f_auto,q_auto,dpr_auto/carparts/blog/tier-zero/why-are-ev-soaring/blue-bg") no-repeat center center/cover;
  }
}
@media (max-width: 992px) {
  body .tz-main-wrap #tz-ev-price-increase #tz-general-motors-prices .tz-parts-inner {
    background: url("https://cld.partsimg.com/image/upload/c_pad,f_auto,q_auto,dpr_auto/carparts/blog/tier-zero/why-are-ev-soaring/green-bg") no-repeat center center/cover;
  }
}
body .tz-main-wrap #tz-ev-price-increase #tz-general-motors-prices .tz-title-one {
  max-width: 530px;
}
body .tz-main-wrap #tz-about {
  padding: 50px;
  background: #020202;
}
body .tz-main-wrap #tz-about h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
}
body .tz-main-wrap #tz-about p {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-about {
    padding: 2.75rem 16px;
  }
}

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