.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-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: #0C0C0C;
  font-size: 3.75rem;
  padding: 0 20px 30px;
  text-align: center;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 0;
  position: relative;
  margin-bottom: 2rem;
  /* &:after {
      content: '';
      position: absolute;
      width: 60px;
      height: 8px;
      bottom: 0;
      left: calc(100% / 2 - 30px);
      background-color: $orange;

      @media only screen and (max-width: $mobile){
          bottom: -30px;
      }
  } */
}
@media only screen and (max-width: 992px) {
  .tz-section-title {
    padding: 0;
    font-weight: 500;
    margin-bottom: 3rem;
  }
}
.tz-section-title > * {
  font-weight: 700;
}
.tz-section-title > *:nth-child(1) {
  font-size: 2.1875rem;
}
@media only screen and (max-width: 992px) {
  .tz-section-title > *:nth-child(1) {
    font-size: 1.6rem !important;
    line-height: 1.4;
  }
}
.tz-section-title > *:nth-child(2) {
  color: #fc7e00;
  line-height: 1;
}
@media only screen and (max-width: 992px) {
  .tz-section-title > *:nth-child(2) {
    font-size: 2.1875rem !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;
  }
}

.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 #tz-toggle-hamburger-icon {
  transition: all 0.2s ease;
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 999999;
}
@media only screen and (max-width: 992px) {
  body #tz-toggle-hamburger-icon {
    right: 10px;
  }
}
body #tz-toggle-hamburger-icon > div {
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  margin: 5px;
  transition: all 0.3s ease;
}
body #tz-toggle-hamburger-icon img {
  width: 28px;
}
body #tz-header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 1rem;
  position: fixed;
  width: 100%;
  background-color: #0C0C0C;
  z-index: 999;
}
body #tz-header-nav .nav-logo {
  margin: 0;
  padding: 0;
  line-height: 0;
  z-index: 5;
}
body #tz-header-nav .nav-logo a {
  width: 200px;
  display: inline-block;
}
body #tz-header-nav .nav-logo a img {
  object-fit: fill;
}
body .toggle-burger .tz-line-1 {
  transform: rotate(-45deg) translate(-5px, 5px);
  background-color: #0C0C0C !important;
}
body .toggle-burger .tz-line-2 {
  opacity: 0;
}
body .toggle-burger .tz-line-3 {
  transform: rotate(45deg) translate(-5px, -5px);
  background-color: #0C0C0C !important;
}
body .tz-nav {
  position: fixed;
  align-items: center;
  text-align: center;
  padding: 2rem;
  margin: 0;
  background-color: #e1faff;
  display: grid;
  place-content: center;
  width: 40%;
  height: 100vh;
  transform: translateX(101%);
  right: -1px;
  z-index: 999;
}
@media screen and (max-width: 1345px) {
  body .tz-nav {
    width: 50%;
  }
}
@media screen and (max-width: 1100px) {
  body .tz-nav {
    width: auto;
  }
}
body .tz-nav .tz-main-nav {
  margin: 5px auto 0 auto !important;
  padding: 0;
  display: block;
  padding: 0;
}
body .tz-nav .tz-main-nav li {
  margin: 0 !important;
  padding: 0 8px 0;
  display: inherit;
  list-style: none !important;
}
body .tz-nav .tz-main-nav li.tz-active a {
  transition: all 0.3s ease;
  color: #0C0C0C !important;
}
body .tz-nav .tz-main-nav li.tz-active a:before {
  background-color: #000;
  transform: translateX(0);
}
body .tz-nav .tz-main-nav li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: #0C0C0C !important;
  font-size: 2rem;
  transition: all 0.3s ease;
  font-weight: 500 !important;
}
@media only screen and (max-width: 992px) {
  body .tz-nav .tz-main-nav li a {
    font-size: 1.25rem;
  }
}
body .tz-nav .tz-main-nav li a:before {
  content: "";
  transition: 0.2s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: translateX(-101%);
}
@media only screen and (max-width: 992px) {
  body .tz-nav .tz-main-nav li a:before {
    top: 29px;
  }
}
body .tz-nav .tz-main-nav li a:hover {
  color: #0C0C0C !important;
  opacity: 1;
}
body .tz-nav .tz-main-nav li a:hover:before {
  background-color: #0C0C0C;
  transform: translateX(0);
}
body .tz-nav .nav-menu-social {
  margin: 0.125rem 0 0 1rem;
}
@media only screen and (max-width: 1024px) {
  body .tz-nav .nav-menu-social {
    margin: 0;
    position: static;
    text-align: center;
  }
}
body .tz-nav .nav-menu-social .nav-social-list {
  margin: 0;
  padding: 0;
}
body .tz-nav .nav-menu-social .nav-social-list li {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block;
  list-style: none;
}
body .tz-nav .nav-menu-social .nav-social-list li a {
  display: inline-block;
  padding-top: 7px;
}
body .tz-nav .nav-menu-social .nav-social-list li a svg {
  height: 40px;
}
body .tz-nav .nav-menu-social .nav-social-list li:nth-child(1) {
  margin-right: 0 !important;
}
body .tz-nav .nav-menu-social .nav-social-list li:nth-child(1) a svg {
  margin-right: 0.5rem;
}
body .tz-nav .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-main-wrap {
  overflow: hidden;
  position: relative;
}
body .tz-main-wrap #tz-hero {
  width: 100%;
  height: 100vh;
  background-color: #FAFAFA;
  position: relative;
}
@media screen and (max-width: 420px) {
  body .tz-main-wrap #tz-hero {
    height: 80vh;
  }
}
body .tz-main-wrap #tz-hero #tz-hero-img {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 992px) {
  body .tz-main-wrap #tz-hero #tz-hero-img {
    align-items: flex-start;
    padding-top: 4rem;
  }
}
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-hero-img #tz-hero-img-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 885px) {
  body .tz-main-wrap #tz-hero #tz-hero-img #tz-hero-img-flex {
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1335px) {
  body .tz-main-wrap #tz-hero #tz-hero-img #tz-hero-img-flex > div {
    width: 100%;
  }
}
body .tz-main-wrap #tz-hero #tz-hero-img #tz-hero-img-flex > div:nth-child(1) {
  width: 55%;
  z-index: 9;
}
@media screen and (max-width: 1335px) {
  body .tz-main-wrap #tz-hero #tz-hero-img #tz-hero-img-flex > div:nth-child(1) {
    width: auto;
  }
}
@media screen and (max-width: 785px) {
  body .tz-main-wrap #tz-hero #tz-hero-img #tz-hero-img-flex > div:nth-child(1) {
    padding-left: 0;
    text-align: center;
    max-width: 440px;
    margin: 0 auto;
  }
}
body .tz-main-wrap #tz-hero #tz-hero-img #tz-hero-img-flex > div:nth-child(1) h1 {
  line-height: 0;
  font-weight: 600;
  font-size: 3.9375rem;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 1335px) {
  body .tz-main-wrap #tz-hero #tz-hero-img #tz-hero-img-flex > div:nth-child(1) h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1030px) {
  body .tz-main-wrap #tz-hero #tz-hero-img #tz-hero-img-flex > div:nth-child(1) h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 420px) {
  body .tz-main-wrap #tz-hero #tz-hero-img #tz-hero-img-flex > div:nth-child(1) h1 {
    font-size: 1.5rem;
  }
}
body .tz-main-wrap #tz-hero #tz-hero-img #tz-hero-img-flex > div:nth-child(1) h1 span {
  display: inline;
  color: #fff;
}
@media screen and (max-width: 1335px) {
  body .tz-main-wrap #tz-hero #tz-hero-img #tz-hero-img-flex > div:nth-child(1) h1 span {
    display: block;
  }
}
body .tz-main-wrap #tz-hero #tz-hero-img #tz-hero-img-flex > div:nth-child(1) h1 span#tz-block-txt-one {
  line-height: 1;
  padding: 1rem;
  font-style: normal;
  color: #ffffff;
}
body .tz-main-wrap #tz-hero #tz-hero-img #tz-hero-img-flex > div:nth-child(1) h1 span#tz-block-txt-two {
  line-height: 2.1;
  text-transform: uppercase;
  color: #fc7e00;
  padding: 0.5rem 1rem;
  border: 3px solid #fc7e00;
  border-radius: 20px;
}
@media screen and (max-width: 1335px) {
  body .tz-main-wrap #tz-hero #tz-hero-img #tz-hero-img-flex > div:nth-child(1) h1 span#tz-block-txt-two {
    line-height: 1;
  }
}
body .tz-main-wrap #tz-hero #tz-hero-img #tz-hero-img-flex > div:nth-child(2) {
  width: 45%;
}
@media screen and (max-width: 885px) {
  body .tz-main-wrap #tz-hero #tz-hero-img #tz-hero-img-flex > div:nth-child(2) {
    height: 70%;
  }
}
@media screen and (max-width: 885px) {
  body .tz-main-wrap #tz-hero #tz-hero-img #tz-hero-img-flex > div:nth-child(2) {
    height: 75%;
  }
}
body .tz-main-wrap #tz-hero #tz-hero-img #tz-hero-img-flex > div:nth-child(2) #tz-hero-foreground {
  bottom: 0;
  height: 80%;
}
@media screen and (max-width: 1030px) {
  body .tz-main-wrap #tz-hero #tz-hero-img #tz-hero-img-flex > div:nth-child(2) #tz-hero-foreground {
    height: 70%;
  }
}
@media screen and (max-width: 885px) {
  body .tz-main-wrap #tz-hero #tz-hero-img #tz-hero-img-flex > div:nth-child(2) #tz-hero-foreground {
    height: 60%;
  }
}
@media screen and (max-width: 697px) {
  body .tz-main-wrap #tz-hero #tz-hero-img #tz-hero-img-flex > div:nth-child(2) #tz-hero-foreground {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 420px) {
  body .tz-main-wrap #tz-hero #tz-hero-img #tz-hero-img-flex > div:nth-child(2) #tz-hero-foreground {
    height: auto;
    width: 325px;
  }
}
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-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: -1;
}
body .tz-main-wrap #tz-intro .tz-intro-flex {
  display: flex;
  flex-direction: column;
  margin: 2rem auto;
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap #tz-intro .tz-intro-flex {
    display: block;
    margin: 1rem 0;
    padding: 2rem 0;
  }
}
body .tz-main-wrap #tz-intro .tz-intro-flex > *:nth-child(1) {
  padding: 3.5rem 3.5rem 0;
  color: #ffffff;
}
@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: #ffffff;
}
body .tz-main-wrap #tz-intro .tz-intro-flex > *:nth-child(2) p:first-child {
  margin-top: 0;
}
body .tz-main-wrap #tz-discontinued-car {
  position: relative;
}
body .tz-main-wrap #tz-discontinued-car #tz-dc-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: -1;
}
body .tz-main-wrap #tz-discontinued-car #tz-dc-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem 0;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-discontinued-car #tz-dc-flex {
    flex-direction: column-reverse;
    padding: 3rem 0 2rem;
    margin: 0 1rem;
  }
}
body .tz-main-wrap #tz-discontinued-car #tz-dc-flex > div {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-discontinued-car #tz-dc-flex > div {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-discontinued-car #tz-dc-flex > div:nth-child(1) {
    padding-left: 0;
  }
}
body .tz-main-wrap #tz-discontinued-car #tz-dc-flex > div:nth-child(1) .tz-dc-heading h2 {
  margin-bottom: 3rem;
}
body .tz-main-wrap #tz-discontinued-car #tz-dc-flex > div:nth-child(1) .tz-dc-heading h2 span {
  text-align: left;
  font-weight: 500;
  font-size: 3.75rem;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-discontinued-car #tz-dc-flex > div:nth-child(1) .tz-dc-heading h2 span {
    text-align: center;
    font-size: 2.1875rem;
    line-height: 1.3;
  }
}
body .tz-main-wrap #tz-discontinued-car #tz-dc-flex > div:nth-child(1) .tz-dc-heading h2 span:nth-child(2) {
  color: #69C9D0;
}
body .tz-main-wrap #tz-discontinued-car #tz-dc-flex > div:nth-child(1) p {
  color: #ffffff;
}
body .tz-main-wrap #tz-discontinued-car #tz-dc-flex > div:nth-child(2) {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-discontinued-car #tz-dc-flex > div:nth-child(2) {
    padding-bottom: 3rem;
  }
}
body .tz-main-wrap #tz-discontinued-car #tz-dc-flex > div:nth-child(2) > div {
  display: flex;
}
body .tz-main-wrap #tz-discontinued-car #tz-dc-flex > div:nth-child(2) > div img {
  display: block;
  width: 162px;
  padding-left: 1rem;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-discontinued-car #tz-dc-flex > div:nth-child(2) > div img {
    width: 90px;
  }
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-discontinued-car #tz-dc-flex > div:nth-child(2) > div img:first-child {
    padding-left: 0;
  }
}
body .tz-main-wrap #tz-common-worries-advantages {
  background-color: #171717;
}
body .tz-main-wrap #tz-common-worries-advantages .tz-cwa-content .tz-cwa-flex {
  display: flex;
}
@media screen and (max-width: 1325px) {
  body .tz-main-wrap #tz-common-worries-advantages .tz-cwa-content .tz-cwa-flex {
    margin: 0 1rem;
  }
}
@media screen and (max-width: 992px) {
  body .tz-main-wrap #tz-common-worries-advantages .tz-cwa-content .tz-cwa-flex {
    flex-direction: column;
  }
}
body .tz-main-wrap #tz-common-worries-advantages .tz-cwa-content .tz-cwa-flex > div {
  width: 50%;
}
@media screen and (max-width: 992px) {
  body .tz-main-wrap #tz-common-worries-advantages .tz-cwa-content .tz-cwa-flex > div {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  body .tz-main-wrap #tz-common-worries-advantages .tz-cwa-content .tz-cwa-flex > div.tz-cwa-flex-img {
    padding-bottom: 3rem;
  }
}
body .tz-main-wrap #tz-common-worries-advantages .tz-cwa-content .tz-cwa-flex > div.tz-cwa-flex-img img {
  display: block;
}
body .tz-main-wrap #tz-common-worries-advantages #tz-common-worries,
body .tz-main-wrap #tz-common-worries-advantages #tz-advantages {
  padding: 5rem 0;
}
@media screen and (max-width: 992px) {
  body .tz-main-wrap #tz-common-worries-advantages #tz-common-worries,
body .tz-main-wrap #tz-common-worries-advantages #tz-advantages {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 992px) {
  body .tz-main-wrap #tz-common-worries-advantages #tz-advantages .tz-cwa-flex > div:nth-child(1) {
    order: 2;
  }
}
@media screen and (max-width: 992px) {
  body .tz-main-wrap #tz-common-worries-advantages #tz-advantages .tz-cwa-flex > div:nth-child(2) {
    order: 1;
  }
}
body .tz-main-wrap #tz-common-worries-advantages #tz-common-worries .tz-cwa-flex-details > div {
  padding-left: 3rem;
}
@media screen and (max-width: 992px) {
  body .tz-main-wrap #tz-common-worries-advantages #tz-common-worries .tz-cwa-flex-details > div {
    padding-left: 0;
  }
}
body .tz-main-wrap #tz-common-worries-advantages #tz-advantages .tz-cwa-flex-details > div {
  padding-right: 3rem;
}
@media screen and (max-width: 992px) {
  body .tz-main-wrap #tz-common-worries-advantages #tz-advantages .tz-cwa-flex-details > div {
    padding-left: 0;
    padding-right: 0;
  }
}
body .tz-main-wrap #tz-models-discontinued {
  background-color: #0C0C0C;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  body .tz-main-wrap #tz-models-discontinued {
    padding-bottom: 1rem;
  }
}
body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-md-heading {
  padding: 5rem 1rem 2rem;
}
@media screen and (max-width: 1024px) {
  body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-md-heading {
    padding: 3rem 1rem;
  }
}
body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-md-heading p {
  text-align: center;
  margin-bottom: 0;
}
body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-side-scrolling-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 60px 0 0;
  display: block;
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-side-scrolling-wrap {
    max-height: 100% !important;
    height: 100% !important;
    padding: 0;
  }
}
body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-side-scrolling-flex {
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  padding: 0px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-side-scrolling-flex {
    height: 100% !important;
    max-height: 100% !important;
    overflow: none;
    flex-direction: column;
    width: 100%;
  }
}
body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-side-scrolling-flex > * {
  padding: 0 1rem;
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-side-scrolling-flex > * {
    margin-bottom: 2rem;
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-side-scrolling-flex > *:last-child {
    margin-bottom: 0;
  }
}
body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-side-scrolling-flex > *:nth-child(even) .tz-side-scrolling-flex-inner > *:nth-child(1) {
  order: 2;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-side-scrolling-flex > *:nth-child(even) .tz-side-scrolling-flex-inner > *:nth-child(1) {
    order: 1;
  }
}
body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-side-scrolling-flex > *:nth-child(even) .tz-side-scrolling-flex-inner > *:nth-child(1) span {
  right: 16px;
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-side-scrolling-flex > *:nth-child(even) .tz-side-scrolling-flex-inner > *:nth-child(1) span {
    left: 16px;
    right: auto;
    text-align: left;
  }
}
body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-side-scrolling-flex > *:nth-child(even) .tz-side-scrolling-flex-inner > *:nth-child(1) img {
  clip-path: polygon(15% 0%, 100% 0, 100% 100%, 0% 100%);
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-side-scrolling-flex > *:nth-child(even) .tz-side-scrolling-flex-inner > *:nth-child(1) img {
    clip-path: none;
  }
}
body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-side-scrolling-flex > *:nth-child(even) .tz-side-scrolling-flex-inner > *:nth-child(2) {
  order: 1;
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-side-scrolling-flex > *:nth-child(even) .tz-side-scrolling-flex-inner > *:nth-child(2) {
    order: 2;
  }
}
body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-side-scrolling-flex > * .tz-side-scrolling-flex-inner {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #2E4787;
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-side-scrolling-flex > * .tz-side-scrolling-flex-inner {
    flex-direction: column;
    padding: 0 0 2rem;
    margin: 0 1rem;
  }
}
body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-side-scrolling-flex > * .tz-side-scrolling-flex-inner > * {
  flex-basis: 100%;
}
body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-side-scrolling-flex > * .tz-side-scrolling-flex-inner > *:nth-child(1) {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-side-scrolling-flex > * .tz-side-scrolling-flex-inner > *:nth-child(1) {
    order: 1;
    margin-bottom: 3rem;
  }
}
body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-side-scrolling-flex > * .tz-side-scrolling-flex-inner > *:nth-child(1) span {
  position: absolute;
  z-index: 2;
  text-align: right;
  bottom: 10px;
  left: 16px;
  right: auto;
  font-size: 0.8125rem;
  padding-right: 1rem;
  text-shadow: 0 0 5px #000;
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-side-scrolling-flex > * .tz-side-scrolling-flex-inner > *:nth-child(1) span {
    left: 16px;
    right: auto;
    text-align: left;
  }
}
body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-side-scrolling-flex > * .tz-side-scrolling-flex-inner > *:nth-child(1) span a {
  color: #ffffff !important;
}
body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-side-scrolling-flex > * .tz-side-scrolling-flex-inner > *:nth-child(1) img {
  display: block;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-side-scrolling-flex > * .tz-side-scrolling-flex-inner > *:nth-child(1) img {
    clip-path: none;
  }
}
body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-side-scrolling-flex > * .tz-side-scrolling-flex-inner > *:nth-child(2) {
  padding: 0 2rem;
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-side-scrolling-flex > * .tz-side-scrolling-flex-inner > *:nth-child(2) {
    order: 2;
    padding: 0 1rem;
  }
}
body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-side-scrolling-flex > * .tz-side-scrolling-flex-inner > *:nth-child(2) h3, body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-side-scrolling-flex > * .tz-side-scrolling-flex-inner > *:nth-child(2) p {
  color: #ffffff;
}
body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-side-scrolling-flex > * .tz-side-scrolling-flex-inner > *:nth-child(2) h3 {
  font-weight: 400;
  font-size: 3.125rem;
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-side-scrolling-flex > * .tz-side-scrolling-flex-inner > *:nth-child(2) h3 {
    font-size: 1.875rem;
    text-align: center;
    margin-bottom: 2rem;
  }
}
body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-side-scrolling-flex > * .tz-side-scrolling-flex-inner > *:nth-child(2) p:last-child {
  margin-bottom: 0;
}
body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-arrow-down {
  width: 130px;
  margin: 2rem auto;
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-arrow-down {
    display: none;
  }
}
body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-arrow-down img {
  width: 20px;
  position: relative;
  left: 54px;
  top: 10px;
  transition: 0.1s ease-out;
  animation: _arrow_animate ease-out 3s infinite forwards 1s;
}
body .tz-main-wrap #tz-models-discontinued #tz-md-wrap .tz-side-scrolling .tz-arrow-down .arrow-down-btn {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  display: block;
  z-index: 2;
}
body .tz-main-wrap #tz-models-discontinued #tz-md-wrap #tz-md-featured .tz-side-scrolling-flex {
  width: 1300%;
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap #tz-models-discontinued #tz-md-wrap #tz-md-featured .tz-side-scrolling-flex {
    width: 100%;
  }
}
body .tz-main-wrap #tz-models-discontinued #tz-md-wrap #tz-pmd-featured .tz-side-scrolling-flex {
  width: 1000%;
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap #tz-models-discontinued #tz-md-wrap #tz-pmd-featured .tz-side-scrolling-flex {
    width: 100%;
  }
}
body .tz-main-wrap #tz-models-discontinued #tz-md-wrap #tz-pmd-featured .tz-side-scrolling-flex > *:nth-child(odd) .tz-side-scrolling-flex-inner {
  background-color: #202020;
}
body .tz-main-wrap #tz-models-discontinued #tz-md-wrap #tz-pmd-featured .tz-side-scrolling-flex > *:nth-child(odd) .tz-side-scrolling-flex-inner > *:nth-child(1) {
  order: 2;
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap #tz-models-discontinued #tz-md-wrap #tz-pmd-featured .tz-side-scrolling-flex > *:nth-child(odd) .tz-side-scrolling-flex-inner > *:nth-child(1) {
    order: 1;
  }
}
body .tz-main-wrap #tz-models-discontinued #tz-md-wrap #tz-pmd-featured .tz-side-scrolling-flex > *:nth-child(odd) .tz-side-scrolling-flex-inner > *:nth-child(1) span {
  right: 16px;
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap #tz-models-discontinued #tz-md-wrap #tz-pmd-featured .tz-side-scrolling-flex > *:nth-child(odd) .tz-side-scrolling-flex-inner > *:nth-child(1) span {
    left: 16px;
    right: auto;
    text-align: left;
  }
}
body .tz-main-wrap #tz-models-discontinued #tz-md-wrap #tz-pmd-featured .tz-side-scrolling-flex > *:nth-child(odd) .tz-side-scrolling-flex-inner > *:nth-child(1) img {
  clip-path: polygon(15% 0%, 100% 0, 100% 100%, 0% 100%);
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap #tz-models-discontinued #tz-md-wrap #tz-pmd-featured .tz-side-scrolling-flex > *:nth-child(odd) .tz-side-scrolling-flex-inner > *:nth-child(1) img {
    clip-path: none;
  }
}
body .tz-main-wrap #tz-models-discontinued #tz-md-wrap #tz-pmd-featured .tz-side-scrolling-flex > *:nth-child(odd) .tz-side-scrolling-flex-inner > *:nth-child(2) {
  order: 1;
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap #tz-models-discontinued #tz-md-wrap #tz-pmd-featured .tz-side-scrolling-flex > *:nth-child(odd) .tz-side-scrolling-flex-inner > *:nth-child(2) {
    order: 2;
  }
}
body .tz-main-wrap #tz-models-discontinued #tz-md-wrap #tz-pmd-featured .tz-side-scrolling-flex > *:nth-child(even) .tz-side-scrolling-flex-inner {
  background-color: #202020;
}
body .tz-main-wrap #tz-models-discontinued #tz-md-wrap #tz-pmd-featured .tz-side-scrolling-flex > *:nth-child(even) .tz-side-scrolling-flex-inner > *:nth-child(1) {
  order: 1;
}
body .tz-main-wrap #tz-models-discontinued #tz-md-wrap #tz-pmd-featured .tz-side-scrolling-flex > *:nth-child(even) .tz-side-scrolling-flex-inner > *:nth-child(1) span {
  left: 16px;
  right: auto;
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap #tz-models-discontinued #tz-md-wrap #tz-pmd-featured .tz-side-scrolling-flex > *:nth-child(even) .tz-side-scrolling-flex-inner > *:nth-child(1) span {
    left: 16px;
    right: auto;
    text-align: left;
  }
}
body .tz-main-wrap #tz-models-discontinued #tz-md-wrap #tz-pmd-featured .tz-side-scrolling-flex > *:nth-child(even) .tz-side-scrolling-flex-inner > *:nth-child(1) img {
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}
@media only screen and (max-width: 1024px) {
  body .tz-main-wrap #tz-models-discontinued #tz-md-wrap #tz-pmd-featured .tz-side-scrolling-flex > *:nth-child(even) .tz-side-scrolling-flex-inner > *:nth-child(1) img {
    clip-path: none;
  }
}
body .tz-main-wrap #tz-models-discontinued #tz-md-wrap #tz-pmd-featured .tz-side-scrolling-flex > *:nth-child(even) .tz-side-scrolling-flex-inner > *:nth-child(2) {
  order: 2;
}
body .tz-main-wrap #tz-conclusion {
  position: relative;
  background-color: #0C0C0C;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-conclusion {
    padding: 4rem 1rem 0;
  }
}
body .tz-main-wrap #tz-conclusion #tz-con-bg-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-conclusion #tz-con-bg-wrap {
    position: static;
  }
}
body .tz-main-wrap #tz-conclusion #tz-con-bg-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270.44deg, rgba(0, 0, 0, 0.9) 3.98%, rgba(0, 0, 0, 0.801) 30.83%, rgba(0, 0, 0, 0.604688) 48.43%, rgba(0, 0, 0, 0) 94.6%);
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-conclusion #tz-con-bg-wrap:before {
    background: none;
  }
}
body .tz-main-wrap #tz-conclusion #tz-con-bg-wrap #tz-con-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body .tz-main-wrap #tz-conclusion #tz-con-flex {
  display: flex;
  justify-content: flex-end;
  padding: 10rem 0;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-conclusion #tz-con-flex {
    flex-direction: column-reverse;
    padding: 3rem 0;
  }
}
body .tz-main-wrap #tz-conclusion #tz-con-flex > div {
  width: 50%;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-conclusion #tz-con-flex > div {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-conclusion #tz-con-flex > div .tz-heading-sec:after {
    left: calc(50% - 66px);
  }
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-conclusion #tz-con-flex > div .tz-heading-sec span {
    text-align: center;
  }
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap #tz-conclusion #tz-con-flex > div:nth-child(1) {
    padding-left: 0;
  }
}
body .tz-main-wrap #tz-conclusion #tz-con-flex > div:nth-child(1) p {
  color: #ffffff;
}
body .tz-main-wrap #tz-about {
  padding: 50px;
  background: #0B1630;
}
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 */
