#fw-section-hero-5e333ceb-cbea-47d5-8233-270cb22e3417 {

/* --- Desktop Styles --- */
.hero.hero--fw-section-hero-5e333ceb-cbea-47d5-8233-270cb22e3417 {
  height: 40vh !important;
  max-height: 40vh !important;
}

.hero.hero--fw-section-hero-5e333ceb-cbea-47d5-8233-270cb22e3417 .section-background__image {
  height: 100% !important;
  background-size: cover !important;
}

.hero.hero--fw-section-hero-5e333ceb-cbea-47d5-8233-270cb22e3417 .hero__inner {
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
}

.hero.hero--fw-section-hero-5e333ceb-cbea-47d5-8233-270cb22e3417 .hero__content {
  text-align: center !important;
  position: relative !important;
  z-index: 2;
}

/* --- Mobile Styles --- */
@media (max-width: 768px) {
  .hero.hero--fw-section-hero-5e333ceb-cbea-47d5-8233-270cb22e3417 {
    height: 25vh !important;
    max-height: 25vh !important;
  }
}   
/* Target the content container specifically to ensure alignment */
.hero.hero--fw-section-hero-de222601-b66e-4466-8c1f-06d4d55842fa .hero__content {
  text-align: center !important; /* Ensures the text inside is centered horizontally */
  width: 100%;
}


/* --- Mobile Styles (Screens smaller than 768px) --- */

@media (max-width: 768px) {
  .hero.hero--fw-section-hero-de222601-b66e-4466-8c1f-06d4d55842fa {
    height: 25vh !important; /* Even shorter on mobile */
    max-height: 25vh !important;
  }
  
  /* Re-apply centering on mobile view as well */
  .hero.hero--fw-section-hero-de222601-b66e-4466-8c1f-06d4d55842fa .hero__inner {
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

}
#fw-section-custom-html-81599eef-5320-4ad5-a4bb-b6dbd86f4169 {

.bandcamp-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
}
#fw-section-custom-html-5b19e233-14f6-4aa3-8196-49ff2b3c9000 {

.bandcamp-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
}
#fw-section-custom-html-bd33526a-95cd-48f8-87a2-a3b23c653c9c {

.bandcamp-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
}
#fw-section-custom-html-98e9f049-c4ca-4eb1-a398-cb0ef632fa40 {

.bandcamp-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
}
#fw-section-custom-html-b236ae5e-d379-44a5-a13a-713c7067cc7a {

.bandcamp-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
}
#fw-section-custom-html-ae338d7d-3c97-4bed-9cbd-14d7a495f40c {

.bandcamp-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
}
#fw-section-custom-html-9caebcec-fe62-4e2b-a11a-1fe4c1912646 {

.bandcamp-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
}
#fw-section-custom-html-3cc77745-48cc-4e95-b3ad-cc7a733f5d3c {

.bandcamp-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
}
#fw-section-custom-html-4cfbc268-e15e-450c-95d2-bb744ec8e958 {

.bandcamp-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
}
#fw-section-custom-html-5192b6bd-da03-4d1f-842f-d46e7f099f36 {

.bandcamp-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
}







#fw-section-custom-html-9f90c853-72fc-4810-8623-43e3a105b68b {

form {
  max-width: 500px;
  margin: 2rem auto;
  padding: 2rem;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

label {
  display: block;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: #333;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  outline: none;
  border-color: #4CAF50;
  box-shadow: 0 0 5px rgba(76, 175, 80, 0.3);
}

button {
  margin-top: 1.5rem;
  width: 100%;
  padding: 0.75rem;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #45a049;
}
}
#fw-section-custom-html-43339e5f-a4f7-42ee-a8b2-33e2551126da {

form {
  max-width: 500px;
  margin: 20px auto;
  padding: 30px;
  background-color: #111; /* Dark background to match your site */
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(255, 255, 255, 0.1);
  font-family: Arial, sans-serif;
  color: #fff; /* White text to match your site */
}

label {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #fff; /* White text */
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #555;
  border-radius: 4px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  box-sizing: border-box;
  color: #fff; /* White text */
  background-color: #222; /* Dark input background */
}

textarea {
  resize: vertical;
  min-height: 150px;
}

input[type="submit"] {
  margin-top: 20px;
  padding: 12px 30px;
  background-color: #ff0000; /* Red button */
  color: #fff; /* White text */
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}

input[type="submit"]:hover {
  background-color: #cc0000; /* Darker red on hover */
}
}

#fw-section-hero-de222601-b66e-4466-8c1f-06d4d55842fa {

/* --- Desktop Styles (Default) --- */

/* Target the main banner section and make it shorter */
.hero.hero--fw-section-hero-de222601-b66e-4466-8c1f-06d4d55842fa {
  height: 40vh !important; /* Made it slightly shorter than 50vh for better appearance */
  max-height: 40vh !important;
}

/* Ensure the background image covers the reduced container correctly */
.hero.hero--fw-section-hero-de222601-b66e-4466-8c1f-06d4d55842fa .section-background__image {
  background-size: cover !important;
  height: 100% !important;
}

/* Center the content vertically within the new shorter space */
.hero.hero--fw-section-hero-de222601-b66e-4466-8c1f-06d4d55842fa .hero__inner {
  height: 100% !important;
  display: flex !important;
  align-items: center !important; /* Centers content vertically */
  justify-content: center !important; /* Centers content horizontally */
}

/* Target the content container specifically to ensure alignment */
.hero.hero--fw-section-hero-de222601-b66e-4466-8c1f-06d4d55842fa .hero__content {
  text-align: center !important; /* Ensures the text inside is centered horizontally */
  width: 100%;
}


/* --- Mobile Styles (Screens smaller than 768px) --- */

@media (max-width: 768px) {
  .hero.hero--fw-section-hero-de222601-b66e-4466-8c1f-06d4d55842fa {
    height: 25vh !important; /* Even shorter on mobile */
    max-height: 25vh !important;
  }
  
  /* Re-apply centering on mobile view as well */
  .hero.hero--fw-section-hero-de222601-b66e-4466-8c1f-06d4d55842fa .hero__inner {
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

}

#fw-section-custom-html-3f5d77c2-99be-43fd-a6c5-f3d4bce52083 {

.video-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin: 0 !important;
  padding: 0 !important;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 768px) {
  .video-container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin: 0 !important;
    padding: 0 !important;
  }
}   
}

#fw-section-custom-html-7eb63be6-108c-4210-9152-9d2eea69d464 {

.video-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding: 10px;
}

.video-wrapper {
  width: 100%;
}

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Stack vertically on mobile */
@media (max-width: 768px) {
  .video-container {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 5px;
  }
}
}

#fw-section-custom-html-c3885291-c8da-4481-9ba5-c95d7e616a88 {

.video-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin: 0 !important;
  padding: 0 !important;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 768px) {
  .video-container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin: 0 !important;
    padding: 0 !important;
  }
}   
}