/* page header section */
 /*asp.net UserControl (as css component) */
/* set background image in page specific css file. take care about dimensions (min-height)! */
.tz-brand-header__img {
  width: 100%;
  padding-top: 108%;
  overflow: hidden;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.tz-brand-header__text-wrapper {
  max-width: 510px;
  width: 100%;
  padding: 20px 15px;
}
/* custom breakpoint to stop scaling bg image */
@media screen and (min-width: 391px) {
  .tz-brand-header__img {
    min-height: 420px;
    padding-top: unset;
  }
}
@media screen and (min-width: 768px) {
  .tz-brand-header,
  .tz-brand-header--reverse {
    display: flex;
  }
  .tz-brand-header--reverse {
    flex-direction: row-reverse;
  }
  .tz-brand-header__img {
    flex: 0 1 50%;
    background-position: right top;
  }
  .tz-brand-header--reverse .tz-brand-header__img {
    background-position: left top;
  }
  .tz-brand-header__text {
    flex: 1 0 50%;
    padding-left: 20px;
    display: flex;
    align-items: center;
  }
  .tz-brand-header--reverse .tz-brand-header__text {
    padding-left: 0;
    padding-right: 20px;
    justify-content: flex-end;
  }
  .tz-brand-header__text-wrapper {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1200px) {
  .tz-brand-header__img {
    min-height: 666px;
  }
  .tz-brand-header__text {
    padding-left: 75px;
  }
  .tz-brand-header--reverse .tz-brand-header__text {
    padding-left: 0;
    padding-right: 75px;
 }
}
/* end of asp.net UserControl (as css component) */
/* end of page header section */

/* start of statistic cards section */
.tz-statistics {
  padding: 60px 0;
}
.tz-statistics__heading {
  margin-bottom: 32px;
}
.tz-statistics .tz-statistics__heading p {
  margin-top: 16px;
  font-size: 16px;
}
.tz-statistics__cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.tz-statistics__card {
  width: 214px;
  height: 252px;
  border-radius: 24px;
  padding: 0 20px;
}
.tz-statistics .tz-statistics__cards h2 {
  font-size: 64px;
  margin: 44px 0 28px;
}
.tz-statistics .tz-statistics__cards h3 {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .tz-statistics {
    padding: 105px 0;
  }
  .tz-statistics__cards {
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .tz-statistics {
    padding: 145px 0 155px;
  }
  .tz-statistics__heading {
    margin-bottom: 64px;
  }
  .tz-statistics .tz-statistics__heading p {
    font-size: 18px;
  }
  .tz-statistics__cards {
    gap: 40px;
  }
  .tz-statistics__card {
    width: 269px;
    height: 317px;
  }
  .tz-statistics .tz-statistics__cards h2 {
    font-size: 80px;
    margin: 58px 0 38px;
  }
  .tz-statistics .tz-statistics__cards h3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .tz-statistics__cards {
    gap: 80px;
  }
}
/* end of statistic cards section */

/* start of free trial dark */
.tz-free-trial {
  padding: 70px 0;
  background-position: center 58px;
  background-repeat: no-repeat;
}
.tz-free-trial--dark {
  background-image: url('https://file.trainerize.com/assets/tz/common-sections/free-trial/images/free-trial--dark.png');
}
.tz-free-trial--black {
  background-image: url('https://file.trainerize.com/assets/tz/common-sections/free-trial/images/free-trial--black.png');
}
.tz-free-trial h5.tz-free-trial__text {
  font-size: 14px;
  margin: 30px 0 25px;
}
.tz-free-trial .tz-small-italic {
  margin-top: 20px;
}
.tz-free-trial .tz-input-with-btn {
  display: inline-flex;
  max-width: 375px;
}
.tz-free-trial__2-btns {
  max-width: 297px;
  margin: 0 auto;
}
.tz-free-trial__2-btns a.tz-button,
.tz-free-trial__2-btns button {
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}
.tz-free-trial__2-btns > button {
  margin-bottom: 16px;
}
.tz-free-trial__2-btns a.tz-button {
  background-color: transparent;
  border: 1px solid var(--color-secondary);
}
.tz-free-trial__2-btns a.tz-button:hover {
  color: var(--color-white);
  border: 1px solid var(--color-white);
}

@media screen and (min-width: 768px) {
  .tz-free-trial {
    padding: 100px 0;
  }
  .tz-free-trial h5.tz-free-trial__text {
    margin: 20px 0 35px;
  }
  .tz-free-trial .tz-small-italic {
    margin-top: 25px;
  }
}
@media screen and (min-width: 992px) {
  .tz-free-trial h5.tz-free-trial__text {
    margin-bottom: 45px;
  }
  .tz-free-trial .tz-input-with-btn {
    max-width: 475px;
  }
  .tz-free-trial__2-btns {
    max-width: none;
    margin: 0;
  }
  .tz-free-trial__2-btns a.tz-button,
  .tz-free-trial__2-btns button {
    width: auto;
  }
  .tz-free-trial__2-btns button {
    margin-right: 20px;
  }
}
/* end of free trial dark */

/* start of case study component */
.tz-case-study__slider:not(.slick-initialized) {
  display: flex;
  justify-content: center;
  max-width: none;
  margin: 0 auto;
  gap: 15px;
}
.tz-case-study__slider:not(.slick-initialized) .tz-case-study__slider-item {
  flex: 0 1 270px;
}
.tz-case-study__slider:not(.slick-initialized) + .container {
  display: none;
}
.tz-case-study__slider {
  margin-bottom: 30px;
  overflow: hidden;
  padding: 20px 0;
}
.tz-case-study__slider.slick-slider .slick-track {
  transform: translateX(15px);
}
.tz-case-study__slider.tz-case-study-tilt-left .slick-track {
  animation: tz-case-study-tilt-left;
  animation-duration: 1.5s;
}
.tz-case-study__slider.slick-slider .slick-list {
  overflow: visible;
}
.tz-case-study__slider-item {
  width: 270px;
  position: relative;
  -webkit-font-smoothing: auto;
  transition: transform .2s;
}
.tz-case-study__slider-item-line {
  height: 10px;
  width: 100%;
  background-color: var(--color-white);
}
.tz-case-study__slider-item:hover {
  z-index: 2;
  transform: scale(1.06);
}
.tz-case-study__slider-item:hover .tz-case-study__slider-item-line {
  background-color: var(--color-secondary);
}
.tz-case-study__slider-item img {
  width: 100%;
}
.tz-case-study__slider-item-text {
  position: absolute;
  width: 210px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
}
.tz-case-study__slider-item-text--no-link {
  bottom: 45px;
}
.tz-case-study__slider-item .tz-case-study__slider-item-text h6 {
  font-size: 13px;
}
.tz-case-study__slider-item .tz-case-study__slider-item-text h5 {
  font-size: 16px;
  margin-bottom: 8px;
}
.tz-case-study__slider-item .tz-case-study__slider-item-text a {
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}
.tz-case-study__slider-item .tz-case-study__slider-item-text a.tz-coming-soon {
  pointer-events: none;
}
.tz-case-study__slider-progress {
  position: relative;
  height: 8px;
  border-radius: 80px;
}
.tz-case-study__slider-bar {
  position: absolute;
  height: 8px;
  top: 0;
  left: 0;
  border-radius: 80px;
  transition: left .3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .tz-case-study__slider.slick-slider .slick-track {
    transform: translateX(calc((100vw - 750px) / 2 + 10px));
  }
}

@media screen and (min-width: 992px) {
  .tz-case-study__slider.slick-slider .slick-track {
    transform: translateX(calc((100vw - 970px) / 2 + 10px));
  }
}

@media screen and (min-width: 1200px) {
  .tz-case-study__slider.slick-slider .slick-track {
    transform: translateX(calc((100vw - 1170px) / 2 + 10px));
  }
}
/* end of case study component */

/* start of video component */

.tz-video__poster {
  width: 324px;
  height: 364px;
  margin: 0 auto;
  background-size: cover;
  position: relative;
  border-radius: 24px;
}
.tz-video__button {
  border-radius: 50%;
  position: absolute;
  width: 58px;
  height: 58px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tz-video__button:hover {
  background-color: var(--color-secondary-hover);
  cursor: pointer;
}
.tz-video__button-icon {
  width: 16px;
  height: 23px;
  margin: 14px 0 0 4px;
  fill: var(--color-primary);
}
.tz-video__popup-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: black;
  opacity: 0.8;
  display: none;
  z-index: 11;
}
.tz-video__popup-container {
  position: fixed;
  top: 135px;
  bottom: 50px;
  left: 10%;
  right: 10%;
  z-index: 100;
  background: transparent;
}
.tz-video__popup-close {
  position: absolute;
  width: 20px;
  top: 38px;
  right: 26px;
  cursor: pointer;
  z-index: 1;
  fill: var(--color-white);
}

@media screen and (min-width: 768px) {
  .tz-video__poster {
    width: 668px;
    height: 375px;
  }
  .tz-video__button {
    width: 64px;
    height: 64px;
  }
  .tz-video__button-icon {
    width: 20px;
    height: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .tz-video__poster {
    width: 1030px;
    height: 580px;
  }
  .tz-video__button {
    width: 100px;
    height: 100px;
  }
  .tz-video__button-icon {
    width: 30px;
    height: 49px;
    margin: 20px 0 0 5px;
  }
}
/* end of video component */

/*start of free guide component */
.tz-guide,
.tz-guide--reverse {
  padding: 55px 0 65px;
  background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-primary) var(--tz-guide-xs-color-stop), var(--color-secondary) var(--tz-guide-xs-color-stop), var(--color-secondary) 100%);
}
.tz-guide__img {
  width: 325px;
  height: 460px;
  background-size: cover;
  margin: 0 auto;
  margin-bottom: 60px;
  box-shadow: -9px 26px 33px rgba(0, 0, 0, 0.1), 12px 24px 56px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  overflow: hidden;
}
.tz-guide .tz-guide__text h2,
.tz-guide--reverse .tz-guide__text h2{
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  .tz-guide,
  .tz-guide--reverse {
    padding: 65px 0 85px;
    background: linear-gradient(90deg, var(--color-secondary) 0%, var(--color-secondary) var(--tz-guide-sm-color-stop), var(--color-primary) var(--tz-guide-sm-color-stop), var(--color-primary) 100%);
  }
  .tz-guide--reverse {
    background: linear-gradient(270deg, var(--color-secondary) 0%, var(--color-secondary) var(--tz-guide-sm-color-stop), var(--color-primary) var(--tz-guide-sm-color-stop), var(--color-primary) 100%);
  }
  .tz-guide__wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
  }
  .tz-guide--reverse .tz-guide__wrapper {
    flex-direction: row;
  }
  .tz-guide__img {
    height: 370px;
    margin: 0;
    max-width: none;
    flex: 0 0 262px;
    display: flex;
    align-items: center;
    border-radius: 9px;
  }
  .tz-guide__text {
    display: flex;
    align-items: center;
    flex-basis: 380px;
  }
  .tz-guide--reverse .tz-guide__text {
    flex-basis: 300px;
  }
  .tz-guide .tz-guide__text h4,
  .tz-guide--reverse .tz-guide__text h4{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .tz-guide .tz-guide__text h2,
  .tz-guide--reverse .tz-guide__text h2 {
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 992px) {
  .tz-guide {
    background: linear-gradient(90deg, var(--color-secondary) 0%, var(--color-secondary) var(--tz-guide-md-color-stop), var(--color-primary) var(--tz-guide-md-color-stop), var(--color-primary) 100%);
  }
  .tz-guide--reverse {
    background: linear-gradient(270deg, var(--color-secondary) 0%, var(--color-secondary) var(--tz-guide-md-color-stop), var(--color-primary) var(--tz-guide-md-color-stop), var(--color-primary) 100%);
  }
  .tz-guide__wrapper {
    justify-content: space-between;
  }
  .tz-guide__img {
    flex-basis: 444px;
    height: 628px;
  }
  .tz-guide__text {
    flex-basis: 400px;
  }
  .tz-guide .tz-guide__text h4,
  .tz-guide--reverse .tz-guide__text h4 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .tz-guide .tz-guide__text h2,
  .tz-guide--reverse .tz-guide__text h2 {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 1200px) {
  .tz-guide,
  .tz-guide--reverse {
    padding: 95px 0 100px;
    background: linear-gradient(90deg, var(--color-secondary) 0%, var(--color-secondary) var(--tz-guide-lg-color-stop), var(--color-primary) var(--tz-guide-lg-color-stop), var(--color-primary) 100%);
  }
  .tz-guide--reverse {
    background: linear-gradient(270deg, var(--color-secondary) 0%, var(--color-secondary) var(--tz-guide-lg-color-stop), var(--color-primary) var(--tz-guide-lg-color-stop), var(--color-primary) 100%);
  }
  .tz-guide__img {
    flex-basis: 444px;
    border-radius: 12px;
  }
  .tz-guide__text {
    flex-basis: 545px;
  }
  .tz-guide--reverse .tz-guide__text {
    flex-basis: 440px;
  }
  .tz-guide__arrow {
    position: relative;
  }
  .tz-guide__arrow::after {
    content: "";
    background-image: url('https://file.trainerize.com/assets/tz/common-assets/images/wiggly-arrow.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100px;
    width: 342px;
    position: absolute;
    top: -35px;
    left: calc(100% + 35px);
    pointer-events: none;
  }
  .tz-guide--reverse .tz-guide__arrow::after {
    transform: scaleX(-1);
    background-size: 65%;
    top: -15px;
    left: initial;
    right: calc(100% + 15px);
  }
}

/* end of free guide component */

/* start of right slider component */

.tz-slider-right__img-slider.slick-slider .slick-track {
  transform: translateX(15px); /* same as the container */
}
.tz-slider-right__img-slider img.slick-slide,
 .tz-slider-right__img-slider .slick-slide img {
  width: 240px;
  margin-right: 15px;
}
.tz-slider-right__text-slider-container {
  padding-left: 15px;/*same as the container */
}
.tz-slider-right__wrapper .tz-slider-right__text-slider h2 {
  margin-bottom: 20px;
}
.tz-slider-right__wrapper .tz-slider-right__text-slider p {
  font-size: 16px;
}
.tz-slider-right__text-slide {
  padding-right: 15px;
}
.tz-slider-right__nav {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
.tz-slider-right__nav ul.slick-dots {
  padding: 0;
  margin: 0;
  order: 2;
}
.tz-slider-right__nav ul.slick-dots li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.tz-slider-right__nav ul.slick-dots li:last-child {
  margin-right: 0;
}
.tz-slider-right__dot-nav {
  padding: 3px;
  font-size: 20px;
  line-height: 1;
}
.tz-slider-right__nav ul.slick-dots li.slick-active .tz-slider-right__dot-nav {
  background-color: var(--color-white);
  font-weight: 700;
}
.tz-slider-right__nav .tz-slider-right__arrow-prev,
.tz-slider-right__nav .tz-slider-right__arrow-next {
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.tz-slider-right__nav .tz-slider-right__arrow-prev svg,
.tz-slider-right__nav .tz-slider-right__arrow-next svg {
  width: 12px;
  height: 6px;
}
.tz-slider-right__nav .tz-slider-right__arrow-prev {
  order: 1;
  margin-right: 10px;
}
.tz-slider-right__nav .tz-slider-right__arrow-prev svg {
  transform: rotate(90deg);
}
.tz-slider-right__nav .tz-slider-right__arrow-next {
  order: 3;
  margin-left: 10px;
}
.tz-slider-right__nav .tz-slider-right__arrow-next svg {
  transform: rotate(-90deg);
}

@media screen and (min-width: 768px) {
  .tz-slider-right__wrapper {
    align-items: center;
  }
  .tz-slider-right__text-slide {
    padding-right: 0;
  }
  .tz-slider-right__wrapper {
    display: flex;
    flex-direction: row-reverse;
  }
  .tz-slider-right__img-slider-container,
  .tz-slider-right__text-slider-container {
      flex: 1;
      overflow: hidden;
  }
  .tz-slider-right__nav {
    margin-top: 0px;
  }
}

@media screen and (min-width: 992px) {
  .tz-slider-right__text-slider-block {
    max-width: 450px;
    margin: 0 auto 0 calc((100vw - 970px) / 2 + 15px);
    /*970px is container's width on this breakpont. 15px is container's padding*/
  }
  .tz-slider-right__wrapper .tz-slider-right__text-slider p {
    font-size: 18px;
  }
  .tz-slider-right__dot-nav {
      font-size: 26px;
  }
  .tz-slider-right__nav {
    margin-bottom: 45px;
  }
  .tz-slider-right__nav .tz-slider-right__arrow-prev svg,
  .tz-slider-right__nav .tz-slider-right__arrow-next svg {
      width: 16px;
      height: 8px;
  }
  .tz-slider-right__img-slider.slick-slider .slick-track {
      transform: translateX(40px); /* same as margin-right for img.slick-slide */
  }
  .tz-slider-right__img-slider img.slick-slide,
  .tz-slider-right__img-slider .slick-slide img {
      width: 470px;
      margin-right: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .tz-slider-right__text-slider-block {
    margin: 0 auto 0 calc((100vw - 1200px) / 2 + 15px);
    /*1200px is container's width on this breakpont. 15px is container's padding*/
  }
  .tz-slider-right__img-slider:not(.slick-slider) {
      display: flex;
  }
  .tz-slider-right__img-slider:not(.slick-slider) img {
      width: 470px;
      margin-right: 40px;
  }
}

/*end of right slider component */

/* start of overlay component */
body.tz-overlay-open {
  overflow: hidden;
}
.tz-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(var(--color-white-rgb), 0.95);
  display: none;
  z-index: 1000;
  overflow-y: auto;
}

.tz-overlay__close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 26px;
  right: 26px;
  cursor: pointer;
  z-index: 1;
  fill: var(--color-primary);
}

/* end of overlay component */

/* start of popup form component */
.tz-popup-form {
  padding-top: 50px;
}
.tz-popup-form__headline {
  max-width: 600px;
  margin: 0 auto 30px;
}
.tz-popup-form__content {
  margin: 0 auto;
  max-width: 480px;
}
.tz-popup-form__content > * {
  margin-bottom: 10px;
}
.tz-popup-form__content input,
.tz-popup-form__content button {
  width: 100%;
}
.tz-popup-form__agree-wrapper {
  padding-top: 15px;
  text-align: left;
}
.tz-popup-form__agree-wrapper label.tz-checkbox-wrapper span.tz-checkbox-label {
  font-size: 11px;
  line-height: 1.3;
  float: right;
}
.tz-popup-form__agree-wrapper label.tz-checkbox-wrapper span.tz-checkbox {
  top: 8px;
}
.tz-popup-form__opt-in-error {
  margin-left: 10px;
}
.tz-popup-form__thank-you {
  display: none;
  max-width: 570px;
  margin: 50px auto 0;
}
.tz-popup-form__thank-you img {
  margin-bottom: 20px;
}
.tz-popup-form .tz-popup-form__thank-you h3 {
  font-size: 24px;
  margin-bottom: 25px;
}
.tz-popup-form .tz-popup-form__thank-you p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .tz-popup-form {
    padding-top: 70px;
  }
  .tz-popup-form__agree-wrapper {
    text-align: center;
  }
  .tz-popup-form__opt-in-error {
    margin-left: 0;
  }
}
/* end of popup form component */

/* start of carousel slider component */
.tz-carousel {
  position: relative;
  max-width: 420px;
  margin: 0 auto;
}
.tz-carousel__text .slick-track {
  display: flex;
  flex-wrap: wrap;
  row-gap: 180px;
  left: 0 !important;
}
.tz-carousel__text-item {
  border-radius: 10px;
  background-color: var(--color-white);
  padding: 28px 25px 28px 18px;
  cursor: pointer;
  transition: background-color .5s;
  height: auto;
  flex: 1 1 calc(50% - 5px);
}
.tz-carousel__text-item:nth-child(odd) {
  margin-right: 10px;
}
.tz-carousel__text-item:hover {
  background-color: var(--color-medium-gray-1);
  color: var(--color-white);
}
.tz-carousel__text-item.slick-current {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.tz-carousel__text .tz-carousel__text-item h5 {
  font-size: 16px;
  margin-bottom: 10px;
}

.tz-carousel__images-wrapper {
  position: absolute;
  width: 100%;
  max-width: 420px;
  border-radius: 10px;
  overflow:hidden;
}
.tz-carousel__images-item {
  height: 160px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}

@media screen and (min-width: 768px) {
  .tz-carousel {
    max-width: none;
    display: flex;
    column-gap: 30px;
  }
  .tz-carousel__images-wrapper {
    position: relative;
    flex: 0 0 210px;
  }
  .tz-carousel__images,
  .tz-carousel__images .slick-list,
  .tz-carousel__images .slick-list .slick-track,
  .tz-carousel__images-item {
    height: 100%;
  }

  .tz-carousel__text-item {
    flex: 0 0 calc(50% - 5px);
  }
  .tz-carousel__text .slick-track {
    row-gap: 10px;
  }
}

@media screen and (min-width: 992px) {
  .tz-carousel__text-item {
    flex: 0 0 calc(50% - 8px);
  }
  .tz-carousel__text-item:nth-child(odd) {
    margin-right: 16px;
  }
  .tz-carousel__text .slick-track {
    row-gap: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .tz-carousel__images-wrapper {
    flex-basis: 370px;
  }
  .tz-carousel__text .tz-carousel__text-item h5 {
    font-size: 24px;
  }
  .tz-carousel__text .tz-carousel__text-item p {
    font-size: 16px;
  }
  .tz-carousel__text-item {
    padding: 64px 60px 48px 40px;
  }
}
/* end of carousel slider component */

/* start of features list */

.tz-features__list .tz-features__list-heading,
.tz-features__list--popup .tz-features__list-heading {
  display: flex;
  position: sticky;
  top: 80px;
  padding: 30px 0 15px;
  background-image: linear-gradient(to bottom,var(--color-white) 90%,rgba(var(--color-white-rgb),0) 100%);
}
.tz-features__list--popup .tz-features__list-heading {
  top: 0;
  flex-wrap: wrap;
  padding-top: 60px;
}
.tz-features__list .tz-features__list-heading h3,
.tz-features__list--popup .tz-features__list-heading h3 {
  text-align: center;
  flex-basis: 100%;
  margin-bottom: 45px;
}
.tz-features__list-features {
  margin-bottom: 45px;
}
.tz-features__list--popup .tz-features__list-features {
  margin-bottom: 30px;
}
.tz-features__plan-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.tz-features__list .tz-features__plan-box p:first-child,
.tz-features__list--popup .tz-features__plan-box p:first-child {
  font-size: 16px;
  margin-bottom: 10px;
}
.tz-features__list .tz-features__plan-box p:last-child,
.tz-features__list--popup .tz-features__plan-box p:last-child {
  display: flex;
  font-size: 9px;
  flex: 1;
}
.tz-features__feature-box {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  border-top: 1px solid #c2c7cc;
}
.tz-features__feature-box:last-child {
  border-bottom: 1px solid #c2c7cc;
}
.tz-features__feature-name {
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
  text-align: center;
}
.tz-features__list-features .tz-features__feature-name p {
  font-size: 12px;
}
.tz-features__feature-avail {
  display: flex;
}
.tz-features__indicator-box {
  flex: 1;
}
.tz-features__indicator-box svg {
  width: 16px;
  height: 12px;
  fill: var(--color-secondary);
}
.tz-features__list-info {
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.tz-features__list .tz-features__list-info p,
.tz-features__list--popup .tz-features__list-info p {
  font-size: 14px;
}

@media screen and (min-width:768px) {
  .tz-features__list .tz-features__list-heading,
  .tz-features__list--popup .tz-features__list-heading {
    justify-content: flex-end;
    padding: 70px 0 30px;
  }
  .tz-features__list--popup .tz-features__list-heading {
    flex-wrap: nowrap;
    padding: 75px 0 15px;
  }
  .tz-features__list .tz-features__list-heading h3,
  .tz-features__list--popup .tz-features__list-heading h3 {
    text-align: left;
    margin-bottom: 0;
  }
  .tz-features__plan-box {
    flex: 0 0 178px;
  }
  .tz-features__list--popup .tz-features__plan-box:first-of-type {
    flex-basis: 120px;
  }
  .tz-features__feature-box {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
  }
  .tz-features__list .tz-features__plan-box p:first-child,
  .tz-features__list--popup .tz-features__plan-box p:first-child {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .tz-features__list .tz-features__plan-box p:last-child,
  .tz-features__list--popup .tz-features__plan-box p:last-child {
    font-size: 10px;
    align-items: center;
  }
  .tz-features__feature-name {
    justify-content: space-between;
    flex: 1;
    margin-bottom: 0;
    text-align:left;
  }
  .tz-features__list-features .tz-features__feature-name p {
    font-size: 14px;
    margin: 0 0 0 30px;
  }
  .tz-features__list .tz-features__feature-avail {
    flex: 0 0 356px;
  }
  .tz-features__list--popup .tz-features__feature-avail {
    flex: 0 0 298px;
  }
  .tz-features__list--popup .tz-features__feature-avail .tz-features__indicator-box:first-of-type {
    flex-basis: 120px;
  }
  .tz-features__list--popup .tz-features__feature-avail .tz-features__indicator-box:last-of-type {
    flex-basis: 178px;
  }
}

@media screen and (min-width:992px) {
  .tz-features__list .tz-features__list-heading h3,
  .tz-features__list--popup .tz-features__list-heading h3 {
    font-size: 24px;
    margin-top: 41px;
  }
}

@media screen and (min-width:1200px) {
  .tz-features__list--popup {
    padding: 0 45px;
  }
  .tz-features__list .tz-features__list-heading {
    padding: 50px 0 20px;
  }
  .tz-features__list--popup .tz-features__list-heading {
    position: relative;
    background-image: none;
    padding: 40px 0 10px;
  }
  .tz-features__list .tz-features__list-heading h3,
  .tz-features__list--popup .tz-features__list-heading h3 {
    margin-top: 43px;
  }
  .tz-features__plan-box {
    flex-basis: 250px;
  }
  .tz-features__list--popup .tz-features__plan-box:first-of-type {
    flex-basis: 150px;
  }
  .tz-features__list .tz-features__plan-box p:last-child {
    font-size: 14px;
  }
  .tz-features__list--popup .tz-features__plan-box p:last-child {
    font-size: 12px;
  }
  .tz-features__list--popup .tz-features__feature-box {
    padding: 10px 0;
  }
  .tz-features__list-features .tz-features__feature-name p {
    font-size: 16px;
  }
  .tz-features__list .tz-features__feature-avail {
    flex-basis: 500px;
  }
  .tz-features__list--popup .tz-features__feature-avail {
    flex-basis: 400px;
  }
  .tz-features__list--popup .tz-features__feature-avail .tz-features__indicator-box:first-of-type {
    flex-basis: 150px;
  }
  .tz-features__list--popup .tz-features__feature-avail .tz-features__indicator-box:last-of-type {
    flex-basis: 250px;
  }
  .tz-features__list-info {
    max-width: none;
  }
}
/* end of features list */

/* start of TZ TABS component */
.tz-tabs--mobile-vertical {
  display: flex;
}
.tz-tabs__items {
  display: flex;
  justify-content: space-between;
  column-gap: 8px;
}

.tz-tabs__tab,
.tz-tabs__tab--active {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;/* for positioning :after and :before */
  flex: 1;
  cursor: pointer;
  padding: 14px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tz-tabs__tab {
  background-color: var(--color-light-gray-2);
}

.tz-tabs__tab--active {
  z-index: 1;/* to be on top of the .tz-tabs__content */
  background-color: var(--color-white);
  clip-path: inset(-10px -10px 0px -10px);/* clip bottom shadow */
  box-shadow: 0px 0px 15px rgba(var(--color-medium-gray-2-rgb), 0.4);
}

.tz-tabs__tab--active::before,
.tz-tabs__tab--active::after {
  content: " ";
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid var(--color-light-gray-2);
}

.tz-tabs__tab--active::before {
  left: -9px;
  border-bottom-right-radius: 100%;
  box-shadow: 4px 5px 0px 0px var(--color-white);
}

.tz-tabs__tab--active::after {
  right: -9px;
  border-bottom-left-radius: 100%;
  box-shadow: -4px 5px 0px 0px var(--color-white);
}

.tz-tabs__tab--active:first-child::before,
.tz-tabs__tab--active:last-child::after {
  content: none;
}

.tz-tabs__content {
  position: relative;
  background-color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 0px 15px rgba(var(--color-medium-gray-2-rgb), 0.4);
}

.tz-tabs__tab-content,
.tz-tabs__tab-content--active {
  padding: 24px 16px 16px;
}

.tz-tabs__tab-content {
  display: none;
}

.tz-tabs__tab-content--active {
  display: block;
}

.tz-tabs--mobile-vertical .tz-tabs__items {
  flex-direction: column;
  column-gap: 0;
  row-gap: 8px;
}
.tz-tabs--mobile-vertical .tz-tabs__tab {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.tz-tabs--mobile-vertical .tz-tabs__tab--active {
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
  clip-path: inset(-10px 0px -10px -10px);/* clip right shadow */
}
.tz-tabs--mobile-vertical .tz-tabs__tab--active::before,
.tz-tabs--mobile-vertical .tz-tabs__tab--active::after {
  bottom: unset;
  right: 0;
  border-bottom: none;
  border-right: 1px solid var(--color-light-gray-2);
}
.tz-tabs--mobile-vertical .tz-tabs__tab--active::before {
  left: unset;
  top: -9px;
}
.tz-tabs--mobile-vertical .tz-tabs__tab--active::after {
  bottom: -9px;
  border-top-right-radius: 100%;
  box-shadow: 0px -5px 0px 0px var(--color-white);
}
.tz-tabs--mobile-vertical .tz-tabs__content {
  border-top-right-radius: 10px;
}

@media screen and (min-width: 768px) {
  .tz-tabs__tab,
  .tz-tabs__tab--active {
    padding: 18px 0;
  }
  .tz-tabs__tab-content,
  .tz-tabs__tab-content--active {
    padding: 40px 24px 24px;
  }
}

@media screen and (min-width: 992px) {
  .tz-tabs__items {
    column-gap: 30px;
  }
  .tz-tabs__tab--active::before,
  .tz-tabs__tab--active::after {
    width: 16px;
    height: 16px;
  }
  .tz-tabs__tab--active::before {
    left: -15px;
  }
  .tz-tabs__tab--active::after {
    right: -15px;
  }
  .tz-tabs__tab-content,
  .tz-tabs__tab-content--active {
    padding: 42px 32px 32px;
  }
}
/* end of TZ TABS compoenent */

/* start of TZ FEATURE CARD component */

.tz-feature-cards__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.tz-feature-card,
.tz-feature-card--wide {
  flex: 0 0 294px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
}
.tz-feature-card__top {
  padding: 16px 16px 0;
  margin-bottom: 10px;
}
.tz-feature-card__icon img {
  width: auto;
  height: 32px;
  margin: 8px 0 16px;
}
.tz-feature-card .tz-feature-card__top h4,
.tz-feature-card--wide .tz-feature-card__top h4 {
  font-size: 16px;
  margin-bottom: 8px;
}
.tz-feature-card .tz-feature-card__top p,
.tz-feature-card--wide .tz-feature-card__top p {
  font-size: 14px;
  margin-bottom: 0;
}
.tz-feature-card__top a.tz-feature-card__cta {
  margin-top: 16px;
  font-size: 12px;
}
.tz-feature-card__bottom img {
  width: 100%;
}

@media screen and (min-width: 768px){
  .tz-feature-cards__wrapper {
    gap: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .tz-feature-card {
      flex-basis: 338px;
  }
  .tz-feature-card--wide {
    flex-direction: row;
    flex: 0 0 650px;
    display: flex;
    justify-content: space-between;
    padding: 32px 0 0 32px;
  }
  .tz-feature-card__top {
    padding: 24px 24px 0;
    margin-bottom: 16px;
  }
  .tz-feature-card--wide .tz-feature-card__top {
    padding: 0;
  }
  .tz-feature-card .tz-feature-card__top h4,
  .tz-feature-card--wide .tz-feature-card__top h4 {
    margin-bottom: 16px;
  }
}

/* end of TZ FEATURE CARD component */