@font-face {
  font-family: Caligor clean;
  src: url('../fonts/Caligor-Clean.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-primary: white;
  --text-secondary: white;
  --primary-accent: #d00000;
  --primary-hover: #a00;
  --text-tertiary: #a5a5a5;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.text-block {
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 4rem;
  font-weight: 900;
}

.brand-text {
  color: var(--text-primary);
  text-transform: lowercase;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
}

.body {
  color: #fff;
  background-color: #000;
}

.nav-link {
  color: var(--text-secondary);
  padding-left: 0;
  padding-right: 16px;
  font-family: Libre Caslon Text, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.nav-link:hover {
  color: var(--primary-accent);
}

.nav-link.w--current {
  color: var(--text-primary);
}

.nav-link.brand.w--current, .nav-link.mobile-brand {
  display: none;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container {
  padding-top: 16px;
  padding-bottom: 16px;
}

.container.centered {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container.centered.webstore {
  filter: drop-shadow(0 2px 5px #000000b3);
  height: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  position: static;
  inset: 0%;
}

.container.custom-nav {
  justify-content: space-between;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  z-index: 2147483647;
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.button-navbar {
  background-color: var(--primary-accent);
  color: #000;
  border-radius: 3px;
  padding: 12px 24px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

.container-hero {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.container-hero.social-links {
  height: 60vh;
}

.container-hero.full.ade {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 220px;
}

.hero-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  height: auto;
  display: flex;
}

.hero-content.ade {
  filter: drop-shadow(0 2px 5px #000000b3);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
}

.hero-content.bf {
  justify-content: flex-start;
  margin-bottom: 75px;
}

.hero-heading {
  color: #cdb27d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Caligor clean, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4rem;
}

.hero-heading.hidden {
  display: none;
}

.hero-heading.links {
  color: var(--text-primary);
  margin-bottom: 16px;
}

.hero-heading.shaded {
  filter: drop-shadow(0 2px 5px #000000b3);
}

.hero-heading.shaded.desktop {
  text-align: left;
  margin-bottom: 16px;
  font-family: Libre Caslon Text, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.5rem;
  display: block;
}

.hero-heading.shaded.mobile {
  display: none;
}

.hero-paragraph {
  color: var(--text-primary);
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 150%;
}

.hero-paragraph.tetd {
  color: #fff;
  text-align: left;
  text-transform: none;
  background-color: #0000;
  max-width: 60%;
  margin-bottom: 48px;
  font-family: Raleway, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.hero-paragraph.tetd.hidden, .hero-paragraph.tetd.highlight {
  display: none;
}

.hero-button {
  background-color: var(--primary-accent);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  align-self: stretch;
  padding: 12px 24px;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
}

.hero-button:hover {
  background-color: var(--primary-hover);
}

.hero-button.padded {
  background-color: #d00000;
  align-self: auto;
  margin-bottom: 8px;
  padding: 32px 48px;
  font-family: Caligor clean, sans-serif;
  font-size: 1.55rem;
}

.hero-button.padded.hidden {
  display: none;
}

.hero-button.padded.preorder {
  background-color: #06649a;
  padding: 20px 40px;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.hero-button.padded.wide {
  border-radius: 3px;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 1.5rem;
}

.section-heading {
  color: var(--text-primary);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 120%;
}

.section-heading.centered {
  text-align: center;
  margin-bottom: 32px;
  font-family: Libre Caslon Text, sans-serif;
  font-size: 4rem;
  font-weight: 700;
}

.section-heading.centered.sub {
  font-size: 1.5rem;
}

.section-heading.centered.hidden {
  display: none;
}

.section-heading.centered.endorsing, .section-heading.long-text {
  font-size: 2rem;
}

.paragraph {
  color: var(--text-secondary);
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 160%;
}

.paragraph.centered {
  color: var(--text-primary);
  text-align: center;
  text-transform: none;
  width: 500px;
  margin-bottom: 32px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.paragraph.centered.column {
  width: auto;
}

.paragraph.centered.social-links {
  width: auto;
  margin-bottom: 16px;
}

.section {
  height: auto;
  padding-top: 225px;
  padding-bottom: 225px;
  position: relative;
  overflow: hidden;
}

.section.contact {
  min-height: 100vh;
  padding-top: 160px;
}

.section.maak-het-makkelijk {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/louis-hansel-jRKqqyKA0T4-unsplash.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.parallax {
  position: relative;
}

.section.hidden {
  display: none;
}

.section.social-links {
  padding-top: 32px;
}

.section.tour {
  background-image: linear-gradient(#0009, #0009), url('../images/website-hero-image.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.section.webstore-simple {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Blackbriar_NewMerch_1.avif');
  background-position: 0 0, 50% 75%;
  background-size: auto, cover;
  height: auto;
}

.diensten-grid {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start;
  margin-top: 48px;
  margin-bottom: 64px;
}

.card-image-wrapper {
  width: auto;
  height: auto;
  display: block;
  overflow: hidden;
}

.card-title {
  color: var(--text-primary);
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
}

.card-paragraph {
  color: var(--text-secondary);
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
}

.card-image {
  height: 48px;
}

.subheading {
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  line-height: 150%;
}

.subheading.centered {
  color: var(--text-primary);
  text-align: center;
  margin-bottom: 16px;
}

.button-primary {
  background-color: var(--primary-accent);
  color: var(--text-secondary);
  text-transform: uppercase;
  border-radius: 3px;
  padding: 12px 24px;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
}

.button-primary:hover {
  background-color: var(--primary-hover);
}

.button-primary.music-details {
  opacity: 1;
  text-align: center;
  justify-content: center;
  font-size: .75rem;
}

.button-primary.music-details.hidden {
  display: none;
}

.button-primary.tour-item {
  text-align: left;
  border-bottom-style: none;
  justify-content: center;
}

.button-primary.community {
  margin-bottom: 0;
}

.button-primary.social-links {
  text-align: center;
  align-self: stretch;
  margin-bottom: 16px;
}

.button-primary.tour-item-vip {
  text-align: left;
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.button-primary.bigger {
  padding: 32px 48px;
}

.container-diensten {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.wow-item {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 24px;
  display: flex;
}

.wow-item-bullet-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.wow-item-content {
  grid-column-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wow-item-title {
  color: var(--text-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 100%;
}

.wow-item-description {
  color: var(--text-secondary);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 160%;
  display: block;
}

.wow-item-bullet {
  background-color: var(--primary-accent);
  width: 16px;
  min-width: 16px;
  height: 16px;
}

.wow-item-filler {
  background-color: #0000;
  width: 16px;
  min-width: 16px;
  height: 16px;
  display: block;
}

.container-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 96px 30px 40px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 64px;
  display: flex;
}

.footer-brand {
  padding-right: 16px;
  text-decoration: none;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-block-two.socials {
  width: 270px;
}

.footer-block-two.hidden {
  display: none;
}

.footer-title {
  color: var(--text-primary);
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
}

.footer-title.hidden {
  display: none;
}

.footer-link-two {
  color: var(--text-secondary);
  white-space: nowrap;
  width: 69px;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 120%;
  text-decoration: none;
}

.footer-link-two:hover {
  color: var(--text-primary);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 64px;
  display: none;
}

.footer-bottom {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: var(--text-secondary);
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: block;
}

.footer-social-link {
  margin-left: 12px;
}

.image {
  width: auto;
  height: 64px;
  margin-top: 16px;
  display: block;
}

.image.bookings {
  width: auto;
  margin-top: 16px;
}

.image.label {
  margin-top: 16px;
}

.text-block-2 {
  color: var(--text-primary);
  text-transform: lowercase;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-2 {
  color: var(--text-secondary);
  margin-top: 20px;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
}

.wow-image-wrapper {
  margin-top: 3.5rem;
  padding-right: 16px;
}

.body-2 {
  background-color: #000;
}

.contact-heading {
  color: var(--text-primary);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 110%;
}

.contact-paragraph {
  color: var(--text-secondary);
  margin-bottom: 64px;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  line-height: 160%;
}

.field-label {
  color: var(--text-secondary);
  align-items: center;
  height: auto;
  margin-bottom: 12px;
  margin-left: 0;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 100%;
  display: block;
  position: relative;
}

.field-label:focus {
  transform: none;
}

.text-field {
  color: var(--text-secondary);
  background-color: #181818;
  border: 2px solid #181818;
  border-radius: 3px;
  height: 48px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 160%;
  transition: border .2s linear;
}

.text-field:focus {
  border-style: solid;
  border-color: var(--primary-accent);
}

.text-field.area {
  height: auto;
  min-height: 160px;
}

.form-item-wrapper {
  margin-bottom: 24px;
  position: relative;
}

.contact-list-block {
  padding-top: 28px;
  padding-left: 0;
  display: block;
}

.contact-list-item {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.contact-list-icon-wrapper {
  width: 24px;
}

.contact-list-text-wrapper {
  padding-left: 16px;
}

.contact-list-text {
  color: var(--text-secondary);
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 160%;
}

.contact-list-icon {
  color: var(--text-primary);
}

.background-video {
  height: 100vh;
  display: none;
}

.hero-section {
  background-image: url('../images/Blackbriar---A-Thousand-Little-Deaths---Graveyard_s_1.avif');
  background-position: 50% 10%;
  background-size: cover;
  background-attachment: scroll;
  display: block;
}

.hero-section.social-links {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/Blackbriar-Floriography-Thumbnail-small.jpg');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
  position: relative;
}

.hero-section.blackfriday {
  background-image: linear-gradient(#0000, #0000), url('../images/4kscaled-horizontal-blackbriar-black-friday-ritual-v1.jpg');
}

.hero-section.blackfriday.hidden {
  background-image: linear-gradient(#0000, #0000), url('../images/website-banner-atld-2_1.avif');
  background-position: 0 0, 50%;
  display: none;
}

.hero-section.video {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
}

.hero-section.hidden {
  display: none;
}

.footer-social-container {
  margin-top: 20px;
  display: flex;
}

.social-icon {
  width: 32px;
  margin-right: 16px;
}

.image-3 {
  width: 32px;
}

.column {
  justify-content: center;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container-content.right {
  float: left;
  clear: none;
  width: 50%;
  padding-right: 16px;
}

.container-image-wrapper {
  clear: none;
  width: 50%;
}

.container-image-wrapper.right {
  float: right;
  padding-left: 16px;
}

.column-image-wrapper {
  padding-left: 16px;
}

.success-message {
  color: var(--text-primary);
  background-color: #0000;
}

.social-link-block {
  align-items: center;
  display: flex;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  color: var(--text-secondary);
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  background-color: var(--text-secondary);
  color: var(--text-secondary);
  cursor: pointer;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_title {
  color: var(--text-primary);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_text {
  color: var(--text-secondary);
  font-size: .75rem;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: var(--text-secondary);
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_label {
  color: var(--primary-accent);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-banner_button {
  border: 2px solid var(--primary-accent);
  background-color: var(--primary-accent);
  color: #000;
  text-align: center;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--primary-accent);
  color: var(--primary-accent);
  background-color: #171717;
}

.fs-cc-prefs_form {
  color: var(--text-secondary);
  background-color: #171717;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close-icon {
  color: #000;
  width: 1rem;
  height: 1rem;
}

.fs-cc-banner_close {
  opacity: 1;
  color: var(--text-secondary);
  cursor: pointer;
  background-color: #171717;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #17171766;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-banner_text {
  color: var(--text-secondary);
  margin-right: 1.5rem;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--primary-accent);
  color: var(--primary-accent);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #171717;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_component {
  z-index: 998;
  color: var(--text-secondary);
  background-color: #171717;
  border: 0 solid #000;
  padding: 1.5rem 2rem;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_button {
  border: 2px solid var(--primary-accent);
  background-color: var(--primary-accent);
  color: #000;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--primary-accent);
  color: var(--primary-accent);
  background-color: #171717;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.bold-text {
  color: var(--text-secondary);
}

.image-4 {
  height: 56px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.hero-icon-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #fff;
  flex-direction: row;
  margin-bottom: 24px;
  display: flex;
}

.hero-icon-block.hidden {
  display: none;
}

.hero-icon {
  font-size: 24px;
}

.hero-icon:hover {
  color: var(--text-primary);
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.nav-social-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-icon-link {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  line-height: 14px;
  display: flex;
}

.hero-icon-link:hover {
  background-color: #d00000;
  border-color: #d00000;
}

.hero-icon-link.hidden {
  display: none;
}

.nav-social-link {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 24px;
  line-height: 100%;
}

.nav-social-link.hidden {
  display: none;
}

.nav-social-icon {
  color: var(--text-secondary);
  font-size: 20px;
}

.nav-social-icon:hover {
  color: var(--primary-accent);
}

.music-overview {
  flex: 0 auto;
  align-self: stretch;
}

.music-details-wrapper {
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.release-list-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.release-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.music-details {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.album-cover-wrapper {
  flex: 0 auto;
  align-self: center;
  width: 300px;
  margin-bottom: 32px;
}

.image-5 {
  width: 470px;
  max-width: 100%;
}

.album-platform-links {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  margin-bottom: 32px;
  display: flex;
}

.platform-links-wrapper {
  align-self: flex-start;
  display: flex;
}

.platform-links-wrapper.hidden {
  display: none;
}

.platform-links-text {
  text-transform: uppercase;
  margin-right: 16px;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.platform-icon-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-self: center;
  align-items: center;
  display: flex;
}

.platform-icon-link {
  align-self: center;
}

.platform-icon {
  color: var(--text-primary);
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: flex;
}

.platform-icon:hover {
  color: var(--primary-accent);
}

.webstore-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.release-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  cursor: pointer;
  border-radius: 3px;
  width: 100%;
  padding: 8px 16px;
  display: flex;
}

.release-item:hover {
  background-color: #d000004d;
}

.release-item-cover {
  width: 64px;
}

.release-item-description {
  align-self: center;
}

.release-item-title {
  color: var(--text-primary);
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
}

.release-item-cd-type {
  color: var(--text-tertiary);
  text-transform: none;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

.parallax-bg-store {
  z-index: -25;
  background-color: #0000;
  background-image: url('../images/cf-hero-bg3-O.png');
  background-position: 50% 0;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.store-paral-bg {
  z-index: -25;
  width: 100vw;
  max-width: 100vw;
  position: absolute;
  inset: 0% auto;
}

.store-paral-bundle {
  z-index: -5;
  position: absolute;
  inset: 0%;
}

.store-paral-tote {
  z-index: -18;
  width: 200px;
  position: absolute;
  inset: 0% 20% auto auto;
}

.store-paral-etsy {
  z-index: -10;
  width: 300px;
  position: absolute;
  inset: 0% -5% auto auto;
}

.store-paral-cf-cover {
  z-index: -19;
  width: 150px;
  position: absolute;
  inset: 0% -10% auto auto;
}

.store-paral-purple {
  z-index: -21;
  width: 200px;
  position: absolute;
  inset: 0% auto auto -10%;
}

.store-paral-cf-photo {
  z-index: -20;
  width: 150px;
  position: absolute;
  inset: 0% auto auto 25%;
}

.tour-list-wrapper {
  width: 100%;
  min-height: 150px;
}

.tour-item {
  border-style: solid;
  border-width: 1px;
  border-color: black black var(--text-tertiary);
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.tour-item-date {
  width: 200px;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  line-height: 160%;
}

.tour-item-venue-description {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tour-item-venue {
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
}

.tour-item-location {
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  line-height: 160%;
}

.tour-item-info {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tour-item-past {
  border-bottom: 1px solid var(--text-tertiary);
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.tour-item-info-past {
  align-items: center;
  display: flex;
}

.tour-item-date-past {
  color: var(--text-primary);
  width: 200px;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  line-height: 160%;
}

.tour-item-venue-past {
  color: var(--text-primary);
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
}

.tour-item-location-past {
  color: var(--text-primary);
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  line-height: 160%;
}

.tour-item-past-fill {
  height: 0;
}

.tour-selection-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  display: flex;
}

.tour-selector-upcoming {
  cursor: pointer;
  font-weight: 400;
}

.tour-selector-upcoming:hover {
  color: var(--primary-accent);
}

.tour-selector-past {
  cursor: pointer;
}

.tour-selector-past:hover {
  color: var(--primary-accent);
}

.play-pause-button {
  display: block;
}

.patreon-section {
  align-items: center;
  height: auto;
  padding-top: 225px;
  padding-bottom: 225px;
  display: flex;
}

.discord-image {
  width: 300px;
}

.discord-column {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.field-label-2 {
  color: var(--text-primary);
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
}

.field-label-2.social-links {
  display: none;
}

.text-field-2 {
  margin-bottom: 16px;
}

.form, .mailchimp-form-inner {
  text-align: center;
}

.discord-wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.success-message-2 {
  background-color: #0000;
}

.text-block-3 {
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  line-height: 160%;
}

.text-block-4 {
  color: var(--primary-accent);
  font-family: Oswald, sans-serif;
}

.bb-links {
  color: var(--primary-accent);
}

.bb-links:hover {
  color: var(--text-tertiary);
}

.c-slider-btn {
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}

.c-slider-btn-loading {
  border: 1px dashed #aaa;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sub-slider {
  background-color: #0000;
  width: 350px;
  height: 25vh;
}

.funtext {
  opacity: .03;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 10vw;
  font-weight: 900;
  line-height: 1em;
  position: relative;
}

.main-slider-container {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.slider-trigger-left {
  z-index: 50;
  position: absolute;
  inset: 0%;
}

.play-btn {
  z-index: 50;
  width: 25px;
  height: 25px;
  transform: translate(3px);
}

.main-slide-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sub-slider-nav-arrow {
  display: none;
}

.c-slider-btn-icon {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.ci-main-slide-content {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.main-slider-nav-dots {
  display: none;
}

.sub-slider-container {
  padding-right: 20vw;
  position: relative;
  overflow: hidden;
}

.sub-slider-mask {
  overflow: visible;
}

.c-main-slide-description {
  color: #fff;
  width: 50vw;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4em;
}

.c-main-slide-title {
  margin-bottom: 20px;
}

.main-slider-nav-arrow {
  display: none;
}

.c-slide-btn {
  justify-content: center;
  align-items: center;
  display: flex;
}

.second-slider-container {
  z-index: 20;
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.c-play-btn {
  z-index: 50;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sub-slide-title {
  color: #fff;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px;
  font-family: Oswald, sans-serif;
  font-size: .8em;
  font-weight: 700;
  line-height: 1em;
}

.first-slider-container {
  z-index: 10;
  position: relative;
}

.c-funtext {
  z-index: 15;
  padding: 40px 10px 60px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.c-slider-btn-circle {
  border: 1px solid #aaa;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.c-main-slide-content {
  text-align: center;
}

.b-slider-control {
  align-items: center;
  display: flex;
}

._w-slider-control {
  padding-left: 20px;
  padding-right: 20px;
}

.c-slide-btn-loading {
  z-index: 30;
  border: 2px dashed #ffffff80;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.main-slide-wrapper {
  background-image: linear-gradient(#33333359, #33333359), url('../images/cf-hero-bg3-O0.5x.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.main-slide-wrapper._3 {
  background-image: linear-gradient(#33333359, #33333359), url('../images/wnl-thumbnail-large.jpg');
}

.main-slide-wrapper._4 {
  background-image: linear-gradient(#33333359, #33333359), url('../images/womg-thumbnail-large.jpg');
}

.main-slide-wrapper._5 {
  background-image: linear-gradient(#33333359, #33333359), url('../images/selkie-thumbnail-large.jpg');
}

.main-slide-wrapper._2 {
  background-image: linear-gradient(#33333359, #33333359), url('../images/yhm-thumbnail-large.jpg');
}

.main-slide-wrapper._1 {
  background-image: linear-gradient(#33333359, #33333359), url('../images/fotb-thumbnail-large.jpg');
  background-position: 0 0, 50%;
}

.main-slide-wrapper._6 {
  background-image: linear-gradient(#0000, #0000), url('../images/sceance-thumbnail-large.jpg');
}

.main-slide-wrapper._7 {
  background-image: linear-gradient(to bottom, null, null), url('../images/blackbriar-2022-scaled.png');
}

.main-slide-wrapper._0 {
  background-image: linear-gradient(#0000, #0000), url('../images/ade-teaser-thumbnail.jpg');
}

.sub-slide-container {
  width: 100%;
  height: 100%;
}

._w-slide-btn {
  position: relative;
}

.main-slide-title {
  color: var(--text-primary);
  letter-spacing: 20px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.main-slide-title.hidden {
  display: none;
}

.c-slide-btn-frame {
  z-index: 10;
  border: 1px solid #ffffff80;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: relative;
}

.main-slider {
  background-color: #222;
  flex-direction: column;
  height: 85vh;
}

.main-slider.mobile {
  display: none;
}

._w-slider-btn {
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 15px;
  display: flex;
  position: relative;
}

.sub-slider-slide {
  perspective: 1000px;
  width: 350px;
  padding: 1vh 1vw;
  transform: perspective(1000px);
}

.sub-slider-nav-dots {
  display: none;
}

.ci-slider-btn-loading {
  opacity: .5;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sub-slide-wrapper {
  background-color: #333;
  background-image: linear-gradient(to top, #13131380, #0000 30%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 10px #13131380;
}

.sub-slide-wrapper._3 {
  background-image: linear-gradient(to top, #13131380, #0000 30%), url('../images/wnl-thumbnail-large.jpg');
}

.sub-slide-wrapper._4 {
  background-image: linear-gradient(to top, #13131380, #0000 30%), url('../images/womg-thumbnail-large.jpg');
}

.sub-slide-wrapper._2 {
  background-image: linear-gradient(to top, #13131380, #0000 30%), url('../images/yhm-thumbnail-large.jpg');
  justify-content: flex-end;
  align-items: flex-end;
}

.sub-slide-wrapper._1 {
  background-image: linear-gradient(to top, #13131380, #0000 30%), url('../images/cf-thumbnail-large.jpg');
}

.sub-slide-wrapper._5 {
  background-image: linear-gradient(to top, #13131380, #0000 30%), url('../images/selkie-thumbnail-large.jpg');
}

.sub-slide-wrapper._6 {
  background-image: linear-gradient(to top, #13131380, #0000 30%), url('../images/sceance-thumbnail-large.jpg');
}

.sub-slide-wrapper._7 {
  background-image: linear-gradient(#000, #000), linear-gradient(to top, #13131380, #0000 30%);
}

.sub-slide-wrapper._0 {
  background-image: linear-gradient(to top, #13131380, #0000 30%), url('../images/cf-thumbnail-large.jpg');
}

.sub-slide-wrapper._8 {
  background-image: linear-gradient(#000, #000), linear-gradient(to top, #13131380, #0000 30%);
}

.slider-trigger-right {
  z-index: 50;
  position: absolute;
  inset: 0%;
}

.c-slide-btn-block {
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
  position: relative;
}

.anchor-scroll {
  height: 0;
  margin-top: -150px;
  position: absolute;
}

.anchor-scroll.bottom {
  margin-top: -75px;
  inset: auto;
}

.endorsements {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.endorsement-logo {
  width: auto;
  height: 32px;
}

.endorsement-logo.high {
  width: 200px;
  height: auto;
}

.body-3 {
  background-color: #000;
}

.button-block {
  flex-direction: column;
  align-self: stretch;
  display: flex;
}

.social-link-block-social-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-wrapper-social-links {
  justify-content: center;
  align-items: flex-start;
  padding-top: 32px;
  display: flex;
}

.social-links-logo {
  height: auto;
  max-height: 64px;
}

.hero-image-wrapper.hidden {
  display: none;
}

.tour-item-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  display: flex;
}

.spotify-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.columns-2 {
  width: 100%;
}

.background-video-2 {
  height: 100%;
}

.hero-heading-video {
  color: #cdb27d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Caligor clean, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4rem;
}

.hero-heading-video.hidden {
  display: none;
}

.hero-heading-video.links {
  color: var(--text-primary);
  margin-bottom: 16px;
}

.hero-heading-video.shaded {
  filter: drop-shadow(0 2px 5px #000000b3);
}

.hero-heading-video.shaded.desktop {
  margin-bottom: 16px;
  font-family: Libre Caslon Text, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 5.5rem;
  display: block;
}

.hero-heading-video.shaded.mobile {
  display: none;
}

.hero-content-video {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  height: auto;
  display: flex;
}

.hero-content-video.ade {
  filter: drop-shadow(0 2px 5px #000000b3);
  justify-content: flex-start;
  max-width: 650px;
  margin-bottom: 0;
}

.hero-content-video.bf {
  justify-content: flex-start;
  margin-bottom: 75px;
}

.container-hero-video {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.container-hero-video.social-links {
  height: 60vh;
}

.container-hero-video.full.ade {
  justify-content: center;
  align-items: center;
}

.hero-section-video {
  background-image: url('../images/Blackbriar---A-Thousand-Little-Deaths---Graveyard_s_1.avif');
  background-position: 50% 10%;
  background-size: cover;
  background-attachment: scroll;
  display: block;
}

.hero-section-video.social-links {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/Blackbriar-Floriography-Thumbnail-small.jpg');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
  position: relative;
}

.hero-section-video.blackfriday {
  background-image: linear-gradient(#0000, #0000), url('../images/4kscaled-horizontal-blackbriar-black-friday-ritual-v1.jpg');
}

.hero-section-video.blackfriday.hidden {
  background-image: linear-gradient(#0000, #0000), url('../images/website-banner-atld-2_1.avif');
  background-position: 0 0, 50%;
  display: none;
}

.hero-section-video.video {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
}

.hero-section-video.hidden {
  display: none;
}

.hero-paragraph-video {
  color: var(--text-primary);
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 150%;
}

.hero-paragraph-video.tetd {
  color: #fff;
  text-transform: none;
  margin-bottom: 48px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.hero-paragraph-video.tetd.hidden {
  display: none;
}

.image-6 {
  width: 100%;
  display: none;
  position: static;
  inset: 0%;
}

.text-loading {
  opacity: .1;
  background-color: #fff;
  display: inline;
}

.sizer {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.yt-playlist {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.yt__info {
  padding: 1rem;
}

.yt__video {
  color: #fff;
  background-color: #000;
  border-radius: 7px;
  text-decoration: none;
  overflow: hidden;
}

.play-icon {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.yt__date {
  background-color: #fff3;
  border-radius: 3px;
  margin-bottom: 1rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .75rem;
  display: inline-block;
}

.play-icon__svg {
  color: #222;
  width: 82px;
  line-height: 0;
}

.sizer__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.slider {
  background-color: #0000;
  width: 100%;
}

.video-slide {
  width: 33.33%;
}

.video-slide-title {
  color: #fff;
  font-family: Libre Caslon Text, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.lightbox-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.video-slide-content {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.slide-nav {
  display: none;
}

@media screen and (min-width: 1440px) {
  .nav-link {
    font-family: Libre Caslon Text, sans-serif;
    font-size: 1.25rem;
  }

  .container {
    max-width: 1200px;
  }

  .container.centered.webstore {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container.custom-nav {
    max-width: 1200px;
  }

  .container-hero {
    align-items: center;
    max-width: 1200px;
  }

  .container-hero.full {
    height: 100vh;
  }

  .container-hero.full.ade {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10%;
  }

  .hero-content {
    max-width: 750px;
    height: auto;
  }

  .hero-content.ade {
    margin-bottom: 0;
  }

  .hero-content.bf {
    align-items: center;
  }

  .hero-heading.hidden {
    display: none;
  }

  .hero-heading.shaded {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .hero-heading.shaded.desktop {
    margin-bottom: 10px;
    font-size: 4rem;
    line-height: 4.5rem;
  }

  .hero-paragraph.hidden {
    display: none;
  }

  .hero-paragraph.tetd {
    margin-bottom: 64px;
    font-size: 1.5rem;
  }

  .hero-paragraph.tetd.highlight {
    font-weight: 400;
    display: none;
  }

  .hero-button.padded {
    background-color: #d00000;
  }

  .hero-button.padded.preorder {
    padding: 24px 36px;
    font-size: 2rem;
    line-height: 2rem;
  }

  .hero-button.padded.wide {
    text-transform: uppercase;
    border: 1px #fff;
    padding: 42px 24px;
    font-family: Caligor clean, sans-serif;
    font-size: 2rem;
    font-weight: 700;
  }

  .section-heading {
    font-weight: 400;
  }

  .section.maak-het-makkelijk {
    background-image: linear-gradient(#000000bf, #000000bf), url('../images/louis-hansel-jRKqqyKA0T4-unsplash.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .container-diensten, .container-4 {
    max-width: 1200px;
  }

  .hero-section {
    background-image: linear-gradient(#0000, #0000), url('../images/Blackbriar---A-Thousand-Little-Deaths---Graveyard_s_1.avif');
    background-position: 0 0, 50% 20%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .hero-section.blackfriday.hidden {
    background-image: linear-gradient(#0000, #0000), url('../images/website-banner-atld-2_1.avif');
  }

  .fs-cc-banner_container {
    max-width: 1200px;
  }

  .image-4 {
    height: 64px;
  }

  .hero-icon-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-bottom: 32px;
  }

  .hero-icon-block.hidden {
    display: none;
  }

  .hero-icon:hover {
    color: var(--text-primary);
  }

  .nav-social-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .hero-icon-link {
    background-color: #d0000000;
    border: 1px solid #fff;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 0;
    display: flex;
  }

  .hero-icon-link:hover {
    background-color: #d00000;
    border-color: #d00000;
  }

  .split-wrapper {
    width: 100%;
  }

  .split-div {
    width: 50%;
  }

  .hero-heading-video.hidden {
    display: none;
  }

  .hero-heading-video.shaded {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .hero-content-video {
    max-width: 750px;
    height: auto;
  }

  .hero-content-video.ade {
    margin-bottom: 0;
  }

  .hero-content-video.bf {
    align-items: center;
  }

  .container-hero-video {
    align-items: center;
    max-width: 1200px;
  }

  .container-hero-video.full {
    height: 100vh;
  }

  .container-hero-video.full.ade {
    justify-content: center;
    align-items: center;
  }

  .hero-section-video {
    background-image: linear-gradient(#0000, #0000), url('../images/Blackbriar-2025-Abbey-Pressphoto-lighter-full-1_1.avif');
    background-position: 0 0, 50% 20%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .hero-section-video.blackfriday.hidden {
    background-image: linear-gradient(#0000, #0000), url('../images/website-banner-atld-2_1.avif');
  }

  .hero-paragraph-video.hidden {
    display: none;
  }

  .video-slide-title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  .brand-text {
    font-size: 32px;
    line-height: 32px;
  }

  .nav-link {
    text-align: center;
    padding-right: 0;
  }

  .nav-link.brand {
    text-transform: uppercase;
    font-family: Raleway, sans-serif;
    font-size: 2rem;
    font-weight: 900;
    display: block;
  }

  .nav-link.mobile-brand {
    text-transform: uppercase;
    font-family: Raleway, sans-serif;
    font-weight: 900;
    display: block;
  }

  .nav-menu {
    background-color: #000;
    justify-content: center;
    width: 100%;
    padding-bottom: 40px;
  }

  .container.custom-nav {
    max-width: 728px;
  }

  .navbar:focus {
    background-color: #0000;
  }

  .button-navbar {
    margin-top: 16px;
  }

  .button-navbar.w--current {
    text-align: center;
  }

  .hero-content {
    max-width: none;
  }

  .hero-content.social-links {
    height: auto;
    margin-bottom: 32px;
  }

  .hero-content.bf {
    margin-bottom: 125px;
  }

  .hero-heading.shaded.desktop {
    display: none;
  }

  .hero-heading.shaded.mobile {
    text-align: center;
    margin-bottom: 12px;
    font-family: Libre Caslon Text, sans-serif;
    font-size: 5rem;
    font-weight: 700;
    line-height: 120%;
    display: block;
  }

  .hero-paragraph {
    width: auto;
  }

  .hero-paragraph.tetd {
    max-width: 70%;
    font-size: 1.5rem;
  }

  .section-heading.centered {
    font-size: 3rem;
  }

  .paragraph.centered {
    width: auto;
  }

  .button-primary.tour-item-vip {
    text-align: center;
  }

  .container-4 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer-block-two.socials {
    width: auto;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .hero-section {
    background-image: url('../images/Blackbriar---A-Thousand-Little-Deaths---Graveyard_s_1.avif');
    background-position: 50% 20%;
    background-size: cover;
    background-attachment: scroll;
  }

  .hero-section.social-links {
    background-image: linear-gradient(#000000ab, #000000ab), url('../images/Blackbriar-Floriography-Thumbnail-small.jpg');
    background-position: 0 0, 50% 20%;
    background-size: auto, auto;
  }

  .hero-section.blackfriday {
    background-image: linear-gradient(#0000, #0000), url('../images/4kscaled-vertical-blackbriar-black-friday-ritual-v1.jpg');
    background-size: auto, contain;
  }

  .hero-section.blackfriday.hidden {
    background-image: linear-gradient(#0000, #0000), url('../images/banner-vertical-website-atld_1.avif');
    background-size: auto, cover;
  }

  .menu-button {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .container-image-wrapper.right {
    align-items: center;
    height: 100%;
    display: block;
    position: relative;
  }

  .column-2 {
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .columns {
    display: block;
  }

  .icon {
    color: var(--text-primary);
  }

  .fs-cc-banner_buttons-wrapper {
    justify-content: flex-start;
    margin-top: 1rem;
    display: flex;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: center;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_text-link {
    flex: 0 auto;
  }

  .image-4 {
    height: 40px;
  }

  .container-5 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-social-links {
    justify-content: center;
  }

  .store-paral-bg {
    width: 200%;
    max-width: 200%;
  }

  .store-paral-bundle {
    width: 250px;
    left: 5%;
  }

  .store-paral-tote {
    width: 100px;
    right: 25%;
  }

  .store-paral-etsy {
    width: 200px;
    right: 0%;
  }

  .store-paral-cf-cover {
    width: 125px;
    right: 5%;
  }

  .store-paral-purple {
    width: 150px;
    left: 0%;
  }

  .store-paral-cf-photo {
    width: 100px;
    left: 30%;
  }

  .discord-column {
    margin-bottom: 32px;
  }

  .form {
    text-align: center;
  }

  .main-slider-nav-dots {
    background-image: linear-gradient(to top, #131313bf, #0000);
    display: block;
  }

  .second-slider-container, .c-funtext {
    display: none;
  }

  .c-main-slide-content {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .c-slide-btn-loading {
    display: none;
  }

  .main-slide-title {
    letter-spacing: 15px;
    font-size: 4.5em;
  }

  .main-slider {
    height: 100vh;
  }

  .main-slider.mobile {
    display: block;
  }

  .main-slider.desktop {
    display: none;
  }

  .anchor-scroll {
    margin-top: -75px;
  }

  .tour-item-button-wrapper {
    flex-direction: column;
  }

  .hero-heading-video.shaded.desktop {
    display: none;
  }

  .hero-heading-video.shaded.mobile {
    font-size: 6rem;
    line-height: 100%;
    display: block;
  }

  .hero-content-video {
    max-width: none;
  }

  .hero-content-video.social-links {
    height: auto;
    margin-bottom: 32px;
  }

  .hero-content-video.bf {
    margin-bottom: 125px;
  }

  .hero-section-video {
    background-image: url('../images/Blackbriar-2025-Abbey-Pressphoto-vertical_1.avif');
    background-position: 50% 20%;
    background-size: cover;
    background-attachment: scroll;
  }

  .hero-section-video.social-links {
    background-image: linear-gradient(#000000ab, #000000ab), url('../images/Blackbriar-Floriography-Thumbnail-small.jpg');
    background-position: 0 0, 50% 20%;
    background-size: auto, auto;
  }

  .hero-section-video.blackfriday {
    background-image: linear-gradient(#0000, #0000), url('../images/4kscaled-vertical-blackbriar-black-friday-ritual-v1.jpg');
    background-size: auto, contain;
  }

  .hero-section-video.blackfriday.hidden {
    background-image: linear-gradient(#0000, #0000), url('../images/banner-vertical-website-atld_1.avif');
    background-size: auto, cover;
  }

  .hero-paragraph-video {
    width: auto;
  }

  .yt-playlist {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .slider {
    height: 100%;
  }

  .video-slide {
    width: 100%;
  }

  .mask {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .brand-text {
    font-size: 24px;
    line-height: 24px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.centered {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container-hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-hero.full.ade {
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    padding-top: 180px;
    padding-bottom: 90px;
  }

  .hero-content.ade {
    filter: drop-shadow(0 2px 5px #000000b3);
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }

  .hero-content.bf {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 75px;
  }

  .hero-heading {
    font-size: 4rem;
  }

  .hero-heading.shaded.mobile {
    text-align: center;
    font-size: 4rem;
  }

  .hero-paragraph {
    font-size: 1.25rem;
  }

  .hero-paragraph.tetd {
    max-width: 80%;
    display: none;
  }

  .hero-button.padded.preorder {
    font-size: 1rem;
    line-height: 1rem;
  }

  .section-heading.centered.endorsing {
    text-align: left;
  }

  .section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .diensten-grid {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .card-image-wrapper, .card-title, .card-paragraph {
    text-align: center;
  }

  .button-primary.music-details {
    opacity: 1;
    align-self: stretch;
  }

  .container-diensten {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-two {
    flex-direction: column;
  }

  .footer-brand, .footer-block-two {
    margin-bottom: 16px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .wow-image-wrapper {
    display: none;
  }

  .hero-section {
    background-image: url('../images/Blackbriar---A-Thousand-Little-Deaths---Graveyard_s_1.avif');
    background-position: 60% 10%;
    background-size: cover;
    background-attachment: scroll;
    height: auto;
  }

  .hero-section.social-links {
    background-image: linear-gradient(#0003, #0003), url('../images/Blackbriar-Floriography-Thumbnail-small.jpg');
    background-position: 0 0, 50% 30%;
    background-size: auto, cover;
  }

  .hero-section.blackfriday {
    background-image: linear-gradient(#0000, #0000), url('../images/4kscaled-vertical-blackbriar-black-friday-ritual-v1.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 100vh;
  }

  .hero-section.blackfriday.hidden {
    background-image: linear-gradient(#0000, #0000), url('../images/banner-vertical-website-atld_1.avif');
    background-size: auto, cover;
  }

  .menu-button {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column {
    justify-content: flex-start;
  }

  .column-image-wrapper {
    padding-left: 0;
  }

  .column-3 {
    margin-bottom: 16px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: center;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-icon-link {
    background-color: #d00000;
    border-color: #d00000;
  }

  .music-overview-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch flex-start;
    align-items: flex-start;
    margin-bottom: 32px;
    display: flex;
  }

  .music-details-wrapper {
    flex: none;
    width: 100%;
    position: static;
  }

  .release-list {
    flex-direction: row;
    flex: none;
    width: 100%;
    overflow: scroll;
  }

  .album-cover-wrapper {
    width: 250px;
    height: 250px;
  }

  .webstore-links {
    flex-direction: column;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    height: 152px;
  }

  .release-item-description {
    display: none;
  }

  .store-paral-bg {
    width: 300%;
    max-width: 300%;
  }

  .store-paral-tote {
    right: 30%;
  }

  .store-paral-etsy {
    width: 150px;
    right: 3%;
  }

  .store-paral-cf-cover {
    width: 90px;
    right: 7%;
  }

  .store-paral-purple {
    width: 125px;
    left: 3%;
  }

  .store-paral-cf-photo {
    width: 80px;
  }

  .play-btn {
    width: 20px;
    height: 20px;
  }

  .ci-main-slide-content {
    text-align: left;
    align-items: flex-start;
    width: 70%;
  }

  .c-main-slide-description {
    width: auto;
    margin-bottom: 10px;
    font-size: 1em;
  }

  .c-slide-btn {
    width: 30%;
    padding: 3vw;
  }

  .c-main-slide-content {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .main-slide-title {
    letter-spacing: 5px;
    font-size: 3em;
  }

  .c-slide-btn-block {
    width: 12vw;
    height: 12vw;
  }

  .endorsements {
    flex-direction: column;
  }

  .hero-heading-video {
    font-size: 4rem;
  }

  .hero-content-video.ade {
    justify-content: flex-end;
    align-items: center;
  }

  .hero-content-video.bf {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 75px;
  }

  .container-hero-video {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-hero-video.full.ade {
    height: 100vh;
  }

  .hero-section-video {
    background-image: url('../images/Blackbriar-2025-Abbey-Pressphoto-vertical_1.avif');
    background-position: 50% 10%;
    background-size: cover;
    background-attachment: scroll;
    height: auto;
  }

  .hero-section-video.social-links {
    background-image: linear-gradient(#0003, #0003), url('../images/Blackbriar-Floriography-Thumbnail-small.jpg');
    background-position: 0 0, 50% 30%;
    background-size: auto, cover;
  }

  .hero-section-video.blackfriday {
    background-image: linear-gradient(#0000, #0000), url('../images/4kscaled-vertical-blackbriar-black-friday-ritual-v1.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 100vh;
  }

  .hero-section-video.blackfriday.hidden {
    background-image: linear-gradient(#0000, #0000), url('../images/banner-vertical-website-atld_1.avif');
    background-size: auto, cover;
  }

  .hero-paragraph-video {
    font-size: 1.25rem;
  }

  .yt-playlist {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .container-hero.full.ade {
    padding-top: 90px;
  }

  .hero-heading, .hero-heading.shaded.mobile {
    font-size: 3rem;
  }

  .hero-paragraph {
    font-size: 1rem;
  }

  .section-heading {
    font-size: 2rem;
  }

  .button-primary {
    text-align: center;
  }

  .container-4 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-block-two.socials {
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .contact-heading {
    font-size: 3rem;
  }

  .contact-paragraph {
    font-size: 1rem;
  }

  .hero-section {
    background-image: url('../images/Blackbriar---A-Thousand-Little-Deaths---Graveyard_s_1.avif');
    background-position: 60% 10%;
  }

  .hero-section.blackfriday {
    background-image: linear-gradient(to bottom, null, null), url('../images/4kscaled-vertical-blackbriar-black-friday-ritual-v1.jpg');
    background-position: 0 0, 50%;
  }

  .menu-button {
    padding-right: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .hero-icon-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .container-5 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .album-platform-links {
    flex-wrap: nowrap;
    place-content: space-between;
    width: 100%;
  }

  .store-paral-bg {
    width: 500%;
    max-width: 500%;
  }

  .store-paral-bundle {
    width: 150px;
  }

  .store-paral-tote {
    width: 60px;
  }

  .store-paral-etsy {
    width: 100px;
  }

  .store-paral-cf-cover {
    width: 60px;
  }

  .store-paral-purple {
    width: 100px;
  }

  .tour-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .tour-item-date {
    width: auto;
  }

  .tour-item-info {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .tour-item-info-past {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .tour-item-date-past {
    width: auto;
  }

  .ci-main-slide-content {
    align-items: center;
    width: 85%;
  }

  .c-main-slide-description {
    text-align: center;
  }

  .c-main-slide-content {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .main-slide-title {
    text-align: center;
    font-size: 10vw;
  }

  .c-slide-btn-block {
    width: 20vw;
    height: 20vw;
  }

  .hero-heading-video {
    font-size: 3rem;
  }

  .hero-heading-video.shaded.mobile {
    font-size: 4rem;
  }

  .hero-section-video.blackfriday {
    background-image: linear-gradient(to bottom, null, null), url('../images/4kscaled-vertical-blackbriar-black-friday-ritual-v1.jpg');
    background-position: 0 0, 50%;
  }

  .hero-paragraph-video {
    font-size: 1rem;
  }

  .yt-playlist {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-bottom: -20px;
  }
}


@font-face {
  font-family: 'Caligor clean';
  src: url('../fonts/Caligor-Clean.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}