﻿/*
    zet de scroll-axis die je wil gebruiken ($x en/of $y) op TRUE
*/
/*Images */
/* Icons */
@media (min-width: 0px) and (max-width: 788px) {
  .hideOnPhone {
    display: none !important;
  }
}

@media (min-width: 788px) and (max-width: 1300px) {
  .hideOnTablet {
    display: none !important;
  }
}

@media (min-width: 1300px) {
  .hideOnDesktop {
    display: none !important;
  }
}

:root {
  --grid-margin: 1.25rem;
  --grid-padding: 1.25rem;
}

*, ::after, ::before {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 20px;
  color: black;
  overflow-x: hidden;
  background-color: #000000;
  font-family: "Playfair Display", Verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  background-color: inherit;
}

.ctxtWhite {
  color: white;
}

.cBlack {
  color: white;
}

.bgcBlack {
  background-color: black;
}

.bgcWhite {
  background-color: white;
}

.bgImgLT {
  background-position: left top;
}

.bgImgLC {
  background-position: left center;
}

.bgImgLB {
  background-position: left bottom;
}

.bgImgRT {
  background-position: right top;
}

.bgImgRC {
  background-position: right center;
}

.bgImgRB {
  background-position: right bottom;
}

.bgImgCT {
  background-position: center top;
}

.bgImgCC {
  background-position: center center;
}

.bgImgCB {
  background-position: center bottom;
}

img:not(.tl-media-item) {
  max-width: 100% !important;
  max-height: 100% !important;
}

.mUnset {
  margin: 0 !important;
}

.mBUnset {
  margin-bottom: 0 !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mBUnset {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mBUnset {
    margin-bottom: 0 !important;
  }
}

.mB_L {
  margin-bottom: 32px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_L {
    margin-bottom: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_L {
    margin-bottom: calc(32px * 0.8) !important;
  }
}

.mB_M {
  margin-bottom: 20px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_M {
    margin-bottom: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_M {
    margin-bottom: calc(20px * 0.8) !important;
  }
}

.mB_S {
  margin-bottom: 15px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_S {
    margin-bottom: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_S {
    margin-bottom: calc(15px * 0.8) !important;
  }
}

.mB_XS {
  margin-bottom: 10px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_XS {
    margin-bottom: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_XS {
    margin-bottom: calc(10px * 0.8) !important;
  }
}

.mB_XXS {
  margin-bottom: 5px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_XXS {
    margin-bottom: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_XXS {
    margin-bottom: calc(5px * 0.8) !important;
  }
}

.mTUnset {
  margin-top: 0 !important;
}

.mT_XL {
  margin-top: 64px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_XL {
    margin-top: calc(64px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_XL {
    margin-top: calc(64px * 0.8) !important;
  }
}

.mT_L {
  margin-top: 32px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_L {
    margin-top: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_L {
    margin-top: calc(32px * 0.8) !important;
  }
}

.mT_M {
  margin-top: 20px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_M {
    margin-top: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_M {
    margin-top: calc(20px * 0.8) !important;
  }
}

.mT_S {
  margin-top: 15px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_S {
    margin-top: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_S {
    margin-top: calc(15px * 0.8) !important;
  }
}

.mT_XS {
  margin-top: 10px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_XS {
    margin-top: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_XS {
    margin-top: calc(10px * 0.8) !important;
  }
}

.mT_XXS {
  margin-top: 5px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_XXS {
    margin-top: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_XXS {
    margin-top: calc(5px * 0.8) !important;
  }
}

.mLUnset {
  margin-left: 0 !important;
}

.mL_L {
  margin-left: 32px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mL_L {
    margin-left: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mL_L {
    margin-left: calc(32px * 0.8) !important;
  }
}

.mL_M {
  margin-left: 20px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mL_M {
    margin-left: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mL_M {
    margin-left: calc(20px * 0.8) !important;
  }
}

.mL_S {
  margin-left: 15px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mL_S {
    margin-left: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mL_S {
    margin-left: calc(15px * 0.8) !important;
  }
}

.mL_XS {
  margin-left: 10px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mL_XS {
    margin-left: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mL_XS {
    margin-left: calc(10px * 0.8) !important;
  }
}

.mL_XXS {
  margin-left: 5px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mL_XXS {
    margin-left: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mL_XXS {
    margin-left: calc(5px * 0.8) !important;
  }
}

.mRUnset {
  margin-right: 0 !important;
}

.mR_L {
  margin-right: 32px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mR_L {
    margin-right: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mR_L {
    margin-right: calc(32px * 0.8) !important;
  }
}

.mR_M {
  margin-right: 20px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mR_M {
    margin-right: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mR_M {
    margin-right: calc(20px * 0.8) !important;
  }
}

.mR_S {
  margin-right: 15px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mR_S {
    margin-right: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mR_S {
    margin-right: calc(15px * 0.8) !important;
  }
}

.mR_XS {
  margin-right: 10px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mR_XS {
    margin-right: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mR_XS {
    margin-right: calc(10px * 0.8) !important;
  }
}

.mR_XXS {
  margin-right: 5px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mR_XXS {
    margin-right: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mR_XXS {
    margin-right: calc(5px * 0.8) !important;
  }
}

.mT_0 {
  margin-top: 0px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_0 {
    margin-top: calc(0px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_0 {
    margin-top: calc(0px * 0.8) !important;
  }
}

.mB_0 {
  margin-bottom: 0px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_0 {
    margin-bottom: calc(0px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_0 {
    margin-bottom: calc(0px * 0.8) !important;
  }
}

.mT_5 {
  margin-top: 5px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_5 {
    margin-top: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_5 {
    margin-top: calc(5px * 0.8) !important;
  }
}

.mB_5 {
  margin-bottom: 5px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_5 {
    margin-bottom: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_5 {
    margin-bottom: calc(5px * 0.8) !important;
  }
}

.mT_10 {
  margin-top: 10px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_10 {
    margin-top: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_10 {
    margin-top: calc(10px * 0.8) !important;
  }
}

.mB_10 {
  margin-bottom: 10px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_10 {
    margin-bottom: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_10 {
    margin-bottom: calc(10px * 0.8) !important;
  }
}

.mT_15 {
  margin-top: 15px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_15 {
    margin-top: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_15 {
    margin-top: calc(15px * 0.8) !important;
  }
}

.mB_15 {
  margin-bottom: 15px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_15 {
    margin-bottom: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_15 {
    margin-bottom: calc(15px * 0.8) !important;
  }
}

.mT_20 {
  margin-top: 20px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_20 {
    margin-top: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_20 {
    margin-top: calc(20px * 0.8) !important;
  }
}

.mB_20 {
  margin-bottom: 20px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_20 {
    margin-bottom: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_20 {
    margin-bottom: calc(20px * 0.8) !important;
  }
}

.mT_25 {
  margin-top: 25px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_25 {
    margin-top: calc(25px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_25 {
    margin-top: calc(25px * 0.8) !important;
  }
}

.mB_25 {
  margin-bottom: 25px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_25 {
    margin-bottom: calc(25px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_25 {
    margin-bottom: calc(25px * 0.8) !important;
  }
}

.mT_30 {
  margin-top: 30px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_30 {
    margin-top: calc(30px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_30 {
    margin-top: calc(30px * 0.8) !important;
  }
}

.mB_30 {
  margin-bottom: 30px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_30 {
    margin-bottom: calc(30px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_30 {
    margin-bottom: calc(30px * 0.8) !important;
  }
}

.mT_35 {
  margin-top: 35px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_35 {
    margin-top: calc(35px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_35 {
    margin-top: calc(35px * 0.8) !important;
  }
}

.mB_35 {
  margin-bottom: 35px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_35 {
    margin-bottom: calc(35px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_35 {
    margin-bottom: calc(35px * 0.8) !important;
  }
}

.mT_40 {
  margin-top: 40px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_40 {
    margin-top: calc(40px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_40 {
    margin-top: calc(40px * 0.8) !important;
  }
}

.mB_40 {
  margin-bottom: 40px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_40 {
    margin-bottom: calc(40px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_40 {
    margin-bottom: calc(40px * 0.8) !important;
  }
}

.mT_45 {
  margin-top: 45px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_45 {
    margin-top: calc(45px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_45 {
    margin-top: calc(45px * 0.8) !important;
  }
}

.mB_45 {
  margin-bottom: 45px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_45 {
    margin-bottom: calc(45px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_45 {
    margin-bottom: calc(45px * 0.8) !important;
  }
}

.mT_50 {
  margin-top: 50px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_50 {
    margin-top: calc(50px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_50 {
    margin-top: calc(50px * 0.8) !important;
  }
}

.mB_50 {
  margin-bottom: 50px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_50 {
    margin-bottom: calc(50px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_50 {
    margin-bottom: calc(50px * 0.8) !important;
  }
}

.pUnset {
  padding: 0 !important;
}

.pBUnset {
  padding-bottom: unset !important;
}

.pB_XL {
  padding-bottom: 64px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pB_XL {
    padding-bottom: calc(64px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pB_XL {
    padding-bottom: calc(64px * 0.8) !important;
  }
}

.pB_L {
  padding-bottom: 32px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pB_L {
    padding-bottom: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pB_L {
    padding-bottom: calc(32px * 0.8) !important;
  }
}

.pB_M {
  padding-bottom: 20px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pB_M {
    padding-bottom: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pB_M {
    padding-bottom: calc(20px * 0.8) !important;
  }
}

.pB_S {
  padding-bottom: 15px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pB_S {
    padding-bottom: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pB_S {
    padding-bottom: calc(15px * 0.8) !important;
  }
}

.pB_XS {
  padding-bottom: 10px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pB_XS {
    padding-bottom: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pB_XS {
    padding-bottom: calc(10px * 0.8) !important;
  }
}

.pB_XXS {
  padding-bottom: 5px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pB_XXS {
    padding-bottom: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pB_XXS {
    padding-bottom: calc(5px * 0.8) !important;
  }
}

.pTUnset {
  padding-top: unset !important;
}

.pT_L {
  padding-top: 32px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pT_L {
    padding-top: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pT_L {
    padding-top: calc(32px * 0.8) !important;
  }
}

.pT_M {
  padding-top: 20px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pT_M {
    padding-top: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pT_M {
    padding-top: calc(20px * 0.8) !important;
  }
}

.pT_S {
  padding-top: 15px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pT_S {
    padding-top: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pT_S {
    padding-top: calc(15px * 0.8) !important;
  }
}

.pT_XS {
  padding-top: 10px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pT_XS {
    padding-top: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pT_XS {
    padding-top: calc(10px * 0.8) !important;
  }
}

.pT_XXS {
  padding-top: 5px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pT_XXS {
    padding-top: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pT_XXS {
    padding-top: calc(5px * 0.8) !important;
  }
}

.pLUnset {
  padding-left: unset !important;
}

.pL_L {
  padding-left: 32px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pL_L {
    padding-left: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pL_L {
    padding-left: calc(32px * 0.8) !important;
  }
}

.pL_M {
  padding-left: 20px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pL_M {
    padding-left: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pL_M {
    padding-left: calc(20px * 0.8) !important;
  }
}

.pL_S {
  padding-left: 15px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pL_S {
    padding-left: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pL_S {
    padding-left: calc(15px * 0.8) !important;
  }
}

.pL_XS {
  padding-left: 10px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pL_XS {
    padding-left: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pL_XS {
    padding-left: calc(10px * 0.8) !important;
  }
}

.pL_XSbfore:before {
  padding-left: 10px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pL_XSbfore:before {
    padding-left: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pL_XSbfore:before {
    padding-left: calc(10px * 0.8) !important;
  }
}

.pL_XXS {
  padding-left: 5px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pL_XXS {
    padding-left: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pL_XXS {
    padding-left: calc(5px * 0.8) !important;
  }
}

.pRUnset {
  padding-right: unset !important;
}

.pR_L {
  padding-right: 32px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pR_L {
    padding-right: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pR_L {
    padding-right: calc(32px * 0.8) !important;
  }
}

.pR_M {
  padding-right: 20px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pR_M {
    padding-right: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pR_M {
    padding-right: calc(20px * 0.8) !important;
  }
}

.pR_S {
  padding-right: 15px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pR_S {
    padding-right: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pR_S {
    padding-right: calc(15px * 0.8) !important;
  }
}

.pR_XS {
  padding-right: 10px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pR_XS {
    padding-right: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pR_XS {
    padding-right: calc(10px * 0.8) !important;
  }
}

.pR_XSbfore::before {
  padding-right: 10px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pR_XSbfore::before {
    padding-right: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pR_XSbfore::before {
    padding-right: calc(10px * 0.8) !important;
  }
}

.pR_XXS {
  padding-right: 5px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pR_XXS {
    padding-right: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pR_XXS {
    padding-right: calc(5px * 0.8) !important;
  }
}

@media (min-width: 0px) and (max-width: 788px) {
  .pLR-xs-phone {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (min-width: 0px) and (max-width: 788px) {
  .pTB-xs-phone {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

.pTXS {
  margin-top: 10px !important;
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table th {
  text-align: inherit;
}
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: 1px solid #D9DADB;
  padding: 15px;
  vertical-align: middle;
}
.table > thead > tr > th {
  border-bottom: 1px solid #D9DADB;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.boxedtable {
  background-color: white !important;
}
.boxedtable label {
  padding: unset !important;
}
.boxedtable input {
  display: inline-block;
  max-width: 50%;
}
.boxedtable .dataTables_filter {
  margin-bottom: 20px;
  margin-top: 10px;
}
.boxedtable table {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-color: #aaa white;
}
.boxedtable table::-webkit-scrollbar {
  width: 10px;
  height: 4px;
  background-color: white;
}
.boxedtable table::-webkit-scrollbar-thumb {
  background: #aaa;
}
.boxedtable table thead {
  background-color: #f6f6f6 !important;
  color: grey !important;
}
.boxedtable table tbody .fas, .boxedtable table tbody fa {
  cursor: pointer;
}
.boxedtable table tbody td {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.dataTables_scrollBody {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-color: #aaa white;
}
.dataTables_scrollBody::-webkit-scrollbar {
  width: 10px;
  height: 4px;
  background-color: white;
}
.dataTables_scrollBody::-webkit-scrollbar-thumb {
  background: #aaa;
}

body .dataTables_wrapper .bottom {
  margin-top: 10px !important;
}
body .dataTables_wrapper .bottom .paginate_button:hover {
  cursor: pointer !important;
}
body .dataTables_wrapper .bottom .paginate_button.current {
  font-size: 18px !important;
  background-color: #0094ff !important;
  color: white !important;
  border-color: #0094ff !important;
  border-radius: 0.6rem !important;
}
body .dataTables_wrapper .bottom .paginate_button.current:hover {
  background-color: rgb(0, 118.4, 204) !important;
  color: white !important;
  border-color: rgb(0, 118.4, 204) !important;
}
body .dataTables_wrapper .bottom .paginate_button:not(.current):hover {
  background-color: unset !important;
  background-image: unset !important;
  border: 1px solid transparent !important;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 1px;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  color: #cccccc !important;
}
body .dataTables_wrapper .columnWidth_add {
  min-width: 400px;
}
@media (min-width: 0px) and (max-width: 788px) {
  body .dataTables_wrapper .columnWidth_add {
    min-width: 350px;
  }
}
body .dataTables_wrapper .columnWidth_add2 {
  min-width: 250px;
}
@media (min-width: 0px) and (max-width: 788px) {
  body .dataTables_wrapper .columnWidth_add2 {
    min-width: 150px;
  }
}

table.dataTable thead.txtCenter {
  text-align: center !important;
}

.linkbutton {
  display: flex;
  flex-direction: row;
  width: fit-content;
  cursor: pointer;
  white-space: nowrap;
  font-size: 18px;
  border-radius: 0.8rem;
  overflow: hidden;
}
.linkbutton .label {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background-color: #e2bd72;
  color: black;
  padding: 10px 12px;
}
.linkbutton .icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #c4870e;
  color: #e2bd72;
  padding: 10px 12px;
  font-size: 15px;
}
@media (min-width: 0px) and (max-width: 788px) {
  .linkbutton.minify-on-phone .label {
    display: none;
  }
  .linkbutton.minify-on-phone .arrow {
    background-color: transparent;
    font-size: 25px;
  }
}

.formrow {
  /*@include respMarginB($sM, $constRespSPercT, $constRespSPercP);*/
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  grid-gap: 0px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formrow {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formrow {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1300px) {
  .formrow > * {
    width: calc(100% / 2 - 0px * (2 - 1) / 2);
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formrow > * {
    width: calc(100% / 2 - 0px * (2 - 1) / 2);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formrow > * {
    width: 100%;
  }
}
.formrow.c1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  grid-gap: 0px;
}
@media (min-width: 1300px) {
  .formrow.c1 > * {
    width: 100%;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formrow.c1 > * {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formrow.c1 > * {
    width: 100%;
  }
}
.formrow.c4 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  grid-gap: 0px;
}
@media (min-width: 1300px) {
  .formrow.c4 > * {
    width: calc(100% / 4 - 0px * (4 - 1) / 4);
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formrow.c4 > * {
    width: calc(100% / 4 - 0px * (4 - 1) / 4);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formrow.c4 > * {
    width: 100%;
  }
}
.formrow.priceaddition {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  grid-gap: 0px;
}
@media (min-width: 1300px) {
  .formrow.priceaddition > * {
    width: calc(100% / 2 - 0px * (2 - 1) / 2);
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formrow.priceaddition > * {
    width: calc(100% / 2 - 0px * (2 - 1) / 2);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formrow.priceaddition > * {
    width: calc(100% / 2 - 0px * (2 - 1) / 2);
  }
}
.formrow.priceaddition .left {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  grid-gap: 0px;
}
@media (min-width: 1300px) {
  .formrow.priceaddition .left > * {
    width: calc(100% / 2 - 0px * (2 - 1) / 2);
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formrow.priceaddition .left > * {
    width: calc(100% / 2 - 0px * (2 - 1) / 2);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formrow.priceaddition .left > * {
    width: 100%;
  }
}
.formrow.priceaddition .left .labels {
  justify-content: center;
  margin-bottom: unset;
}
.formrow.priceaddition .right {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  grid-gap: 0px;
}
@media (min-width: 1300px) {
  .formrow.priceaddition .right > * {
    width: calc(100% / 2 - 0px * (2 - 1) / 2);
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formrow.priceaddition .right > * {
    width: calc(100% / 2 - 0px * (2 - 1) / 2);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formrow.priceaddition .right > * {
    width: 100%;
  }
}
.formrow.priceaddition .right .labels {
  text-align: right;
  padding-right: 10px;
  margin-bottom: unset;
}
@media (min-width: 0px) and (max-width: 788px) {
  .formrow.priceaddition .right .labels {
    margin-block-start: unset !important;
    margin-block-end: unset !important;
    margin-inline-start: unset !important;
    margin-inline-end: unset !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: unset;
  }
}
.formrow .labels {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 10px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formrow .labels {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formrow .labels {
    margin-bottom: 0px !important;
  }
}
.formrow .labels label {
  padding: unset;
  text-transform: uppercase;
  font-weight: bolder;
}
.formrow .labels label.nocase {
  text-transform: none !important;
}
.formrow .labels label.sub {
  text-transform: none !important;
  font-weight: unset !important;
}
.formrow .item {
  display: flex;
  flex-direction: column;
}

hr.frmrow-seperator {
  margin-bottom: 20px;
  border-top: 1px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  hr.frmrow-seperator {
    margin-bottom: calc(20px * 0.95) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  hr.frmrow-seperator {
    margin-bottom: calc(20px * 0.9) !important;
  }
}

.inputbox, textarea:not(.select2-search__field), input:not([type=radio], [type=checkbox]) {
  background-color: white;
  background-image: none;
  border: 1px solid #D9DADB;
  color: inherit;
  display: block;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  height: 40px !important;
  font-weight: 400;
  line-height: 22px;
  outline: none;
  font-size: 30px;
  font-family: "Playfair Display", Verdana, sans-serif;
  padding-left: 15px;
  min-width: 1px;
}
.inputbox::placeholder, textarea:not(.select2-search__field)::placeholder, input:not([type=radio], [type=checkbox])::placeholder {
  color: grey;
}
.inputbox:focus, textarea:focus:not(.select2-search__field), input:focus:not([type=radio], [type=checkbox]) {
  border-color: #0094ff;
  box-shadow: 0 0 7px #D9DADB;
}
.inputbox:disabled, textarea:disabled:not(.select2-search__field), input:disabled:not([type=radio], [type=checkbox]), .inputbox:read-only, textarea:read-only:not(.select2-search__field), input:read-only:not([type=radio], [type=checkbox]) {
  background-color: #424242;
  opacity: 1;
}

textarea:not(.select2-search__field) {
  resize: none;
  line-height: 25px;
  height: 160px !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.input-validation-error {
  background-color: rgba(255, 50, 50, 0.1) !important;
  border-color: red !important;
  color: red;
}
.input-validation-error:focus {
  border-color: red !important;
}

.togglebox {
  text-transform: capitalize;
  font-weight: bolder;
}
.togglebox label {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  grid-gap: 0px;
  width: 130px;
  height: 40px;
  border: 1px solid black;
  border-radius: 14px;
}
@media (min-width: 1300px) {
  .togglebox label > * {
    width: calc(100% / 2 - 0px * (2 - 1) / 2);
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .togglebox label > * {
    width: calc(100% / 2 - 0px * (2 - 1) / 2);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .togglebox label > * {
    width: calc(100% / 2 - 0px * (2 - 1) / 2);
  }
}
.togglebox .ja, .togglebox .nee {
  border-radius: calc(14px - 1px);
  width: calc(130px / 2 - 2px);
  height: calc(40px - 2px);
  line-height: calc(40px - 2px);
  text-align: center;
  user-select: none;
}
.togglebox .ja {
  background: white;
  color: inherit;
}
.togglebox .nee {
  background: blue;
  color: white;
}
.togglebox input[type=checkbox] {
  display: none;
}
.togglebox input[type=checkbox]:checked + label .ja {
  background: blue;
  color: white;
}
.togglebox input[type=checkbox]:checked + label .nee {
  background: white;
  color: inherit;
}

.tippy-box[data-theme~=active] {
  background-color: pink;
  color: white;
}

.tippy-box[data-theme~=active][data-placement^=top] > .tippy-arrow::before {
  border-bottom-color: pink;
}

.tippy-box[data-theme~=active][data-placement^=right] > .tippy-arrow::before {
  border-right-color: pink;
}

.tooltippy {
  background-color: #0094ff !important;
  padding: 0.001em 6px;
  border-radius: 50% !important;
  margin-right: 10px !important;
  margin-left: 10px !important;
  font-size: 20px !important;
  text-align: center !important;
  color: rgb(142.5, 142.5, 142.5) !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
}
.tooltippy:hover {
  background-color: rgb(76.5, 180.1, 255) !important;
}

.tippy-box[data-theme~=ANtooltip] {
  background-color: #0094ff;
  color: #a8a8a8;
  padding: 2px 4px;
}

.tippy-box[data-theme~=ANtooltip][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #0094ff;
}

.tippy-box[data-theme~=ANtooltip][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #0094ff;
}

.pointer {
  cursor: pointer;
}

select {
  width: 100% !important;
}

.select2-selection {
  font-size: 15px;
  font-family: "poppins", Verdana, sans-serif;
  height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 15px;
}

.input-validation-error + span .select2-selection {
  background-color: rgba(255, 50, 50, 0.1) !important;
  border-color: red !important;
  color: red;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
}

.select2-container .select2-selection--single {
  height: 40px !important;
}

.select2-selection__arrow {
  height: 1.7rem !important;
}

.select2fix > span {
  height: 45px;
  width: 100%;
}

.select2fix {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-right: 0 !important;
}

.select2fix2 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}

.select2-container--open .select2-dropdown {
  z-index: 10000;
}

.select2-container {
  width: 100% !important;
}

.select2-container--disabled .select2-selection {
  background-color: #424242 !important;
  opacity: 1;
}

.select2-results__option {
  font-size: 14px !important;
  font-family: "poppins", Verdana, sans-serif !important;
  height: 40px !important;
}

.select2-results__option--highlighted {
  background-color: #B89D4F !important;
}

.select2-selection--multiple {
  overflow: hidden !important;
  height: auto !important;
}

.select2-selection__choice__remove {
  line-height: 30px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .select2-selection__choice__remove {
    line-height: calc(30px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .select2-selection__choice__remove {
    line-height: calc(30px * 0.8) !important;
  }
}

label {
  font-size: inherit;
  line-height: 26.6666666667px;
  vertical-align: middle;
  cursor: pointer;
}
@media (min-width: 0px) and (max-width: 788px) {
  label {
    padding: unset !important;
    padding-left: 0 !important;
  }
}

.inputIconBF, .inputIconAF {
  display: flex;
  flex-direction: row;
}
.inputIconBF i, .inputIconAF i {
  padding: 0.6rem 1.2rem;
  border: 0.1rem solid #D9DADB;
  display: block;
  height: 40px !important;
  line-height: 26.6666666667px;
}

.inputIconBF i {
  border-right: unset !important;
}

.inputIconAF i {
  border-left: unset !important;
}

.inputBtnAF {
  display: flex;
  flex-direction: row;
}
.inputBtnAF button {
  margin-left: -1px;
  border-radius: unset !important;
  line-height: 22px;
  padding: 0 20px !important;
}

.inputTextAF {
  display: flex;
  flex-direction: row;
}
.inputTextAF.readonly span {
  background-color: #424242;
  opacity: 1;
}
.inputTextAF span {
  padding: 0.6rem 1.2rem;
  border: 0.1rem solid #D9DADB;
  display: block;
  height: 40px !important;
  line-height: 26.6666666667px;
}

a {
  color: black;
  font-size: 700;
  font-weight: bold;
}
@media (min-width: 788px) and (max-width: 1300px) {
  a {
    font-size: calc(700 * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  a {
    font-size: calc(700 * 0.8) !important;
  }
}
a:hover {
  color: black;
}
a.pink {
  color: pink;
}
a.pink:hover {
  color: rgb(255, 90, 118.8095238095);
}
a.greyDark {
  color: white;
}
a.greyDark:hover {
  color: #cccccc;
}
a.grey {
  color: grey;
}
a.grey:hover {
  color: #4d4d4d;
}
a.white {
  color: white;
}
a.white:hover {
  color: rgb(229.5, 229.5, 229.5);
}
a.small {
  font-size: 20px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  a.small {
    font-size: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  a.small {
    font-size: calc(20px * 0.8) !important;
  }
}
a.nobold {
  font-weight: 500;
}
a.modest, a.IconAF, a.IconBF {
  text-decoration: none !important;
}
a.IconBF i {
  margin-right: 10px !important;
}
a.IconAF i {
  margin-left: 10px !important;
}
a.IconAF.modest i::before, a.IconAF i::before {
  color: grey !important;
}

.breadcrumbs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  list-style-type: none;
  padding: 0 0 12px 0;
  overflow: hidden !important;
}
.breadcrumbs li:after {
  font: var(--fa-font-solid);
  content: "\f105";
  display: inline-block;
  padding-left: 1rem;
  vertical-align: middle;
  font-weight: 900;
}
@media (min-width: 0px) and (max-width: 788px) {
  .breadcrumbs {
    overflow: hidden !important;
  }
}
.breadcrumbs li {
  margin-left: 15px;
  white-space: nowrap;
}
@media (min-width: 0px) and (max-width: 788px) {
  .breadcrumbs li {
    display: flex;
    align-items: center;
  }
}
.breadcrumbs li:first-of-type {
  margin-left: 0;
}
.breadcrumbs li::after {
  color: grey;
}
.breadcrumbs li:last-of-type::after {
  display: none !important;
}
.breadcrumbs li a {
  font-size: 50px;
  text-decoration: none;
  color: black;
}
.breadcrumbs li a:hover {
  color: rgb(38.25, 38.25, 38.25);
}

.anchor {
  display: block;
  position: relative;
  top: -145px;
  visibility: hidden;
}

.list {
  padding-inline-start: 2.3rem;
  font-size: 700;
  line-height: 19px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .list {
    font-size: calc(700 * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .list {
    font-size: calc(700 * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .list {
    line-height: calc(19px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .list {
    line-height: calc(19px * 0.8) !important;
  }
}
.list.indent {
  padding-inline-start: 64px;
}
.list.unstyled {
  list-style: none outside none;
  margin-left: 0;
  padding-inline-start: 0;
}
.list li {
  padding-left: 10px;
}
.list li dl, .list li ol, .list li ul {
  margin-bottom: 0 !important;
}

.verticalChecklist, .verticalDoubleChecklist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.verticalChecklist li:before, .verticalDoubleChecklist ul li:before {
  font: var(--fa-font-solid);
  content: "\f00c";
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
  font-weight: 900;
}
.verticalChecklist li, .verticalDoubleChecklist ul li {
  margin-bottom: 15px;
}

.verticalDoubleChecklist {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.verticalDoubleChecklist ul {
  font-weight: bolder;
}

.horizontalChecklist {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.horizontalChecklist li:before {
  font: var(--fa-font-solid);
  content: "\f00c";
  display: inline-block;
  padding-right: 15px;
  vertical-align: middle;
  font-weight: 900;
}
.horizontalChecklist li {
  margin-bottom: unset !important;
  margin-right: 32px !important;
}

.verticalTripleChecklist {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.verticalTripleChecklist li:before {
  font: var(--fa-font-solid);
  content: "\f00c";
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
  font-weight: 900;
}
.verticalTripleChecklist li {
  margin-bottom: 15px;
}

.iboxi {
  border: 1px solid #B89D4F;
  padding: 25px;
  text-align: center;
}
.iboxi.iboxi2 {
  border: unset !important;
  margin-top: 10%;
}

.box, .boxedtable {
  background-color: #424242;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 788px) {
  .box.boxNoRadius_p, .boxNoRadius_p.boxedtable {
    border-radius: 0;
  }
}
.box > header, .boxedtable > header {
  text-align: center;
  font-weight: 500;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  font-size: 50px;
  line-height: 50px;
  font-size: 50px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .box > header, .boxedtable > header {
    font-size: calc(50px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .box > header, .boxedtable > header {
    font-size: calc(50px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .box > header, .boxedtable > header {
    line-height: 64px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.box > *:not(header), .boxedtable > *:not(header) {
  padding: 15px 2rem 20px 2rem;
}
@media (min-width: 0px) and (max-width: 788px) {
  .box > *:not(header), .boxedtable > *:not(header) {
    padding: 15px 15px 20px 15px;
  }
}
.box.whiteBg, .whiteBg.boxedtable {
  background-color: white !important;
}
.box.titleBorderSmall > header, .titleBorderSmall.boxedtable > header {
  z-index: 1;
  text-align: unset !important;
  position: relative;
}
.box.titleBorderSmall > header::before, .titleBorderSmall.boxedtable > header::before {
  position: absolute;
  bottom: 0;
  left: 1rem;
  content: "";
  height: 1px;
  width: calc(100% - 2rem);
  border-bottom: 1px solid #D9DADB;
}
.box.titleBorder > header, .titleBorder.boxedtable > header {
  border-bottom: 1px solid #D9DADB;
  text-align: unset !important;
}
.box .box_body p, .boxedtable .box_body p, .box .box_body .formrow .labels label.sub, .formrow .labels .box .box_body label.sub, .boxedtable .box_body .formrow .labels label.sub, .formrow .labels .boxedtable .box_body label.sub {
  margin-bottom: unset !important;
}

main > section, .mainsection, section .previous-albums, section .tour, .live-hero-wrapper section, .album-hero-wrapper section, .sloganbox, .footer-content, .header-content {
  min-width: 370px;
  z-index: 0;
  position: relative;
  padding-bottom: 20px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  main > section, .mainsection, section .previous-albums, section .tour, .live-hero-wrapper section, .album-hero-wrapper section, .sloganbox, .footer-content, .header-content {
    padding-bottom: calc(20px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  main > section, .mainsection, section .previous-albums, section .tour, .live-hero-wrapper section, .album-hero-wrapper section, .sloganbox, .footer-content, .header-content {
    padding-bottom: calc(20px * 0.6) !important;
  }
}
main > section > div, .mainsection > div, section .previous-albums > div, section .tour > div, .live-hero-wrapper section > div, .album-hero-wrapper section > div, .sloganbox > div, .footer-content > div, .header-content > div {
  margin: auto;
  max-width: 1300px;
}
@media (max-width: 1300px) {
  main > section > div, .mainsection > div, section .previous-albums > div, section .tour > div, .live-hero-wrapper section > div, .album-hero-wrapper section > div, .sloganbox > div, .footer-content > div, .header-content > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1300px) and (min-width: 788px) and (max-width: 1300px) {
  main > section > div, .mainsection > div, section .previous-albums > div, section .tour > div, .live-hero-wrapper section > div, .album-hero-wrapper section > div, .sloganbox > div, .footer-content > div, .header-content > div {
    padding-left: calc(20px * 0.8) !important;
  }
}
@media (max-width: 1300px) and (min-width: 0px) and (max-width: 788px) {
  main > section > div, .mainsection > div, section .previous-albums > div, section .tour > div, .live-hero-wrapper section > div, .album-hero-wrapper section > div, .sloganbox > div, .footer-content > div, .header-content > div {
    padding-left: calc(20px * 0.6) !important;
  }
}
@media (max-width: 1300px) and (min-width: 788px) and (max-width: 1300px) {
  main > section > div, .mainsection > div, section .previous-albums > div, section .tour > div, .live-hero-wrapper section > div, .album-hero-wrapper section > div, .sloganbox > div, .footer-content > div, .header-content > div {
    padding-right: calc(20px * 0.8) !important;
  }
}
@media (max-width: 1300px) and (min-width: 0px) and (max-width: 788px) {
  main > section > div, .mainsection > div, section .previous-albums > div, section .tour > div, .live-hero-wrapper section > div, .album-hero-wrapper section > div, .sloganbox > div, .footer-content > div, .header-content > div {
    padding-right: calc(20px * 0.6) !important;
  }
}
main > section > div.wide, .mainsection > div.wide, section .previous-albums > div.wide, section .tour > div.wide, .live-hero-wrapper section > div.wide, .album-hero-wrapper section > div.wide, .sloganbox > div.wide, .footer-content > div.wide, .header-content > div.wide {
  max-width: 100%;
  padding: unset !important;
}
main > section.nom, .mainsection.nom, section .nom.previous-albums, section .nom.tour, .live-hero-wrapper section.nom, .album-hero-wrapper section.nom, .nom.sloganbox, .nom.footer-content, .nom.header-content {
  margin: unset !important;
  padding: unset !important;
}

header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.header-content {
  z-index: 100;
  position: absolute;
  width: 100%;
  padding: unset !important;
}
.header-content > div {
  position: relative;
}
.header-content > div .menulogo {
  position: absolute !important;
  left: 1% !important;
  top: 20px !important;
}
.header-content > div .menulogo img {
  width: 300px;
  opacity: 0.7;
}
.header-content > div .menu {
  position: absolute !important;
  top: -5px;
  right: -2% !important;
}
@media (min-width: 788px) and (max-width: 1050px) {
  .header-content > div .menulogo {
    top: 50px !important;
  }
  .header-content > div .menulogo img {
    width: 200px;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .header-content > div {
    width: 100%;
    padding: 0px !important;
  }
  .header-content > div .menulogo {
    display: none;
  }
  .header-content > div .menu {
    position: relative !important;
    right: 0px !important;
  }
}

.footer-content {
  padding: 15px 0px;
  background-color: black;
  position: relative;
}
.footer-content * {
  color: white;
}
.footer-content > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 80px;
}
.footer-content img.texture {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  pointer-events: none;
  z-index: -1;
  mask: linear-gradient(to top, transparent 0%, black 5%, black 68%, transparent 100%);
  mask-composite: intersect;
}
.footer-content .socials {
  font-size: 30px;
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.footer-content .links {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.footer-content .links a {
  text-decoration: none;
  font-weight: normal;
  cursor: pointer;
}
.footer-content .links a:hover {
  color: white;
}

@media (min-width: 0px) and (max-width: 788px) {
  main:has(.herobox) {
    margin-top: 50px;
  }
}

.herobox {
  --herobox-height: 1000px;
  position: relative;
  mask: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 15%);
  mask-composite: intersect;
  height: var(--herobox-height);
}
@media (min-width: 788px) and (max-width: 1300px) {
  .herobox {
    --herobox-height: 600px;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .herobox {
    --herobox-height: 400px;
  }
}
@keyframes flicker {
  0%, 18%, 22%, 25%, 53%, 57%, 100% {
    opacity: 0.6;
    opacity: 1;
    opacity: 0.3;
    opacity: 0.4;
    opacity: 1;
    opacity: 0.7;
    opacity: 1;
  }
  20%, 24%, 55% {
    opacity: 0.6;
  }
}
.herobox img.background, .herobox img.background-layer {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: var(--herobox-height);
  object-fit: cover;
  object-position: center top;
}
.herobox img.background.top, .herobox img.background-layer.top {
  object-position: center top;
}
.herobox img.background.upper, .herobox img.background-layer.upper {
  object-position: center 25%;
}
.herobox img.background.center, .herobox img.background-layer.center {
  object-position: center center;
}
.herobox img.background.lower, .herobox img.background-layer.lower {
  object-position: center 75%;
}
.herobox img.background.bottom, .herobox img.background-layer.bottom {
  object-position: center bottom;
}
.herobox img.background {
  z-index: -100;
}
.herobox .background-layer {
  mix-blend-mode: darken;
}
.herobox .overlay {
  position: relative;
  height: var(--herobox-height);
}
.herobox .overlay a.logo {
  position: absolute;
  top: 5%;
  left: 0px;
  display: block;
  text-decoration: none;
  width: 40vw;
}
.herobox .overlay a.logo img {
  object-fit: contain;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .herobox .overlay a.logo {
    top: 15%;
    left: 25px;
    width: 35vw;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .herobox .overlay a.logo {
    top: 4%;
    left: 10px;
    width: 75vw;
  }
}
.herobox .overlay a.logo.flicker img {
  transition-duration: 0.5s;
  animation: flicker 2s infinite alternate;
}
.herobox .overlay .text-lines {
  position: absolute;
  bottom: 20%;
  left: 40px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .herobox .overlay .text-lines {
    bottom: 10%;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .herobox .overlay .text-lines {
    bottom: 10%;
  }
}
.herobox .overlay .text-lines .line {
  font-family: "Anton", Verdana, sans-serif;
  font-weight: normal;
  font-size: 48px;
  color: white;
}
.herobox .overlay .text-lines .slogan {
  --outline-color: #bc9d5f;
  --fill-color: #ffffff;
  font-size: 110px;
  line-height: 130px;
  font-family: "Anton", Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-text-stroke: 1.5px var(--outline-color);
  color: rgba(0, 0, 0, 0.5);
  font-size: 65px;
  line-height: 65px;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .herobox .overlay .text-lines .slogan {
    font-size: calc(110px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .herobox .overlay .text-lines .slogan {
    font-size: calc(110px * 0.4) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .herobox .overlay .text-lines .slogan {
    line-height: calc(130px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .herobox .overlay .text-lines .slogan {
    line-height: calc(130px * 0.4) !important;
  }
}
.herobox .overlay .text-lines .slogan strong {
  font-weight: normal;
  -webkit-text-stroke: 0.5px var(--fill-color);
  color: var(--fill-color);
}
@media (min-width: 788px) and (max-width: 1300px) {
  .herobox .overlay .text-lines .slogan {
    font-size: calc(65px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .herobox .overlay .text-lines .slogan {
    font-size: calc(65px * 0.6) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .herobox .overlay .text-lines .slogan {
    line-height: calc(65px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .herobox .overlay .text-lines .slogan {
    line-height: calc(65px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .herobox .overlay .text-lines .slogan {
    grid-gap: calc(10px * 0.8);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .herobox .overlay .text-lines .slogan {
    grid-gap: calc(10px * 0.8);
  }
}
.herobox .overlay .text-lines .slogan span {
  font-size: 65px;
  line-height: 65px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .herobox .overlay .text-lines .slogan span {
    font-size: calc(65px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .herobox .overlay .text-lines .slogan span {
    font-size: calc(65px * 0.6) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .herobox .overlay .text-lines .slogan span {
    line-height: calc(65px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .herobox .overlay .text-lines .slogan span {
    line-height: calc(65px * 0.8) !important;
  }
}
.herobox .overlay .text-lines .slogan strong, .herobox .overlay .text-lines .slogan b {
  font-size: 90px;
  line-height: 90px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .herobox .overlay .text-lines .slogan strong, .herobox .overlay .text-lines .slogan b {
    font-size: calc(90px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .herobox .overlay .text-lines .slogan strong, .herobox .overlay .text-lines .slogan b {
    font-size: calc(90px * 0.6) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .herobox .overlay .text-lines .slogan strong, .herobox .overlay .text-lines .slogan b {
    line-height: calc(90px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .herobox .overlay .text-lines .slogan strong, .herobox .overlay .text-lines .slogan b {
    line-height: calc(90px * 0.6) !important;
  }
}
.herobox .overlay .video-button-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.herobox .overlay .video-button-wrapper .video-button {
  font-size: 90px;
  color: red;
  cursor: pointer;
}
@media (min-width: 0px) and (max-width: 788px) {
  .herobox .overlay .video-button-wrapper .video-button {
    font-size: 60px;
  }
}
.herobox .overlay .video-button-wrapper .video-button.hidden {
  display: none;
}
.herobox .overlay .video-button-wrapper.hidden {
  display: none;
}
.herobox .overlay .video-container {
  width: 100%;
  height: 80vh;
  margin-top: 10vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
@media (min-width: 0px) and (max-width: 788px) {
  .herobox .overlay .video-container {
    margin-top: 0vh !important;
    padding-top: 20vh;
    height: 50vh !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .herobox .overlay .video-container {
    justify-content: flex-start !important;
  }
}
.herobox .overlay .video-container .video-player {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.herobox .overlay .video-container .video-player .close {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 11;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
}
.herobox .overlay .video-container .video-player .close i {
  color: white;
  font-size: 15px;
}
.herobox .overlay .video-container .video-player:hover .close {
  display: flex;
}
.herobox .overlay .video-container .video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.herobox .overlay .video-container.hidden {
  display: none;
}
.herobox .overlay .arrow-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-14deg) scale(0.9) translateX(-200%) translateY(-100%);
}
@media (min-width: 0px) and (max-width: 788px) {
  .herobox .overlay .arrow-message.fromtop {
    transform: rotate(10deg) scale(0.7) translateX(-175%) translateY(-70%);
  }
}
.herobox .overlay .arrow-message span {
  display: block;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "Anton", Verdana, sans-serif;
  font-size: 30px;
  text-align: center;
  color: white;
}
.herobox .overlay .arrow-message img {
  width: 200px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .herobox .overlay .arrow-message {
    transform: rotate(-14deg) scale(0.8) translateX(-160%) translateY(-100%);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .herobox .overlay .arrow-message {
    transform: rotate(-14deg) scale(0.7) translateX(-150%) translateY(-100%);
  }
}
.herobox .overlay .arrow-message.hidden {
  display: none;
}

.modal {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.modal.hidden {
  display: none !important;
}
.modal.small .modal-content {
  width: 40%;
}
.modal.large .modal-content {
  width: 90%;
}
.modal .footer {
  background-color: white;
}
.modal .modalClose {
  position: absolute;
  font-size: 20px !important;
  top: 0px;
  right: 0px;
  padding: 5px 10px !important;
  box-shadow: unset !important;
  cursor: pointer;
}
.modal .modalClose i {
  color: #833f46;
}
.modal .newsletter {
  width: 850px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .modal .newsletter {
    width: 700px;
  }
}
@media (min-width: 788px) and (max-width: 1050px) {
  .modal .newsletter {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .modal .newsletter {
    width: 100%;
  }
}

.modal-content {
  position: relative;
  width: fit-content;
}
@media (min-width: 0px) and (max-width: 788px) {
  .modal-content {
    width: 100%;
  }
}

.menu {
  width: fit-content;
  border-radius: 0px 0px 10px 10px;
  padding: 20px 30px;
  padding-bottom: 40px;
  position: relative;
  --use-mobile-menu: 0;
}
@media (min-width: 0px) and (max-width: 788px) {
  .menu {
    --use-mobile-menu: 1;
  }
}
.menu img.texture {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 75%;
  border-radius: 0px 0px 10px 10px;
  pointer-events: none;
  z-index: -1;
  mask: linear-gradient(to bottom, transparent 0%, black 5%, black 68%, transparent 100%), linear-gradient(to right, transparent 0, black 5%, black 95%, transparent 100%);
  mask-composite: intersect;
}
.menu .mobile-bar {
  display: none;
}
.menu ul.menu-items {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  gap: 30px;
  padding: 0px 20px;
  font-family: "Playfair Display", Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
}
.menu a {
  text-decoration: none;
  font-family: "Anton", Verdana, sans-serif;
  text-transform: uppercase !important;
  font-size: 24px;
  color: #f5f5f5;
  font-weight: normal !important;
}
@media (min-width: 0px) and (max-width: 788px) {
  .menu {
    all: initial;
    border-radius: unset;
    position: relative;
  }
  .menu > img.texture {
    display: none;
  }
  .menu ul {
    list-style-type: none;
  }
  .menu .mobile-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 5px;
    padding-bottom: 10px;
  }
  .menu .mobile-bar > img.texture {
    position: absolute;
    border-radius: unset;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    z-index: -1;
    mask: linear-gradient(to bottom, transparent 0%, black 5%, black 68%, transparent 100%);
    mask-composite: intersect;
  }
  .menu .mobile-bar a {
    text-decoration: none;
    height: 50px;
  }
  .menu .mobile-bar a .logo {
    padding-left: 5px;
    padding-top: 5px;
    object-fit: contain;
  }
  .menu .mobile-bar .bar-items {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
  }
  .menu .mobile-bar .bar-items .socials {
    display: flex;
    flex-direction: row;
    gap: 10px;
    font-size: 25px;
  }
  .menu .mobile-bar .bar-items .socials * {
    color: white;
  }
  .menu .mobile-bar .bar-items .menu-button {
    padding: 5px;
    cursor: pointer;
  }
  .menu .mobile-bar .bar-items .menu-button i {
    font-size: 22px;
    padding: 10px;
    background-color: white;
    border-radius: 5px;
  }
  .menu ul.menu-items {
    position: absolute;
    top: calc(100% - 10px);
    width: 100%;
    background-color: white;
    display: none;
    flex-direction: column;
    gap: 0px;
  }
  .menu ul.menu-items * {
    background-color: white;
  }
  .menu ul.menu-items li {
    width: 100vw;
    border-bottom: 1px solid lightgrey;
  }
  .menu ul.menu-items a {
    color: black;
    font-weight: normal;
    display: block;
    width: 100%;
    padding: 10px;
  }
}

.ticketbox {
  background-color: white;
  max-width: 700px;
  border-radius: 1.5rem;
  padding: 5px;
  padding-bottom: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 5px 8px 15px;
}
@media (min-width: 0px) and (max-width: 788px) {
  .ticketbox {
    border-radius: unset;
    padding: 0px !important;
    padding-bottom: 0px;
    box-shadow: unset;
  }
}
.ticketbox .page {
  overflow: auto;
  max-height: 80vh;
  width: 100%;
  margin-right: 20px;
}
@media (min-width: 0px) and (max-width: 788px) {
  .ticketbox .page {
    overflow: unset !important;
    max-height: unset !important;
  }
}
.ticketbox .page .bit-widget {
  background: unset !important;
}
.ticketbox .page .bit-button {
  background: black;
  border-radius: 20px;
}
@media (min-width: 0px) and (max-width: 788px) {
  .ticketbox .page .bit-upcoming-events {
    margin: unset !important;
  }
}
.ticketbox .page .bit-upcoming-events-show-all-button {
  color: black;
  border-radius: 20px;
  border: 1px solid black;
}
.ticketbox .page .bit-event {
  display: grid !important;
  grid-template-columns: 2fr 7fr 5fr 0fr;
}
@media (min-width: 0px) and (max-width: 788px) {
  .ticketbox .page .bit-event {
    grid-template-columns: 3fr 10fr 5fr !important;
    padding: 4px 0px !important;
  }
}
.ticketbox .page .bit-event .bit-rsvp-container {
  display: none;
}
.ticketbox .page .bit-event .bit-vertical-date {
  display: block !important;
  background: black;
  border-style: unset !important;
  margin-right: 20px;
  color: white;
}
@media (min-width: 0px) and (max-width: 788px) {
  .ticketbox .page .bit-event .bit-vertical-date {
    display: none !important;
  }
}
.ticketbox .page .bit-event .bit-mobile-date {
  word-spacing: 9999px;
}
.ticketbox .page .bit-event .bit-mobile-date-and-share-wrapper {
  display: none !important;
}
@media (min-width: 0px) and (max-width: 788px) {
  .ticketbox .page .bit-event .bit-mobile-date-and-share-wrapper {
    display: block !important;
    text-align: left;
  }
}
.ticketbox .page .bit-event .bit-details {
  display: unset !important;
}
.ticketbox .page .bit-event .bit-details-inner-wrapper-vertical-date {
  text-align: left;
}
.ticketbox .page .bit-event .bit-details-inner-wrapper-vertical-date a:last-of-type {
  font-weight: normal !important;
}
.ticketbox .page .grid {
  display: grid;
  grid-template-columns: 3fr 5fr 1fr 3fr;
}
.ticketbox .page .grid .grid-row {
  display: contents;
}
.ticketbox .page .grid .cell.date, .ticketbox .page .grid .cell.location {
  padding: 5px;
  display: flex;
  flex-direction: column;
}
.ticketbox .page .grid .cell.date strong, .ticketbox .page .grid .cell.location strong {
  font-size: 20px;
  font-weight: bold;
}
.ticketbox .page .grid .cell.date .small, .ticketbox .page .grid .cell.location .small {
  font-size: 17px;
}
.ticketbox .page .grid .cell.flag, .ticketbox .page .grid .cell.link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.ticketbox .page .grid .cell.location .city {
  display: flex;
  gap: 10px;
  align-items: center;
}
.ticketbox .page .grid .cell.location .city .fi {
  display: none;
}
.ticketbox .page .grid .cell.flag {
  padding: 0px 20px;
}
.ticketbox .page .grid .cell.flag .fi {
  border-radius: 0.8rem;
  font-size: 30px;
}
@media (min-width: 0px) and (max-width: 788px) {
  .ticketbox .page .grid {
    /*grid-template-columns: 4fr 5fr 2fr; // totaal = 12fr

    .cell {
        &.location .city .fi {
            display: block;
            border-radius: 0.5rem;
        }

        &.flag {
            display: none;
        }

        &.link {
            justify-content: flex-end;
        }
    }


    > .cell:nth-child(8n+5),
    > .cell:nth-child(8n+6),
    > .cell:nth-child(8n+7),
    > .cell:nth-child(8n+8) {
        background-color: $colorBoxAlt;
    }*/
  }
}
.ticketbox .flickity-page-dots {
  bottom: unset;
  position: relative;
}
.ticketbox .flickity-page-dots .dot {
  width: 20px;
  height: 20px;
  margin: 20px 10px;
  background-color: #c4870e;
}

.socialsbar {
  position: relative;
  width: fit-content;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.35) 10px 10px 10px;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: unset;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: unset;
}
.socialsbar * {
  color: white;
}
.socialsbar ul {
  list-style: none;
}
.socialsbar img.texture {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: -1;
}
.socialsbar .socials {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding: 45px 30px 45px 35px;
}
.socialsbar .socials i {
  font-size: 35px;
}
.socialsbar.left {
  height: fit-content;
}
.socialsbar.left img.texture {
  mask: linear-gradient(to left, transparent 0%, black 0%, black 50%, transparent 100%), linear-gradient(to bottom, transparent 0, black 10%, black 90%, transparent 100%);
  mask-composite: intersect;
}
.socialsbar.right {
  height: fit-content;
  border-top-left-radius: unset;
  border-top-right-radius: 1.5rem;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: 1.5rem;
}
.socialsbar.right .socials {
  padding: 45px 35px 45px 30px;
}
.socialsbar.right img.texture {
  mask: linear-gradient(to right, transparent 0%, black 0%, black 50%, transparent 100%), linear-gradient(to bottom, transparent 0, black 10%, black 90%, transparent 100%);
  mask-composite: intersect;
}
.socialsbar.top {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
}
.socialsbar.top .socials {
  gap: 40px;
  flex-direction: row;
  padding: 20px 50px;
}
.socialsbar.bottom {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.socialsbar.bottom .socials {
  gap: 40px;
  flex-direction: row;
  padding: 20px 50px;
}
.socialsbar .message {
  display: none;
}
@media (min-width: 0px) and (max-width: 788px) {
  .socialsbar {
    width: 100%;
    box-shadow: unset;
    border-radius: unset !important;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
  .socialsbar img.texture {
    mask: linear-gradient(to bottom, transparent 0%, black 5%, black 68%, transparent 100%) !important;
  }
  .socialsbar .message {
    display: initial;
    font-family: "Anton", Verdana, sans-serif;
    font-weight: normal;
    white-space: nowrap;
  }
  .socialsbar .socials, .socialsbar.top .socials, .socialsbar.bottom .socials {
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding: 30px 0px;
  }
}

.albumbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: fit-content;
}
.albumbox .content {
  margin-bottom: 40px;
}
.albumbox .content .head {
  text-transform: uppercase;
  font-family: "Anton", Verdana, sans-serif;
  font-size: 36px;
}
.albumbox .content .head.outline {
  color: #000000;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.albumbox .content .album {
  width: fit-content;
  display: flex;
  flex-direction: column;
  background-color: #dfe0d2;
  box-shadow: rgba(0, 0, 0, 0.35) 10px 10px 10px;
  padding: 50px;
  gap: 50px;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.albumbox .content .album .title {
  text-transform: uppercase;
  font-family: "Anton", Verdana, sans-serif;
  font-size: 46px;
}
.albumbox .content .album .links, .albumbox .content .album .quotes {
  list-style-type: none;
  display: grid;
  grid-template-columns: 6fr 6fr;
  grid-gap: 30px;
}
.albumbox .content .album .quotes li {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.albumbox .content .album .quotes li .person {
  font-weight: bold;
}
.albumbox .content .album .links li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.albumbox .content .album .links li .linkbutton {
  min-width: 150px;
}
@media (min-width: 0px) and (max-width: 788px) {
  .albumbox .content .album .quotes {
    display: none;
  }
}
.albumbox .cover {
  text-decoration: none;
  width: 600px;
  height: auto;
}
.albumbox .cover img {
  width: 100%;
  object-fit: contain;
}
.albumbox.no-cover .album {
  border-radius: 1.5rem;
}
.albumbox.no-cover .cover {
  display: none;
}
@media (min-width: 0px) and (max-width: 788px) {
  .albumbox {
    flex-direction: column-reverse;
    gap: 20px;
    width: 100%;
  }
  .albumbox .content {
    margin-bottom: unset;
    width: 100%;
  }
  .albumbox .content .head {
    font-family: "Playfair Display", Verdana, sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #959681;
    text-shadow: unset;
  }
  .albumbox .content .album {
    width: 100%;
    box-shadow: unset;
    padding: 20px 5px !important;
    gap: 20px;
  }
  .albumbox .content .album .title {
    font-family: "Playfair Display", Verdana, sans-serif;
    font-weight: bold;
    font-size: 40px;
  }
  .albumbox .cover {
    width: 100%;
    height: auto;
  }
  .albumbox .cover img {
    width: 100%;
  }
}

.number-carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.number-carousel .head {
  text-transform: uppercase;
  font-family: "Anton", Verdana, sans-serif;
  font-size: 46px;
}
.number-carousel .carousel {
  width: 100%;
  --number-color: rgb(160 134 80);
}
.number-carousel .carousel .cell {
  width: 280px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 788px) {
  .number-carousel .carousel .cell {
    width: 100%;
  }
}
.number-carousel .carousel .cell .song {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.number-carousel .carousel .cell .song .number {
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
  font-family: "Playfair Display", Verdana, sans-serif;
  font-size: 250px;
  color: #000000;
  text-shadow: var(--number-color) 2px 0px 0px, var(--number-color) 1.75517px 0.958851px 0px, var(--number-color) 1.0806px 1.68294px 0px, var(--number-color) 0.141474px 1.99499px 0px, var(--number-color) -0.832294px 1.81859px 0px, var(--number-color) -1.60229px 1.19694px 0px, var(--number-color) -1.97999px 0.28224px 0px, var(--number-color) -1.87291px -0.701566px 0px, var(--number-color) -1.30729px -1.51361px 0px, var(--number-color) -0.421592px -1.95506px 0px, var(--number-color) 0.567324px -1.91785px 0px, var(--number-color) 1.41734px -1.41108px 0px, var(--number-color) 1.92034px -0.558831px 0px;
}
.number-carousel .carousel .cell .song .name {
  color: white;
  font-weight: bold;
  font-size: 18px;
  max-width: 125px;
  text-align: center;
  min-height: 96px;
}
.number-carousel .carousel .cell .audio-player {
  transform: scale(0.7) !important;
  display: none !important;
}
@media (min-width: 0px) and (max-width: 788px) {
  .number-carousel .carousel .cell .audio-player {
    display: flex !important;
  }
}
.number-carousel .carousel .cell.is-clicked .song .number {
  color: var(--number-color);
}
.number-carousel .carousel .cell.is-clicked .audio-player {
  display: flex !important;
}
.number-carousel .carousel .flickity-viewport {
  margin: 0px 100px;
}
@media (min-width: 0px) and (max-width: 788px) {
  .number-carousel .carousel .flickity-viewport {
    margin: unset;
  }
}
.number-carousel .carousel .flickity-button, .number-carousel .carousel .flickity-button:hover {
  background: transparent;
  width: 100px;
  height: 100px;
}
.number-carousel .carousel .flickity-button:disabled {
  display: none;
}

.green-audio-player {
  --control-color: rgb(160 134 80);
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  height: fit-content !important;
  gap: 10px;
  padding: 20px !important;
  box-shadow: unset !important;
  background-color: unset !important;
}
.green-audio-player .holder {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.green-audio-player .holder .play-pause-btn {
  transform: scale(1.5);
  padding: 5px;
}
.green-audio-player .controls {
  margin: unset;
  color: var(--control-color) !important;
}
.green-audio-player .controls svg path {
  fill: var(--control-color) !important;
}
.green-audio-player .volume__button svg path, .green-audio-player .play-pause-btn svg path {
  fill: var(--control-color) !important;
}
.green-audio-player .volume__controls {
  bottom: 35px !important;
  left: -3px !important;
}
.green-audio-player .pin {
  background-color: var(--control-color) !important;
}
.green-audio-player .gap-progress {
  background-color: var(--control-color) !important;
}

.navigationbox {
  display: grid;
  grid-template-columns: 4fr 4fr 4fr;
  grid-gap: 40px;
}
@media (min-width: 0px) and (max-width: 788px) {
  .navigationbox {
    width: 100%;
    grid-template-columns: 12fr;
    grid-gap: 20px;
  }
}
.navigationbox .linkbox {
  max-width: 300px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
}
.navigationbox .linkbox a {
  text-decoration: none;
}
.navigationbox .linkbox a:after {
  content: "\f105";
  font: var(--fa-font-solid);
  margin-left: 15px;
}
@media (min-width: 0px) and (max-width: 788px) {
  .navigationbox .linkbox {
    max-width: unset;
    width: 100%;
  }
}

.sloganbox {
  position: relative;
  background-size: contain;
}
.sloganbox:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -1px;
  width: 100%;
  height: 100px;
  z-index: 2;
  background-color: #000000;
  mask-image: url(/images/BorderMask.svg);
  mask-position: right bottom;
  mask-size: 500px 50px;
  mask-repeat: repeat-x;
  transform: rotate(180deg);
}
.sloganbox:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 100%;
  height: 100px;
  z-index: 2;
  background-color: #000000;
  mask-image: url(/images/BorderMask.svg);
  mask-position: left bottom;
  mask-size: 500px 50px;
  mask-repeat: repeat-x;
}
.sloganbox .container {
  padding: 80px 0px;
}
.sloganbox .container p, .sloganbox .container .formrow .labels label.sub, .formrow .labels .sloganbox .container label.sub {
  --outline-color: #bc9d5f;
  --fill-color: #ffffff;
  font-size: 110px;
  line-height: 130px;
  font-family: "Anton", Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-text-stroke: 1.5px var(--outline-color);
  color: rgba(0, 0, 0, 0.5);
  font-size: 96px;
  text-align: center;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .sloganbox .container p, .sloganbox .container .formrow .labels label.sub, .formrow .labels .sloganbox .container label.sub {
    font-size: calc(110px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .sloganbox .container p, .sloganbox .container .formrow .labels label.sub, .formrow .labels .sloganbox .container label.sub {
    font-size: calc(110px * 0.4) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .sloganbox .container p, .sloganbox .container .formrow .labels label.sub, .formrow .labels .sloganbox .container label.sub {
    line-height: calc(130px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .sloganbox .container p, .sloganbox .container .formrow .labels label.sub, .formrow .labels .sloganbox .container label.sub {
    line-height: calc(130px * 0.4) !important;
  }
}
.sloganbox .container p strong, .sloganbox .container .formrow .labels label.sub strong, .formrow .labels .sloganbox .container label.sub strong {
  font-weight: normal;
  -webkit-text-stroke: 0.5px var(--fill-color);
  color: var(--fill-color);
}
@media (min-width: 788px) and (max-width: 1300px) {
  .sloganbox .container p, .sloganbox .container .formrow .labels label.sub, .formrow .labels .sloganbox .container label.sub {
    font-size: calc(96px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .sloganbox .container p, .sloganbox .container .formrow .labels label.sub, .formrow .labels .sloganbox .container label.sub {
    font-size: calc(96px * 0.4) !important;
  }
}

@media (min-width: 0px) and (max-width: 788px) {
  .flickity-prev-next-button .flickity-button-icon {
    top: -71% !important;
  }
}

.flickity-button:focus {
  outline: none;
  box-shadow: unset !important;
}

@media (min-width: 0px) and (max-width: 788px) {
  .album .smaller:not(.a):not(.a) {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
  }
}

.plain-text {
  margin: 40px 0px;
  column-count: 1;
  column-gap: 40px;
  font-family: "Anton", Verdana, sans-serif;
}
.plain-text.smaller {
  margin-top: unset !important;
  margin-bottom: -20px !important;
  font-size: 30px !important;
}
@media (min-width: 0px) and (max-width: 788px) {
  .plain-text.smaller {
    margin-top: 20px !important;
  }
  .plain-text.smaller:not(.a):not(.a) {
    font-size: 20px !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .plain-text {
    column-count: 1 !important;
    margin: 20px 0px;
  }
}
.plain-text.single-column {
  column-count: 1;
  font-size: 50px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .plain-text.single-column {
    font-size: calc(50px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .plain-text.single-column {
    font-size: calc(50px * 0.8) !important;
  }
}
.plain-text.double-column {
  column-count: 2;
}
.plain-text.center {
  text-align: center;
}
.plain-text.text-white {
  color: #ffffff;
}

.outlined-text {
  --outline-color: #bc9d5f;
  --fill-color: #ffffff;
  font-size: 110px;
  line-height: 130px;
  font-family: "Anton", Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-text-stroke: 1.5px var(--outline-color);
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 788px) and (max-width: 1300px) {
  .outlined-text {
    font-size: calc(110px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .outlined-text {
    font-size: calc(110px * 0.4) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .outlined-text {
    line-height: calc(130px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .outlined-text {
    line-height: calc(130px * 0.4) !important;
  }
}
.outlined-text strong {
  font-weight: normal;
  -webkit-text-stroke: 0.5px var(--fill-color);
  color: var(--fill-color);
}

.masonry {
  --masonry-width: 1300px;
  --masonry-max-tiles: 6;
  --masonry-tile-width: calc(var(--masonry-width) / (var(--masonry-max-tiles) + 1));
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--masonry-tile-width), 1fr));
  grid-auto-rows: var(--masonry-tile-width);
  grid-auto-flow: dense;
  padding: 5px;
  background-color: #dfe0d2;
}
@media (width <= 1300px) {
  .masonry {
    --masonry-width: 100vw;
  }
}
.masonry .tile {
  padding: 5px;
}
.masonry .tile.span-col1-row1 {
  grid-column-end: span 1;
  grid-row-end: span 1;
}
.masonry .tile.span-col1-row2 {
  grid-column-end: span 1;
  grid-row-end: span 2;
}
.masonry .tile.span-col1-row3 {
  grid-column-end: span 1;
  grid-row-end: span 3;
}
.masonry .tile.span-col2-row1 {
  grid-column-end: span 2;
  grid-row-end: span 1;
}
.masonry .tile.span-col2-row2 {
  grid-column-end: span 2;
  grid-row-end: span 2;
}
.masonry .tile.span-col2-row3 {
  grid-column-end: span 2;
  grid-row-end: span 3;
}
.masonry .tile.span-col3-row1 {
  grid-column-end: span 3;
  grid-row-end: span 1;
}
.masonry .tile.span-col3-row2 {
  grid-column-end: span 3;
  grid-row-end: span 2;
}
.masonry .tile.span-col3-row3 {
  grid-column-end: span 3;
  grid-row-end: span 3;
}
.masonry .tile img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
@media (min-width: 0px) and (max-width: 788px) {
  .masonry {
    padding: 2px;
  }
  .masonry .tile {
    padding: 2px;
  }
}

.videobox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.videobox iframe {
  aspect-ratio: 16/9;
  width: 100%;
}
.videobox .music-links {
  background-repeat: repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 25px;
  padding-bottom: 35px;
  padding-left: 70px;
  padding-right: 70px;
}
@media (min-width: 0px) and (max-width: 788px) {
  .videobox .music-links {
    display: none;
  }
}
.videobox .music-links span {
  font-size: 25px;
  text-transform: uppercase;
  color: white;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .videobox .music-links span {
    font-size: calc(25px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .videobox .music-links span {
    font-size: calc(25px * 0.6) !important;
  }
}
.videobox .music-links i {
  font-size: 32px;
  color: white;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .videobox .music-links i {
    font-size: calc(32px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .videobox .music-links i {
    font-size: calc(32px * 0.6) !important;
  }
}
.videobox .music-links:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100px;
  z-index: 2;
  background-color: #000000;
  pointer-events: none;
  mask-image: url(/images/BorderMask.svg);
  mask-position: left bottom;
  mask-size: 500px 50px;
  mask-repeat: repeat-x;
}

.newsletter, .contact {
  display: flex;
  flex-direction: row;
  max-width: 900px;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.35) 5px 8px 15px;
}
@media (min-width: 0px) and (max-width: 788px) {
  .newsletter, .contact {
    border-radius: unset;
    box-shadow: unset;
  }
}
.newsletter .image, .contact .image {
  width: 50%;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 0px) and (max-width: 788px) {
  .newsletter .image, .contact .image {
    display: none;
  }
}
.newsletter .fields, .contact .fields {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  width: 50%;
  background-color: #dfe0d2;
}
@media (min-width: 0px) and (max-width: 788px) {
  .newsletter .fields, .contact .fields {
    width: 100%;
  }
}
.newsletter .fields .consent, .contact .fields .consent {
  display: flex;
  flex-direction: row;
  gap: 10px;
  font-size: 15px;
}
.newsletter .fields input, .newsletter .fields textarea, .contact .fields input, .contact .fields textarea {
  font-size: 20px;
  border-radius: 0.8rem;
}
.newsletter .fields input:focus, .newsletter .fields textarea:focus, .contact .fields input:focus, .contact .fields textarea:focus {
  border: none;
}
.newsletter .fields button, .contact .fields button {
  background-color: #833f46;
  color: white;
  outline: none;
  border: none;
  font-family: "Playfair Display", Verdana, sans-serif;
  font-size: 18px;
  padding: 10px;
  border-radius: 0.8rem;
}

.tourimages {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.tourimages div {
  width: calc(50% - 10px);
}
.tourlist {
  position: relative;
  max-width: 700px;
  border-radius: 1.5rem;
  background-color: #ecece4;
}
@media (min-width: 0px) and (max-width: 788px) {
  .tourlist {
    border-radius: unset;
    max-width: 100%;
    width: 100%;
  }
}
.tourlist .stickers {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.tourlist .stickers .tape {
  position: absolute;
  display: none;
}
.tourlist .stickers .tape.top-left {
  top: -140px;
  left: -120px;
  transform: rotate(45deg) scale(0.5);
}
.tourlist .stickers .tape.top-right {
  top: -140px;
  right: -120px;
  transform: scale(0.5);
}
.tourlist .stickers .tape.bottom-left {
  bottom: -160px;
  left: -100px;
  transform: rotate(135deg) scale(0.5);
}
.tourlist .stickers .tape.bottom-right {
  bottom: -160px;
  right: -100px;
  transform: rotate(90deg) scale(0.5);
}
@media (min-width: 0px) and (max-width: 788px) {
  .tourlist .stickers {
    display: none;
  }
}
.tourlist .tourname {
  display: inline-block;
  font-size: 45px;
  padding: 20px 20px;
}
.tourlist .grid {
  display: grid;
  grid-template-columns: 4fr 6fr 2fr;
}
.tourlist .grid .cell.date, .tourlist .grid .cell.location {
  padding: 5px;
  display: flex;
  flex-direction: column;
}
.tourlist .grid .cell.date strong, .tourlist .grid .cell.location strong {
  font-size: 20px;
  font-weight: bold;
}
.tourlist .grid .cell.date .small, .tourlist .grid .cell.location .small {
  font-size: 17px;
}
.tourlist .grid .cell.flag, .tourlist .grid .cell.link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.tourlist .grid .cell.location .city {
  display: flex;
  gap: 10px;
  align-items: center;
}
.tourlist .grid .cell.location .city .fi {
  display: none;
}
.tourlist .grid .cell.date {
  padding: 0px 20px;
}
.tourlist .grid .cell.flag {
  padding: 0px 20px;
}
.tourlist .grid .cell.flag .fi {
  border-radius: 0.8rem;
  font-size: 30px;
}
.tourlist .grid > .cell:nth-child(6n+1),
.tourlist .grid > .cell:nth-child(6n+2),
.tourlist .grid > .cell:nth-child(6n+3) {
  background-color: #dfe0d2;
}
.tourlist .videos {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 10px;
}
@media (min-width: 0px) and (max-width: 788px) {
  .tourlist .videos {
    flex-direction: column;
  }
}
.tourlist .videos .video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  border-radius: 10px;
}

.albumlist {
  display: grid;
  grid-template-columns: 4fr 4fr 4fr;
  grid-gap: 25px 80px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .albumlist {
    grid-gap: 15px 40px;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .albumlist {
    grid-template-columns: 12fr;
    grid-gap: 25px 0px;
  }
}
.albumlist .album {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.albumlist .album img {
  flex-grow: 1;
  width: 100%;
  height: auto;
}
.albumlist .album strong {
  padding: 10px 0px;
}

.bookingbox {
  display: grid;
  grid-template-columns: 4fr 4fr 4fr;
  grid-gap: 30px;
}
@media (min-width: 788px) and (max-width: 1050px) {
  .bookingbox {
    grid-template-columns: 6fr 6fr;
    grid-gap: 25px;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .bookingbox {
    grid-template-columns: 12fr;
    grid-gap: 20px 0px;
  }
}
.bookingbox .booking-contact {
  position: relative;
}
.bookingbox .booking-contact .location {
  position: absolute;
  top: 10px;
  left: 20px;
  text-transform: uppercase;
  font-size: 25px;
}
.bookingbox .booking-contact .flags {
  position: absolute;
  top: 20px;
  right: -15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 0px) and (max-width: 788px) {
  .bookingbox .booking-contact .flags {
    top: -13px;
    right: 15px;
    flex-direction: row;
  }
}
.bookingbox .booking-contact .flags .fi {
  border-radius: 50%;
  font-size: 30px;
}
.bookingbox .booking-contact dl.details {
  display: grid;
  grid-template-columns: 4fr 8fr;
  grid-gap: 10px;
  border-radius: 1rem;
  padding: 50px 20px 20px 20px;
  background: linear-gradient(135deg, rgb(233.7368421053, 234.4013157895, 225.0986842105) 0%, rgb(201.5263157895, 203.1973684211, 179.8026315789) 100%);
}
.bookingbox .booking-contact dl.details dt {
  font-weight: bold;
}

.neonsign {
  transition-duration: 0.5s;
  animation: flicker 2s infinite alternate;
}
@keyframes flicker {
  0%, 18%, 22%, 25%, 53%, 57%, 100% {
    opacity: 0.6;
    opacity: 1;
    opacity: 0.3;
    opacity: 0.4;
    opacity: 1;
    opacity: 0.7;
    opacity: 1;
  }
  20%, 24%, 55% {
    opacity: 0.6;
  }
}

@media (min-width: 0px) and (max-width: 788px) {
  section > div:has(.events) {
    max-width: 100%;
    padding: unset !important;
  }
}

section .events {
  margin: 40px 0px;
  padding: 40px 0px;
  position: relative;
  overflow: hidden;
  mix-blend-mode: multiply;
}
@media (min-width: 0px) and (max-width: 788px) {
  section .events {
    margin: 20px 0px;
    padding: 0px;
  }
}
section .events img.background {
  position: absolute;
  object-fit: contain;
  object-position: right center;
  top: 40px;
  left: 50%;
  width: 50%;
  height: 100%;
  z-index: -1;
}
@media (min-width: 0px) and (max-width: 788px) {
  section .events img.background {
    display: none;
  }
}
section .events .title {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  section .events .title {
    margin-bottom: calc(30px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  section .events .title {
    margin-bottom: calc(30px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  section .events .title {
    align-items: center;
  }
}
section .events .event-box {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}
section .events .event-box .arrow-message {
  color: rgb(255, 255, 255);
  position: absolute;
  top: 15%;
  left: 5%;
  transform: rotate(40deg);
}
section .events .event-box .arrow-message span {
  display: block;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "Anton", Verdana, sans-serif;
  font-size: 20px;
  text-align: center;
}
section .events .event-box .arrow-message img {
  width: 125px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  section .events .event-box .arrow-message {
    transform: rotate(40deg) scale(0.7);
    top: 18%;
    left: 7%;
  }
}
@media (min-width: 788px) and (max-width: 1050px) {
  section .events .event-box .arrow-message {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  section .events .event-box .arrow-message {
    display: none;
  }
}
section .events .event-box .socialsbar {
  z-index: 0;
  margin-bottom: 10vh;
}
@media (min-width: 0px) and (max-width: 788px) {
  section .events .event-box .socialsbar {
    margin-bottom: 0px;
  }
}
section .events .event-box .ticketbox {
  width: 650px;
  z-index: 1;
  margin-right: 200px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  section .events .event-box .ticketbox {
    margin-right: 100px;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  section .events .event-box .ticketbox {
    width: 100%;
    max-width: unset;
    margin-right: unset;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 0px) and (max-width: 788px) and (min-width: 788px) and (max-width: 1300px) {
  section .events .event-box .ticketbox {
    padding-left: calc(20px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) and (min-width: 0px) and (max-width: 788px) {
  section .events .event-box .ticketbox {
    padding-left: calc(20px * 0.6) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) and (min-width: 788px) and (max-width: 1300px) {
  section .events .event-box .ticketbox {
    padding-right: calc(20px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) and (min-width: 0px) and (max-width: 788px) {
  section .events .event-box .ticketbox {
    padding-right: calc(20px * 0.6) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  section .events .event-box {
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }
}

section:has(.new-album), section:has(.upcoming-events) {
  position: relative;
}
section:has(.new-album) img.background, section:has(.upcoming-events) img.background {
  z-index: -10;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  mask: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 15%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 15%);
  mask-composite: intersect;
}
section .new-album, section .upcoming-events {
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
}
@media (min-width: 0px) and (max-width: 788px) {
  section .new-album, section .upcoming-events {
    padding: 20px 0px;
    width: 100%;
  }
}
section .new-album.moveup, section .upcoming-events.moveup {
  margin-top: -160px !important;
}
section .new-album .title, section .upcoming-events .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section .new-album .neonsign, section .upcoming-events .neonsign {
  width: 450px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  section .new-album .neonsign, section .upcoming-events .neonsign {
    width: 350px;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  section .new-album .neonsign, section .upcoming-events .neonsign {
    width: 200px;
  }
}

.album-hero-wrapper {
  position: relative;
}
.album-hero-wrapper section:has(.new-album-wrapper) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.album-hero-wrapper section:has(.new-album-wrapper) > div {
  height: 100%;
}
.album-hero-wrapper section:has(.new-album-wrapper) > div .new-album-wrapper {
  position: relative;
  height: 100%;
}
.album-hero-wrapper section:has(.new-album-wrapper) > div .new-album-wrapper .new-album-title {
  position: absolute;
  left: 0px;
  bottom: 60px;
  width: 600px;
}
.album-hero-wrapper section:has(.new-album-wrapper) > div .new-album-wrapper .new-album {
  position: absolute;
  right: 20px;
  bottom: 0px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .album-hero-wrapper section:has(.new-album-wrapper) > div .new-album-wrapper .new-album-title {
    width: 450px;
  }
  .album-hero-wrapper section:has(.new-album-wrapper) > div .new-album-wrapper .new-album .title {
    display: none;
  }
}
@media (max-width: 1050px) {
  .album-hero-wrapper section:has(.new-album-wrapper) {
    top: 100px;
    width: unset;
    height: unset;
  }
  .album-hero-wrapper section:has(.new-album-wrapper) > div .new-album-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .album-hero-wrapper section:has(.new-album-wrapper) > div .new-album-wrapper .new-album-title {
    position: relative;
    left: unset;
    bottom: unset;
    width: unset;
  }
  .album-hero-wrapper section:has(.new-album-wrapper) > div .new-album-wrapper .new-album {
    position: relative;
    right: unset;
    bottom: unset;
    gap: 30px;
    width: 100%;
  }
  .album-hero-wrapper section:has(.new-album-wrapper) > div .new-album-wrapper .new-album .title {
    display: block;
  }
}

.live-hero-wrapper {
  position: relative;
}
.live-hero-wrapper section:has(.upcoming-events-wrapper) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.live-hero-wrapper section:has(.upcoming-events-wrapper) > div {
  height: 100%;
}
.live-hero-wrapper section:has(.upcoming-events-wrapper) > div .upcoming-events-wrapper {
  position: relative;
  height: 100%;
}
.live-hero-wrapper section:has(.upcoming-events-wrapper) > div .upcoming-events-wrapper .upcoming-events {
  position: absolute;
  top: 30%;
  display: flex;
  flex-direction: column;
  top: 20vh !important;
  right: -150px;
}
@media (min-width: 0px) and (max-width: 788px) {
  .live-hero-wrapper section:has(.upcoming-events-wrapper) > div .upcoming-events-wrapper .upcoming-events {
    top: 0px !important;
    right: unset !important;
  }
}
.live-hero-wrapper section:has(.upcoming-events-wrapper) > div .upcoming-events-wrapper .event-box {
  display: flex;
  width: 100%;
  margin-left: 20vw;
}
@media (max-width: 1300px) {
  .live-hero-wrapper section:has(.upcoming-events-wrapper) {
    position: relative;
    width: unset;
    height: unset;
  }
  .live-hero-wrapper section:has(.upcoming-events-wrapper) > div .upcoming-events-wrapper {
    width: 100%;
  }
  .live-hero-wrapper section:has(.upcoming-events-wrapper) > div .upcoming-events-wrapper .upcoming-events {
    width: 100%;
    position: relative;
    top: unset;
  }
  .live-hero-wrapper section:has(.upcoming-events-wrapper) > div .upcoming-events-wrapper .event-box {
    margin-left: unset;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .live-hero-wrapper section:has(.upcoming-events-wrapper) > div {
    padding: 0px !important;
  }
  .live-hero-wrapper section:has(.upcoming-events-wrapper) > div .upcoming-events-wrapper .upcoming-events {
    width: 100%;
    gap: 20px;
  }
  .live-hero-wrapper section:has(.upcoming-events-wrapper) > div .upcoming-events-wrapper .event-box {
    display: flex;
    flex-direction: column;
  }
  .live-hero-wrapper section:has(.upcoming-events-wrapper) > div .upcoming-events-wrapper .ticketbox {
    padding-left: 20px;
    padding-right: 20px;
    max-width: unset;
  }
}
@media (min-width: 0px) and (max-width: 788px) and (min-width: 788px) and (max-width: 1300px) {
  .live-hero-wrapper section:has(.upcoming-events-wrapper) > div .upcoming-events-wrapper .ticketbox {
    padding-left: calc(20px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) and (min-width: 0px) and (max-width: 788px) {
  .live-hero-wrapper section:has(.upcoming-events-wrapper) > div .upcoming-events-wrapper .ticketbox {
    padding-left: calc(20px * 0.6) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) and (min-width: 788px) and (max-width: 1300px) {
  .live-hero-wrapper section:has(.upcoming-events-wrapper) > div .upcoming-events-wrapper .ticketbox {
    padding-right: calc(20px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) and (min-width: 0px) and (max-width: 788px) {
  .live-hero-wrapper section:has(.upcoming-events-wrapper) > div .upcoming-events-wrapper .ticketbox {
    padding-right: calc(20px * 0.6) !important;
  }
}

section .album-samples {
  margin: 40px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section .album-samples .neonsign {
  width: 925px;
}
section .album-samples .number-carousel {
  width: 100%;
}
@media (min-width: 0px) and (max-width: 788px) {
  section .album-samples {
    margin: 20px 0px;
  }
}

section .navigationboxes {
  margin: 40px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (min-width: 0px) and (max-width: 788px) {
  section .navigationboxes {
    margin: 20px 0px;
    gap: 20px;
  }
}

section .events-overlay {
  position: relative;
  width: 100%;
  margin-top: 120px;
  margin-bottom: 40px;
}
@media (min-width: 0px) and (max-width: 788px) {
  section .events-overlay {
    margin: unset;
  }
}
section .events-overlay .event-box {
  position: absolute;
  left: 0px;
  bottom: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (min-width: 0px) and (max-width: 788px) {
  section .events-overlay .event-box {
    position: relative;
    flex-direction: column;
  }
}
section .events-overlay .event-box .arrow-message {
  position: absolute;
  top: 0%;
  right: 5%;
  transform: rotate(-40deg);
}
section .events-overlay .event-box .arrow-message span {
  display: block;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "Anton", Verdana, sans-serif;
  font-size: 20px;
  text-align: center;
  color: white;
}
section .events-overlay .event-box .arrow-message img {
  width: 200px;
  transform: rotate(180deg);
}
@media (min-width: 788px) and (max-width: 1300px) {
  section .events-overlay .event-box .arrow-message {
    transform: rotate(-40deg) scale(0.7);
  }
}
@media (min-width: 788px) and (max-width: 1050px) {
  section .events-overlay .event-box .arrow-message {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  section .events-overlay .event-box .arrow-message {
    display: none;
  }
}
section .events-overlay .event-box .ticketbox {
  width: 650px;
}
@media (min-width: 0px) and (max-width: 788px) {
  section .events-overlay .event-box .ticketbox {
    width: 100%;
    max-width: unset;
  }
}

section .newsletter-sign-up {
  margin: 40px 0px;
}
@media (min-width: 0px) and (max-width: 788px) {
  section .newsletter-sign-up {
    margin: 20px 0px;
  }
}
section .newsletter-sign-up .subhead {
  display: block;
  font-size: 20px;
  color: #959681;
}
@media (min-width: 788px) and (max-width: 1300px) {
  section .newsletter-sign-up .subhead {
    font-size: 17px;
  }
}
section .newsletter-sign-up .head {
  display: block;
  font-size: 60px;
  line-height: 50px;
  margin-bottom: 30px;
  color: #959681;
}
@media (min-width: 788px) and (max-width: 1300px) {
  section .newsletter-sign-up .head {
    font-size: 45px;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  section .newsletter-sign-up .head {
    font-size: 45px;
  }
}
section .newsletter-sign-up .headers {
  width: fit-content;
  margin: auto;
}
@media (min-width: 0px) and (max-width: 788px) {
  section .newsletter-sign-up .headers .subhead {
    display: none;
  }
}
section .newsletter-sign-up .container {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (min-width: 0px) and (max-width: 788px) {
  section .newsletter-sign-up .container {
    flex-direction: column;
  }
}
section .newsletter-sign-up .container .newsletter {
  width: 850px;
}
@media (min-width: 0px) and (max-width: 788px) {
  section .newsletter-sign-up .container .newsletter {
    width: 100%;
  }
}
section .newsletter-sign-up .container .arrow-message {
  position: absolute;
  top: -17%;
  right: 2%;
  transform: rotate(-40deg) scale(0.7);
}
section .newsletter-sign-up .container .arrow-message span {
  display: block;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "Anton", Verdana, sans-serif;
  font-size: 20px;
  text-align: center;
  color: white;
}
section .newsletter-sign-up .container .arrow-message img {
  width: 200px;
  transform: rotate(180deg);
}
@media (min-width: 788px) and (max-width: 1300px) {
  section .newsletter-sign-up .container .arrow-message {
    right: -1%;
    transform: rotate(-40deg) scale(0.6);
  }
}
@media (min-width: 788px) and (max-width: 1050px) {
  section .newsletter-sign-up .container .arrow-message {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  section .newsletter-sign-up .container .arrow-message {
    display: none;
  }
}

section .tour {
  padding: 40px 0px !important;
}
section .tour .head {
  display: block;
  font-size: 60px;
  line-height: 50px;
  margin-bottom: 30px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  section .tour .head {
    font-size: 45px;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  section .tour .head {
    font-size: 45px;
  }
}
section .tour .container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
section .tour .container .tourlist {
  margin: 60px 0px;
  margin-left: 120px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  section .tour .container .tourlist {
    margin-left: 60px !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  section .tour .container .tourlist {
    margin-left: 0px !important;
  }
}
section .tour .tape.top-left {
  display: block;
}
section .tour .tape.top-right {
  display: none;
}
section .tour .tape.bottom-left {
  display: block;
}
section .tour .tape.bottom-right {
  display: none;
}
section .tour.right .container {
  justify-content: flex-end;
  background-position: left;
}
section .tour.right .container .tourlist {
  margin: 60px 0px;
  margin-right: 120px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  section .tour.right .container .tourlist {
    margin-right: 60px !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  section .tour.right .container .tourlist {
    margin-right: 0px !important;
  }
}
section .tour.right .tape.top-left {
  display: none;
}
section .tour.right .tape.top-right {
  display: block;
}
section .tour.right .tape.bottom-left {
  display: none;
}
section .tour.right .tape.bottom-right {
  display: block;
}
@media (min-width: 0px) and (max-width: 788px) {
  section .tour {
    padding: 20px 0px !important;
  }
  section .tour .container {
    background-image: unset !important;
  }
  section .tour .container .tourlist {
    margin: 0px !important;
  }
  section .tour .stickers {
    display: none;
  }
}
section .tour.dark {
  background-color: #dfe0d2;
  padding: 80px 0px !important;
}
section .tour.dark:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -1px;
  width: 100%;
  height: 100px;
  z-index: 2;
  background-color: #000000;
  mask-image: url(/images/BorderMask.svg);
  mask-position: right bottom;
  mask-size: 500px 50px;
  mask-repeat: repeat-x;
  transform: rotate(180deg);
}
section .tour.dark:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 100%;
  height: 100px;
  z-index: 2;
  background-color: #000000;
  mask-image: url(/images/BorderMask.svg);
  mask-position: left bottom;
  mask-size: 500px 50px;
  mask-repeat: repeat-x;
}

section .previous-albums {
  background-color: #dfe0d2;
  padding: 80px 0px !important;
}
section .previous-albums .head {
  display: block;
  font-size: 60px;
  line-height: 50px;
  margin-bottom: 50px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  section .previous-albums .head {
    font-size: 45px;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  section .previous-albums .head {
    font-size: 45px;
  }
}
section .previous-albums:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -1px;
  width: 100%;
  height: 100px;
  z-index: 2;
  background-color: #000000;
  mask-image: url(/images/BorderMask.svg);
  mask-position: right bottom;
  mask-size: 500px 50px;
  mask-repeat: repeat-x;
  transform: rotate(180deg);
}
section .previous-albums:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 100%;
  height: 100px;
  z-index: 2;
  background-color: #000000;
  mask-image: url(/images/BorderMask.svg);
  mask-position: left bottom;
  mask-size: 500px 50px;
  mask-repeat: repeat-x;
}
section .previous-albums.light-background, section .previous-albums.dark-background {
  padding: 40px 0px !important;
  background-color: unset;
}
section .previous-albums.light-background:before, section .previous-albums.light-background:after, section .previous-albums.dark-background:before, section .previous-albums.dark-background:after {
  display: none;
}
section .previous-albums.dark-background {
  color: rgb(255, 255, 255);
}

section .contactform .head {
  display: block;
  font-size: 60px;
  line-height: 50px;
  margin-bottom: 20px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  section .contactform .head {
    font-size: 45px;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  section .contactform .head {
    font-size: 45px;
  }
}
section .contactform .contact {
  margin: 40px auto;
}
@media (min-width: 0px) and (max-width: 788px) {
  section .contactform .contact {
    margin: 20px 0px;
  }
}

section .booking-enquiries {
  padding: 40px 0px;
}
section .booking-enquiries .head {
  display: block;
  font-size: 60px;
  line-height: 50px;
  margin-bottom: 20px;
  color: white;
}
@media (min-width: 788px) and (max-width: 1300px) {
  section .booking-enquiries .head {
    font-size: 45px;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  section .booking-enquiries .head {
    font-size: 45px;
  }
}
section .booking-enquiries .bookingbox {
  margin: 40px 0px;
}

body.start {
  --outline-color: #bc9d5f;
  overflow: auto;
  background-color: black;
}
body.start section > div {
  position: relative;
}
body.start .background {
  position: fixed;
  top: 2vw;
  left: 2vw;
  height: 60vh;
  z-index: -1;
}
body.start .logo {
  height: 10vh;
  position: fixed;
  top: 2vw;
  right: 2vw;
  opacity: 0.8;
}
@media (min-width: 788px) and (max-width: 1300px) {
  body.start .logo {
    height: calc(10vh * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  body.start .logo {
    height: calc(10vh * 0.7) !important;
  }
}
body.start .slogan {
  text-align: center;
}
body.start .newalbum {
  position: fixed;
  left: 2vw;
  bottom: 2vw;
  width: 25vw;
}
@media (min-width: 0px) and (max-width: 788px) {
  body.start .newalbum {
    width: 100vw !important;
  }
}
body.start .newalbum span {
  position: absolute;
  top: 10px;
  left: 30px;
  font-family: "Anton", Verdana, sans-serif;
  text-transform: uppercase !important;
  font-size: 32px;
  color: #f5f5f5;
  font-weight: normal !important;
  opacity: 0.8;
}
body.start a {
  min-height: 95vh;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  justify-content: center;
}
body.start a .slogan {
  --outline-color: #bc9d5f;
  --fill-color: #ffffff;
  font-size: 110px;
  line-height: 130px;
  font-family: "Anton", Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-text-stroke: 1.5px var(--outline-color);
  color: rgba(0, 0, 0, 0.5);
  font-size: 76px;
  line-height: 130px;
  font-weight: normal;
}
@media (min-width: 788px) and (max-width: 1300px) {
  body.start a .slogan {
    font-size: calc(110px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  body.start a .slogan {
    font-size: calc(110px * 0.4) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  body.start a .slogan {
    line-height: calc(130px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  body.start a .slogan {
    line-height: calc(130px * 0.4) !important;
  }
}
body.start a .slogan strong {
  font-weight: normal;
  -webkit-text-stroke: 0.5px var(--fill-color);
  color: var(--fill-color);
}
@media (min-width: 788px) and (max-width: 1300px) {
  body.start a .slogan {
    font-size: calc(76px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  body.start a .slogan {
    font-size: calc(76px * 0.4) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  body.start a .slogan {
    line-height: calc(130px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  body.start a .slogan {
    line-height: calc(130px * 0.4) !important;
  }
}

body.start .go, .shop-intro .go {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  font-family: "Anton", Verdana, sans-serif;
  font-size: 32px;
  color: white;
  cursor: pointer;
}
@media (min-width: 788px) and (max-width: 1300px) {
  body.start .go, .shop-intro .go {
    gap: calc(20px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  body.start .go, .shop-intro .go {
    gap: calc(20px * 0.7) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  body.start .go, .shop-intro .go {
    font-size: calc(32px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  body.start .go, .shop-intro .go {
    font-size: calc(32px * 0.7) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  body.start .go, .shop-intro .go {
    transform: scale(0.7);
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  body.start .go img, .shop-intro .go img {
    transform: scale(0.8);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  body.start .go img, .shop-intro .go img {
    transform: scale(0.7);
  }
}

section.shopheader {
  padding-top: 150px;
}
@media (min-width: 0px) and (max-width: 788px) {
  section.shopheader {
    padding-top: 30px;
  }
}

section .shop-intro {
  margin: 40px 0px;
  color: rgb(255, 255, 255);
}
section .shop-intro .head {
  display: block;
  font-size: 60px;
  line-height: 50px;
  margin-bottom: 30px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  section .shop-intro .head {
    font-size: 45px;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  section .shop-intro .head {
    font-size: 45px;
  }
}
