.elementor-2462 .elementor-element.elementor-element-1de0c4de{width:var( --container-widget-width, 101.919% );max-width:101.919%;--container-widget-width:101.919%;--container-widget-flex-grow:0;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1de0c4de *//* =========================================================
   DANE — THE EMPOWERED LIFE BOOK FEATURE
========================================================= */

.ds-book-feature {
  background:
    radial-gradient(circle at 20% 30%, rgba(176,138,70,.12), transparent 34%),
    linear-gradient(180deg, #14120f 0%, #0f0e0c 100%);
  color: #f4efe6;
  padding: clamp(90px, 11vw, 155px) 28px;
  border-top: 1px solid rgba(176,138,70,.25);
  border-bottom: 1px solid rgba(176,138,70,.25);
}

.ds-book-wrap {
  width: min(100%, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .82fr 1fr;
  gap: clamp(46px, 8vw, 110px);
  align-items: center;
}

.ds-book-image {
  max-width: 420px;
}

.ds-book-image img {
  width: 100%;
  display: block;
  border-radius: 4px;
  box-shadow: 0 42px 90px rgba(0,0,0,.45);
}

.ds-book-eyebrow {
  font-size: 13px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--ds-gold);
  margin: 0 0 26px;
}

.ds-book-copy h2 {
  font-family: var(--ds-serif);
  font-weight: 400;
  font-size: clamp(48px, 7vw, 92px);
  line-height: .98;
  letter-spacing: -0.045em;
  color: #f4efe6;
  margin: 0;
}

.ds-book-mark {
  width: 72px;
  height: 1px;
  background: var(--ds-gold);
  margin: 34px 0;
}

.ds-book-copy p {
  max-width: 650px;
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.72;
  color: rgba(244,239,230,.76);
  margin: 0 0 24px;
}

.ds-book-copy em {
  color: #d2ad68;
  font-style: italic;
}

.ds-book-button {
  display: inline-flex;
  margin-top: 18px;
  padding: 19px 30px;
  border: 1px solid rgba(176,138,70,.75);
  color: #d2ad68;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 12px;
  transition: all .35s ease;
}

.ds-book-button:hover {
  background: rgba(176,138,70,.12);
  transform: translateY(-2px);
}

@media(max-width: 900px) {
  .ds-book-wrap {
    grid-template-columns: 1fr;
  }

  .ds-book-image {
    max-width: 340px;
    margin: 0 auto;
  }

  .ds-book-copy {
    text-align: left;
  }
}/* End custom CSS */