#cet-header {
  max-height: 84rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}
#cet-header .vc_column-inner, #cet-header .wpb_single_image {
  margin-bottom: 0;
}
#cet-header .vc_figure, #cet-header .vc_single_image-wrapper, #cet-header img {
  width: 100%;
}

#cet-body {
  position: relative;
  padding-top: 16rem;
  padding-bottom: 14.5rem;
}
#cet-body .vc_column-inner {
  margin-bottom: 0;
}
#cet-body #title {
  margin-bottom: 2.4rem !important;
}
#cet-body #title .wpb_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2.2rem;
}
#cet-body #title .wpb_wrapper .wpb_content_element {
  margin-bottom: 0;
}
#cet-body #title h1 {
  font-family: "ModuSans Semibold", sans-serif;
  font-weight: normal;
  font-size: 4.8rem;
  margin: 0;
  color: black;
}
#cet-body #title img {
  width: 275px;
}
#cet-body .wpb_text_column {
  margin-bottom: 0;
}
#cet-body p {
  font-family: "Carbona", sans-serif;
  font-size: 2.2rem;
  line-height: 1.32;
  max-width: 62ch;
  margin-left: auto;
  margin-right: auto;
  color: black;
}
#cet-body #featured-products .wpb_row.vc_inner::before, #cet-body #featured-products .wpb_row.vc_inner::after {
  display: none;
}
#cet-body #featured-products .wpb_row.vc_inner {
  display: flex;
  justify-content: center;
  width: 90%;
  max-width: 1000px;
  gap: 10%;
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}
#cet-body #featured-products .wpb_row.vc_inner .vc_col-sm-3 {
  flex-grow: 1;
  align-self: flex-end;
  float: none;
  width: -moz-fit-content;
  width: fit-content;
}
#cet-body #featured-products .wpb_row.vc_inner .vc_col-sm-3 p {
  font-size: 1.5rem;
}
#cet-body #featured-products .wpb_row.vc_inner .vc_col-sm-3 .wpb_single_image {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#cet-body #featured-products h2 {
  font-family: "ModuSans Regular", sans-serif;
  font-weight: normal;
  font-size: 4rem;
  line-height: 1.2;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 35ch;
  margin-top: 8rem;
}
#cet-body #cet-access {
  position: relative;
  background-color: var(--moduform-pink);
  border-bottom-right-radius: 8.4rem;
  max-width: 1125px;
  box-sizing: border-box;
  width: 90%;
  padding-top: min(7.5%, 9.5rem);
  padding-left: min(5%, 7rem);
  padding-right: min(5%, 7rem);
  padding-bottom: min(10%, 11.4rem);
  margin-top: 12.5rem !important;
}
#cet-body #cet-access .wpb_row.vc_inner > .wpb_column:first-of-type {
  padding-right: 10%;
}
#cet-body #cet-access .wpb_row.vc_inner > .wpb_column:first-of-type .wpb_single_image {
  max-width: 349px;
  transform: translateY(-18%);
  margin-left: auto;
}
#cet-body #cet-access p {
  font-size: 2.4rem;
}
#cet-body #cet-access li {
  position: relative;
  list-style: none;
  color: black;
  font-family: "Carbona", sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}
#cet-body #cet-access li:last-of-type {
  margin-bottom: 0;
}
#cet-body #cet-access li::before {
  content: "";
  position: absolute;
  width: 1.7rem;
  height: 1.7rem;
  background-color: black;
  left: -40px;
  top: 1px;
}
#cet-body .pixel-container {
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #cet-body {
    padding-top: 7.8rem;
    padding-bottom: 6.2rem;
  }
  #cet-body #title {
    margin-bottom: 6.9rem !important;
  }
  #cet-body #title .wpb_wrapper {
    flex-direction: column;
    gap: 0;
  }
  #cet-body p {
    width: 85%;
    font-size: 1.6rem;
  }
  #cet-body #featured-products .wpb_row.vc_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 5rem;
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  #cet-body #featured-products .wpb_row.vc_inner .wpb_column:first-of-type .wpb_single_image {
    width: 75%;
  }
  #cet-body #featured-products .wpb_row.vc_inner .vc_col-sm-3 p {
    font-size: 1.1rem;
  }
  #cet-body #featured-products .wpb_row.vc_inner .wpb_single_image img {
    width: 80%;
  }
  #cet-body #featured-products h2 {
    font-size: 3rem;
    margin-top: 8rem;
  }
  #cet-body #cet-access {
    padding-top: 4rem;
    padding-left: 7.5%;
    padding-right: 7.5%;
    padding-bottom: 5rem;
  }
  #cet-body #cet-access .wpb_row.vc_inner > .wpb_column:first-of-type {
    padding-right: 0;
  }
  #cet-body #cet-access .wpb_row.vc_inner > .wpb_column:first-of-type .wpb_single_image {
    width: 100%;
    max-width: 349px;
    transform: 0;
    margin-left: 0;
  }
  #cet-body #cet-access ul {
    padding-right: 5%;
  }
  #cet-body #cet-access p {
    width: 100%;
  }
}/*# sourceMappingURL=cet-page-styles.css.map */