@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2"), url('../fonts/fa-regular-400.eot') format("embedded-opentype"), url('../fonts/fa-regular-400.woff') format("woff"), url('../fonts/fa-regular-400.ttf') format("truetype"), url('../fonts/fa-regular-400.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.eot') format("embedded-opentype"), url('../fonts/fa-solid-900.woff') format("woff"), url('../fonts/fa-solid-900.ttf') format("truetype"), url('../fonts/fa-solid-900.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2"), url('../fonts/fa-brands-400.eot') format("embedded-opentype"), url('../fonts/fa-brands-400.woff') format("woff"), url('../fonts/fa-brands-400.ttf') format("truetype"), url('../fonts/fa-brands-400.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Regular.ttf') format("truetype"), url('../fonts/Roboto-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Roman Sd;
  src: url('../fonts/Roman_SD.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bebasneue;
  src: url('../fonts/BebasNeue-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Bebasneue;
  src: url('../fonts/BebasNeue-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Bebasneue;
  src: url('../fonts/BebasNeue-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Bebasneue book;
  src: url('../fonts/BebasNeue-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Bebasneue;
  src: url('../fonts/BebasNeue-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

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

:root {
  --black: black;
  --gold: #ffae00;
  --white: white;
  --font--brand: Tangerine, "Palatino Linotype", sans-serif;
  --steel: #9dafbd;
  --sand: #ffebaf;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  background-color: #151515;
  font-family: Roboto, sans-serif;
  font-size: 1.1rem;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  color: #707070;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 25px;
}

a {
  text-decoration: none;
  transition: all .3s;
}

ul {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
}

li {
  color: #707070;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 20px;
  padding: 10px 20px 10px 30px;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 26px;
}

.hero {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 100vh;
  min-height: 700px;
  max-height: 740px;
  padding-top: 0;
  position: relative;
}

.nav {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 96%;
  max-width: 1180px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav.hero-nav {
  width: 100%;
  margin-bottom: 80px;
}

.nav.blog-nav {
  margin-top: 0;
}

.logo {
  background-color: var(--black);
  background-image: url('../images/logo-onblk.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 6rem;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 9rem;
}

.logo:hover {
  opacity: .5;
}

.logo.w--current {
  background-image: url('../images/logo-onblk.svg');
}

.logo.is-small.w--current {
  z-index: 8;
  width: 6rem;
  height: 8rem;
  position: relative;
}

.navigation {
  background-color: #0000009c;
  border-radius: 400px;
  flex: 0 auto;
  align-items: center;
  padding: 24px 32px;
  display: flex;
}

.navigation.footernavigation {
  background-color: #0000;
}

.cz {
  width: 96%;
  max-width: 1180px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cz.hero-cz {
  z-index: 2;
  flex-direction: column;
  display: flex;
  position: relative;
}

.cz.video-cz {
  perspective: 1000px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 105px;
}

.cz.cz-blog, .cz.cz-music {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cz.czbio {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 100px;
  padding-bottom: 90px;
}

.cz.czfooter {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.cz.cz-dates {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 0;
}

.cz.cz-social {
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cz.blog-page-cz {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}

.cz.blog-article-cz {
  flex-direction: column;
  align-items: flex-start;
  max-width: 880px;
}

.cz.cz-contact {
  flex-flow: column;
}

.slide {
  height: 32rem;
}

.sliderdiv {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.hero-slider {
  background-color: #0000;
  flex: 1;
  max-width: 880px;
  height: 100%;
}

.sliderimage {
  background-image: url('../images/Empire-Thief-Live.avif');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border: 6px solid #00000024;
  border-radius: 8px;
  min-width: 880px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.sliderimage.sliderimage2 {
  background-image: url('../images/Adam-Houle-Drummer.webp');
  background-position: 50%;
  background-size: 880px;
}

.sliderimage.sliderimage3 {
  background-image: url('../images/DSC07355-1_1.avif');
  background-position: 50%;
  background-size: 880px;
}

.slidertext {
  z-index: 3;
  backface-visibility: hidden;
  width: 180px;
  position: relative;
}

.newsingletext {
  color: var(--gold);
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.h1 {
  color: var(--gold);
  text-align: left;
  letter-spacing: -1px;
  text-shadow: 0 32px 32px #000;
  width: 280px;
  font-family: Bebasneue, sans-serif;
  font-size: 80px;
  line-height: 80px;
}

.buttonplaynow {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--gold), #09348600);
  opacity: 1;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.buttonplaynow:hover {
  background-color: var(--gold);
  box-shadow: 0 10px 30px #000;
}

.socialmedia {
  margin-left: 70px;
}

.socialmedia.footersocial {
  flex: 0 auto;
  width: 200px;
  margin-left: 0;
  display: flex;
}

.sociallink {
  color: #fff;
  background-color: #0000007d;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  display: flex;
  box-shadow: 0 10px 20px #0000001a;
}

.sociallink:hover {
  background-color: var(--gold);
  color: #000;
}

.sociallink.sociallinklast {
  margin-bottom: 0;
}

.sociallink.blacksociallink {
  background-color: #00000080;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 20px;
}

.sociallink.blacksociallink:hover {
  background-color: var(--gold);
  box-shadow: none;
}

.sociallink.footersociallink {
  margin-bottom: 0;
  margin-left: 10px;
}

.hero-slider-arrows {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 80px;
  display: flex;
}

.cyrclebuttonarrow {
  background-image: url('../images/BgLeftArrow.webp');
  background-position: 50% 26%;
  background-repeat: no-repeat;
  background-size: 80px;
  border: 0 #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 0;
  display: flex;
}

.cyrclebuttonarrow:hover {
  opacity: .5;
  transform: scale(.9);
}

.numberofslides {
  color: #ffffff80;
  margin-left: 0;
  margin-right: 20px;
  font-family: Bebasneue, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.navlink {
  color: #ffffff80;
  margin-right: 20px;
  font-weight: 400;
  line-height: 14px;
  transition: all .3s;
}

.navlink:hover, .navlink.w--current {
  color: #f99473;
}

.navlink.navlinklast {
  margin-right: 0;
}

.leftarrow {
  background-image: url('../images/ShapeLeftArrow.svg');
  background-position: 50%;
  background-size: cover;
  width: 8px;
  height: 14px;
}

.rightarrow {
  background-image: url('../images/ShapeRightArrow.svg');
  background-position: 50%;
  background-size: cover;
  width: 8px;
  height: 14px;
}

.playicon {
  color: #202020;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 12px;
  display: inline-block;
}

.dates {
  z-index: 2;
  background-color: #101010;
  position: relative;
}

.h2 {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Bebasneue, sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 60px;
}

.h2._20px-h2 {
  margin-bottom: 20px;
}

.h2._20px-h2.black {
  color: var(--white);
}

.h2._0px-h2 {
  font-family: var(--font--brand);
  color: var(--black);
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 400;
}

.h2._0px-h2.text-color-gold {
  color: var(--gold);
}

.h2.minus30pxh2 {
  margin-top: -24px;
}

.h2.no-margin {
  margin-bottom: 0;
}

.h2.no-margin.is-roman {
  font-family: var(--font--brand);
  color: var(--gold);
  text-align: left;
  font-weight: 400;
}

.datesshedule {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.datesshedule.hide {
  display: none;
}

.contacts {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.datesline {
  border-bottom: 1px solid #ffffff0d;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
}

.standartbutton {
  text-align: center;
  text-transform: uppercase;
  background-color: #ffffff0d;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 10px 40px;
  font-weight: 500;
  line-height: 14px;
  transition: all .3s;
  display: flex;
}

.standartbutton:hover {
  background-color: var(--gold);
  color: #000;
  box-shadow: 0 10px 30px #000;
}

.standartbutton.blogbutton {
  background-color: #00000080;
  padding-left: 30px;
  padding-right: 30px;
}

.standartbutton.blogbutton:hover {
  background-color: #f99473;
  box-shadow: 0 10px 30px #00000080;
}

.standartbutton.loadmore-blog-button {
  background-color: #f99473;
  background-image: linear-gradient(315deg, #f9947300, #fff3);
  min-height: 50px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  display: flex;
}

.standartbutton.loadmore-blog-button:hover {
  box-shadow: 0 10px 30px #00000080;
}

.datadiv {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 280px;
  padding-right: 20px;
  display: flex;
  transform: translate(0);
}

.place {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 280px;
  display: flex;
}

.datetimetext {
  color: #fff;
  letter-spacing: -.5px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.timeplacetext {
  color: var(--gold);
  letter-spacing: -.32px;
  -webkit-text-stroke-color: var(--gold);
  font-weight: 500;
  line-height: 14px;
}

.placetext {
  color: var(--gold);
  letter-spacing: -.32px;
  font-weight: 500;
  line-height: 14px;
}

.containdp {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.forconcertorg {
  color: #ccc;
  text-align: center;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.orange-link {
  color: var(--gold);
  -webkit-text-stroke-color: var(--gold);
  text-decoration: underline;
}

.orange-link:hover {
  color: #fff;
}

.orcall {
  color: #ccc;
  margin-bottom: 20px;
}

.phonenumber {
  color: #fff;
  letter-spacing: -.5px;
  font-family: Bebasneue, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 26px;
}

.phonenumber:hover {
  color: #f99473;
}

.socialsection {
  z-index: 3;
  background-image: linear-gradient(#000, #000);
  width: 100vw;
  position: relative;
}

.titlesocial {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.underhtext {
  text-align: center;
  letter-spacing: -.5px;
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.underhtext.blueunderh {
  color: var(--steel);
  width: 100%;
  max-width: 780px;
  margin-bottom: 50px;
}

.instafeed {
  color: #00000080;
  letter-spacing: -.5px;
  margin-bottom: 20px;
  line-height: 14px;
}

.socialmediacont {
  justify-content: center;
  align-items: flex-end;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.videosection {
  background-color: #101010;
}

.video {
  background-image: url('../images/about_us.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 780px;
  height: 440px;
  display: flex;
}

.video.videolandsc {
  border-radius: 15px;
  margin-right: 0;
}

.ellipsevideo {
  transform-style: preserve-3d;
  background-image: url('../images/video-icon-elipse.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  margin-right: -20px;
  display: flex;
  transform: translate3d(0, 0, 30px);
}

.polygonvideo {
  transform-origin: 50%;
  transform-style: preserve-3d;
  background-image: url('../images/PolygonVideo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 60px;
  margin-left: 20px;
  position: absolute;
  transform: translate3d(0, 0, 60px);
}

.videotext {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 340px;
  display: flex;
}

.hotnewtag {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--gold), #09348600);
  color: #fff;
  letter-spacing: -.32px;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.watchmytext {
  color: #fff;
  letter-spacing: -1px;
  font-family: Bebasneue, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 65px;
}

.othervideoslink {
  color: var(--gold);
  letter-spacing: -.5px;
  -webkit-text-stroke-color: var(--gold);
  align-items: center;
  margin-top: 30px;
  font-size: 18px;
  line-height: 22px;
  text-decoration: underline;
  display: flex;
}

.othervideoslink:hover {
  opacity: .5;
}

.videolinkarrow {
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 9px;
  margin-top: 2px;
  margin-left: 10px;
}

.blogsection {
  background-image: url('../images/bgBLOG.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.news {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.blogdiv {
  background-color: #101010;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  min-width: 30%;
  max-width: 31.6%;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 30px;
  display: flex;
}

.blogdiv.bloglast {
  background-color: #101010;
  margin-right: 0;
}

.dateblog {
  color: #f99473;
  letter-spacing: -.32px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 14px;
}

.blogheader {
  color: #fff;
  letter-spacing: -.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.blogtext {
  color: #9dafbd;
  margin-bottom: 30px;
  line-height: 22px;
}

.blogtext.blognomargintext {
  margin-bottom: 0;
}

.musicsection {
  background-color: #101010;
  padding-left: 0;
  padding-right: 0;
}

.musictextblock {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.musicplayer {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 980px;
  height: 600px;
  display: flex;
  position: relative;
}

.musicplayer.is-mobile {
  display: none;
}

.nota {
  z-index: 1;
  color: #101010;
  letter-spacing: -.5px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 80px;
  line-height: 80px;
  position: absolute;
}

.biosection {
  background-image: linear-gradient(#101010 14%, #000000ab 42%, #fff0), url('../images/DSC07406-1_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.biography {
  background-color: var(--black);
  color: var(--gold);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 580px;
  margin-right: 0;
  padding: 50px 60px;
  display: flex;
  box-shadow: 0 32px 64px #000000b3;
}

.aboutmeinfo {
  color: #9dafbd;
  letter-spacing: -.5px;
  margin-top: 20px;
  font-size: 18px;
  line-height: 26px;
}

.footer {
  z-index: 2;
  background-color: #151515cc;
  display: block;
  position: relative;
}

.tourdatesdiv {
  background-image: linear-gradient(#000, #000000c9), url('../images/57846cd080b51a48c711e573b3796ff5.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1070px;
  padding-bottom: 100px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  box-shadow: 45px 45px 100px #000c;
}

.copyrighttext {
  color: #9dafbd;
  text-align: center;
  border-top: 1px solid #ffffff1a;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
}

.core {
  max-width: 100vw;
  overflow: hidden;
}

.block-ab {
  display: block;
}

.numberslider {
  background-color: #0000;
  width: 20px;
  height: 25px;
  margin-left: 15px;
}

.active-slide-number {
  color: #fff;
  text-align: center;
  font-family: Bebasneue, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 25px;
}

.visible-mask {
  overflow: visible;
}

.hero-slider-core {
  align-items: center;
  height: 100%;
  display: flex;
}

.hero-text-slider {
  z-index: 10;
  background-color: #0000;
  max-width: 180px;
  margin-right: 20px;
}

.slider-text-core {
  z-index: 5;
  perspective: 1000px;
  margin-right: 20px;
  position: relative;
}

.hero-bg {
  z-index: 1;
  background-image: linear-gradient(#0000, #101010), url('../images/NGCamille--20250706---WEBSWM---Empire-Thief-38.avif');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  width: 110%;
  height: 120%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: -10% 0 0 -10%;
}

.hero-bg.is-alternate {
  opacity: .4;
  width: 100%;
  height: 110%;
  inset: 0%;
}

.photos {
  width: 120vw;
  display: flex;
  overflow: hidden;
}

.insta-photos-line {
  flex-direction: row;
  align-items: flex-start;
  height: 280px;
  margin-bottom: 40px;
  display: flex;
}

.insta-img {
  box-shadow: none;
  height: 280px;
  margin-right: 20px;
}

.video-link-core {
  margin-right: 60px;
  position: relative;
}

.spotify-code {
  z-index: 2;
  width: 100%;
  position: relative;
}

.under-music-code-div {
  margin-top: 30px;
}

.under-music-code {
  width: 201px;
}

.burger {
  display: none;
}

.remodal {
  z-index: 100;
  background-color: #151515e6;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.pop-up-core {
  text-align: center;
  flex-direction: column;
  align-items: flex-end;
  width: 96%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.remodal-close-link {
  background-image: url('../images/cross-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 19px;
  width: 40px;
  height: 40px;
  margin-bottom: 40px;
  margin-right: -40px;
}

.remodal-close-link:hover {
  opacity: .5;
  transform: rotate(90deg);
}

.nuller {
  display: none;
}

.upper-link {
  z-index: 50;
  background-color: #00000080;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: fixed;
  bottom: 30px;
  right: 30px;
  box-shadow: 0 5px 10px #0000001a;
}

.upper-link:hover {
  background-color: var(--gold);
}

.up-icon {
  background-image: url('../images/ShapeRightArrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
}

.firstarticle-div {
  perspective: 1000px;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.first-article-image {
  background-image: url('../images/article-0.jpg');
  background-position: 0 0;
  background-size: 680px;
  border-radius: 15px;
  width: 100%;
  max-width: 680px;
  height: 400px;
  margin-right: 60px;
  position: relative;
}

.first-article-desc-div {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.first-artvice-h {
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 30px;
  font-family: Bebasneue, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 65px;
}

.first-artvice-h.blog-artice-h {
  margin-bottom: 0;
}

.nav-div {
  z-index: 2;
  background-color: #151515cc;
  border-bottom: 1px solid #ffffff1a;
  margin-bottom: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.nav-div.blog-article-page-nav {
  margin-bottom: 0;
}

.blog-image {
  background-image: url('../images/article-1.jpg');
  background-position: 0 0;
  background-size: 340px;
  width: 100%;
  height: 180px;
  margin-bottom: 40px;
}

.blog-image.blog-image-2 {
  background-image: url('../images/article-2.jpg');
  background-size: 340px;
}

.blog-image.blog-image-3 {
  background-image: url('../images/article-3.jpg');
  background-size: 340px;
}

.blog-image.blog-image-4 {
  background-image: url('../images/article-4.jpg');
  background-size: 340px;
}

.blog-image.blog-image-5 {
  background-image: url('../images/article-5.jpg');
  background-size: 340px;
}

.blog-image.blog-image-6 {
  background-image: url('../images/article-6.jpg');
  background-size: 340px;
}

.blog-page-bg {
  z-index: 1;
  opacity: .2;
  background-image: url('../images/article-bg.jpg');
  background-position: 0 0;
  background-size: cover;
  position: fixed;
  inset: 0;
}

.staynavlink {
  color: #fff;
  letter-spacing: 1px;
  margin-right: 20px;
  font-family: Bebasneue, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 14px;
  transition: all .3s;
}

.staynavlink:hover, .staynavlink.w--current {
  color: var(--gold);
}

.staynavlink.navlinklast {
  margin-right: 0;
}

.blog-article-header-div {
  z-index: 2;
  padding-top: 80px;
  position: relative;
}

.blog-article-header-img {
  z-index: 2;
  background-image: url('../images/article-0.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  width: 96%;
  max-width: 880px;
  height: 400px;
  margin-bottom: -100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.blog-content-div {
  z-index: 1;
  background-color: #fff;
  padding-top: 160px;
  padding-bottom: 100px;
  position: relative;
}

.blog-page-article-header-div {
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  max-width: 880px;
  display: flex;
}

.blog-article-page-bg {
  z-index: 0;
  opacity: .2;
  filter: blur(5px);
  background-image: url('../images/article-bg-2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.blog-articles-page-buttons-div {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.blackbutton {
  text-align: center;
  text-transform: uppercase;
  background-color: #ffffff0d;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 10px 40px;
  font-weight: 500;
  line-height: 14px;
  transition: all .3s;
  display: flex;
}

.blackbutton:hover {
  background-color: #f99473;
  box-shadow: 0 10px 30px #000;
}

.blackbutton.blogbutton {
  background-color: #151515;
  padding-left: 30px;
  padding-right: 30px;
}

.blackbutton.blogbutton:hover {
  background-color: #f99473;
  box-shadow: 0 10px 30px #00000080;
}

.blackbutton.blogbutton.last-blogbutton {
  margin-left: 10px;
}

.bloghomepagediv {
  background-color: #101010;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  min-width: 30%;
  max-width: 31.6%;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 30px;
  display: flex;
}

.bloghomepagediv.bloglast {
  background-color: #101010;
  margin-right: 0;
}

.video-link-blocker {
  z-index: 5;
  transform-style: preserve-3d;
  background-color: #101010;
  display: none;
  position: absolute;
  inset: 0;
  transform: translate3d(0, 0, 100px);
}

.sliderimagecore {
  perspective: 1000px;
  flex: 1;
  height: 100%;
}

.quick-stack {
  width: 100vw;
}

.image {
  width: 40%;
}

.div-block {
  justify-content: space-around;
  display: flex;
}

.image-2 {
  object-fit: cover;
  min-width: 50%;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.image-4 {
  width: 100%;
  height: 100%;
}

.hero-bg-container {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-right: 59px;
  display: flex;
  position: relative;
}

.hero-bg-container.is-alternate {
  justify-content: flex-end;
  align-items: flex-start;
}

.div-block-3 {
  background-image: url('../images/Frame-76_1.webp');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: contain;
  width: 100%;
  height: 100vh;
}

.image-5 {
  opacity: .5;
  border-top-left-radius: 0;
  border-bottom-right-radius: 800px;
  border-bottom-left-radius: 800px;
  width: 25%;
}

.background-video {
  z-index: 8;
}

.div-block-4 {
  display: flex;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.image-6 {
  width: 100%;
}

.cell {
  justify-content: center;
}

.image-7 {
  width: 10%;
}

.image-7.white-bg {
  background-color: var(--white);
}

.page-wrapper {
  padding-left: 5rem;
  padding-right: 5rem;
}

.container-large {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.container-large.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.heading-style-h1.text-color-gold {
  color: var(--gold);
}

.heading-style-h1.text-color-sand {
  color: var(--sand);
}

.spacer-xxlarge {
  width: 4rem;
  height: 4rem;
}

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

.grid.is-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid.is-3-1 {
  grid-template-columns: 2.5fr 1fr;
}

.grid.is-1-3 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: .5fr 1fr;
}

.grid.is-custom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.heading-style-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
}

.basic-card {
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.basic-card:hover {
  color: var(--gold);
}

.basic-card_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.spacer-small {
  width: 1rem;
  height: 1rem;
}

.basic-card_hover {
  box-shadow: 0 32px 200px 0 var(--gold);
  opacity: 0;
  width: 10rem;
  height: 10rem;
  position: absolute;
}

.basic-card_body {
  z-index: 2;
  width: 100%;
  position: relative;
}

.menu-icon4_line-bottom {
  background-color: var(--\<unknown\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
  width: 24px;
  height: 2px;
}

.navbar4_dropdown-list {
  position: static;
  overflow: hidden;
}

.navbar4_dropdown-list.w--open {
  background-color: var(--\<unknown\|variable-248be024-93cf-6ec4-8eec-0e9f047a83ae\>);
  position: static;
}

.navbar4_menu-dropdown {
  margin-left: 0;
  font-size: 24px;
}

.menu-icon_line-middle-base {
  background-color: #000;
  width: 24px;
  height: 2px;
  position: absolute;
}

.navbar4_menu-button {
  padding: 0;
}

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

.navbar4_component {
  border-bottom: 1px solid var(--\<unknown\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  background-color: var(--\<unknown\|variable-248be024-93cf-6ec4-8eec-0e9f047a83ae\>);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.dropdown-chevron.is-navbar4 {
  width: 1.5rem;
  height: 1.5rem;
}

.navbar4_logo-link {
  padding-left: 0;
}

.navbar4_dropdown-toggle {
  grid-column-gap: 1rem;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .5rem 0;
  display: flex;
}

.navbar4_dropdown-link {
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-left: 1.5rem;
  padding: .5rem 0;
  font-size: 24px;
}

.navbar4_dropdown-link.w--current {
  color: var(--\<unknown\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
}

.navbar4_link {
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-left: 0;
  padding: .5rem 0;
  font-size: 24px;
  display: inline-block;
  position: static;
}

.navbar4_link.w--current {
  color: var(--gold);
}

.menu-icon4_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar4_container {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar4_wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.navbar4_menu {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  padding-left: 5%;
  padding-right: 5%;
  transition: height .5s;
  display: flex;
  position: absolute;
  overflow: auto;
}

.menu-icon4_line-top {
  background-color: var(--\<unknown\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.navbar4_menu-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: -4.5rem;
  display: flex;
}

.menu-icon4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.menu-icon4_line-middle {
  background-color: var(--\<unknown\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.button {
  background-color: var(--\<unknown\|variable-9f6b6bb4-0795-c8ab-f302-bbebab6f2554\>);
  text-align: center;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.button.is-navbar4-button {
  z-index: 1;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button.is-secondary {
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(90deg, #e8aa0dc9, #0000);
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 400;
}

.button.is-secondary:hover, .button.is-secondary:active {
  background-color: var(--gold);
}

.button.is-link {
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-family: var(--font--brand);
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
}

.menu-icon_line-middle-top {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  inset: 0;
}

.page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.section_layout157 {
  background-color: #101010;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.layout157_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.layout157_lightbox {
  background-image: url('../images/DSC07355-1_2.avif');
  background-position: 0 0;
  background-size: auto;
  border: 6px solid #e8aa0d2e;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 50px 132px -60px #e8aa0d36;
}

.layout157_lightbox-image {
  object-fit: cover;
  width: 100%;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.margin-top, .margin-top.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  margin: 4rem 0 0;
}

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall {
  margin: 0 0 .5rem;
}

.margin-bottom.margin-small {
  margin: 0 0 1rem;
}

.margin-bottom.margin-medium {
  margin-bottom: 4rem;
}

.margin-bottom.margin-xxsmall, .margin-bottom.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-semibold.text-color-gold {
  color: var(--gold);
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.text-color-steel {
  color: var(--steel);
}

.text-size-medium.text-weight-semibold {
  font-weight: 600;
}

.text-size-medium.text-color-sand {
  color: var(--sand);
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.text-color-white {
  color: #fff;
}

.spacer-medium {
  height: 2rem;
}

.padding-section-xlarge {
  padding-top: 12rem;
  padding-bottom: 4rem;
}

.text-color-steel {
  color: var(--steel);
}

.text-color-grey {
  color: #ccc;
}

.container-small {
  max-width: 35rem;
}

.heading-style-hero {
  font-family: var(--font--brand);
  color: var(--white);
  text-align: left;
  letter-spacing: -1px;
  text-shadow: 0 32px 104px #0000003d;
  width: 280px;
  font-size: 80px;
  line-height: 80px;
}

.flex-wrapper-vertical {
  flex-flow: column;
  display: flex;
}

.flex-wrapper-vertical.flex-align-center-x {
  justify-content: flex-start;
  align-items: center;
}

.flex-wrapper-horizontal {
  align-items: stretch;
  display: flex;
}

.flex-wrapper-horizontal.flex-align-space-between {
  justify-content: space-between;
}

.contact_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.contact_section {
  background-color: var(--black);
}

.spotify-code-mobile {
  z-index: 2;
  width: 100%;
  position: relative;
}

.section_links4 {
  z-index: 5;
  color: var(--white);
  justify-content: center;
  align-items: flex-start;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-medium {
  padding: 2rem 0 0;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.links4_header {
  position: relative;
}

.links4_header-content {
  z-index: 1;
  text-align: center;
  padding: 2rem 1.5rem;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-style-h5 {
  font-family: Roman Sd, sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h5.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical.margin-xsmall {
  margin: 0 0 .5rem;
}

.links4_metatag-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.links4_metatag-icon {
  flex: none;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.links4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center start;
  display: flex;
}

.links4_social-link {
  color: var(--\<unknown\|relume-variable-link-color-3\>);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.links4_header-background {
  z-index: 0;
  aspect-ratio: 1;
  object-fit: cover;
  position: relative;
}

.links4_background-image-wrapper {
  z-index: -1;
  width: 100%;
  height: 100%;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000096;
  position: absolute;
  inset: 0%;
}

.links4_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.padding-bottom, .padding-bottom.padding-xhuge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.links4_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.links4_category-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.links4_newsletter-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--gold);
  color: var(--white);
  text-align: left;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  display: flex;
}

.text-size-small {
  font-size: .875rem;
}

.links4_newsletter-modal {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.links4_newsletter-content {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  text-align: left;
  width: 100%;
  max-width: 30rem;
  height: auto;
  max-height: 80vh;
  padding: 3rem;
  position: relative;
}

.links4_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.links4_form-block {
  margin-bottom: 0;
}

.links4_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

.form_input {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.text-size-tiny {
  font-size: .75rem;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  background-color: var(--\<unknown\|relume-variable-background-color-6\>);
  color: var(--\<unknown\|relume-variable-text-color-4\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-error {
  background-color: var(--\<unknown\|relume-variable-background-color-8\>);
  color: var(--\<unknown\|relume-variable-text-color-5\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.links4_newsletter-background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.page-header_component {
  flex-flow: column;
  justify-content: flex-end;
  height: 35rem;
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.page-header_bg-image {
  border-radius: 1rem;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.page-header_img {
  object-fit: cover;
  height: 100%;
}

.page-header_overlay {
  z-index: 2;
  background-image: linear-gradient(0deg, var(--black) 3%, #00000047);
  position: absolute;
  inset: 0%;
}

.page-header_logo {
  z-index: 8;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: -7% 0% auto;
}

.page-header_header {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.page-header_body {
  z-index: 3;
  text-align: center;
  position: relative;
}

.page-header_title {
  color: var(--gold);
  font-family: Roman Sd, sans-serif;
  font-size: 3.5rem;
}

.text-size-large {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2rem;
}

.text-size-large.text-color-steel {
  color: var(--steel);
}

.text-size-large.text-weight-semibold {
  font-weight: 600;
}

.position-relative-2 {
  z-index: 2;
  position: relative;
}

.hide {
  display: none;
}

.section_live-performances {
  background-color: #101010;
}

.padding-section-medium {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.text-color-sand {
  color: var(--sand);
}

.about-us_image {
  background-image: url('../images/DSC07225-1_1.avif');
  background-position: 0 0;
  background-size: auto;
  border: 6px solid #0000;
  border-radius: 16px;
  width: 100%;
}

.presskit_gallery {
  width: 100%;
}

html.w-mod-js [data-ix="slideimagecore-in-app"] {
  opacity: 0;
  transform: scale(.8);
}

html.w-mod-js [data-ix="hero-text-in-app"] {
  opacity: 0;
  transform: rotateX(0)rotateY(90deg)rotateZ(0);
}

html.w-mod-js [data-ix="logo-load-int"], html.w-mod-js [data-ix="nav-link-int-1"], html.w-mod-js [data-ix="nav-link-int-1-no-change-int"], html.w-mod-js [data-ix="nav-link-int-2"], html.w-mod-js [data-ix="nav-link-int-2-no-change-int"], html.w-mod-js [data-ix="nav-link-int-3"], html.w-mod-js [data-ix="nav-link-int-3-no-change-int"], html.w-mod-js [data-ix="nav-link-int-4"], html.w-mod-js [data-ix="nav-link-int-5"], html.w-mod-js [data-ix="nav-link-int-5-no-change-int"] {
  opacity: 0;
  transform: translate(0, -30px);
}

html.w-mod-js [data-ix="header-int"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="dates-line-int"], html.w-mod-js [data-ix="side-hover-int"], html.w-mod-js [data-ix="side-hover-pager-int"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="instaline-int"] {
  opacity: 0;
  transform: scale(.9);
}

html.w-mod-js [data-ix="load-int"] {
  opacity: 0;
}

html.w-mod-js [data-ix="upper-link-in-app"] {
  opacity: 0;
  display: none;
  transform: translate(0, 30px);
}

@media screen and (max-width: 991px) {
  .hero {
    max-height: 700px;
  }

  .logo.footerlogo {
    background-position: 50%;
    margin-bottom: 20px;
  }

  .cz.video-cz, .cz.cz-blog {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cz.czbio {
    align-items: center;
  }

  .cz.czfooter {
    flex-direction: column;
    align-items: center;
  }

  .cz.cz-dates {
    padding-top: 110px;
  }

  .cz.cz-social {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .slide {
    height: 100%;
  }

  .sliderimage {
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 0;
  }

  .sliderimage.sliderimage2 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .sliderimage.sliderimage3 {
    background-position: 0 0;
    background-size: cover;
  }

  .socialmedia {
    margin-left: 40px;
  }

  .socialmedia.footersocial.footersocialtab {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
  }

  .navlink {
    margin-right: 0;
    padding: 10px;
  }

  .h2 {
    margin-bottom: 50px;
  }

  .datadiv {
    flex: 1;
    width: 75%;
    padding-right: 30px;
  }

  .place {
    flex: 1;
    padding-right: 30px;
  }

  .datetimetext {
    font-size: 20px;
  }

  .video {
    width: 100%;
    height: 370px;
  }

  .video.videolandsc {
    width: auto;
  }

  .polygonvideo {
    width: 40px;
    height: 50px;
    margin-right: -30px;
  }

  .watchmytext {
    font-size: 50px;
    line-height: 50px;
  }

  .news {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .blogdiv {
    align-items: center;
    min-width: 40%;
    max-width: 47%;
    margin-bottom: 20px;
  }

  .blogdiv.bloglast {
    margin-bottom: 0;
  }

  .blogheader {
    text-align: center;
    max-width: 380px;
  }

  .blogtext {
    text-align: center;
  }

  .tourdatesdiv {
    padding-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .insta-photos-line {
    height: 200px;
  }

  .insta-img {
    width: 200px;
    height: 200px;
    margin-right: 10px;
  }

  .video-link-core {
    flex: 1;
    min-width: 480px;
  }

  .pop-up-menu-div {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .pop-up-core {
    max-width: 280px;
  }

  .remodal-close-link {
    background-color: #ffffff0d;
    background-size: 14px;
    border-radius: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .menu-link {
    color: #fff;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Bebasneue, sans-serif;
    font-size: 35px;
    font-weight: 600;
  }

  .menu-link:hover {
    color: #f99473;
  }

  .firstarticle-div {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    max-width: 680px;
  }

  .first-article-image {
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    margin-right: 0;
  }

  .first-article-desc-div {
    justify-content: center;
    align-items: center;
    max-width: 580px;
    margin-top: 40px;
  }

  .first-artvice-h {
    font-size: 50px;
    line-height: 50px;
  }

  .staynavlink {
    margin-right: 0;
    padding: 10px;
  }

  .bloghomepagediv {
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .bloghomepagediv.bloglast {
    margin-bottom: 0;
  }

  .hero-bg-container {
    align-items: flex-start;
    padding-top: 67px;
    padding-right: 0;
  }

  .image-5 {
    width: 40%;
  }

  .background-video {
    height: 40vh;
  }

  .page-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-large {
    margin-left: 0;
    margin-right: 0;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .grid.is-3 {
    grid-template-columns: 1fr 1fr;
  }

  .grid.is-1-3 {
    grid-template-columns: 1fr;
  }

  .menu-icon4_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar4_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar4_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar4_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    display: block;
    position: relative;
  }

  .menu-icon_line-middle-base {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .navbar4_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

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

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .dropdown-chevron.is-navbar4 {
    width: 1.25rem;
    height: 1.25rem;
  }

  .navbar4_dropdown-toggle {
    align-items: center;
    width: 100%;
    margin: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
    position: relative;
  }

  .navbar4_dropdown-link {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 0;
    font-size: 20px;
  }

  .navbar4_link {
    margin-top: 0;
    margin-bottom: 0;
    padding: .75rem 0;
    font-size: 1.25rem;
    position: static;
  }

  .menu-icon4_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navbar4_container {
    grid-auto-columns: 1fr;
  }

  .navbar4_menu {
    z-index: 1;
    background-color: var(--\<unknown\|variable-248be024-93cf-6ec4-8eec-0e9f047a83ae\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    display: block;
  }

  .menu-icon4_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .menu-icon4_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .menu-icon_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .layout157_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-xlarge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .links4_newsletter-content {
    width: 90%;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    background-color: #151515;
  }

  h2 {
    margin-top: 10px;
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  p {
    font-size: 13px;
    line-height: 23px;
  }

  li {
    font-size: 13px;
  }

  blockquote {
    font-size: 14px;
  }

  .hero {
    background-image: url('../images/Frame-76_2.webp');
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    min-height: 0;
  }

  .nav {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .nav.hero-nav {
    width: 100%;
    margin-bottom: 40px;
    display: none;
  }

  .nav.blog-nav, .logo.footerlogo {
    margin-bottom: 0;
  }

  .logo.is-small {
    width: 6rem;
    height: 8rem;
  }

  .navigation {
    padding: 16px 24px;
  }

  .navigation.footernavigation {
    margin-top: 10px;
  }

  .cz.video-cz {
    flex-direction: column-reverse;
    padding: 50px 30px;
  }

  .cz.cz-music {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cz.czbio {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .cz.cz-dates {
    padding-top: 100px;
  }

  .cz.cz-social {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cz.blog-page-cz {
    margin-bottom: 30px;
  }

  .sliderdiv {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    flex: 0 auto;
  }

  .hero-slider {
    flex: 1;
    height: 70%;
    min-height: 280px;
  }

  .sliderimage {
    height: 16rem;
  }

  .slidertext {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .newsingletext {
    font-size: 14px;
    line-height: 14px;
  }

  .h1 {
    width: 210px;
    font-size: 60px;
    line-height: 60px;
  }

  .socialmedia {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    order: -1;
    width: 100%;
    margin-top: 1rem;
    display: flex;
  }

  .sociallink.footersociallink {
    margin-left: 5px;
    margin-right: 5px;
  }

  .hero-slider-arrows {
    margin-bottom: 40px;
  }

  .h2 {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 40px;
  }

  .h2.minus30pxh2 {
    margin-top: -20px;
  }

  .contacts {
    margin-top: 10px;
  }

  .datesline {
    align-items: flex-start;
    padding-bottom: 25px;
  }

  .standartbutton {
    flex: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .standartbutton.loadmore-blog-button {
    width: 80px;
    margin-top: 0;
    line-height: 25px;
  }

  .datadiv {
    padding-right: 20px;
  }

  .place {
    align-items: flex-start;
    padding-right: 20px;
  }

  .datetimetext {
    font-size: 16px;
    line-height: 16px;
  }

  .timeplacetext, .placetext {
    font-size: 13px;
    line-height: 13px;
  }

  .containdp.containdplandsc {
    margin-bottom: 10px;
  }

  .forconcertorg {
    max-width: 380px;
    font-size: 15px;
    line-height: 22px;
  }

  .underhtext {
    width: 85%;
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 24px;
  }

  .underhtext.blueunderh {
    width: auto;
    margin-bottom: 40px;
  }

  .video {
    width: 100%;
    height: 90vh;
    max-height: 280px;
    margin-top: 30px;
  }

  .video.videolandsc {
    height: 240px;
    margin-right: 0;
  }

  .ellipsevideo {
    width: 120px;
    height: 120px;
    margin-right: -10px;
    transform: none;
  }

  .polygonvideo {
    border-top-width: 18px;
    border-bottom-width: 18px;
    border-left-width: 30px;
    width: 40px;
    height: 50px;
    margin-left: 10px;
    margin-right: 0;
    transform: none;
  }

  .videotext {
    align-items: center;
  }

  .hotnewtag {
    background-image: radial-gradient(circle closest-corner, #cd7b62, #09348600);
    line-height: 15px;
  }

  .watchmytext {
    text-align: center;
    font-size: 38px;
    line-height: 42px;
  }

  .othervideoslink {
    margin-top: 20px;
  }

  .videolinkarrow {
    display: none;
  }

  .news {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2vw;
    overflow: auto;
  }

  .blogdiv {
    min-width: 60vw;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    padding: 20px;
  }

  .musicplayer {
    height: 600px;
    max-height: 600px;
    display: none;
  }

  .musicplayer.is-mobile {
    height: 400px;
    max-height: 400px;
    display: flex;
  }

  .biography {
    align-items: center;
    padding: 30px 20px;
  }

  .aboutmeinfo {
    text-align: center;
    font-size: 15px;
    line-height: 24px;
  }

  .tourdatesdiv {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-ab {
    display: inline;
  }

  .hero-text-slider {
    height: 100%;
  }

  .hero-bg {
    height: 110%;
    display: flex;
  }

  .insta-photos-line {
    height: 180px;
    margin-bottom: 40px;
  }

  .insta-img {
    width: 180px;
    height: 180px;
  }

  .video-link-core {
    min-width: 100%;
    margin-right: 0;
  }

  .burger {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    display: flex;
  }

  .burger-line-1, .burger-line-2 {
    background-color: #fff;
    width: 24px;
    height: 2px;
    margin-bottom: 4px;
  }

  .burger-line-3 {
    background-color: #fff;
    width: 24px;
    height: 2px;
  }

  .remodal-close-link {
    margin-right: 0;
  }

  .nuller {
    flex: none;
    width: 1px;
    height: 1px;
    display: block;
  }

  .upper-link {
    background-color: #000000bf;
  }

  .firstarticle-div {
    margin-bottom: 60px;
  }

  .first-article-image {
    width: 80%;
    max-width: 480px;
    height: 90vh;
    max-height: 200px;
  }

  .first-artvice-h {
    text-align: center;
    font-size: 38px;
    line-height: 42px;
  }

  .nav-div {
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-image {
    background-size: cover;
    width: 100%;
    height: 160px;
  }

  .staynavlink {
    font-size: 20px;
  }

  .blog-article-header-div {
    padding-top: 40px;
  }

  .blog-article-header-img {
    height: 280px;
  }

  .blog-content-div {
    padding-top: 140px;
  }

  .blog-article-page-bg {
    background-position: 50% 0;
  }

  .blackbutton {
    flex: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bloghomepagediv {
    flex: none;
    width: 80vw;
    min-width: 0;
    max-width: 80vw;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .bloghomepagediv.bloglast {
    margin-right: 2vw;
  }

  .sliderimagecore {
    flex: 1;
    margin-left: -50px;
  }

  .hero-bg-container {
    padding-top: 55px;
  }

  .image-5 {
    width: 50%;
  }

  .grid, .grid.is-3 {
    grid-template-columns: 1fr;
  }

  .grid.is-3-1 {
    grid-template-columns: 2.5fr;
  }

  .grid.is-custom {
    grid-template-columns: 1fr 1fr;
  }

  .menu-icon4_line-bottom, .menu-icon_line-middle-base {
    background-color: var(--gold);
  }

  .navbar4_component {
    border-bottom-style: none;
    border-bottom-width: 0;
    min-height: 4rem;
    padding: 2rem 1rem 1rem;
    display: flex;
  }

  .navbar4_logo {
    border-radius: 9rem;
  }

  .navbar4_logo-link {
    background-color: var(--black);
    border-radius: 6rem;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    width: 6rem;
    height: 8rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    display: flex;
    overflow: hidden;
  }

  .navbar4_link {
    color: var(--white);
    text-transform: uppercase;
    font-family: Bebasneue, sans-serif;
    font-size: 2rem;
    line-height: 1;
  }

  .navbar4_link:hover {
    color: var(--gold);
  }

  .menu-icon4_line-top {
    background-color: var(--gold);
  }

  .navbar4_menu-wrapper {
    z-index: 999;
    background-color: var(--black);
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 4rem;
    padding-left: 2rem;
    position: relative;
    box-shadow: 0 2px 16px #e8aa0d4d;
  }

  .menu-icon4 {
    background-color: var(--black);
    border: 1px solid #3b3b3b;
    border-radius: 20rem;
    width: 4rem;
    height: 4rem;
    margin-right: 0;
  }

  .menu-icon4_line-middle {
    background-color: var(--gold);
  }

  .button.is-navbar4-button {
    padding: .25rem 1rem;
  }

  .page-padding, .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .padding-section-xlarge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-hero {
    width: 210px;
    font-size: 60px;
    line-height: 60px;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .links4_header {
    justify-content: center;
    align-items: center;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .links4_header-background {
    aspect-ratio: 1;
    object-fit: cover;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .links4_background-image-wrapper {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: calc(100% + 1.5rem);
    position: absolute;
    top: -1.5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .links4_newsletter-link {
    grid-template-columns: 1fr;
  }

  .links4_newsletter-modal {
    align-items: flex-start;
  }

  .links4_newsletter-content {
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .text-size-large {
    font-size: 1rem;
  }

  .text-color-sand.text-size-large {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 479px) {
  ul {
    padding-left: 20px;
  }

  blockquote {
    padding-left: 20px;
    font-size: 12px;
    line-height: 24px;
  }

  .hero {
    background-image: url('../images/Frame-76_2.webp');
    background-repeat: no-repeat;
    background-size: cover;
    max-height: none;
    padding-top: 0;
  }

  .nav {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 50px;
  }

  .logo {
    background-position: 0;
    width: 140px;
    margin-bottom: 0;
  }

  .navigation.footernavigation {
    flex-direction: column;
  }

  .cz.video-cz {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cz.cz-blog {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cz.cz-dates {
    padding-top: 80px;
  }

  .sliderdiv {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .hero-slider {
    max-height: auto;
    flex: 0 auto;
    width: 90vw;
    height: auto;
    min-height: 0;
    margin-left: 0;
  }

  .sliderimage {
    height: 16rem;
  }

  .slidertext {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
    display: flex;
  }

  .newsingletext {
    margin-bottom: 10px;
  }

  .h1 {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13vw;
    line-height: 1em;
  }

  .buttonplaynow {
    background-image: repeating-radial-gradient(circle closest-corner at 50% 50%, var(--gold), #09348600);
  }

  .socialmedia {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    display: flex;
  }

  .socialmedia.footersocial.footersocialtab {
    justify-content: center;
    align-items: center;
  }

  .sociallink {
    margin: 0 5px;
  }

  .navlink.navlinklast {
    font-size: 12px;
    line-height: 12px;
  }

  .h2.minus30pxh2 {
    margin-top: -20px;
    font-size: 40px;
    line-height: 40px;
  }

  .contacts {
    margin-top: 20px;
  }

  .datesline {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .standartbutton {
    padding: 5px 30px;
  }

  .datadiv {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 85%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .place {
    align-items: center;
    width: 160px;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .datetimetext {
    margin-bottom: 5px;
    line-height: 24px;
  }

  .timeplacetext {
    text-align: center;
    font-size: 12px;
  }

  .placetext {
    font-size: 12px;
  }

  .containdp {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .forconcertorg {
    max-width: none;
  }

  .underhtext, .underhtext.blueunderh {
    width: 100%;
  }

  .video {
    height: 180px;
  }

  .video.videolandsc {
    height: 150px;
  }

  .ellipsevideo {
    width: 80px;
    height: 80px;
  }

  .polygonvideo {
    width: 30px;
    height: 30px;
    margin-right: 0;
  }

  .hotnewtag {
    background-image: radial-gradient(circle closest-corner at 50% 50%, var(--gold), #09348600);
    line-height: 15px;
  }

  .news {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100vw;
    overflow: auto;
  }

  .blogdiv {
    flex: none;
    width: 90vw;
    margin-bottom: 0;
    margin-right: 10px;
    padding: 10px 10px 20px;
  }

  .blogheader {
    font-size: 14px;
    line-height: 22px;
  }

  .biography {
    align-items: center;
  }

  .aboutmeinfo {
    text-align: center;
  }

  .tourdatesdiv {
    padding-left: 20px;
    padding-right: 20px;
  }

  .numberslider {
    height: 30px;
  }

  .active-slide-number {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    display: flex;
  }

  .hero-slider-core {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-text-slider {
    max-width: 100%;
    height: 100%;
    margin-right: 0;
  }

  .slider-text-core {
    margin-right: 0;
  }

  .hero-bg {
    z-index: 0;
  }

  .burger {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .burger-line-1, .burger-line-2 {
    background-color: #fff;
    width: 24px;
    height: 2px;
    margin-bottom: 4px;
  }

  .burger-line-3 {
    background-color: #fff;
    width: 24px;
    height: 2px;
  }

  .nuller {
    flex: none;
    width: 1px;
    display: block;
  }

  .upper-link {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
  }

  .up-icon {
    width: 10px;
    height: 16px;
  }

  .firstarticle-div {
    margin-bottom: 60px;
  }

  .first-article-image {
    width: 90%;
    height: 180px;
  }

  .first-artvice-h {
    font-size: 36px;
    line-height: 40px;
  }

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

  .staynavlink.navlinklast {
    line-height: 12px;
  }

  .blog-article-header-img {
    height: 200px;
  }

  .blog-content-div {
    padding-bottom: 60px;
  }

  .blog-articles-page-buttons-div {
    flex-flow: column wrap;
    align-items: stretch;
    width: 100%;
  }

  .blackbutton {
    padding: 5px 30px;
  }

  .blackbutton.blogbutton {
    margin-bottom: 10px;
  }

  .blackbutton.blogbutton.last-blogbutton.w--current {
    margin-left: 0;
  }

  .bloghomepagediv {
    flex: none;
    width: 90vw;
    max-width: 90vw;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .video-link-blocker {
    top: -4px;
    transform: translate3d(0, 0, 60px);
  }

  .sliderimagecore {
    margin-left: 0;
  }

  .hero-bg-container {
    padding-top: 54px;
  }

  .image-5 {
    z-index: 1;
    width: 80%;
    position: relative;
  }

  .navbar4_component {
    padding-right: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-hero {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13vw;
    line-height: 1em;
  }

  .contact_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .links4_header-background {
    aspect-ratio: 2 / 3;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .links4_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .page-header_component {
    height: 35rem;
  }

  .page-header_title {
    text-align: center;
    font-size: 3rem;
  }
}

#w-node-_00ff0bf9-8ca2-8e93-fff4-741516579f67-5748b315, #w-node-_00ff0bf9-8ca2-8e93-fff4-741516579f69-5748b315 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Roman Sd';
  src: url('../fonts/Roman_SD.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bebasneue book';
  src: url('../fonts/BebasNeue-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Tangerine';
  src: url('../fonts/Tangerine.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}