.elementor-753 .elementor-element.elementor-element-9482726{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-884af97 *//* CTA Section */
.pp-cta {
  background: #111111;
  padding: clamp(64px, 8vw, 110px) 24px;
}

.pp-cta__inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.pp-cta__text {
  margin: 0 auto 28px;
  max-width: 640px;
  font-family: "Inter", sans-serif;
  font-size: clamp(15px, 1.35vw, 17px);
  line-height: 1.85;
  font-weight: 300;
  color: rgba(243, 238, 231, 0.78);
}

.pp-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  border: 1px solid rgba(214, 184, 125, 0.75);
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #f3eee7;
  text-decoration: none;
  transition: all 0.25s ease;
}

.pp-cta__btn:hover {
  background: rgba(214, 184, 125, 0.14);
  border-color: rgba(214, 184, 125, 1);
  color: #ffffff;
}

@media (max-width: 767px) {
  .pp-cta {
    padding: 56px 22px 72px;
  }

  .pp-cta__text {
    line-height: 1.75;
    margin-bottom: 24px;
  }

  .pp-cta__btn {
    padding: 12px 22px;
    font-size: 12px;
  }
}/* End custom CSS */