@font-face {
  font-family: Open Sans Custom;
  src: url('../fonts/OpenSans-BoldItalic.ttf') format("truetype"), url('../fonts/OpenSans-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Open Sans Custom;
  src: url('../fonts/OpenSans-Bold.ttf') format("truetype"), url('../fonts/OpenSans-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Open Sans Custom;
  src: url('../fonts/OpenSans-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Open Sans Custom;
  src: url('../fonts/OpenSans-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Open Sans Custom;
  src: url('../fonts/OpenSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Open Sans Custom;
  src: url('../fonts/OpenSans-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Open Sans Custom;
  src: url('../fonts/OpenSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Open Sans Custom;
  src: url('../fonts/OpenSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Open Sans Custom;
  src: url('../fonts/OpenSans-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Open Sans Custom;
  src: url('../fonts/OpenSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat Custom;
  src: url('../fonts/Montserrat-Bold.ttf') format("truetype"), url('../fonts/Montserrat-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Montserrat Custom;
  src: url('../fonts/Montserrat-BoldItalic.ttf') format("truetype"), url('../fonts/Montserrat-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat Custom;
  src: url('../fonts/Montserrat-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Montserrat Custom;
  src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Montserrat Custom;
  src: url('../fonts/Montserrat-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat Custom;
  src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

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

body {
  font-family: Montserrat Custom, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #fff;
  text-decoration: underline;
}

.cms-aktuelles {
  z-index: 10;
  max-width: 400px;
  padding-left: 10px;
  position: relative;
}

.cms-aktuelles.ex {
  width: 90vw;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.collection-list-2.ex {
  grid-template-columns: 1fr 1fr 1fr;
}

.image {
  width: auto;
  max-height: 300px;
  padding-bottom: 5px;
}

.heading-8 {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 29px;
  font-weight: 500;
  line-height: 39px;
}

.date {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.rich-text-block-4 {
  text-align: left;
  font-size: 13px;
  line-height: 23px;
}

.cms-bio {
  display: block;
}

.rich-text-block-3 {
  column-count: 2;
  font-family: Open Sans Custom, sans-serif;
  line-height: 25px;
}

.dropdown {
  width: 100%;
}

.dropdown-toggle {
  padding-left: 0;
}

.dropdown-toggle.disco {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.text-block-4 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.dropdown-list {
  width: 100%;
}

.dropdown-list.w--open {
  background-color: #0000;
  position: relative;
  overflow: hidden;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.collection-list.ex {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.collection-item {
  flex-wrap: wrap;
  align-content: space-between;
  align-items: flex-end;
  min-height: 260px;
  margin-top: 15px;
  display: block;
}

.text-block-7 {
  font-family: Open Sans Custom, sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}

.normalbtn-2 {
  color: #000;
  text-align: right;
  background-color: #fff0;
  border: 2px solid #000;
  margin: 20px auto 0;
  padding-left: 75px;
  padding-right: 75px;
  transition: color .4s, background-color .4s;
  display: inline-block;
}

.normalbtn-2:hover {
  color: #fff;
  background-color: #000;
}

.normalbtn-2.w--current {
  background-image: none;
}

.modalwrapper {
  z-index: 2147483647;
  opacity: 0;
  background-color: #00000078;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  transform: translate(0, -100%);
}

.modalcontent {
  color: #000;
  text-align: left;
  width: 90%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.modaloverlay {
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modalheadlinecalendar {
  color: #000;
  text-align: left;
  margin-bottom: 5px;
  font-weight: 600;
}

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

.modalcontainer {
  z-index: 999;
  background-color: #fff;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 60%;
  min-height: 500px;
  display: block;
  position: relative;
  inset: auto;
}

.html-embed-2 {
  min-height: 340px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.modalsubtle {
  color: #000000b3;
  text-align: left;
  margin-bottom: 20px;
  font-family: Open Sans Custom, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.text-block-6 {
  opacity: 1;
  color: #000;
  text-align: left;
  font-family: Open Sans Custom, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
}

.modalinformation {
  text-align: left;
  margin-top: 7px;
}

.div-block-10 {
  float: right;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 10px;
  position: static;
  inset: 3% 3% auto auto;
}

.image-6 {
  opacity: .39;
  width: 37px;
  height: 37px;
}

.heading-6 {
  color: #fff;
  margin-top: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
}

.heading-7 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 400;
  line-height: 35px;
}

.informationcalendarpre {
  color: #fff;
  width: 100%;
  font-size: 14px;
}

.text-block-2 {
  color: #fff;
  margin-top: 3px;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  display: inline-block;
}

.text-block-3 {
  color: #fff;
  font-size: 17px;
  line-height: 26px;
  display: inline-block;
}

.normalbtn-3 {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 2px solid #000;
  width: 100%;
  margin-top: 20px;
  padding: 14px 0;
  font-size: 16px;
  line-height: 16px;
  transition: color .4s, background-color .4s;
}

.normalbtn-3:hover {
  color: #fff;
  background-color: #000;
}

.normalbtn-3.calendar {
  color: #fff;
  background-color: #0000;
  border-width: 1px;
  border-color: #fff;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  display: block;
}

.normalbtn-3.calendar:hover {
  color: #000;
  background-color: #fff;
}

.footer {
  background-color: #181818;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.grid-4 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
}

.footerlink {
  text-align: center;
  margin-right: 5px;
  text-decoration: none;
  display: inline-block;
}

.footerlink.created {
  padding-top: 3px;
}

.rightfooter {
  align-items: center;
  display: flex;
}

.image-3 {
  width: 120px;
}

.imprintsection {
  color: #fff;
  background-color: #000;
  margin-left: 0;
  padding-top: 120px;
}

.mycontain-2 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.normalheadingimprint {
  color: #fff;
  font-size: 63px;
  font-weight: 500;
  line-height: 85px;
}

.rich-text-block-2 {
  color: #fff;
  padding-bottom: 70px;
}

.rich-text-block-2 a {
  color: #fff;
}

.imprintsection-2 {
  margin-left: 0;
  padding-top: 120px;
}

.mycontain-3 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.normalheadingimprint-2 {
  font-size: 63px;
  font-weight: 500;
  line-height: 85px;
}

.calendar-normal {
  z-index: 10;
  min-width: 410px;
  display: none;
  position: relative;
}

.calendar-normal.ex {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-12 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
  text-decoration: none;
}

.navlink {
  color: #fff;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 50px;
  line-height: 50px;
  transition: transform .4s;
  display: inline;
}

.navlink:hover {
  transform: translate(15px);
}

.navlink.w--current {
  color: #fff;
  width: auto;
  min-width: 0;
  margin-right: auto;
  padding-right: 0;
  display: inline-block;
}

.link-block-2 {
  z-index: 100;
  text-decoration: none;
  display: flex;
  position: relative;
}

.container-copy {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  min-width: 90vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.div-block-12 {
  align-items: center;
  display: flex;
}

.heading-13 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 300;
  line-height: 29px;
}

.nav-menu {
  z-index: 20;
  background-color: #000c;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.menu-button {
  z-index: 90;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  transform: none;
}

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

.burgerwrapper {
  width: 84px;
  padding-left: 18px;
  display: none;
}

.navbar-copy-2 {
  z-index: 999;
  background-color: #0000;
  width: 100%;
  position: fixed;
  top: 0;
}

.navbar-copy-2.ex {
  background-color: #000;
}

.linkwrappernav {
  flex-flow: column wrap;
  place-content: flex-start center;
  align-items: center;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 30px;
  display: flex;
  transform: none;
}

.burgerline {
  color: #fff;
  object-fit: fill;
  background-color: #fff0;
  width: 100%;
  height: 3px;
  margin: 13px auto 10px;
  padding-top: 0;
}

.burgerline:focus {
  background-color: #fff;
  transform: rotate(45deg);
}

.burgerline.line1 {
  float: right;
  background-color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.burgerline.line1.start {
  background-color: #fff;
}

.burgerline.line2 {
  float: right;
  background-color: #000;
  width: 85%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.burgerline.line2:focus {
  background-color: #fff;
  transform: none;
}

.burgerline.line2.start {
  background-color: #fff;
  width: 100%;
}

.burgerline.line3 {
  float: right;
  background-color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.burgerline.line3:focus {
  transform: rotate(-45deg);
}

.burgerline.line3.start {
  background-color: #fff;
  margin-bottom: 0;
}

.linkwrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100vw;
  display: grid;
}

.buttons {
  cursor: auto;
  background-color: #ac5e5e;
  padding: 121px;
}

.button_white_outline {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  padding: 11px 100px;
}

.button_white_outline:hover {
  color: #fff;
  background-color: #000;
}

.button_black_outline {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  padding: 11px 100px;
}

.button_black_outline:hover {
  color: #000;
  background-color: #fff;
}

.hero-section {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.slider {
  width: 100%;
  height: 100%;
}

.slider.mobile, .right-arrow, .left-arrow {
  display: none;
}

.slide {
  background-image: linear-gradient(#0000 68%, #000), url('../images/hero-web.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-2 {
  background-image: linear-gradient(#0000 69%, #000), url('../images/slider-2-2-web.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.about-section {
  background-image: linear-gradient(#0000 75%, #000), url('../images/bio-3-web-2.jpg');
  background-position: 0 0, -80px 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100vw;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  min-height: 850px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

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

.about-content {
  max-width: 40vw;
  margin-right: 5vw;
}

.normal-heading {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.cms-bio-2 {
  z-index: 10;
  max-width: 610px;
  display: block;
  position: relative;
}

.tabs-menu {
  justify-content: center;
  display: flex;
}

.tab-link-tab-2-2 {
  opacity: .44;
  background-color: #0000;
  border-left: 1px solid #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-2-2.w--current {
  opacity: 1;
  background-color: #0000;
  border-left: 1px solid #fff;
}

.tabs {
  margin-top: 30px;
}

.tabs-content {
  margin-top: 20px;
}

.dropdown-2 {
  z-index: 0;
  width: 100%;
  display: block;
}

.dropdown-2.bio {
  display: block;
}

.rich-text-block-5 {
  width: 100%;
  line-height: 25px;
}

.text-block-16 {
  color: #fff;
  font-size: 22px;
  line-height: 27px;
}

.dropdown-list-2 {
  width: 100%;
}

.dropdown-list-2.w--open {
  background-color: #0000;
  position: relative;
  overflow: hidden;
}

.tab-link-tab-1-2 {
  opacity: .44;
  background-color: #0000;
  border-right: 1px solid #000;
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-1-2.w--current {
  opacity: 1;
  background-color: #0000;
  border-right-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.icon, .icon-2 {
  color: #fff;
}

.about-wrapper {
  margin-top: 15px;
  padding-top: 5px;
  padding-right: 25px;
  position: relative;
}

.img-stroke {
  position: absolute;
  left: 0;
}

.img-stroke.about {
  display: none;
  left: auto;
  right: 0;
}

.news-section {
  background-image: linear-gradient(#0000 75%, #000), url('../images/news-web.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100vw;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  min-height: 700px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.news-content {
  max-width: 40vw;
  margin-left: 5vw;
}

.news-wrapper {
  margin-top: 24px;
  padding-top: 5px;
  padding-left: 35px;
  padding-right: 30px;
  position: relative;
}

.news-wrapper.contact {
  margin-top: 5px;
}

.btn-center {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: relative;
}

.btn-center.disco {
  margin-top: 40px;
}

.btn-center.calendar {
  z-index: 20;
  align-items: center;
  min-width: 430px;
  min-height: 370px;
  position: relative;
}

.n-btn {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  flex: 0 auto;
  align-self: center;
  align-items: center;
  margin-top: 5px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.n-btn.blue, .n-btn.white {
  background-color: #000;
  border-color: #000;
  margin-top: 0;
}

.media-section {
  width: 100vw;
  overflow: hidden;
}

.media-content {
  width: 90vw;
  min-height: 40px;
  margin-left: auto;
  margin-right: auto;
}

.media-wrapper {
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.swiper-container {
  z-index: 10;
  flex: none;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 50px;
  position: relative;
  overflow: visible;
}

.swiper-wrapper {
  display: flex;
  overflow: visible;
}

.swiper-slide {
  background-color: #0000;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  max-width: 900px;
  display: flex;
  overflow: hidden;
}

.swiper-slide.galler {
  border-radius: 0;
  width: 750px;
  display: block;
  overflow: visible;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.arrow-slider-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.prev-slide {
  cursor: pointer;
  height: 45px;
  margin-right: 5px;
}

.next-slide {
  cursor: pointer;
  height: 45px;
  margin-left: 5px;
}

.disco-section {
  z-index: 10;
  margin-top: 70px;
  position: relative;
}

.sub-heading {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 45px;
  font-weight: 300;
  line-height: 60px;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.disco-img {
  width: 100%;
}

.collection-list-wrapper-2 {
  max-width: 1100px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.disco-title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.disco-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  text-decoration: none;
}

.calendar-section {
  background-image: linear-gradient(#0000 75%, #000), url('../images/calendar-web.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100vw;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  min-height: 700px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.contact-section {
  background-image: url('../images/contact-2-web.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  min-height: 850px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.contactinformation-3 {
  text-align: center;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  display: block;
}

.contactinformation {
  justify-content: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link {
  color: #fff;
  margin-left: 10px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.contactcontent {
  z-index: 10;
  margin-top: 55px;
  margin-left: 5vw;
  position: relative;
}

.link-3-copy, .link-2 {
  color: #fff;
  margin-left: 10px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.contactinformation-2 {
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contactinformation-2.is-left {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.heading-14 {
  font-size: 28px;
  font-weight: 400;
}

.link-3, .link-4 {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.link-5 {
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}

.body-2 {
  color: #fff;
}

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

.news-ex-section, .calendar-ex-section {
  min-height: 95vh;
  padding-top: 140px;
}

.lottie-animation {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 106px;
}

.div-block-13, .div-block-14 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-15 {
  position: absolute;
  inset: 0%;
}

.bg-section {
  z-index: 0;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.bg-section.news {
  z-index: -1;
  justify-content: flex-start;
  left: 0;
  right: auto;
}

.btn-border-wrapper {
  background-image: linear-gradient(257deg, #0c6c7700, #0c6c77 94%);
  padding: 3px;
}

.btn-border-wrapper.blue {
  background-image: linear-gradient(257deg, #0c6c7726, #0c6c77 94%);
}

.btn-border-wrapper.white {
  background-image: linear-gradient(257deg, #ffffff26, #fff 94%);
}

.mask-trigger {
  backface-visibility: hidden;
  width: 100%;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.movement {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.movement-inverse {
  width: 100%;
  height: 100%;
  position: relative;
}

.image-size {
  width: 100%;
  height: auto;
  position: relative;
}

.overlay {
  z-index: 2;
  background-color: #404040;
  display: none;
  position: absolute;
  inset: 0%;
}

.mask-trigger-2, .mask-trigger-3 {
  backface-visibility: hidden;
  width: 100%;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.impressions-section {
  min-height: 900px;
  margin-bottom: 160px;
}

.impressions-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  width: 85%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.mask-trigger-impressions {
  backface-visibility: hidden;
  width: 100%;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.mask-trigger-impressions._1.full {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.image-8 {
  display: block;
}

.lightbox-link {
  width: 100%;
  height: 26vw;
  margin-right: -1px;
}

.image-9 {
  width: 100%;
}

.media-social-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.social-img {
  height: 48px;
}

.social-img.smaller {
  height: 40px;
}

.link-social {
  padding-left: 30px;
  padding-right: 30px;
}

.link-social.third.is-hidden {
  display: none;
}

.text-span, .text-span-2 {
  text-decoration: underline;
}

.quote-section {
  background-image: linear-gradient(#0000 75%, #000), url('../images/quotes-web.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100vw;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  min-height: 800px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.div-block-16 {
  z-index: 10;
  padding-top: 85px;
  padding-left: 11px;
  position: relative;
}

.quote-wrapper {
  margin-top: -197px;
  padding-top: 5px;
  padding-left: 35px;
  padding-right: 30px;
  position: relative;
}

.heading-15 {
  text-align: center;
  margin-top: 0;
  font-weight: 300;
}

.heading-16 {
  text-align: center;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 300;
}

.instagram-section {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 180px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.html-embed-3 {
  width: 100%;
  height: 100%;
}

.container {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.page-wrapper {
  width: 100vw;
  overflow: hidden;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.widget-embed {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 66px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.image-cover.is-top {
  object-position: 50% 0%;
}

.image-size-copy {
  width: 60vw;
  height: 35vw;
  position: relative;
}

.will-the-miller-section {
  background-image: linear-gradient(#0000 75%, #000);
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 700px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.project-content {
  max-width: 60%;
}

.div-block-17 {
  margin-top: 23px;
}

.link-2-copy {
  color: #fff;
  cursor: pointer;
  margin-left: 10px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.image-4-copy {
  width: 24px;
  height: 24px;
}

.div-block-18 {
  margin-left: -5px;
}

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

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

.main-wrapper {
  height: 100vh;
}

.body-5 {
  background-color: #181818;
}

.image-10 {
  object-fit: cover;
  object-position: 50% 15%;
  width: 100%;
  height: 100%;
}

.qrcode {
  width: 14vw;
  max-width: 11.5rem;
}

.qrcode.spotify {
  margin-top: 5vh;
}

.qrimage {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.qr-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: auto 10vw 5vh auto;
}

.construction {
  width: 22vw;
  margin-top: 4vh;
  margin-left: -3vw;
  position: absolute;
  inset: 5vh auto auto 10vw;
}

.paragraph-2 {
  color: #fff;
  text-transform: uppercase;
  font-family: Open Sans Custom, sans-serif;
  font-size: 3vw;
  line-height: 1.2em;
  text-decoration: none;
  position: absolute;
  inset: auto auto 5vh 10vw;
}

.link-6, .link-7 {
  text-decoration: none;
}

.mobile-relative {
  width: 100%;
  height: 100svh;
}

.bg-black {
  background-color: #000;
}

@media screen and (max-width: 991px) {
  .heading-8 {
    font-size: 21px;
  }

  .date {
    font-size: 15px;
    line-height: 21px;
  }

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

  .collection-list.ex {
    grid-template-columns: 1fr 1fr;
  }

  .heading-7 {
    font-size: 26px;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .mycontain-2 {
    padding-top: 70px;
  }

  .normalheadingimprint-2 {
    font-weight: 400;
  }

  .calendar-normal {
    min-width: 0;
  }

  .navlink {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 6vw;
    line-height: 6vw;
  }

  .navlink.w--current {
    font-size: 6vw;
  }

  .menu-button {
    align-self: center;
    align-items: flex-start;
  }

  .menu-button.w--open {
    z-index: 9999;
    background-color: #0000;
    width: 80px;
    padding-right: 0;
  }

  .linkwrappernav {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .burgerline.line1 {
    float: right;
    background-color: #000;
    width: 48px;
    margin-top: 0;
    margin-bottom: 11px;
  }

  .burgerline.line1.start {
    width: 100%;
    margin-bottom: 0;
  }

  .burgerline.line2 {
    float: right;
    background-color: #000;
    width: 53px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .burgerline.line2.start {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .burgerline.line3 {
    float: right;
    background-color: #000;
    width: 45px;
    margin-top: 11px;
    margin-bottom: 0;
  }

  .burgerline.line3.start {
    width: 100%;
    margin-top: 0;
  }

  .slide-2 {
    background-position: 0 0, 50%;
  }

  .about-section {
    background-position: 0 0, -100px 0;
    background-size: auto, 130vw;
  }

  .about-content {
    max-width: 50vw;
  }

  .dropdown-list-2 {
    width: auto;
  }

  .news-section {
    background-position: 0 0, 100% 0;
    background-size: auto, 130vw;
  }

  .news-content {
    max-width: 50vw;
  }

  .news-content.calender {
    min-width: 410px;
  }

  .swiper-slide {
    max-width: 660px;
  }

  .calendar-section {
    background-position: 0 0, 70% 0;
    background-size: auto, 140vw;
  }

  .contact-section {
    background-position: 100%;
    min-height: 700px;
  }

  .bg-section {
    width: 70vw;
  }

  .bg-section.news {
    justify-content: flex-start;
    width: 90vw;
    left: 0;
    right: auto;
  }

  .bg-section.media.impr {
    display: none;
  }

  .link-social {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quote-section {
    background-position: 0 0, 100% 0;
    background-size: auto, 130vw;
  }

  .image-size-copy {
    width: 80vw;
    height: 45vw;
  }

  .will-the-miller-section {
    background-position: 0 0, 100% 0;
    background-size: auto, 130vw;
  }

  .project-content {
    max-width: 90vw;
    margin-left: 0;
  }

  .project-content.calender {
    min-width: 410px;
  }

  .qrcode {
    width: 25vw;
  }

  .construction {
    width: 40vw;
    margin-top: -2vh;
    margin-left: -5vw;
  }

  .paragraph-2 {
    font-size: 5vw;
  }

  .image-11 {
    transform: scale(1.1);
  }
}

@media screen and (max-width: 767px) {
  .collection-list-2, .collection-list-2.ex {
    grid-template-columns: 1fr;
  }

  .image {
    max-height: none;
  }

  .cms-bio {
    display: block;
  }

  .rich-text-block-3 {
    column-count: 1;
  }

  .collection-list, .collection-list.ex {
    grid-template-columns: 1fr;
  }

  .modalwrapper {
    align-items: flex-start;
    height: auto;
    min-height: 100vh;
    display: none;
    overflow: scroll;
  }

  .modalcontainer {
    margin-top: 30px;
    overflow: scroll;
  }

  .div-block-10 {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 10px;
  }

  .normalbtn-3.calendar {
    margin-top: 15px;
  }

  .footer, .imprintsection {
    margin-left: 0;
  }

  .normalheadingimprint {
    font-size: 8vw;
    font-weight: 700;
    line-height: 14vw;
  }

  .imprintsection-2 {
    margin-left: 0;
  }

  .normalheadingimprint-2 {
    font-size: 8vw;
    font-weight: 700;
    line-height: 14vw;
  }

  .heading-12 {
    font-size: 24px;
  }

  .navlink {
    font-size: 8vw;
    line-height: 7vw;
  }

  .navlink.w--current {
    font-size: 8vw;
  }

  .link-block-2 {
    padding-left: 16px;
  }

  .container-copy {
    grid-template-columns: auto 1fr;
  }

  .div-block-12 {
    position: relative;
  }

  .heading-13 {
    font-size: 20px;
  }

  .menu-button, .menu-button.w--open {
    width: auto;
  }

  .burgerwrapper {
    width: 84px;
    min-width: 84px;
    position: relative;
  }

  .burgerline.line1, .burgerline.line2, .burgerline.line3 {
    background-color: #000;
  }

  .slider {
    display: none;
  }

  .slider.mobile {
    display: block;
  }

  .slide-2 {
    background-position: 0 0, 50%;
  }

  .about-section {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0000 75%, #000), url('../images/bio-3-web-2.jpg');
    background-position: 0 0, 0 0, -100px 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, 190vw;
  }

  .about-content {
    width: 90vw;
    max-width: 90vw;
  }

  .cms-bio-2 {
    display: block;
  }

  .tab-link-tab-2-2 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .rich-text-block-5 {
    column-count: 1;
  }

  .text-block-16 {
    font-size: 19px;
  }

  .tab-link-tab-1-2.w--current {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .news-section {
    background-image: linear-gradient(#000, #0000 9%), linear-gradient(#00000080, #00000080), linear-gradient(#0000 75%, #000), url('../images/news-web.jpg');
    background-position: 0 0, 0 0, 0 0, 80% -50%;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, 170vw;
  }

  .news-content {
    width: 90vw;
    max-width: 90vw;
  }

  .news-content.calender {
    width: 90vw;
  }

  .btn-center.calendar {
    min-width: 60vw;
    min-height: 350px;
  }

  .media-wrapper, .media-wrapper.impressions {
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-slide {
    flex-wrap: wrap;
    width: 90%;
    max-width: 90vw;
  }

  .swiper-slide.galler {
    width: 750vw;
  }

  .arrow-slider-wrapper {
    padding-top: 5px;
  }

  .collection-list-4 {
    grid-template-columns: 1fr;
  }

  .disco-link {
    font-size: 16px;
  }

  .calendar-section {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0000 75%, #000), url('../images/calendar-web.jpg');
    background-position: 0 0, 0 0, 70% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, 210vw;
  }

  .contact-section {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/contact-2-web.jpg');
    background-position: 0 0, 110%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 160vw;
  }

  .contactcontent {
    width: 90vw;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .bg-section {
    width: 90vw;
  }

  .bg-section.media {
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
    width: 180vw;
    top: 0;
    right: 0;
  }

  .impressions-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .mask-trigger-impressions._1.full {
    width: 100%;
  }

  .lightbox-link {
    height: 400px;
  }

  .media-social-wrapper {
    flex-wrap: wrap;
  }

  .social-img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .link-social.third {
    width: 100%;
    margin-top: 21px;
  }

  .quote-section {
    background-image: linear-gradient(#000, #0000 9%), linear-gradient(#00000080, #00000080), linear-gradient(#0000 75%, #000), url('../images/quotes-web.jpg');
    background-position: 0 0, 0 0, 0 0, 80% -50%;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, 170vw;
  }

  .instagram-section {
    padding-top: 0;
  }

  .widget-embed {
    align-items: center;
    padding-right: 0;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .project-content {
    width: 90vw;
    max-width: 90vw;
  }

  .project-content.calender {
    width: 90vw;
  }

  .main-wrapper {
    height: auto;
    min-height: 100svh;
  }

  .qrcode {
    width: 60vw;
  }

  .qr-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: center;
    margin: calc(5vh + 35vw) auto 5vh;
    display: grid;
    position: static;
  }

  .construction {
    width: 55vw;
    position: absolute;
    top: auto;
    bottom: 0;
    transform: translate(0, 50%);
  }

  .paragraph-2 {
    z-index: 10;
    font-size: 8vw;
    bottom: calc(-5vh - 10vw);
    transform: translate(0, 100%);
  }

  .mobile-relative {
    aspect-ratio: 1;
    height: auto;
    position: relative;
  }

  .div-block-19 {
    text-align: right;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

@media screen and (max-width: 479px) {
  .normalbtn-2 {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .modalwrapper {
    height: 100vh;
    top: 0%;
    overflow: scroll;
  }

  .modalcontainer {
    object-fit: fill;
    width: 90%;
    margin-top: 35px;
    margin-bottom: 50px;
    position: relative;
    top: auto;
    overflow: scroll;
  }

  .div-block-10 {
    float: right;
    clear: none;
    position: static;
  }

  .footer {
    margin-left: 0;
  }

  .mycontain-2 {
    padding-top: 0;
  }

  .normalheadingimprint {
    font-size: 9.8vw;
    font-weight: 700;
    line-height: 70px;
  }

  .normalheadingimprint-2 {
    font-size: 7.4vw;
    line-height: 70px;
  }

  .heading-12 {
    line-height: 1;
  }

  .navlink {
    font-size: 10vw;
    line-height: 8vw;
  }

  .navlink.w--current {
    font-size: 10vw;
  }

  .menu-button {
    width: auto;
    padding: 5px 0 5px 36px;
  }

  .menu-button.w--open {
    width: auto;
  }

  .burgerline.line1, .burgerline.line2 {
    background-color: #000;
    margin-top: 0;
  }

  .burgerline.line3 {
    background-color: #000;
    margin-top: 11px;
  }

  .slide {
    background-position: 0 0, 43%;
  }

  .slide-2 {
    background-position: 0 0, 48%;
  }

  .about-section {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(to bottom, transparent 75%, #000), url('../images/about-2-web.jpg');
    background-position: 0 0, 0 0, 0 0;
    overflow: hidden;
  }

  .normal-heading {
    font-size: 40px;
  }

  .rich-text-block-5 {
    font-size: 13px;
  }

  .text-block-16 {
    font-size: 16px;
  }

  .news-section {
    background-image: linear-gradient(#000, #0000 9%), linear-gradient(#000000a3, #000000a3), linear-gradient(#0000 75%, #000), url('../images/news-web.jpg');
    background-position: 0 0, 0 0, 0 0, 80% -13%;
    background-size: auto, auto, auto, 200vw;
    overflow: hidden;
  }

  .news-content {
    margin-top: 80px;
  }

  .news-content.calender {
    min-width: 0;
  }

  .news-wrapper {
    padding-left: 20px;
  }

  .btn-center {
    width: 100%;
  }

  .btn-center.calendar {
    min-width: 80vw;
    min-height: 260px;
  }

  .n-btn {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .media-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-slide {
    width: 90vw;
  }

  .sub-heading {
    font-size: 33px;
    line-height: 50px;
  }

  .collection-list-wrapper-2 {
    width: 100%;
  }

  .disco-title {
    font-size: 22px;
  }

  .disco-link {
    font-size: 14px;
  }

  .calendar-section {
    background-image: linear-gradient(#00000063, #00000063), linear-gradient(#0000 75%, #000), url('../images/calendar-web.jpg');
    background-position: 0 0, 0 0, 70% 20%;
  }

  .link, .link-3-copy, .link-2 {
    margin-left: 9px;
    font-size: 13px;
  }

  .link-3, .link-4, .link-5 {
    font-size: 14px;
  }

  .paragraph {
    line-height: 24px;
  }

  .lottie-animation {
    width: 26vw;
  }

  .bg-section {
    width: auto;
    height: auto;
    top: 0;
  }

  .bg-section.news {
    width: 140vw;
  }

  .bg-section.media {
    width: 270vw;
  }

  .btn-border-wrapper.blue, .btn-border-wrapper.white {
    width: 90vw;
  }

  .lightbox-link {
    height: 60vw;
  }

  .social-img {
    height: 35px;
  }

  .social-img.smaller {
    height: 31px;
  }

  .quote-section {
    background-image: linear-gradient(#000, #0000 9%), linear-gradient(#000000a3, #000000a3), linear-gradient(#0000 75%, #000), url('../images/quotes-web.jpg');
    background-position: 0 0, 0 0, 0 0, 80% -13%;
    background-size: auto, auto, auto, 200vw;
    overflow: hidden;
  }

  .quote-wrapper {
    padding-left: 20px;
  }

  .grid {
    grid-template-columns: 3fr 1fr;
    align-items: center;
  }

  .will-the-miller-section {
    padding-top: 60px;
    overflow: hidden;
  }

  .project-content {
    margin-top: 0;
  }

  .project-content.calender {
    min-width: 0;
  }

  .link-2-copy {
    margin-left: 9px;
    font-size: 13px;
  }

  .qrcode {
    width: 35vw;
  }
}

#w-node-_92d2eb3a-6242-6499-5d36-c8db8579d657-90a7c70b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ac048df-00b3-db9a-906a-eef75d937498-90a7c70b {
  align-self: auto;
}

#w-node-_274bbd8b-8b59-e01c-a101-f7ed1fe2962e-f59d0580 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_093ab2f2-f116-c0d5-4472-a0b1f59d0589-f59d0580, #w-node-_3c05e9d3-7f7b-01b8-1a96-d698f5be2dae-f5be2d97 {
  justify-self: end;
}

#w-node-_7932ac9b-0fc5-6d2d-6620-6c50fee4b4aa-94a7c718 {
  align-self: auto;
}

#w-node-_2e4fcead-5c53-f90e-2585-286b52ac9d4e-bca7c719 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e4fcead-5c53-f90e-2585-286b52ac9d97-bca7c719 {
  align-self: auto;
}

#w-node-dd956c1e-78e2-38a8-563c-6f219722ceac-9722ceaa {
  grid-area: Area;
}

#w-node-dd956c1e-78e2-38a8-563c-6f219722cec1-9722ceaa {
  place-self: center end;
}

#w-node-_730287b3-f6b3-7e93-9116-c659d931cc68-6aa7c721 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_093ab2f2-f116-c0d5-4472-a0b1f59d0582-f59d0580, #w-node-_093ab2f2-f116-c0d5-4472-a0b1f59d0589-f59d0580 {
    justify-self: center;
  }

  #w-node-_3c05e9d3-7f7b-01b8-1a96-d698f5be2dae-f5be2d97 {
    align-self: auto;
  }

  #w-node-dd956c1e-78e2-38a8-563c-6f219722ceb9-9722ceaa {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-dd956c1e-78e2-38a8-563c-6f219722cec1-9722ceaa {
    align-self: auto;
  }
}


@font-face {
  font-family: 'Open Sans Custom';
  src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans Custom';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans Custom';
  src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans Custom';
  src: url('../fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans Custom';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans Custom';
  src: url('../fonts/OpenSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans Custom';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans Custom';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans Custom';
  src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans Custom';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-BoldItalic.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}