#fw-section-header {
--color-primary: #d9b4ff;
--color-primary-rgb: 217, 180, 255;
--color-background: #2e0460;
--color-background-rgb: 46, 4, 96;
--color-on-primary: #071726;
--color-on-primary-rgb: 7, 23, 38;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #ffffff;
--color-background-brightness: 27;
background-color: var(--color-background);
color: var(--color-on-background);

}







#fw-section-custom-html-522ed9c3-2a6d-453c-a8f9-4c61dfef0954 {

.team-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 260px;
  text-align: center;
}
.team-member-image {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  border: 3px solid #d9b4ff;
  box-shadow: 0 5px 15px rgba(58, 19, 99, 0.2);
}
.team-member-name {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 5px;
  color: #ffffff;
}
.team-member-role {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  color: #ffffff;
}
.team-member-bio {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
}
.team-member-favorites {
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin-top: 10px;
  color: #ffffff;
}
.button-wrapper {
  display: block;
  margin-top: 15px;
  position: relative;
  z-index: 2;
}
.team-button {
  display: inline-block;
  padding: 8px 20px;
  background-color: #d9b4ff;
  color: #3a1363;
  text-decoration: none;
  border-radius: 50px;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s ease;
  pointer-events: auto;
}
.team-button:hover {
  background-color: #ffffff;
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  .team-container {
    gap: 30px;
  }
  .team-member {
    width: 220px;
  }
  .team-member-image {
    width: 150px;
    height: 150px;
  }
}
}











#fw-section-hero-b9590c50-7d37-409e-b71e-6a8cd3bf530f {

.hero--fw-section-hero-b9590c50-7d37-409e-b71e-6a8cd3bf530f .hero__heading {
    /* Hide the text */
    color: transparent !important;
    text-indent: -9999px;
    
    /* Set up the background image */
    background-image: url('https://imgproxy.fourthwall.com/zt_9GRV0_Ft9vdBykPcOXl9mhbUgdqGGzP90TbYrjXg/w:1400/sm:1/enc/EvSgTeG9OagXNb51/OTFG2HQ06BMOBf1a/FveNq1XWIzU4TOAd/C1klBnaPrSqmQWeK/U9GIcSFcMGEbwKA_/TnMRCsEL5SxyI7od/ZVgw0DYpD4MWmKVj/8UbsXWIGzIdgbFst/tMNlXUvE1-l9M5EU/t5tA4BEJyx2A4BhA/MKTcDmir4CYcGocO/gCTshkNOMy2dMPSd/FrHQtwHdh9fkBU2G/i-jzR7QMZ7IQNhN8/zRQqrT11FPCIcPpP/CcOnlGY3l5_NEao4') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 50px;
    
    /* Set dimensions for the image */
    width: 100% !important;
    max-width: 1000px; /* Adjust this value as needed */
    height: 300px; /* Adjust this value based on your image's aspect ratio */
    
    /* Reset text properties */
    font-size: 0 !important;
    line-height: 0 !important;
    
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .hero--fw-section-hero-b9590c50-7d37-409e-b71e-6a8cd3bf530f .hero__heading {
        max-width: 700px;
        height: 200px;
        background-position: center;
    }
}

@media screen and (max-width: 480px) {
    .hero--fw-section-hero-b9590c50-7d37-409e-b71e-6a8cd3bf530f .hero__heading {
        max-width: 600px;
        height: 160px;
        background-position: center;
    }
}
}













#fw-section-newsletter-6964bfdf-fb3c-4c6c-8ec7-86e51d2c5a5a {
--color-primary: #ffb4cf;
--color-primary-rgb: 255, 180, 207;
--color-background: #7e044c;
--color-background-rgb: 126, 4, 76;
--color-on-primary: #071726;
--color-on-primary-rgb: 7, 23, 38;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #ffffff;
--color-background-brightness: 49;
background-color: var(--color-background);
color: var(--color-on-background);

}