/** Shopify CDN: Minification failed

Line 17:19 Unexpected "{"
Line 17:28 Expected ":"
Line 17:35 Unexpected "{"
Line 18:10 Expected identifier but found whitespace
Line 18:12 Unexpected "{"
Line 18:21 Expected ":"
Line 18:48 Unexpected "0"
Line 18:51 Unexpected "{"
Line 18:60 Expected ":"
Line 18:89 Expected ":"
... and 22 more hidden warnings

**/
/* START_SECTION:breadcrumb-trail (INDEX:3) */
.breadcrumb-trail-{{ section.id }} {
  padding: {{ section.settings.padding_top }}px 0 {{ section.settings.padding_bottom }}px;
}
.breadcrumb-trail-{{ section.id }} .wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 50px 24px 0px 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: {{ section.settings.font_size }}px;
}
.breadcrumb-trail-{{ section.id }} a,
.breadcrumb-trail-{{ section.id }} .current {
  color: {{ section.settings.text_color }};
}
.breadcrumb-trail-{{ section.id }} a {
  text-decoration: none;
}
.breadcrumb-trail-{{ section.id }} a:hover {
  text-decoration: underline;
}
.breadcrumb-trail-{{ section.id }} .sep {
  color: {{ section.settings.text_color }};
  opacity: 0.6;
}
/* END_SECTION:breadcrumb-trail */
/* START_SECTION:contact-cta (INDEX:19) */
.cta-wrap{ --brand:#8941bb; --brand-tint:#f7f1fb; --head:#000000; --ink:#6a6a6a; max-width:1240px; margin:0 auto; padding:0 24px 60px; }
  .cta-box{ background:var(--brand-tint); border-radius:20px; text-align:center; padding:52px 32px; }
  .cta-heading{ font-family:'Urbanist',sans-serif; font-size:32px; font-weight:800; color:var(--head); margin-bottom:10px; }
  .cta-subtext{ font-family:'Manrope',sans-serif; font-size:17px; color:var(--ink); margin-bottom:26px; }
  .cta-button{ display:inline-flex; align-items:center; gap:10px; background:var(--brand); color:#fff; font-family:'Urbanist',sans-serif; font-weight:700; font-size:16px; text-decoration:none; padding:16px 28px; border-radius:12px; transition:background .15s; }
  .cta-button:hover{ background:#000; }
  .cta-button svg{ width:18px; height:18px; }
/* END_SECTION:contact-cta */
/* START_SECTION:newsletter-section (INDEX:84) */
.newsletter-section {
  background: var(--nl-bg, #8B3FC9);
  padding: 64px 24px;
}

.newsletter-container {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.newsletter-heading {
  font-size: 32px;
  font-weight: 800;
  color: var(--nl-title-color, #FFFFFF);
  margin: 0 0 16px;
  line-height: 1.25;
}

.newsletter-subheading {
  font-size: 16px;
  line-height: 1.6;
  color: var(--nl-text-color, #EAD9F7);
  margin: 0 0 32px;
}

.newsletter-subheading p {
  margin: 0;
}

.newsletter-form {
  margin: 0;
}

.newsletter-field {
  display: flex;
  align-items: center;
  background: var(--nl-input-bg, #FFFFFF);
  border-radius: 999px;
  padding: 6px 6px 6px 24px;
  max-width: 500px;
  margin: 0 auto;
}

.newsletter-input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  font-size: 15px;
  color: var(--nl-input-text, #1A1A1A);
  padding: 12px 8px;
}

.newsletter-input::placeholder {
  color: #9a9a9a;
}

.newsletter-button {
  flex-shrink: 0;
  border: none;
  cursor: pointer;
  background: var(--nl-button-bg, #1E1E1E);
  color: var(--nl-button-text, #FFFFFF);
  font-weight: 700;
  font-size: 14.5px;
  border-radius: 999px;
  padding: 14px 26px;
  transition: opacity 0.15s ease;
}

.newsletter-button:hover {
  opacity: 0.85;
}

.newsletter-message {
  margin: 16px 0 0;
  font-size: 14px;
  font-weight: 600;
}

.newsletter-message--success {
  color: #FFFFFF;
}

.newsletter-message--error {
  color: #FFD9D9;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media screen and (max-width: 749px) {
  .newsletter-section {
    padding: 48px 20px;
  }
  .newsletter-heading {
    font-size: 24px;
  }
  .newsletter-field {
    flex-direction: column;
    border-radius: 20px;
    padding: 16px;
    gap: 10px;
  }
  .newsletter-input {
    width: 100%;
    text-align: center;
    padding: 8px;
  }
  .newsletter-button {
    width: 100%;
  }
}
/* END_SECTION:newsletter-section */
/* START_SECTION:page-hero-section (INDEX:88) */
.page-hero-section {
  background: var(--hero-bg, #F1ECFB);
  padding: 56px 24px;
}

.page-hero-section--banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--hero-min-height, 320px);
  padding: 64px 24px;
  overflow: hidden;
  isolation: isolate;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.page-hero-scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(26,26,26,calc(var(--hero-overlay) * 0.55)) 0%, rgba(26,26,26,var(--hero-overlay)) 100%);
}

.page-hero-container {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.page-hero-heading {
  font-size: 42px;
  font-weight: 800;
  color: var(--hero-title-color, #1A1A1A);
  margin: 0 0 16px;
  line-height: 1.2;
}

.page-hero-section--banner .page-hero-heading {
  text-shadow: 0 2px 18px rgba(0,0,0,0.28);
}

.page-hero-subheading {
  font-size: 16px;
  line-height: 1.6;
  color: var(--hero-text-color, #7A7A7A);
  margin: 0;
}

.page-hero-section--banner .page-hero-subheading {
  text-shadow: 0 1px 12px rgba(0,0,0,0.3);
}

.page-hero-subheading p {
  margin: 0;
}

@media screen and (max-width: 749px) {
  .page-hero-section {
    padding: 40px 20px;
  }
  .page-hero-section--banner {
    min-height: 240px;
    padding: 48px 20px;
  }
  .page-hero-heading {
    font-size: 30px;
  }
  .page-hero-subheading {
    font-size: 15px;
  }
}
/* END_SECTION:page-hero-section */
