.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-page-count {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: none;
}

.section {
  height: 100vh;
  display: flex;
}

.hero-wrapper {
  width: 50%;
  height: 100%;
  background-image: url('../images/hero.jpg');
  background-position: 67%;
  background-size: cover;
}

.div-block-2 {
  width: 50%;
  height: 100%;
  background-color: #dce3eb;
  flex-direction: column;
  padding: 80px;
  display: flex;
}

.section-2 {
  height: 100vh;
}

.image {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading {
  z-index: 5;
  padding-left: 30px;
  font-family: Changa One, Impact, sans-serif;
  font-weight: 400;
  position: relative;
}

.div-block-3 {
  height: auto;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 10vh;
  display: block;
}

.div-block-4 {
  height: auto;
  flex: none;
  margin-top: 0;
  margin-bottom: 1vh;
}

.div-block-5 {
  height: auto;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  display: flex;
}

.html-embed {
  color: #000;
  font-family: Made tommy personal use, Tahoma, sans-serif;
  font-weight: 700;
}

.title {
  color: #000;
  font-family: Made tommy personal use, Tahoma, sans-serif;
  font-size: 3em;
  font-weight: 500;
  line-height: 1em;
}

.title.white {
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-size: 7em;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.title.black {
  z-index: 10;
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 7em;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.title.black.architects {
  text-align: center;
  margin-top: 4vh;
  font-size: 4em;
  position: absolute;
}

.title.black.members {
  text-align: right;
  margin-top: 5vh;
  padding-right: 5vw;
  font-size: 5em;
  position: absolute;
}

.title.black.timeline {
  margin-top: 0;
  padding-left: 0;
  position: static;
}

.title.black.contact {
  margin-top: 0;
  margin-bottom: 2vh;
  padding-left: 0;
  position: static;
}

.title.contact {
  text-align: center;
  margin-bottom: 2vh;
}

.title.dark {
  color: #000;
  text-align: left;
  margin-top: 0;
  font-size: 7em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.heading-2 {
  color: #000;
  font-family: Made tommy personal use, Tahoma, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1em;
}

.hero-section {
  height: 100vh;
  display: flex;
}

.image-wrapper {
  width: 50%;
  height: 100%;
  background-image: url('../images/beth-20sball-1320x500.jpg');
  background-position: 40%;
  background-size: cover;
}

.hero-text-wrapper {
  width: 50%;
  height: 100%;
  background-color: #dce3eb;
  flex-direction: column;
  justify-content: center;
  padding: 5vh 5vw;
  display: flex;
}

.neighbour-image-wrapper {
  width: 50%;
  height: 100%;
  background-color: #dce3eb;
  flex-direction: column;
  padding: 5vh 5vw;
  display: flex;
}

.neighbour-section {
  height: 100vh;
  display: flex;
}

.paragraph {
  color: #000;
  text-align: justify;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 4vh;
  font-family: Made tommy personal use, Tahoma, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
  display: block;
}

.paragraph.members {
  width: 45%;
  margin-bottom: 0;
  padding-right: 5vw;
  font-size: 1.2em;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.paragraph.form {
  margin-top: 0;
  margin-bottom: 4vh;
  font-size: 1.2em;
}

.paragraph.neighbour {
  text-align: justify;
  font-style: normal;
}

.paragraph.subtitle {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 300;
}

.section-3 {
  height: 100vh;
  background-image: url('../images/0.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5vh 75px 75px 5vw;
}

.heading-3 {
  color: #fff;
  font-family: Made tommy personal use, Tahoma, sans-serif;
  font-size: 7em;
  font-weight: 700;
}

.established-section {
  height: 100vh;
  background-image: url('../images/0.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2vh 75px 75px 5vw;
}

.landmark-section {
  height: auto;
  flex-direction: column;
  display: flex;
}

.landmark-image-wrapper {
  width: auto;
  height: 50vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/venue-front-edited.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5vh 5vw;
}

.landmark-text-wrapper {
  width: auto;
  height: 50%;
  background-color: #dce3eb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20vh 5vw;
  display: flex;
}

.bullet-point {
  color: #000;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: auto;
  font-family: Made tommy personal use, Tahoma, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

.bullet-point.timeline {
  margin-bottom: 2vh;
  font-size: 3em;
}

.bullet-point.bigger {
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 2em;
  display: flex;
}

.relaunch-section {
  height: 101vh;
  align-items: flex-end;
  padding: 2vh 75px 75px 5vw;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 1px;
}

.relaunch-cover {
  z-index: 2;
  width: 100%;
  height: 0%;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/relaunch1b.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw 100vh;
  background-attachment: fixed;
  background-clip: border-box;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.relaunch-bnw {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/relaunch2b.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw 100vh;
  background-attachment: scroll;
  flex: none;
  padding-top: 5vh;
  padding-left: 15vw;
  position: -webkit-sticky;
  position: sticky;
  top: .05px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-4 {
  height: 200vh;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 0 0;
  position: relative;
  top: 0;
}

.div-block-6 {
  z-index: 10;
  flex: none;
  position: -webkit-sticky;
  position: sticky;
  top: 1px;
}

.performing-arts-section {
  height: 100vh;
  display: flex;
}

.performing-arts-text-wrapper {
  width: 50%;
  height: 100%;
  background-color: #dce3eb;
  flex-direction: column;
  flex: none;
  padding: 5vh 5vw;
  display: flex;
}

.performing-arts-image-wrapper {
  width: 50%;
  height: 100%;
  background-image: url('../images/a-new-performing-arts-centre.jpg');
  background-position: 50%;
  background-size: cover;
}

.about-us-section {
  height: 400vh;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 0 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-7 {
  width: 50%;
  height: 50%;
  background-image: url('../images/about-1.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.a-little-text-wrapper {
  z-index: 10;
  width: 100%;
  height: 100vh;
  color: #000;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-4 {
  font-family: Made tommy personal use, Tahoma, sans-serif;
  font-size: 260px;
  font-weight: 900;
  line-height: 1em;
  display: none;
}

.html-embed-2 {
  height: auto;
  object-fit: cover;
  flex: none;
  display: none;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.background-video, .background-video-2, .background-video-3, .background-video-4 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-9 {
  width: 100%;
  height: auto;
  max-width: none;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-2 {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

.div-block-10 {
  height: 20%;
  background-color: #000;
  flex: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-11 {
  height: 20%;
  background-color: #000;
  flex: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-12 {
  height: 100%;
}

.team-info-section {
  height: auto;
  display: flex;
}

.team-info-wrapper {
  width: 50%;
  height: 100%;
  background-color: #dce3eb;
  padding: 5vh 5vw;
}

.team-cv-wrapper {
  width: 50%;
  height: auto;
  background-color: #dcd4f3;
  flex-direction: column;
  padding: 5vh 5vw;
  display: flex;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 2vh;
  font-family: Made tommy personal use, Tahoma, sans-serif;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.2em;
}

.h3.white {
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-size: 7em;
}

.h3.black {
  color: #000;
  text-align: left;
  margin-top: 5vh;
  padding-left: 5vw;
  font-size: 7em;
  position: static;
  top: 1vh;
}

.h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 2vh;
  font-family: Made tommy personal use, Tahoma, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
}

.h1.white {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 500;
}

.h1.white.venue {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 20px;
  padding: 20px;
  font-size: 5em;
}

.h2 {
  color: #000;
  font-family: Made tommy personal use, Tahoma, sans-serif;
  font-size: 3em;
  font-weight: 500;
  line-height: 1em;
}

.h2.white {
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-size: 7em;
}

.h2.black {
  color: #000;
  text-align: left;
  margin-top: 5vh;
  padding-left: 5vw;
  font-size: 6em;
  position: static;
  top: 1vh;
}

.h2.light {
  color: #000;
  text-align: left;
}

.architecture-intro-section {
  height: 100vh;
  background-image: url('../images/venue-side-on.PNG');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-left: 5vw;
  position: relative;
}

.architecture-section {
  height: 100vh;
  display: flex;
  position: relative;
}

.div-block-5-copy {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  display: flex;
}

.architecture-left-wrapper {
  width: 50%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/venue-angle.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 5vh 5vw;
}

.architecture-right-wrapper {
  width: 50%;
  height: 100%;
  background-color: #dce3eb;
  flex-direction: column;
  padding: 5vh 5vw;
  display: flex;
}

.bullets-left-architect {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  margin-top: 15vh;
  display: flex;
}

.architect-right-image {
  height: 30%;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/sustainability.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 auto;
  margin-top: 15vh;
  margin-bottom: 4vh;
}

.plan-section {
  height: 400vh;
  background-image: url('../images/venue-side-on.PNG');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 0;
}

.accessibility {
  background-color: #fff;
  background-image: url('../images/accessibility.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 5vh;
  padding-bottom: 20vh;
  padding-left: 5vw;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sustainability {
  background-color: #fff;
  background-image: url('../images/sustainability.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 5vh;
  padding-bottom: 20vh;
  padding-left: 5vw;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.intergration {
  background-color: #fff;
  background-image: url('../images/integration.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 5vh;
  padding-bottom: 20vh;
  padding-left: 5vw;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rooftop {
  background-color: #fff;
  background-image: url('../images/rooftop.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 5vh;
  padding-bottom: 20vh;
  padding-left: 5vw;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-wrapper {
  width: 100vw;
  height: 100vh;
  flex: none;
  position: -webkit-sticky;
  position: sticky;
  top: .0001px;
}

.section-5 {
  height: 100vh;
}

.tour-section {
  height: 100vh;
  display: flex;
}

.tour-image-wrapper {
  width: 50%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .19), rgba(0, 0, 0, .19)), url('../images/venue-scaled-down.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 5vh 5vw;
}

.tour-text-wrapper {
  width: 50%;
  height: 100%;
  background-color: #dce3eb;
  flex-direction: column;
  padding: 0 0;
  display: flex;
}

.tour-top-text {
  height: auto;
  max-height: none;
  min-height: auto;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5vh 5vw;
  display: flex;
}

.tour-bottom-text {
  height: 40%;
  background-image: url('../images/venue-angle-2.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  display: none;
}

.div-block-13 {
  width: 30%;
  height: 5vh;
  background-color: #fff;
  border: 2px #c4b7ec;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  color: #000;
  font-family: Made tommy personal use, Tahoma, sans-serif;
  font-size: 2.5em;
  text-decoration: none;
  position: absolute;
}

.membership-section {
  height: 100vh;
  background-color: #dce3eb;
  background-image: url('../images/medallion.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 55%;
  display: none;
}

.div-block-14 {
  width: 100vw;
  height: 60%;
  position: relative;
}

.membership-top {
  width: 100vw;
  height: 50%;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 3vh;
  display: flex;
  position: relative;
}

.membership-form {
  width: 100vw;
  height: 40%;
  padding-top: 2vh;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.form-wrapper {
  height: auto;
}

.checkbox {
  width: 20px;
  height: 20px;
  color: #dcd4f3;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .22);
  border-radius: 50%;
}

.div-block-15 {
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.address-field {
  width: 70%;
  height: 30px;
  border-radius: 20px;
  flex: none;
}

.field-label {
  width: 20%;
  flex: none;
  font-family: Made tommy personal use, Tahoma, sans-serif;
}

.field-label-2 {
  width: 20%;
  flex: none;
}

.text-field-2 {
  width: 80%;
  flex: none;
}

.field-label-3 {
  width: 20%;
  flex: none;
}

.text-field-3 {
  width: 80%;
  flex: none;
}

.field-label-4 {
  width: 20%;
  flex: none;
}

.text-field-4 {
  width: 30%;
  flex: none;
}

.field-label-5 {
  width: 20%;
  flex: none;
}

.text-field-5 {
  width: 40%;
  flex: none;
}

.name-wrapper, .address-wrapper, .email-wrapper, .phone-wrapper, .dob-wrapper {
  width: 100%;
  display: flex;
}

.phone-number-field {
  width: 30%;
  height: 30px;
  border-radius: 20px;
  flex: none;
}

.email-field {
  width: 60%;
  height: 30px;
  border-radius: 20px;
  flex: none;
}

.name-field {
  width: 70%;
  height: 30px;
  background-color: #fff;
  border-radius: 20px;
  flex: none;
}

.dob-field {
  width: 20%;
  height: 30px;
  border-radius: 20px;
  flex: none;
}

.checkbox-label {
  margin-right: 29px;
  font-family: Made tommy personal use, Tahoma, sans-serif;
  font-size: 13px;
}

.checkbox-field {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-top: 2vh;
  padding-left: 0;
  display: flex;
}

.submit-button {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 2vh;
  font-family: Made tommy personal use, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.section-6 {
  height: 100vh;
  background-image: url('../images/timeline-sketch.PNG');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 60%;
  padding-top: 5vh;
  padding-left: 5vw;
  position: relative;
}

.timeline-bullets-wrapper {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  margin-top: 6vh;
  display: flex;
}

.section-7 {
  height: 100vh;
  background-color: #dce3eb;
  background-image: url('../images/main-room.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 5vh;
  display: flex;
}

.contact-wrapper {
  width: auto;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.link {
  color: #000;
  text-decoration: none;
}

.link.title.contact {
  font-size: 2em;
}

.div-block-16 {
  height: 100%;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-end;
  padding-top: 5vh;
  display: flex;
}

.image-1-wrapper {
  width: 50%;
  height: 50vh;
  background-image: url('../images/about-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 110%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.image-2-wrapper {
  width: 50%;
  height: 50vh;
  background-image: url('../images/top-right.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.image-3-wrapper {
  width: 50%;
  height: 50vh;
  background-image: url('../images/about-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.image-4-wrapper {
  width: 50%;
  height: 50vh;
  background-image: url('../images/about-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.div-block-17 {
  background-color: rgba(0, 0, 0, .58);
  border-radius: 20px;
  padding: 20px;
}

.plan-title {
  height: 20vh;
  flex: none;
}

.plan-info-wrapper {
  height: 80%;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
  position: relative;
}

.div-block-19 {
  width: 15%;
  flex: none;
}

.paragraph-plan {
  width: auto;
  font-family: Made tommy personal use, Tahoma, sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
}

.info-text-1 {
  width: 15%;
  flex: 0 auto;
  margin-bottom: 3vh;
}

.info-text-2, .info-text-3 {
  width: 15%;
  flex: none;
  margin-bottom: 3vh;
}

.info-text-4 {
  width: 15%;
  flex: none;
}

.rooftop-plan-info-wrapper, .integration-plan-info-wrapper, .accessibility-plan-info-wrapper {
  height: 90%;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.sustainability-plan-info-wrapper {
  height: 90%;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0;
  display: flex;
  position: relative;
}

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

.div-block-21 {
  margin-right: 17px;
  padding-right: 0;
}

.div-block-22 {
  margin-right: 17px;
}

.div-block-23 {
  height: auto;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10vh;
  display: flex;
}

.title-members {
  color: #000;
  font-family: Made tommy personal use, Tahoma, sans-serif;
  font-size: 3em;
  font-weight: 500;
  line-height: 1em;
}

.title-members.white {
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-size: 7em;
}

.title-members.black {
  z-index: 5;
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 6em;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.title-members.black.architects {
  text-align: center;
  font-size: 4em;
  position: absolute;
}

.title-members.black.members {
  text-align: right;
  margin-top: 0;
  padding-right: 5vw;
  font-size: 5em;
  position: relative;
}

.title-members.black.timeline {
  margin-top: 0;
  padding-left: 0;
  position: static;
}

.title-members.black.contact {
  margin-top: 0;
  margin-bottom: 2vh;
  padding-left: 0;
  position: static;
}

.title-members.contact {
  text-align: center;
  margin-bottom: 2vh;
}

.timeline-section {
  height: 100vh;
  background-image: url('../images/timeline-sketch.PNG');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 60%;
  padding-top: 5vh;
  padding-left: 5vw;
  display: none;
  position: relative;
}

.contact-section {
  height: 100vh;
  background-color: #dce3eb;
  background-image: url('../images/main-room.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 5vh;
  display: flex;
}

.rsvp-button {
  width: 100%;
  height: 5vh;
  background-color: #fff;
  border: 2px #c4b7ec;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: none;
}

.relaunch-colour-mobile {
  z-index: 2;
  height: 0%;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/relaunch2b.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.relaunch-start {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/relaunch2b.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw 100vh;
  background-attachment: scroll;
  flex: none;
  padding-top: 5vh;
  padding-left: 15vw;
  position: -webkit-sticky;
  position: sticky;
  top: .05px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

.heading-5, .field-label-6 {
  color: #000;
  font-family: Made tommy personal use, Tahoma, sans-serif;
}

.text-field-6 {
  border-radius: 20px;
}

.submit-button-2 {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  font-family: Made tommy personal use, Tahoma, sans-serif;
  font-size: 30px;
}

.image-3 {
  color: #000;
}

.div-block-24 {
  width: 100%;
  flex-direction: row;
  flex: none;
  display: block;
}

.audience-section {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.audience-image-wrapper {
  width: 100%;
  height: 100%;
  background-color: #dce3eb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0;
  display: flex;
  position: relative;
}

.div-block-25 {
  width: 100%;
  height: 70vh;
  background-image: url('../images/nt-bw-photo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110%;
  border: 3px #000;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 15vh;
  overflow: hidden;
}

.title-audience {
  color: #000;
  font-family: Made tommy personal use, Tahoma, sans-serif;
  font-size: 3em;
  font-weight: 500;
  line-height: 1em;
}

.title-audience.white {
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-size: 7em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.title-audience.black {
  z-index: 10;
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 6em;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.title-audience.black.architects {
  text-align: center;
  font-size: 4em;
  position: absolute;
}

.title-audience.black.members {
  text-align: right;
  margin-top: 5vh;
  padding-right: 5vw;
  font-size: 5em;
  position: absolute;
}

.title-audience.black.timeline {
  margin-top: 0;
  padding-left: 0;
  position: static;
}

.title-audience.black.contact {
  margin-top: 0;
  margin-bottom: 2vh;
  padding-left: 0;
  position: static;
}

.title-audience.contact {
  text-align: center;
  margin-bottom: 2vh;
}

.title-audience.dark {
  color: #000;
  text-align: center;
  margin-top: 19px;
  margin-left: 0;
  font-size: 2em;
  position: relative;
  top: auto;
  bottom: 5%;
  left: auto;
  right: auto;
}

.panel-1 {
  width: 100%;
  height: 100vh;
  background-image: url('../images/panel-1.jpg');
  background-position: 50%;
  background-size: cover;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.panel-2 {
  width: 100%;
  height: 100vh;
  background-image: url('../images/panel-2.jpg');
  background-position: 50%;
  background-size: cover;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.panel-3 {
  width: 100%;
  height: 100vh;
  background-image: url('../images/panel-3.jpg');
  background-position: 50%;
  background-size: cover;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.panel-4 {
  width: 100%;
  height: 100vh;
  background-image: url('../images/panel-4.jpg');
  background-position: 50%;
  background-size: cover;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-audience {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/panel-4.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: wrap;
  flex: none;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: .01px;
}

.div-block-27 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-1b-wrapper {
  width: 50%;
  height: 50vh;
  opacity: 0;
  background-image: url('../images/top-left-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.image-2b-wrapper {
  width: 50%;
  height: 50vh;
  opacity: 0;
  background-image: url('../images/top-right-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.image-3b-wrapper {
  width: 50%;
  height: 50vh;
  opacity: 0;
  background-image: url('../images/bottom-left-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.image-4b-wrapper {
  width: 50%;
  height: 50vh;
  opacity: 0;
  background-image: url('../images/about-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.div-block-28 {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-span {
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.2em;
}

.text-span-2 {
  margin-right: 10px;
  display: inline-block;
}

.text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  margin-right: 10px;
}

.text-span-9 {
  margin-right: 5px;
}

.text-span-10, .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16, .text-span-17 {
  margin-right: 10px;
}

.text-span-18 {
  font-weight: 400;
  line-height: 1.2em;
}

.text-span-19 {
  font-size: 1.2em;
}

.text-span-20, .text-span-21 {
  margin-right: 10px;
}

.submit-button-3 {
  color: #000;
  background-color: #fff;
  border-radius: 11px;
  margin-top: 2vh;
  font-family: Made tommy personal use, Tahoma, sans-serif;
  font-weight: 500;
}

.field-label-7, .field-label-8, .field-label-9 {
  color: #000;
  font-family: Made tommy personal use, Tahoma, sans-serif;
  font-weight: 500;
}

.text-field-7, .text-field-8, .text-field-9 {
  border-radius: 10px;
}

.restaurant-section {
  height: 300vh;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 0 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-restaurant {
  width: 100vw;
  height: 100vh;
  flex-flow: wrap;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: .01px;
}

.image-1-wrapper-restaurant {
  width: auto;
  height: 100vh;
  background-image: url('../images/restaurant-1.jpg');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-1b-wrapper-restaurant {
  width: auto;
  height: 100vh;
  opacity: 0;
  background-image: url('../images/restaurant-2.jpg');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-1c-wrapper-restaurant {
  width: auto;
  height: 100vh;
  opacity: 0;
  background-image: url('../images/restaurant-3.jpg');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.div-block-29 {
  width: 50%;
  background-color: #dce3eb;
  flex-direction: column;
  justify-content: flex-start;
  padding: 5vh 5vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.restaurant-title-wrapper {
  height: auto;
  flex: none;
  margin-top: 0;
  margin-bottom: 1vh;
}

.restaurant-text-side-wrapper {
  width: 50%;
  background-color: #dce3eb;
  flex-direction: column;
  justify-content: flex-start;
  padding: 5vh 5vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.restaurant-image-wrapper {
  width: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.restaurant-dot-points {
  height: auto;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  display: flex;
}

.restaurant-panel-2-wrapper {
  opacity: 0;
}

.restaurant-chef-wrapper {
  height: auto;
  flex: none;
  margin-top: 2vh;
  margin-bottom: 1vh;
}

.paragraph-3 {
  color: #000;
  font-family: Made tommy personal use, Tahoma, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
}

.restaurant-panel-3-wrapper {
  opacity: 0;
}

.restaurant-interior-wrapper {
  height: auto;
  flex: none;
  margin-top: 2vh;
  margin-bottom: 1vh;
}

.restaurant-titles-wrapper {
  z-index: 10;
  width: auto;
  height: 100vh;
  color: #000;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.restaurant-title-panel-2 {
  width: auto;
  background-color: rgba(0, 0, 0, .58);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 5vh;
  padding: 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 10%;
  right: 10%;
}

.restaurant-title-panel-3 {
  background-color: rgba(0, 0, 0, .58);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 5vh;
  padding: 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 10%;
  right: 10%;
}

.title-wrapper-second-layer {
  width: 100%;
  height: auto;
  max-width: none;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-6 {
  color: #000;
  font-family: Made tommy personal use, Tahoma, sans-serif;
  font-size: 2em;
  font-weight: 700;
}

.sticky-restaurant-mobile {
  width: 100vw;
  height: 100vh;
  flex-flow: wrap;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: .01px;
}

.restaurant-titles {
  color: #000;
  margin-top: 0;
  margin-bottom: 2vh;
  font-family: Made tommy personal use, Tahoma, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
}

.restaurant-titles.white {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 500;
}

.form-block {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  font-family: Made tommy personal use, Tahoma, sans-serif;
  font-weight: 700;
}

.success-message-2 {
  background-color: rgba(255, 255, 255, .7);
  border-radius: 20px;
}

.northcote-logo {
  width: 8.4rem;
  flex: none;
  align-items: flex-start;
  display: flex;
}

.logo-svg-code {
  width: 100%;
  height: 100%;
  color: #000;
  transition: color .5s;
}

.logo-svg-code.is--black {
  color: #000;
  transition: color .3s;
}

.logo-svg-code.is--white {
  color: #fff;
  transition-duration: 1.5s;
}

.logo-svg-code.is--white.type-colour-shift {
  color: #fff;
  transition-duration: .2s;
}

.page-wrapper {
  display: block;
  overflow: visible;
}

.section-logo-colours {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.page-padding {
  flex: none;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
}

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

.page-padding.margin-top.margin-large {
  margin: 3rem;
}

.page-padding.padding-vertical {
  padding-top: 4.625rem;
  padding-bottom: 4.625rem;
}

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

.flex-wrapper.margin-vertical.margin-xlarge {
  flex-direction: column;
  justify-content: space-between;
}

.colours-wrapper {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.blue {
  background-color: #00f;
}

.cyan {
  background-color: #0ff;
}

.lilac {
  background-color: #ccf;
}

.pink, .pink-copy {
  background-color: #ff5cff;
}

.hot-pink, .hot-pink-copy {
  background-color: #fe00b6;
}

.orange {
  background-color: #ff5f00;
}

.tomato {
  background-color: #fd4102;
}

.bone {
  background-color: #fcf5dc;
}

.lemon {
  background-color: #e6ff24;
}

.lime {
  background-color: #48ff22;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-medium.flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4.625rem 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-custom1 {
  padding: 1.5rem;
  display: block;
}

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

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

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

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

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-0 {
  margin: 0;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
  position: relative;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

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

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

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

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

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-31 {
  margin: 3rem;
}

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

.heading-7.bold {
  font-weight: 400;
}

.collection-list-wrapper {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.collection-list-wrapper.is--desktop {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.collection-list-wrapper.is--mobile {
  display: none;
}

.collection-list-wrapper.is--desktop-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.act-wrapper {
  width: 100%;
  height: auto;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 1rem;
  display: block;
  position: relative;
}

.act-wrapper:hover {
  background-color: rgba(0, 0, 0, 0);
}

.act-wrapper.is--dark {
  mix-blend-mode: luminosity;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  justify-content: start;
  display: grid;
}

.collection-list.margin-bottom.margin-medium {
  grid-template-rows: auto;
  grid-auto-rows: auto;
  margin-bottom: 1rem;
}

.collection-item {
  justify-content: center;
  align-items: stretch;
  display: block;
}

.collection-item.padding-small {
  width: 100%;
  display: block;
}

.collection-item.padding-small.margin-bottom.margin-xlarge {
  flex-wrap: nowrap;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.date-wrapper {
  width: 200px;
  font-size: 1rem;
}

.div-block-34 {
  height: 300px;
  display: block;
  position: relative;
}

.white-block {
  z-index: 5;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.white-block.is--top-left {
  width: 30px;
  height: 30px;
  perspective-origin: 100% 100%;
  transform-origin: 100% 100%;
  object-position: 50% 50%;
  border-bottom: 2px #000;
  border-right: 2px #000;
  transition: height .2s, width .2s, border-radius .2s;
  top: 0;
  left: 0;
}

.white-block.is--top-left.is--blocker {
  width: 35px;
  height: 35px;
  border: 1px #000;
  top: -5px;
  left: -5px;
}

.white-block.is--top-left.is--blocker.is--curved {
  border-radius: 20px;
}

.white-block.is--top-left.is--curved {
  width: 35px;
  height: 35px;
  border-radius: 20px;
}

.white-block.is--top-right {
  width: 30px;
  height: 30px;
  border-top: 0 solid #000;
  border-bottom: 2px #000;
  border-left: 2px #000;
  border-right: 0 solid #000;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}

.white-block.is--top-right.is--blocker {
  border-style: none;
  border-width: 0;
}

.white-block.is--bottom-left {
  width: 30px;
  height: 30px;
  border-top: 2px #000;
  border-right: 2px #000;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}

.white-block.is--bottom-left.is--blocker {
  border: 1px #000;
}

.white-block.is--bottom-right {
  width: 30px;
  height: 30px;
  border-top: 2px #000;
  border-left: 2px #000;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}

.white-block.is--bottom-right.is--grey {
  background-color: #d9d9d9;
}

.white-block.is--bottom-right.is--blocker {
  border: 1px #000;
}

.white-block-top-right {
  z-index: 5;
  width: 20px;
  height: 20px;
  color: #fff;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.white-block-bottom-left {
  z-index: 5;
  width: 20px;
  height: 20px;
  color: #fff;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.white-block-bottom-right {
  z-index: 5;
  width: 20px;
  height: 20px;
  color: #fff;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.act-image {
  height: 300px;
  display: block;
  position: relative;
}

.act-image.margin-bottom.margin-small {
  width: 100%;
  height: 47vh;
  object-fit: fill;
  margin-bottom: 1.5rem;
  overflow: visible;
}

.act-date {
  color: #ff5f00;
  letter-spacing: .2rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fkrastergroteskcompact blended, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  display: inline;
}

.act-date.is--day {
  text-transform: uppercase;
  margin-right: 1vw;
}

.act-name-wrapper {
  width: 100%;
  flex-flow: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  font-size: 2rem;
  line-height: 1;
  display: flex;
  position: relative;
}

.act-name {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: normal;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fkrastergroteskcompact blended, sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.2;
  display: inline;
  position: static;
}

.act-name.break-word {
  flex: 0 auto;
}

.div-block-35 {
  width: 50px;
  height: 40px;
  flex: none;
  align-items: center;
  margin-left: 0;
  padding-bottom: 0;
  display: flex;
}

.act-name-link-wrapper {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: auto minmax(0, 50px);
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  line-height: 0;
  text-decoration: none;
  display: flex;
}

.act-support-act {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  display: block;
}

.margin-large {
  margin: 3rem;
}

.paragraph-4 {
  border: 1px #000;
  font-family: Messinasanscondensed, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  display: none;
}

.paragraph-5 {
  font-family: Messinasanscondensed, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  display: inline;
}

.scrolling-text-wrapper {
  z-index: 1;
  width: 100%;
  height: 30px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.soldout-wrapper {
  background-color: #ff5cff;
  border-bottom: 2px #000;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.sold-out {
  color: #fff;
  letter-spacing: .2rem;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Fkrastergroteskcompact sharp, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.9rem;
  display: inline-block;
}

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

.sold-out-text {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.pre-sale-wrapper {
  color: #000;
  background-color: #48ff22;
  border-bottom: 2px #000;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.pre-sale-text {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.pre-sale {
  letter-spacing: .2rem;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Fkrastergroteskcompact sharp, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.9rem;
  display: inline-block;
}

.selling-fast-wrapper {
  color: #000;
  background-color: #e6ff24;
  border-bottom: 2px #000;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.selling-fast-text {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.selling-fast {
  letter-spacing: .2rem;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Fkrastergroteskcompact blended, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  display: inline-block;
}

.next {
  background-color: #ff5f00;
  border: 0 rgba(0, 0, 0, 0);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 4px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.next:hover {
  transform: scale(1.05);
}

.text-block-3 {
  color: #fff;
  letter-spacing: .2rem;
  font-family: Fkrastergroteskcompact blended, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
}

.page-count {
  display: none;
}

.loading {
  background-color: #ff5f00;
  border-radius: 20px;
}

.text-block-4 {
  color: #fff;
  letter-spacing: .2rem;
  font-family: Fkrastergroteskcompact blended, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.div-block-37 {
  background-color: #ff5f00;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body {
  font-size: 1rem;
}

.body.is--locked {
  overflow: hidden;
}

.act-arrow {
  perspective-origin: 0%;
  transform-origin: 0%;
  color: #000;
  letter-spacing: .2rem;
  object-position: 0% 50%;
  flex: none;
  margin-top: -4px;
  margin-bottom: 0;
  font-family: Fkrastergroteskcompact sharp, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.heading-1 {
  color: #000;
  letter-spacing: .4rem;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Fkrastergroteskcompact blended, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.events-heading {
  justify-content: center;
  display: flex;
}

.events-heading.margin-bottom.margin-xlarge {
  margin-bottom: 4.625rem;
}

.events-padding {
  flex: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: block;
}

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

.events-padding.margin-top.margin-large {
  margin: 3rem;
}

.events-padding.padding-vertical {
  padding-top: 4.625rem;
  padding-bottom: 4.625rem;
}

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

.nav_link {
  color: #fff;
  text-transform: uppercase;
  flex: none;
  font-family: Messinasanscondensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8rem;
  text-decoration: none;
  transition: color 1s;
  display: flex;
}

.nav_link.w--current {
  transition-duration: .5s;
}

.nav_link.is--black {
  color: #000;
  line-height: 1.2;
  transition: color .3s;
  display: none;
  position: absolute;
}

.nav_link.is--white {
  color: #fff;
  transition-duration: 1.5s;
  display: none;
}

.nav_link.is--white.w--current {
  display: none;
}

.nav_menu-link {
  width: 13rem;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.nav_menu-link.is--contact {
  display: none;
}

.nav_menu-link.is-faq {
  cursor: pointer;
}

.nav_menu-link.is-past-events {
  cursor: pointer;
}

.nav_menu {
  width: 40vw;
  justify-content: space-around;
  display: flex;
}

.nav_menu.is--desktop {
  flex: none;
  justify-content: flex-end;
}

.nav {
  z-index: 100;
  flex-direction: column;
  justify-content: space-around;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav_wrapper {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.padding-nav {
  justify-content: center;
  padding: 1.5rem;
  display: block;
}

.div-block-39 {
  width: 2rem;
}

.nav_downarrow {
  font-family: Messinasanscondensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8rem;
}

.section-welcome-page {
  z-index: 30;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: rgba(0, 0, 0, 0);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.additional-blue {
  z-index: 10;
  opacity: .29;
  mix-blend-mode: multiply;
  background-color: #00f;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.additional-blue.padding-medium {
  display: flex;
}

.headline {
  z-index: 20;
  color: #fff;
  text-align: center;
  letter-spacing: 1.45vw;
  text-indent: 20px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fkrastergroteskcompact sharp, sans-serif;
  font-size: 14.5vw;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.headline.is--curved {
  font-family: Fkrastergroteskcompact smooth, sans-serif;
}

.headline.break-word {
  text-indent: 20px;
}

.headline-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: PT Serif, serif;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.headline-wrapper:hover, .headline-wrapper:active, .headline-wrapper:focus, .headline-wrapper:visited {
  text-decoration: none;
}

.headline-wrapper.pading-small {
  padding: 1.3rem 1.5rem 0;
}

.section-faq-hero {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero_text {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Messinasanscondensed, sans-serif;
  font-size: 3rem;
  line-height: 1;
  display: inline;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero_text.is--white {
  color: #fff;
}

.padding-hero {
  padding-left: 5rem;
  padding-right: 5rem;
}

.hero_text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero_text-wrapper.padding-hero {
  z-index: auto;
  width: 80%;
  text-align: center;
  mix-blend-mode: normal;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 8rem;
  padding-right: 8rem;
  display: block;
  position: relative;
}

.giant-logo {
  color: #e6ff24;
  mix-blend-mode: overlay;
  justify-content: center;
  align-items: center;
  padding-top: 10%;
  font-family: Fkrastergroteskcompact sharp, sans-serif;
  font-size: 50rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-contact {
  background-color: #d9d9d9;
  position: relative;
}

.contact-heading {
  justify-content: center;
  display: flex;
}

.contact-heading.margin-bottom.margin-xlarge {
  margin-bottom: 4.625rem;
}

.div-block-40 {
  grid-column-gap: 16px;
  grid-row-gap: 5vh;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(200px, 50%);
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  justify-items: center;
  display: grid;
}

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

.contact_info {
  margin-bottom: 2px;
  font-family: Messinasanscondensed, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1rem;
}

.contact_info.is--name {
  color: #000;
  font-size: 1rem;
  line-height: 1.2;
}

.contact_info.is--number {
  color: #000;
  font-size: 1rem;
  text-decoration: none;
  display: none;
}

.contact_info.is--email {
  color: #000;
  font-size: 1rem;
  text-decoration: none;
}

.heading-9 {
  letter-spacing: .2rem;
  font-family: Fkrastergroteskcompact sharp, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2rem;
}

.heading-contact {
  letter-spacing: .2rem;
  text-transform: uppercase;
  font-family: Fkrastergroteskcompact sharp, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
}

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

.footer.padding-large {
  background-color: #000;
}

.footer-container {
  display: flex;
}

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

.footer_info.margin-left.margin-xlarge {
  grid-template-columns: 1fr 1.5fr 1fr 1fr;
  display: none;
}

.footer_info-wrapper {
  width: 11%;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  display: flex;
}

.footer_info-wrapper.is-ack {
  width: 40%;
}

.footer_info-wrapper.is-phone {
  width: 16%;
  display: none;
}

.footer-text {
  color: #fff;
  cursor: auto;
  font-family: Messinasanscondensed, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  display: inline;
}

.footer-text:hover {
  color: #fff;
}

.footer-text.is--phone {
  display: block;
}

.logo-svg-code-footer {
  width: 100%;
  height: 100%;
  color: #000;
}

.logo-svg-code-footer.is--white {
  width: auto;
  height: auto;
  color: #fff;
  align-items: flex-start;
  display: flex;
}

.body-2 {
  overflow: visible;
}

.body-2.is-locked {
  overflow: hidden;
}

.headline_text {
  z-index: 10;
  position: relative;
}

.headline_arrow {
  z-index: 10;
  display: none;
  position: relative;
}

.link-block {
  text-decoration: none;
}

.image-4 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px #000;
}

.div-block-41 {
  display: inline;
}

.link-block-2 {
  flex: 0 auto;
  text-decoration: none;
}

.link_instagram {
  color: #fff;
  text-decoration: none;
  transition: color .2s;
}

.link_instagram:hover {
  color: #ff5f00;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.link_facebook {
  color: #fff;
  text-decoration: none;
  transition: color .2s;
}

.link_facebook:hover {
  color: #ff5f00;
}

.link_map {
  color: #fff;
  line-height: 1.4;
  text-decoration: none;
  transition: color .2s;
}

.link_map:hover {
  color: #ff5f00;
}

.pop-up {
  z-index: 50;
  background-color: #ff5f00;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 100%);
}

.pop-up-container {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 6.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.cta_text {
  color: #000;
  font-family: Messinasanscondensed, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.cta_text.is--white {
  color: #fff;
}

.text-field-10 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-bottom-width: 2px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  font-family: Messinasanscondensed, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.5rem;
  display: none;
}

.text-field-10:hover {
  background-color: rgba(0, 0, 0, 0);
}

.text-field-10:active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #000;
}

.text-field-10:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #000;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.text-field-10::-ms-input-placeholder {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-family: Messinasanscondensed, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.text-field-10::placeholder {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-family: Messinasanscondensed, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.submit-button-4 {
  color: #fff;
  letter-spacing: .1rem;
  background-color: #000;
  border-radius: 20px;
  padding-top: 9px;
  font-family: Messinasanscondensed, sans-serif;
  font-weight: 700;
  transition: transform .2s;
  display: none;
}

.submit-button-4:hover {
  transform: scale(1.05);
}

.pop-up_form-wrapper {
  border: 1px #000;
  display: block;
}

.cta-email, .form-2 {
  border: 0 #000;
}

.pop-up_cta-wrapper {
  display: block;
}

.form-2-copy {
  border: 0 #000;
}

.form_email-cta {
  border: 0 #000;
  display: block;
}

.close-pop-up-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.x-wrapper {
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.x-wrapper:hover {
  transform: scale(1.2);
}

.x-45 {
  width: 100%;
  height: 3px;
  background-color: #000;
  position: absolute;
  transform: rotate(45deg);
}

.x-neg45 {
  width: 100%;
  height: 3px;
  background-color: #000;
  position: absolute;
  transform: rotate(-45deg);
}

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

.footer_info-flex.margin-left.margin-xlarge {
  width: 80%;
  flex: none;
  grid-template-columns: 1fr 1.5fr 1fr 1fr;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-1-copy {
  color: #000;
  letter-spacing: .4rem;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Fkrastergroteskcompact blended, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4rem;
}

.heading-2, .heading-2-copy {
  letter-spacing: .4rem;
  font-family: Fkrastergroteskcompact sharp, sans-serif;
  font-size: 3rem;
  line-height: 4rem;
}

.heading-3 {
  color: #000;
  text-align: center;
  letter-spacing: .2rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fkrastergroteskcompact blended, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.link-4 {
  color: #000;
  text-decoration: none;
}

.link-5 {
  color: #000;
  line-height: 1.2;
  text-decoration: none;
}

.link-6 {
  color: #000;
  text-decoration: none;
}

.text-block-5 {
  text-align: center;
  font-family: Messinasanscondensed, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.nav-black-text {
  line-height: 1.2;
  display: block;
}

.nav-mobile-wrapper {
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.nav-mobile-wrapper:hover {
  transform: scale(1.2);
}

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

.div-block-43 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-44 {
  z-index: 0;
  background-color: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.waiting-list-text {
  width: auto;
  max-width: 220px;
  color: #fff;
  text-align: center;
  flex: none;
  font-family: Messinasanscondensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.html-embed-4, .div-block-45 {
  display: none;
}

.waiting-list-pop-up {
  z-index: 0;
  background-color: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer_info-flex-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_info-flex-mobile.margin-left.margin-xlarge {
  width: 80%;
  flex: none;
  grid-template-columns: 1fr 1.5fr 1fr 1fr;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.northcote-logo-mobile {
  width: 8.4rem;
  flex: none;
  align-items: flex-start;
  display: flex;
}

.footer_info-wrapper-is--mobile {
  width: 11%;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  display: flex;
}

.footer_info-wrapper-is--mobile.is-ack {
  width: 40%;
}

.footer_info-wrapper-is--mobile.is--hone {
  width: 16%;
}

.nav-menu.is--mobile.padding-medium {
  display: none;
}

.image-5 {
  z-index: -1;
  width: 900px;
  max-width: 1920px;
  filter: contrast(200%);
  color: #00f;
  position: absolute;
}

.act-secondshow-link-wrapper-copy {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: auto minmax(0, 50px);
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  line-height: 0;
  text-decoration: none;
  display: inline-block;
}

.secondshow-image {
  height: 300px;
  display: block;
  position: relative;
}

.secondshow-image.margin-bottom.margin-small {
  width: 100%;
  height: 75%;
  object-fit: fill;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: visible;
}

.link-block-3 {
  z-index: 20;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-6 {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Messinasanscondensed, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 30%;
  left: 0%;
  right: 0%;
}

.black-cover {
  z-index: 20;
  color: rgba(0, 0, 0, 0);
  background-color: #000;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blue-wipe {
  z-index: 30;
  height: 100%;
  color: rgba(0, 0, 0, 0);
  background-color: #00f;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav_link-top {
  color: #000;
  text-transform: uppercase;
  flex: none;
  font-family: Messinasanscondensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8rem;
  text-decoration: none;
  transition: color 1s;
  display: flex;
}

.nav_link-top.w--current {
  transition-duration: .5s;
}

.nav_link-top.is--black {
  color: #000;
  transition: color .3s;
}

.nav_link-top.is--white {
  color: #fff;
  line-height: 1.2;
  transition-duration: 1.5s;
}

.blue-fade {
  z-index: 2;
  background-color: #00f;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav_link-tkts {
  color: #fff;
  text-transform: uppercase;
  flex: none;
  font-family: Messinasanscondensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8rem;
  text-decoration: none;
  transition: color 1s;
  display: flex;
}

.nav_link-tkts.w--current {
  transition-duration: .5s;
}

.nav_link-tkts.is--black {
  color: #000;
  line-height: 1.2;
  transition: color .3s;
  display: none;
  position: absolute;
}

.nav_link-tkts.is--white {
  color: #fff;
  transition-duration: 1.5s;
  display: none;
  position: absolute;
}

.nav_link-tkts.is--white.w--current {
  display: none;
}

.nav_link-tkts.is--white.type-colour-shift {
  transition-duration: .2s;
}

.nav_link-top-tkts {
  color: #000;
  text-transform: uppercase;
  flex: none;
  font-family: Messinasanscondensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8rem;
  text-decoration: none;
  transition: color 1s;
  display: flex;
}

.nav_link-top-tkts.w--current {
  transition-duration: .5s;
}

.nav_link-top-tkts.is--black {
  color: #000;
  transition: color .3s;
}

.nav_link-top-tkts.is--white {
  color: #fff;
  line-height: 1.2;
  transition-duration: .2s;
}

.success-message-3 {
  color: #fff;
  background-color: #00f;
  padding-top: 7%;
  font-family: Messinasanscondensed, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.error-message-2 {
  color: #fff;
  background-color: #ff0004;
  font-family: Messinasanscondensed, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.first-shows-note {
  justify-content: center;
  display: flex;
}

.nav_link-top-mobile {
  color: #fff;
  text-transform: uppercase;
  flex: none;
  font-family: Messinasanscondensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8rem;
  text-decoration: none;
  transition: color 1s;
  display: flex;
}

.nav_link-top-mobile.w--current {
  transition-duration: .5s;
}

.nav_link-top-mobile.is--black {
  color: #000;
  line-height: 1.2;
  transition: color .3s;
  display: none;
  position: absolute;
}

.nav_link-top-mobile.is--white {
  color: #fff;
  transition-duration: 1.5s;
  display: none;
}

.nav_link-top-mobile.is--white.w--current {
  display: none;
}

.nav_link-mobile {
  color: #fff;
  text-transform: uppercase;
  flex: none;
  font-family: Messinasanscondensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8rem;
  text-decoration: none;
  transition: color 1s;
  display: flex;
}

.nav_link-mobile.w--current {
  transition-duration: .5s;
}

.nav_link-mobile.is--black {
  color: #000;
  line-height: 1.2;
  transition: color .3s;
  display: none;
  position: absolute;
}

.nav_link-mobile.is--white {
  color: #fff;
  transition-duration: 1.5s;
  display: none;
}

.nav_link-mobile.is--white.w--current {
  display: none;
}

.image-6 {
  z-index: -5;
  width: 100%;
  height: 100%;
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-48 {
  z-index: -1;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.colour-block {
  z-index: -1;
  opacity: 1;
  mix-blend-mode: multiply;
  background-image: linear-gradient(#00f, #00f);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.colour-block.is--blue {
  opacity: 1;
  filter: contrast(200%);
  mix-blend-mode: multiply;
  background-image: linear-gradient(#00f, #00f);
  display: none;
}

.colour-block.is--black {
  opacity: .2;
  filter: none;
  mix-blend-mode: overlay;
  background-image: linear-gradient(#000, #000);
  display: none;
}

.weclome-image {
  z-index: -5;
  width: 100%;
  height: 100%;
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.headline-text-small {
  color: #fff;
  text-transform: uppercase;
  font-family: Messinasanscondensed, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.on-sale-soon-pop-up {
  z-index: 0;
  background-color: rgba(0, 0, 0, .5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.on-sale-soon-text {
  width: auto;
  max-width: 220px;
  color: #fff;
  text-align: center;
  flex: none;
  font-family: Messinasanscondensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.additional-show-pop-up {
  z-index: 0;
  background-color: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.additional-show-text {
  width: auto;
  max-width: 220px;
  color: #ff5cff;
  text-align: center;
  flex: none;
  font-family: Messinasanscondensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.headline-mobile {
  z-index: 20;
  color: #fff;
  text-align: center;
  letter-spacing: 1.5vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fkrastergroteskcompact sharp, sans-serif;
  font-size: 15vw;
  font-weight: 400;
  line-height: 14vw;
  position: relative;
}

.headline-mobile.is--curved {
  font-family: Fkrastergroteskcompact smooth, sans-serif;
}

.headline-mobile.break-word {
  text-indent: 20px;
  display: none;
}

.link-phone {
  color: #fff;
  text-decoration: none;
}

.div-block-49 {
  z-index: -1;
  opacity: .24;
  mix-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay {
  background-color: rgba(0, 0, 0, .03);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pagination {
  margin-top: auto;
  display: none;
}

.additional-show-link {
  z-index: 20;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.act-year {
  color: #ff5f00;
  letter-spacing: .2rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fkrastergroteskcompact blended, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  display: inline;
}

.act-year.is--day {
  text-transform: uppercase;
  margin-right: 1vw;
}

.nav_link-top-faq {
  color: #000;
  text-transform: uppercase;
  flex: none;
  font-family: Messinasanscondensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8rem;
  text-decoration: none;
  transition: color 1s;
  display: flex;
}

.nav_link-top-past-events {
  color: #000;
  text-transform: uppercase;
  flex: none;
  font-family: Messinasanscondensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8rem;
  text-decoration: none;
  transition: color 1s;
  display: flex;
}

.nav_link-top-faq.w--current {
  transition-duration: .5s;
}

.nav_link-top-past-events.w--current {
  transition-duration: .5s;
}

.nav_link-top-faq.is--black {
  color: #000;
  transition: color .3s;
}

.nav_link-top-past-events.is--black {
  color: #000;
  transition: color .3s;
}

.nav_link-top-faq.is--white {
  color: #fff;
  cursor: pointer;
  line-height: 1.2;
  transition-duration: .2s;
}

.nav_link-top-past-events.is--white {
  color: #fff;
  cursor: pointer;
  line-height: 1.2;
  transition-duration: .2s;
}

.nav_link-top-faq.is--white.type-colour-shift {
  transition-duration: .2s;
}
.nav_link-top-past-events.is--white.type-colour-shift {
  transition-duration: .2s;
}

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

.accordion-item {
  max-width: 800px;
}

.accordion__title {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px 20px;
  font-size: 18px;
  display: flex;
}

.accordion__plus-wrapper {
  width: 14px;
  height: 14px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  display: flex;
  position: relative;
}

.accordion__bar-vert {
  width: 3px;
  height: 100%;
  background-color: #ff5f00;
  position: absolute;
}

.accordion__bar-hor {
  width: 100%;
  height: 3px;
  background-color: #ff5f00;
}

.accordion__content-wrap {
  height: 0%;
  overflow: hidden;
}

.accordion__content {
  margin: 15px 20px 20px;
}

.text-block-7 {
  letter-spacing: .2rem;
  font-family: Fkrastergroteskcompact smooth, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.text-block-7.break-word {
  text-transform: uppercase;
}

.rich-text-block {
  font-family: Messinasanscondensed, sans-serif;
  font-weight: 700;
  line-height: 1.4rem;
}

.padding {
  flex: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: block;
}

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

.padding.margin-top.margin-large {
  margin: 3rem;
}

.padding.padding-vertical {
  padding-top: 4.625rem;
  padding-bottom: 4.625rem;
}

.faq-heading {
  justify-content: center;
  display: flex;
}

.faq-heading.margin-bottom.margin-xlarge {
  margin-bottom: 4.625rem;
}

.bg-img {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-hero {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cm-form-code {
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (min-width: 1280px) {
  .div-block-5 {
    height: auto;
    justify-content: center;
  }

  .title.black.architects {
    position: absolute;
  }

  .paragraph {
    flex: none;
    margin-bottom: 10vh;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.2em;
    display: block;
  }

  .bullet-point {
    text-align: left;
    margin-bottom: auto;
  }

  .about-us-section {
    height: 500vh;
  }

  .div-block-11 {
    height: 15%;
  }

  .h1.white.venue {
    font-size: 5em;
  }

  .rooftop {
    background-size: contain;
    padding-top: 5vh;
    padding-left: 5vw;
  }

  .tour-top-text {
    height: auto;
    max-height: none;
    min-height: auto;
    flex: 1;
    justify-content: flex-start;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .div-block-18 {
    display: block;
  }

  .plan-info-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 5vh;
    padding-bottom: 20vh;
    padding-left: 5vw;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-19 {
    width: 1216px;
  }

  .info-text-1, .info-text-2, .info-text-3, .info-text-4 {
    width: 15%;
  }

  .rooftop-plan-info-wrapper, .integration-plan-info-wrapper, .accessibility-plan-info-wrapper, .sustainability-plan-info-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 5vh;
    padding-bottom: 20vh;
    padding-left: 5vw;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-23 {
    height: auto;
    flex: none;
    justify-content: space-between;
  }

  .title-members.black.architects {
    position: absolute;
  }

  .rsvp-button {
    transition-property: none;
  }

  .div-block-25 {
    border-style: none;
    border-radius: 0;
  }

  .title-audience.black.architects {
    position: absolute;
  }

  .title-audience.dark {
    text-align: center;
    margin-left: 0;
  }

  .div-block-27 {
    width: 100%;
    align-items: center;
  }

  .restaurant-section {
    height: 500vh;
  }

  .image-1b-wrapper-restaurant {
    opacity: 0;
    background-image: url('../images/restaurant-2.jpg');
    background-position: 10%;
  }

  .image-1c-wrapper-restaurant {
    background-position: 70%;
  }

  .restaurant-dot-points {
    height: auto;
    justify-content: center;
  }

  .sticky-restaurant-mobile {
    display: none;
  }

  .northcote-logo {
    width: 8.4rem;
  }

  .act-wrapper {
    flex-direction: row;
    align-items: stretch;
  }

  .pre-sale-wrapper {
    background-color: #48ff22;
  }

  .pre-sale {
    color: #000;
  }

  .selling-fast-wrapper {
    background-color: #e6ff24;
  }

  .selling-fast {
    color: #000;
  }

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

  .headline.break-word {
    text-indent: 20px;
  }

  .footer_info.margin-left.margin-xlarge {
    grid-column-gap: 5vw;
  }

  .footer_info-wrapper {
    width: 11%;
  }

  .pop-up {
    display: flex;
  }

  .footer_info-flex.margin-left.margin-xlarge, .footer_info-flex-mobile.margin-left.margin-xlarge {
    grid-column-gap: 5vw;
  }

  .northcote-logo-mobile {
    width: 8.4rem;
  }

  .footer_info-wrapper-is--mobile {
    width: 11%;
  }

  .success-message-3 {
    padding-top: 5%;
  }

  .colour-block {
    mix-blend-mode: multiply;
  }

  .headline-mobile.break-word {
    text-indent: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .div-block-4 {
    flex: none;
    margin-top: 0;
  }

  .title.black.architects {
    position: absolute;
  }

  .performing-arts-image-wrapper {
    background-position: 50% 30%;
  }

  .team-info-wrapper {
    background-color: #dce3eb;
    background-image: none;
  }

  .team-cv-wrapper {
    background-color: #dcd4f3;
  }

  .h1.white.venue {
    font-size: 5em;
  }

  .tour-top-text {
    max-height: none;
    min-height: auto;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
  }

  .image-1-wrapper {
    background-size: 100% 105%;
  }

  .title-members.black.architects, .title-audience.black.architects {
    position: absolute;
  }

  .title-audience.dark {
    text-align: center;
  }

  .image-1-wrapper-restaurant {
    background-size: cover;
  }

  .image-1c-wrapper-restaurant {
    background-position: 70%;
  }

  .restaurant-title-wrapper {
    margin-top: 0;
  }

  .restaurant-panel-1-wrapper, .restaurant-panel-2-wrapper {
    margin-bottom: 4vh;
  }

  .restaurant-chef-wrapper, .restaurant-interior-wrapper {
    margin-top: 0;
  }

  .act-wrapper {
    flex: 1;
  }

  .act-date {
    font-size: 2.4rem;
    line-height: 2.5rem;
  }

  .act-name {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .div-block-35 {
    padding-bottom: 7px;
  }

  .paragraph-4 {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }

  .paragraph-5 {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.3rem;
  }

  .act-arrow {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .section-welcome-page {
    align-items: center;
    padding-top: 0;
  }

  .section-faq-hero {
    opacity: 1;
  }

  .div-block-40 {
    align-content: center;
    justify-content: center;
    align-items: stretch;
  }

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

  .footer_info-wrapper {
    width: 11%;
  }

  .cta_text.is--white {
    color: #fff;
  }

  .footer_info-wrapper-is--mobile {
    width: 11%;
  }

  .image-5 {
    opacity: 1;
    filter: contrast(200%);
  }

  .success-message-3 {
    text-align: center;
    padding-top: 5%;
  }

  .image-6 {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .colour-block {
    width: 100%;
    height: 100%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .weclome-image {
    mix-blend-mode: normal;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .headline-text-small {
    line-height: 1.2;
  }

  .div-block-49 {
    z-index: -1;
    opacity: .15;
    mix-blend-mode: darken;
    background-color: #000;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .act-year {
    font-size: 2.4rem;
    line-height: 2.5rem;
  }

  .section-hero {
    opacity: 1;
  }
}

@media screen and (min-width: 1920px) {
  .div-block-4 {
    margin-top: 0;
    margin-bottom: 1vh;
  }

  .div-block-5 {
    flex: 0 auto;
  }

  .title.black {
    z-index: 10;
    font-size: 7em;
    position: relative;
  }

  .title.black.architects {
    position: absolute;
  }

  .title.black.members {
    z-index: auto;
    margin-top: 0;
    margin-bottom: 3vh;
    padding-left: 0;
    font-size: 6em;
    position: static;
  }

  .hero-text-wrapper, .neighbour-image-wrapper {
    padding: 5vh 5vw;
  }

  .paragraph {
    margin-bottom: 5vh;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.5em;
  }

  .paragraph.members {
    width: auto;
    text-align: left;
    flex: none;
    font-size: 1.5em;
  }

  .paragraph.form {
    font-size: 1.2em;
  }

  .paragraph.neighbour {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.5em;
  }

  .landmark-section {
    flex-direction: column;
  }

  .landmark-image-wrapper {
    width: auto;
    height: 50vh;
  }

  .landmark-text-wrapper {
    width: auto;
    height: 50%;
    justify-content: center;
    align-items: center;
    padding: 20vh 5vw;
  }

  .bullet-point {
    margin-top: 0;
    margin-bottom: 2vh;
    font-size: 2em;
  }

  .bullet-point.bigger {
    font-size: 2em;
  }

  .relaunch-section {
    overflow: visible;
  }

  .relaunch-bnw {
    width: auto;
    flex: 1;
  }

  .div-block-6 {
    position: -webkit-sticky;
    position: sticky;
  }

  .performing-arts-text-wrapper {
    padding: 5vh 5vw;
  }

  .performing-arts-image-wrapper {
    background-position: 50% 30%;
  }

  .about-us-section {
    height: 500vh;
    align-items: flex-start;
    display: flex;
    overflow: visible;
  }

  .a-little-text-wrapper {
    z-index: 10;
    width: auto;
    height: auto;
    align-items: center;
    display: flex;
    position: absolute;
    overflow: hidden;
  }

  .background-video {
    object-fit: cover;
  }

  .div-block-9 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-10 {
    height: 15%;
    bottom: 0;
    overflow: visible;
  }

  .div-block-11 {
    height: 15%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-12 {
    flex: 0 auto;
  }

  .team-info-section {
    height: auto;
    display: flex;
  }

  .team-info-wrapper {
    background-color: #dce3eb;
    background-image: none;
    flex-direction: column;
    flex: none;
    align-items: flex-start;
    padding: 5vh 5vw;
    display: flex;
  }

  .team-cv-wrapper {
    height: auto;
    background-color: #dcd4f3;
    align-self: stretch;
  }

  .h3 {
    margin-top: 0;
    margin-bottom: 4vh;
    font-size: 3em;
    line-height: 1.2em;
  }

  .h3.black {
    z-index: 10;
    position: relative;
  }

  .paragraph-2 {
    font-family: Made tommy personal use, Tahoma, sans-serif;
    font-size: 2.2em;
    font-weight: 400;
    line-height: 1.2em;
  }

  .h1.white.venue {
    font-size: 6em;
    font-weight: 500;
  }

  .h2 {
    margin-bottom: 4vh;
    font-size: 3em;
  }

  .h2.black {
    z-index: 10;
    position: relative;
  }

  .h2.light {
    margin-top: 5vh;
  }

  .architecture-intro-section {
    background-size: 80%;
  }

  .div-block-5-copy {
    flex: 0 auto;
  }

  .architecture-left-wrapper {
    background-size: 100%;
    padding-top: 10vh;
  }

  .architecture-right-wrapper {
    padding: 10vh 5vw 5vh;
  }

  .bullets-left-architect {
    flex: 0 auto;
    margin-top: 10vh;
  }

  .architect-right-image {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .plan-section {
    height: 400vh;
    align-items: flex-start;
    display: flex;
    position: relative;
    top: 0;
  }

  .accessibility {
    width: auto;
    height: auto;
    background-size: 90%;
    flex: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .sustainability {
    background-size: 90%;
    padding-bottom: 20vh;
  }

  .intergration {
    background-size: 90%;
    display: block;
  }

  .rooftop {
    background-size: 90%;
  }

  .sticky-wrapper {
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
  }

  .tour-text-wrapper {
    flex-direction: column;
    flex: none;
    justify-content: space-between;
    align-items: flex-start;
    padding: 5vh 0 0;
  }

  .tour-top-text {
    height: auto;
    max-height: none;
    min-height: auto;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 5vh;
    display: flex;
  }

  .tour-bottom-text {
    width: 100%;
    height: auto;
    max-height: 40%;
    min-height: 20%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: none;
    display: none;
  }

  .div-block-13 {
    color: #000;
    text-decoration: none;
  }

  .membership-section {
    background-position: 10% 10%;
    background-size: 40%;
    margin-top: 0;
  }

  .membership-top {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .membership-form {
    height: 50%;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    padding-top: 5vh;
    font-size: 1.5em;
    display: flex;
  }

  .address-field, .phone-number-field, .email-field, .name-field, .dob-field {
    height: 40px;
  }

  .checkbox-label {
    margin-right: 38px;
    font-size: 19px;
  }

  .timeline-bullets-wrapper {
    flex: 0 auto;
  }

  .section-7 {
    background-position: 50% 0;
    background-size: 100%;
  }

  .div-block-16 {
    width: 50%;
    height: 100%;
    flex-direction: column;
    flex: none;
    justify-content: space-around;
    align-items: flex-end;
    padding-left: 5vw;
    display: flex;
  }

  .image-1-wrapper {
    background-size: cover;
  }

  .paragraph-plan {
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .rooftop-plan-info-wrapper, .integration-plan-info-wrapper, .accessibility-plan-info-wrapper, .sustainability-plan-info-wrapper {
    height: 100%;
    padding-bottom: 0;
  }

  .div-block-23 {
    height: auto;
    justify-content: flex-start;
  }

  .title-members.black {
    z-index: 10;
    font-size: 7em;
    position: relative;
  }

  .title-members.black.architects {
    position: absolute;
  }

  .title-members.black.members {
    z-index: auto;
    margin-top: 0;
    margin-bottom: 3vh;
    padding-left: 0;
    font-size: 6em;
    position: static;
  }

  .contact-section {
    background-position: 50% 0;
    background-size: 100%;
  }

  .rsvp-button {
    color: #000;
    flex: none;
    text-decoration: none;
  }

  .relaunch-start {
    width: auto;
    flex: 1;
  }

  .div-block-24 {
    flex-direction: column;
    display: flex;
  }

  .audience-section {
    align-items: flex-start;
  }

  .audience-image-wrapper {
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-25 {
    height: 80vh;
    border-style: none;
    border-radius: 0;
    margin-bottom: 13vh;
  }

  .title-audience.black {
    z-index: 10;
    font-size: 7em;
    position: relative;
  }

  .title-audience.black.architects {
    position: absolute;
  }

  .title-audience.black.members {
    z-index: auto;
    margin-top: 0;
    margin-bottom: 3vh;
    padding-left: 0;
    font-size: 6em;
    position: static;
  }

  .title-audience.dark {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 3vw;
  }

  .panel-1, .panel-2 {
    width: auto;
    height: auto;
    background-position: 50% 10%;
    position: absolute;
  }

  .panel-3 {
    width: auto;
    height: auto;
    background-position: 50% 10%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .panel-4 {
    width: auto;
    height: auto;
    background-position: 50%;
    position: absolute;
  }

  .div-block-26 {
    width: 100vw;
    height: 100vh;
  }

  .sticky-audience {
    width: 100vw;
    height: 100vh;
    flex: none;
    position: -webkit-sticky;
    position: sticky;
    top: .0001px;
  }

  .div-block-27 {
    width: 100%;
    justify-content: space-between;
  }

  .image-1b-wrapper, .image-4b-wrapper {
    background-size: cover;
  }

  .text-span-19 {
    font-size: .8em;
  }

  .restaurant-section {
    height: 500vh;
    align-items: flex-start;
    display: flex;
    overflow: visible;
  }

  .sticky-restaurant {
    width: 100vw;
    height: 100vh;
    flex: none;
    position: -webkit-sticky;
    position: sticky;
    top: .0001px;
  }

  .image-1-wrapper-restaurant, .image-1b-wrapper-restaurant {
    background-size: cover;
  }

  .image-1c-wrapper-restaurant {
    background-position: 70%;
    background-size: cover;
  }

  .restaurant-title-wrapper {
    margin-top: 0;
    margin-bottom: 1vh;
  }

  .restaurant-dot-points {
    flex: 0 auto;
  }

  .restaurant-panel-2-wrapper {
    opacity: 0;
  }

  .restaurant-chef-wrapper {
    margin-top: 0;
    margin-bottom: 4vh;
  }

  .paragraph-3 {
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .restaurant-interior-wrapper {
    margin-top: 0;
    margin-bottom: 1vh;
  }

  .restaurant-titles-wrapper {
    z-index: 10;
    width: auto;
    height: auto;
    align-items: center;
    display: flex;
    position: absolute;
    overflow: hidden;
  }

  .title-wrapper-second-layer {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sticky-restaurant-mobile {
    width: 100vw;
    height: 100vh;
    flex: none;
    position: -webkit-sticky;
    position: sticky;
    top: .0001px;
  }

  .northcote-logo {
    width: 9.5rem;
    flex: none;
  }

  .main-wrapper {
    display: block;
  }

  .padding-medium {
    height: 100%;
  }

  .padding-custom1 {
    padding: 2.5rem;
  }

  .padding-styles {
    background-color: rgba(0, 0, 0, 0);
  }

  .act-wrapper {
    width: 100%;
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .collection-list.margin-bottom.margin-medium {
    grid-template-rows: minmax(70vh, auto);
    grid-auto-rows: minmax(70vh, auto);
  }

  .white-block.is--top-left {
    top: 0;
    left: 0;
  }

  .white-block.is--top-left.is--blocker {
    border-style: none;
    border-width: 0;
    top: -5px;
    left: -5px;
  }

  .white-block.is--top-right.is--blocker {
    border-style: none;
  }

  .white-block.is--bottom-left.is--blocker, .white-block.is--bottom-right.is--blocker {
    border-style: none;
    border-width: 0;
  }

  .act-image.margin-bottom.margin-small {
    width: 100%;
    height: 47vh;
    background-image: none;
    margin-bottom: 1.5rem;
    overflow: visible;
    box-shadow: inset 8px 0 0 12px #fff;
  }

  .act-date {
    line-height: 1;
  }

  .act-name-wrapper {
    width: 100%;
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
  }

  .act-name {
    direction: ltr;
    letter-spacing: 2px;
    flex: 0 auto;
    font-size: 2.3rem;
    line-height: 1.1;
    display: inline;
  }

  .div-block-35 {
    width: 80px;
    height: auto;
    flex: none;
    align-self: auto;
    align-items: center;
    margin-left: 0;
    padding-bottom: 7px;
    display: flex;
  }

  .act-name-link-wrapper {
    width: 90%;
    flex-flow: row;
    grid-template-columns: auto minmax(auto, 50px);
    align-content: stretch;
    justify-content: flex-start;
    align-items: center;
  }

  .act-support-act {
    margin-top: 10px;
  }

  .paragraph-5 {
    line-height: 1;
  }

  .scrolling-text-wrapper {
    z-index: 1;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .soldout-wrapper {
    overflow: hidden;
  }

  .sold-out-text {
    justify-content: flex-end;
  }

  .pre-sale-wrapper {
    display: none;
    overflow: hidden;
  }

  .pre-sale-text {
    justify-content: flex-end;
  }

  .selling-fast-wrapper {
    display: block;
    overflow: hidden;
  }

  .selling-fast-text {
    justify-content: flex-end;
  }

  .text-block-4 {
    line-height: 1;
  }

  .act-arrow {
    height: auto;
    flex: none;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    margin-top: -4px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2.5rem;
    line-height: 2.5rem;
    display: block;
  }

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

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

  .nav_link.is--white {
    display: none;
  }

  .nav_menu-link {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .nav_menu {
    flex: none;
    justify-content: space-around;
    display: flex;
  }

  .nav_menu.is--desktop {
    width: auto;
  }

  .nav_wrapper {
    justify-content: space-between;
    display: flex;
  }

  .padding-nav {
    justify-content: space-around;
    padding: 2.5rem;
    display: block;
  }

  .section-welcome-page {
    transform-origin: 50% 100%;
    padding-top: 0;
  }

  .headline {
    text-indent: 30px;
  }

  .headline.break-word {
    letter-spacing: 1.5vw;
    text-indent: 30px;
  }

  .headline-wrapper.padding-xsmall {
    align-self: stretch;
  }

  .headline-wrapper.pading-small {
    padding-top: 2rem;
  }

  .section-faq-hero {
    justify-content: center;
    align-items: center;
  }

  .hero_text-wrapper.padding-hero {
    width: 45%;
    display: flex;
    position: relative;
  }

  .div-block-40 {
    grid-row-gap: 5vh;
  }

  .contact_info.is--name {
    font-size: 1.1rem;
    line-height: 1;
  }

  .contact_info.is--number, .contact_info.is--email {
    font-size: 1.1rem;
  }

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

  .footer_info.margin-left.margin-xlarge {
    display: none;
  }

  .footer_info-wrapper {
    width: 8%;
  }

  .footer_info-wrapper.is-phone {
    width: 12%;
  }

  .footer-text {
    cursor: auto;
  }

  .footer-text.is--phone {
    cursor: pointer;
  }

  .div-block-41 {
    flex: 1;
  }

  .bnw-filter {
    opacity: 1;
    mix-blend-mode: color;
    background-color: #000;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .pop-up {
    flex-direction: column;
    justify-content: space-around;
    display: flex;
  }

  .pop-up-container {
    width: 100%;
    grid-template-columns: 4fr 1fr;
  }

  .text-field-10 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-3 {
    font-size: 2.5rem;
    line-height: 1;
  }

  .link-4 {
    line-height: 1;
  }

  .northcote-logo-mobile {
    width: 9.5rem;
    flex: none;
  }

  .footer_info-wrapper-is--mobile {
    width: 8%;
  }

  .footer_info-wrapper-is--mobile.is--hone {
    width: 12%;
  }

  .image-5 {
    width: 1000px;
  }

  .act-secondshow-link-wrapper-copy {
    width: 90%;
    flex-flow: row;
    grid-template-columns: auto minmax(auto, 50px);
    align-content: stretch;
    align-items: center;
    display: flex;
  }

  .secondshow-image.margin-bottom.margin-small {
    width: 100%;
    height: 75%;
    background-image: none;
    margin-bottom: 1.5rem;
    overflow: visible;
    box-shadow: inset 8px 0 0 12px #fff;
  }

  .black-cover {
    display: none;
  }

  .blue-wipe {
    perspective-origin: 50% 100%;
    transform-origin: 50% 100%;
    align-self: flex-end;
    display: none;
  }

  .nav_link-tkts.is--white {
    flex-direction: row;
    flex: none;
    justify-content: center;
    align-items: center;
    display: none;
    position: absolute;
  }

  .nav_link-top-tkts.is--white {
    flex: none;
    justify-content: flex-end;
    display: flex;
  }

  .success-message-3 {
    text-align: center;
    object-position: 50% 50%;
    padding-top: 3.5%;
    font-family: Messinasanscondensed, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav_link-top-mobile {
    justify-content: flex-end;
  }

  .nav_link-top-mobile.is--white {
    display: none;
  }

  .nav_link-mobile.is--white {
    justify-content: flex-end;
    display: flex;
  }

  .image-6 {
    opacity: 1;
  }

  .colour-block {
    background-image: linear-gradient(#00f, #00f);
  }

  .colour-block.is--blue {
    opacity: 1;
    filter: contrast(200%);
    mix-blend-mode: multiply;
    background-image: linear-gradient(#00f, #00f);
  }

  .colour-block.is--black {
    opacity: .2;
    filter: none;
    mix-blend-mode: overlay;
    background-image: linear-gradient(#000, #000);
  }

  .headline-mobile.break-word {
    letter-spacing: 1.5vw;
    text-indent: 30px;
  }

  .link-phone {
    color: #fff;
    text-decoration: none;
  }

  .overlay {
    opacity: 1;
    background-color: rgba(0, 0, 0, .05);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .act-year {
    line-height: 1;
  }

  .code-wrapper {
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav_link-top-faq.is--white {
    flex: none;
    justify-content: flex-end;
    display: flex;
  }
  
  .nav_link-top-past-events.is--white {
    flex: none;
    justify-content: flex-end;
    display: flex;
  }

  .section-hero {
    justify-content: center;
    align-items: center;
  }
}

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

  .div-block-4 {
    margin-top: 4vh;
  }

  .div-block-5 {
    height: auto;
    flex: 0 auto;
    justify-content: center;
  }

  .title.white {
    font-size: 5em;
  }

  .title.black {
    font-size: 3.5em;
  }

  .title.black.architects {
    margin-top: 5vh;
    font-size: 3em;
  }

  .title.black.members {
    font-size: 4em;
  }

  .title.black.timeline, .title.dark {
    font-size: 5em;
  }

  .hero-section, .image-wrapper, .hero-text-wrapper, .neighbour-section {
    height: auto;
  }

  .paragraph {
    font-size: 1.2em;
  }

  .paragraph.members {
    width: 50%;
    margin-top: 5vh;
  }

  .paragraph.neighbour {
    font-weight: 300;
  }

  .established-section {
    height: auto;
    padding-bottom: 75vh;
  }

  .landmark-section {
    height: auto;
  }

  .landmark-image-wrapper {
    height: 30vh;
    background-position: 60%;
    background-size: cover;
  }

  .landmark-text-wrapper {
    height: auto;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .bullet-point {
    margin-bottom: 0;
    font-size: 1.3em;
    display: flex;
  }

  .bullet-point.timeline {
    font-size: 1.8em;
  }

  .relaunch-bnw {
    background-position: 100%;
    background-size: cover;
    padding-left: 5vw;
  }

  .performing-arts-section {
    height: auto;
  }

  .performing-arts-text-wrapper {
    height: auto;
    padding-bottom: 10vh;
  }

  .performing-arts-image-wrapper {
    height: auto;
  }

  .about-us-section {
    height: 500vh;
  }

  .team-info-section {
    height: auto;
  }

  .team-info-wrapper {
    padding-bottom: 5vh;
  }

  .team-cv-wrapper {
    height: auto;
    padding-bottom: 0;
  }

  .h3 {
    font-size: 1.5em;
  }

  .h1.white {
    font-size: 4em;
  }

  .h2 {
    margin-top: 0;
    font-size: 2.5em;
  }

  .architecture-section, .architecture-left-wrapper, .architecture-right-wrapper {
    height: auto;
  }

  .architect-right-image {
    height: 30vh;
    display: flex;
  }

  .accessibility, .sustainability, .intergration, .rooftop {
    background-position: 120%;
    background-size: 90%;
  }

  .tour-section, .tour-image-wrapper {
    height: auto;
  }

  .tour-text-wrapper {
    height: auto;
    flex-flow: column wrap;
    flex: none;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .tour-top-text {
    height: auto;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .tour-bottom-text {
    height: 50vh;
    flex: none;
    display: flex;
  }

  .text-block {
    color: #000;
    font-size: 1.5em;
    text-decoration: none;
    position: absolute;
  }

  .membership-section {
    height: auto;
    padding-bottom: 10vh;
  }

  .image-1-wrapper {
    background-size: auto 110%;
  }

  .plan-title {
    height: auto;
    flex: 1;
  }

  .paragraph-plan {
    font-size: .8em;
    line-height: 1.2em;
  }

  .info-text-1, .info-text-2, .info-text-3, .info-text-4 {
    width: 20%;
  }

  .rooftop-plan-info-wrapper, .integration-plan-info-wrapper, .accessibility-plan-info-wrapper, .sustainability-plan-info-wrapper {
    height: auto;
  }

  .title-members.white {
    font-size: 5em;
  }

  .title-members.black {
    font-size: 3.5em;
  }

  .title-members.black.members {
    font-size: 4em;
  }

  .title-members.black.timeline {
    font-size: 5em;
  }

  .timeline-section {
    height: auto;
    padding-bottom: 20vh;
  }

  .contact-section {
    height: auto;
    padding-top: 15vh;
    padding-bottom: 5vh;
  }

  .rsvp-button {
    height: 6vh;
  }

  .relaunch-start {
    background-position: 50% 0;
    background-size: 100vw 100vh;
    background-attachment: fixed;
    padding-left: 5vw;
  }

  .audience-section, .audience-image-wrapper {
    height: auto;
  }

  .div-block-25 {
    height: 60vh;
    margin-bottom: 15vh;
  }

  .title-audience.white {
    font-size: 5em;
  }

  .title-audience.black {
    font-size: 3.5em;
  }

  .title-audience.black.architects {
    margin-top: 5vh;
    font-size: 3em;
  }

  .title-audience.black.members {
    font-size: 4em;
  }

  .title-audience.black.timeline {
    font-size: 5em;
  }

  .title-audience.dark {
    font-size: 1.6em;
    top: 0;
    bottom: 0%;
  }

  .div-block-27 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-1b-wrapper {
    background-size: cover;
  }

  .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16 {
    margin-right: 5px;
  }

  .restaurant-section {
    height: 500vh;
  }

  .image-1-wrapper-restaurant {
    background-size: auto 110%;
  }

  .image-1b-wrapper-restaurant, .image-1c-wrapper-restaurant {
    background-size: cover;
  }

  .restaurant-title-wrapper {
    margin-top: 4vh;
  }

  .restaurant-dot-points {
    height: auto;
    flex: 0 auto;
    justify-content: center;
  }

  .restaurant-chef-wrapper, .restaurant-interior-wrapper {
    margin-top: 4vh;
  }

  .restaurant-titles.white {
    font-size: 4em;
  }

  .div-block-30 {
    position: relative;
    bottom: 86px;
  }

  .northcote-logo.os--footer {
    margin-right: 2rem;
  }

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

  .page-padding.margin-top.margin-large {
    margin: 2.5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .collection-list-wrapper.is--desktop {
    display: none;
  }

  .collection-list-wrapper.is--mobile {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .collection-list-wrapper.is--desktop-copy {
    display: none;
  }

  .act-wrapper {
    height: auto;
  }

  .collection-list.margin-bottom.margin-medium {
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    margin-bottom: 3rem;
  }

  .act-image.margin-bottom.margin-small {
    height: 40vh;
  }

  .act-date {
    margin-right: 1vw;
  }

  .act-name-wrapper {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  .act-name.break-word {
    font-size: 1.5rem;
  }

  .next {
    padding-top: 9px;
    padding-bottom: 7px;
  }

  .text-block-3 {
    font-weight: 400;
    line-height: 1;
  }

  .div-block-37 {
    display: none;
  }

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

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

  .events-padding.margin-top.margin-large {
    margin: 2.5rem;
  }

  .nav_link {
    font-size: 1.3rem;
  }

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

  .headline {
    letter-spacing: 1rem;
    font-size: 12vw;
  }

  .hero_text {
    font-size: 2rem;
    line-height: 1;
  }

  .hero_text-wrapper.padding-hero {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .giant-logo {
    font-size: 35rem;
  }

  .contact-heading.margin-bottom.margin-xlarge {
    margin-bottom: 3rem;
  }

  .div-block-40 {
    grid-template-columns: minmax(200px, 70%);
  }

  .footer.padding-large {
    padding-right: 2.5rem;
  }

  .footer-text {
    font-size: .8rem;
  }

  .pop-up {
    display: block;
  }

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

  .nav-black-text {
    font-size: 1.3rem;
  }

  .secondshow-image.margin-bottom.margin-small {
    height: 70%;
  }

  .nav_link-top, .nav_link-tkts, .nav_link-top-tkts {
    font-size: 1.3rem;
  }

  .first-shows-note {
    display: none;
  }

  .nav_link-top-mobile, .nav_link-mobile {
    font-size: 1.3rem;
  }

  .headline-mobile {
    letter-spacing: 1rem;
    font-size: 12vw;
  }

  .nav_link-top-faq {
    font-size: 1.3rem;
  }
  
  .nav_link-top-past-events {
    font-size: 1.3rem;
  }

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

  .padding.margin-top.margin-large {
    margin: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .hero-wrapper {
    height: auto;
    flex: none;
  }

  .div-block-3 {
    margin-bottom: 5vh;
  }

  .div-block-4 {
    margin-top: 0;
  }

  .div-block-5 {
    margin-bottom: 5vh;
  }

  .title.white {
    font-size: 5em;
  }

  .title.black {
    position: relative;
  }

  .title.black.timeline {
    font-size: 3em;
  }

  .title.dark {
    font-size: 5em;
  }

  .hero-section, .image-wrapper {
    height: auto;
  }

  .hero-text-wrapper {
    height: auto;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .neighbour-image-wrapper {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .neighbour-section {
    height: auto;
  }

  .paragraph {
    margin-bottom: 5vh;
  }

  .paragraph.members {
    width: 100%;
  }

  .paragraph.subtitle {
    margin-bottom: 3vh;
    font-size: 1em;
  }

  .paragraph.integration {
    margin-bottom: 1vh;
  }

  .established-section {
    height: auto;
    padding-top: 5vh;
    padding-bottom: 95vh;
  }

  .landmark-section {
    height: auto;
  }

  .landmark-image-wrapper {
    height: auto;
    white-space: normal;
  }

  .landmark-text-wrapper {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .bullet-point.timeline {
    font-size: 1.8em;
  }

  .relaunch-cover {
    height: 0;
    background-position: 100% 100%;
    background-size: cover;
  }

  .relaunch-bnw {
    background-position: 100% 100%;
    padding-top: 10vh;
    padding-left: 10vw;
  }

  .performing-arts-section {
    height: auto;
  }

  .performing-arts-text-wrapper {
    height: auto;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .performing-arts-image-wrapper, .team-info-section {
    height: auto;
  }

  .team-info-wrapper {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .team-cv-wrapper {
    height: auto;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .h1 {
    font-size: 2em;
  }

  .h1.white {
    font-size: 3em;
  }

  .h2 {
    font-size: 1.5em;
  }

  .h2.light {
    margin-top: 10vh;
  }

  .architecture-intro-section {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .architecture-section {
    height: auto;
  }

  .architecture-left-wrapper, .architecture-right-wrapper {
    height: auto;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .architect-right-image {
    height: 30vh;
    display: flex;
  }

  .accessibility {
    background-position: 80% 60%;
    background-size: 60%;
    padding-left: 10vw;
    padding-right: 10vw;
    display: block;
  }

  .sustainability {
    background-position: 80% 60%;
    background-size: 60%;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .intergration, .rooftop {
    background-position: 80% 60%;
    background-size: 60%;
    padding-left: 10vw;
    padding-right: 10vw;
    display: block;
  }

  .tour-section {
    height: auto;
    padding-bottom: 0;
  }

  .tour-image-wrapper {
    height: auto;
    padding-top: 10vh;
  }

  .tour-text-wrapper {
    height: auto;
    padding-bottom: 0;
  }

  .tour-top-text {
    height: auto;
    margin-bottom: 0;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .tour-bottom-text {
    height: 50vh;
    display: none;
  }

  .div-block-13 {
    height: 8vh;
  }

  .membership-section {
    height: auto;
    background-position: 20% 0;
    background-size: 40%;
    padding-bottom: 10vh;
  }

  .membership-top, .membership-form {
    padding-top: 10vh;
  }

  .section-6 {
    height: auto;
    padding-bottom: 5vh;
  }

  .div-block-16 {
    padding-top: 0;
    padding-left: 5vw;
  }

  .plan-title {
    width: 100%;
    height: 12vh;
    flex: none;
  }

  .paragraph-plan {
    font-size: .8em;
    line-height: 1em;
  }

  .info-text-1, .info-text-2, .info-text-3, .info-text-4 {
    width: 30%;
  }

  .rooftop-plan-info-wrapper, .integration-plan-info-wrapper, .accessibility-plan-info-wrapper, .sustainability-plan-info-wrapper {
    height: auto;
    flex-flow: column wrap;
    justify-content: space-between;
  }

  .title-members.white {
    font-size: 5em;
  }

  .title-members.black {
    position: relative;
  }

  .title-members.black.members {
    margin-bottom: 10vh;
    font-size: 3em;
  }

  .timeline-section {
    height: auto;
    padding-bottom: 5vh;
  }

  .rsvp-button {
    height: 8vh;
  }

  .relaunch-colour-mobile {
    height: 0;
    background-image: url('../images/relaunch1b.jpg');
  }

  .relaunch-start {
    background-position: 100% 100%;
    background-size: cover;
    padding-top: 10vh;
    padding-left: 10vw;
  }

  .audience-section {
    height: auto;
  }

  .audience-image-wrapper {
    height: 80vh;
    white-space: normal;
  }

  .title-audience.white {
    font-size: 5em;
  }

  .title-audience.black {
    position: relative;
  }

  .title-audience.black.timeline {
    font-size: 3em;
  }

  .title-audience.dark {
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 2em;
  }

  .image-2b-wrapper {
    background-position: 65%;
  }

  .restaurant-title-wrapper {
    margin-top: 0;
  }

  .restaurant-dot-points {
    margin-bottom: 5vh;
  }

  .restaurant-chef-wrapper, .restaurant-interior-wrapper {
    margin-top: 0;
  }

  .restaurant-titles {
    font-size: 2em;
  }

  .restaurant-titles.white {
    font-size: 3em;
  }

  .northcote-logo {
    width: 6rem;
  }

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

  .page-padding.margin-top.margin-large {
    margin: 1.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .collection-list-wrapper.is--desktop {
    display: none;
  }

  .collection-list-wrapper.is--mobile {
    display: flex;
  }

  .collection-list-wrapper.is--desktop-copy {
    display: none;
  }

  .act-wrapper {
    height: auto;
  }

  .collection-list.margin-bottom.margin-medium {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-flow: row dense;
    align-content: start;
    justify-content: center;
  }

  .white-block.is--top-left, .white-block.is--top-right {
    width: 15px;
    height: 15px;
  }

  .act-image.margin-bottom.margin-small {
    height: 45vh;
  }

  .act-date {
    margin-right: 1vw;
  }

  .act-name-wrapper {
    flex-direction: row-reverse;
  }

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

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

  .events-padding.margin-top.margin-large {
    margin: 1.5rem;
  }

  .nav_menu-link.is-faq {
    margin-right: 10px;
  }
  
  .nav_menu-link.is-past-events {
    margin-right: 10px;
  }

  .headline {
    letter-spacing: 1.3vw;
    white-space: normal;
    font-size: 13vw;
    display: inline;
  }

  .headline.break-word {
    letter-spacing: 1.3vw;
    font-size: 13vw;
    line-height: 1;
  }

  .headline-wrapper.pading-small {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    align-content: space-between;
    justify-content: space-between;
    justify-items: center;
    padding-top: 6rem;
    display: grid;
    overflow: visible;
  }

  .hero_text-wrapper.padding-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .giant-logo {
    font-size: 20rem;
  }

  .div-block-40 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    align-items: start;
    justify-items: center;
  }

  .footer_info-wrapper {
    width: 16%;
  }

  .footer_info-wrapper.is-ack {
    width: 40%;
  }

  .footer_info-wrapper.is-phone {
    display: none;
  }

  .footer-text {
    font-size: .8rem;
    line-height: 1rem;
  }

  .footer-text.is--phone {
    display: block;
  }

  .headline_text {
    white-space: normal;
    flex-wrap: wrap;
    display: block;
  }

  .pop-up {
    display: flex;
  }

  .close-pop-up-wrapper {
    align-items: flex-start;
  }

  .waiting-list-text {
    width: 70%;
    font-size: 1.1rem;
    line-height: 1.4;
  }

  .image-5 {
    width: 50%;
  }

  .secondshow-image.margin-bottom.margin-small {
    height: 50%;
  }

  .success-message-3 {
    padding-top: 14%;
  }

  .on-sale-soon-text, .additional-show-text {
    width: 70%;
    font-size: 1.1rem;
    line-height: 1.4;
  }

  .headline-mobile {
    white-space: normal;
    font-size: 7rem;
    display: inline;
  }

  .headline-mobile.break-word {
    display: none;
  }

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

  .padding.margin-top.margin-large {
    margin: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .hero-wrapper {
    width: 100%;
    background-position: 70%;
    background-size: 150%;
    flex: 1;
  }

  .div-block-5 {
    justify-content: space-between;
  }

  .title.white, .title.black {
    font-size: 3.5em;
  }

  .title.black.architects {
    margin-top: 10vh;
    font-size: 2.5em;
  }

  .title.black.contact {
    font-size: 2em;
  }

  .title.contact {
    font-size: 1.5em;
  }

  .title.dark {
    font-size: 3em;
  }

  .hero-section {
    height: 100vh;
    flex-direction: column;
  }

  .image-wrapper {
    width: 100%;
    flex: 1;
  }

  .hero-text-wrapper {
    width: 100%;
    padding: 10vh 10vw 5vh;
  }

  .neighbour-image-wrapper {
    width: 100%;
    height: 50%;
    padding: 0 10vw 5vh;
  }

  .neighbour-section {
    height: auto;
    flex-direction: column-reverse;
  }

  .paragraph {
    margin-bottom: 5vh;
    font-size: 1em;
  }

  .paragraph.neighbour {
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.2em;
  }

  .paragraph.subtitle {
    margin-bottom: 4vh;
    font-size: 1.3em;
  }

  .paragraph.integration {
    margin-bottom: 1vh;
  }

  .established-section {
    height: 70vh;
    padding-bottom: 5vh;
    padding-left: 10vw;
    padding-right: 10px;
  }

  .landmark-section {
    height: auto;
    flex-direction: column;
  }

  .landmark-image-wrapper {
    width: auto;
    height: 240px;
    background-position: 50%;
    background-size: cover;
  }

  .landmark-text-wrapper {
    width: auto;
    height: auto;
    padding: 5vh 10vw;
  }

  .bullet-point {
    font-size: 1.2em;
  }

  .bullet-point.timeline {
    font-size: 1.5em;
  }

  .bullet-point.bigger {
    font-size: 1.2em;
  }

  .relaunch-section {
    flex-direction: column;
  }

  .relaunch-cover {
    background-image: url('../images/relaunch1b.jpg');
    background-position: 90%;
    display: none;
  }

  .relaunch-bnw {
    background-position: 90%;
    background-size: cover;
    padding-top: 5vh;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .performing-arts-section {
    height: auto;
    flex-direction: column-reverse;
  }

  .performing-arts-text-wrapper {
    width: auto;
    height: auto;
    padding: 5vh 10vw 10vh;
  }

  .performing-arts-image-wrapper {
    width: auto;
    height: 50vh;
    padding-top: 2vh;
  }

  .div-block-9 {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .team-info-section {
    flex-direction: column;
  }

  .team-info-wrapper {
    width: auto;
    height: auto;
    padding: 5vh 10vw 10vh;
  }

  .team-cv-wrapper {
    width: auto;
    padding: 5vh 10vw 10vh;
  }

  .h3 {
    margin-top: 0;
    font-size: 1.2em;
  }

  .h1 {
    margin-top: 4vh;
    margin-bottom: 4vh;
    font-size: 2.5em;
  }

  .h1.white {
    text-align: center;
    margin-bottom: 2vh;
    font-size: 2em;
  }

  .h2 {
    font-size: 2em;
  }

  .h2.light {
    margin-top: 12vh;
    font-size: 2em;
  }

  .architecture-intro-section {
    padding-left: 10vw;
  }

  .architecture-section {
    flex-direction: column;
  }

  .architecture-left-wrapper {
    width: auto;
    height: 50%;
    padding-bottom: 40vh;
  }

  .architecture-right-wrapper {
    width: auto;
    height: 50%;
    flex-direction: column-reverse;
  }

  .architect-right-image {
    margin-bottom: 0;
    display: none;
  }

  .accessibility, .sustainability, .intergration, .rooftop {
    background-position: 80% 70%;
    background-size: 120%;
    padding-top: 10vh;
    padding-left: 10vw;
    padding-right: 10vw;
    display: block;
  }

  .tour-section {
    flex-direction: column;
  }

  .tour-image-wrapper {
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, .19), rgba(0, 0, 0, .19)), url('../images/venue-scaled-down.jpg'), url('../images/foyer.jpg');
    background-position: 0 0, 50%, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, cover, cover;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10vw;
  }

  .tour-text-wrapper {
    width: 100%;
    height: auto;
  }

  .text-block {
    font-size: 3em;
  }

  .membership-section {
    background-position: 100% 0;
    background-size: 60%;
    padding-top: 10vh;
    padding-left: 0;
    padding-right: 0;
  }

  .membership-top {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .phone-number-field {
    width: 40%;
  }

  .email-field {
    width: 70%;
  }

  .dob-field {
    width: 30%;
  }

  .submit-button {
    width: 100%;
    height: 8vh;
    font-size: 3em;
  }

  .contact-wrapper {
    width: 100%;
    display: flex;
  }

  .link.title.contact {
    font-size: 1.5em;
  }

  .div-block-16 {
    flex: 1;
    justify-content: flex-start;
    padding-left: 0;
  }

  .image-1-wrapper {
    background-position: 53%;
    background-size: auto 105%;
  }

  .image-2-wrapper, .image-3-wrapper, .image-4-wrapper {
    background-size: auto 100%;
  }

  .plan-title {
    width: 100%;
  }

  .paragraph-plan {
    font-size: 1em;
    line-height: 1.2em;
  }

  .info-text-1, .info-text-2, .info-text-3, .info-text-4 {
    width: 45%;
  }

  .rooftop-plan-info-wrapper, .integration-plan-info-wrapper, .accessibility-plan-info-wrapper, .sustainability-plan-info-wrapper {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .div-block-20 {
    flex-direction: column;
  }

  .div-block-23 {
    margin-bottom: 5vh;
  }

  .title-members.black.members {
    text-align: left;
    margin-bottom: 5vh;
  }

  .timeline-section {
    padding-bottom: 10vh;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .contact-section {
    height: auto;
    padding-top: 10vh;
  }

  .rsvp-button {
    width: 100%;
  }

  .rsvp-button.w--current {
    margin-top: 10vh;
  }

  .relaunch-colour-mobile {
    height: 100vh;
    opacity: 1;
    background-position: 89%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .success-message {
    background-color: #fff;
    border-radius: 20px;
    font-family: Made tommy personal use, Tahoma, sans-serif;
  }

  .text-block-2 {
    font-family: Made tommy personal use, Tahoma, sans-serif;
  }

  .error-message {
    background-color: #ffabab;
    border-radius: 20px;
  }

  .relaunch-start {
    background-position: 90%;
    background-size: cover;
    padding-top: 5vh;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .div-block-24 {
    width: 100%;
  }

  .audience-section {
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    display: block;
  }

  .audience-image-wrapper {
    width: auto;
    height: 50vh;
    background-image: none;
    justify-content: flex-start;
    padding-top: 0;
    display: block;
  }

  .div-block-25 {
    width: 100%;
    height: 30vh;
    background-size: 140%;
    border-radius: 0;
    margin-bottom: 0;
    position: relative;
  }

  .title-audience.white {
    font-size: 3em;
  }

  .title-audience.black {
    font-size: 2.5em;
  }

  .title-audience.black.architects {
    margin-top: 10vh;
  }

  .title-audience.black.contact {
    font-size: 2em;
  }

  .title-audience.contact {
    font-size: 1.5em;
  }

  .title-audience.dark {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.4em;
  }

  .div-block-27 {
    height: 100%;
    flex-direction: column;
    flex: none;
    justify-content: space-around;
    display: flex;
  }

  .image-1b-wrapper {
    background-size: auto 100%;
  }

  .image-2b-wrapper {
    background-position: 65%;
    background-size: auto 100%;
  }

  .image-3b-wrapper {
    background-position: 60%;
    background-size: auto 100%;
  }

  .image-4b-wrapper {
    background-size: auto 100%;
  }

  .text-span {
    font-size: 1.5em;
    line-height: 1em;
  }

  .text-span-18 {
    font-size: 1.2em;
  }

  .text-span-22, .text-span-23, .text-span-24 {
    margin-right: 10px;
  }

  .text-span-25 {
    flex: 0 auto;
    margin-right: 10px;
  }

  .submit-button-3 {
    margin-top: 2vh;
  }

  .restaurant-section {
    height: auto;
    flex-flow: column wrap;
    justify-content: flex-start;
    display: flex;
  }

  .sticky-restaurant {
    flex-flow: wrap;
    display: none;
  }

  .image-1-wrapper-restaurant {
    width: 100%;
    height: 30vh;
    background-position: 53%;
    background-size: cover;
    display: block;
    position: relative;
  }

  .image-1b-wrapper-restaurant {
    width: 100%;
    height: 30vh;
    opacity: 1;
    background-size: cover;
    display: block;
    position: relative;
  }

  .image-1c-wrapper-restaurant {
    width: 100%;
    height: 30vh;
    opacity: 1;
    background-size: cover;
    margin-top: 4vh;
    display: block;
    position: relative;
  }

  .restaurant-text-side-wrapper {
    width: auto;
    height: auto;
  }

  .restaurant-image-wrapper {
    width: auto;
    height: auto;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .restaurant-dot-points {
    justify-content: space-between;
  }

  .restaurant-panel-2-wrapper {
    opacity: 1;
  }

  .restaurant-panel-2-wrapper.mobile {
    margin-top: 5vh;
  }

  .paragraph-3 {
    font-size: 1em;
    font-weight: 400;
  }

  .restaurant-panel-3-wrapper {
    margin-top: 5vh;
  }

  .restaurant-panel-3-wrapper.mobile {
    opacity: 1;
  }

  .restaurant-titles-wrapper {
    height: auto;
    position: absolute;
  }

  .restaurant-title-panel-2 {
    margin-bottom: 2vh;
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: 0;
  }

  .restaurant-title-panel-3 {
    justify-content: center;
    margin-bottom: 2vh;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .title-wrapper-second-layer {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .sticky-restaurant-mobile {
    height: 180vh;
    flex-flow: wrap;
    display: block;
    position: static;
    top: auto;
  }

  .restaurant-titles {
    font-size: 2.5em;
  }

  .restaurant-titles.white {
    text-align: center;
    margin-bottom: 0;
    font-size: 1.2em;
  }

  .div-block-30 {
    height: 10vh;
    flex: 1;
    align-items: center;
    display: flex;
    bottom: auto;
  }

  .northcote-logo {
    width: 6rem;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .northcote-logo.is--mobile {
    color: #fff;
    display: block;
  }

  .logo-svg-code {
    flex: none;
  }

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

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .collection-list-wrapper.is--desktop {
    display: none;
  }

  .collection-list-wrapper.is--mobile {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .collection-list-wrapper.is--desktop-copy {
    display: none;
  }

  .act-wrapper {
    height: 100%;
    flex-direction: column;
    flex: none;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

  .collection-list.margin-bottom.margin-medium {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(47%, 47%));
    grid-auto-flow: row;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 1rem;
  }

  .collection-item {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .collection-item.padding-small {
    width: auto;
  }

  .white-block.is--top-left, .white-block.is--top-right {
    width: 15px;
    height: 15px;
  }

  .act-image.margin-bottom.margin-small {
    width: 100%;
    height: 20vh;
    margin-bottom: 1rem;
  }

  .act-date {
    margin-right: 1vw;
    font-size: 1.1rem;
    line-height: 1.4rem;
  }

  .act-name-wrapper {
    width: 100%;
    white-space: normal;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  .act-name {
    white-space: break-spaces;
    font-size: 1.1rem;
    line-height: 1.2rem;
  }

  .act-name.break-word {
    flex: 0 auto;
    font-size: 1rem;
    line-height: 1.1;
  }

  .div-block-35 {
    width: 30px;
    height: auto;
    line-height: 1;
    display: block;
  }

  .act-name-link-wrapper {
    grid-template-columns: minmax(50px, 1fr) minmax(0, 50px);
    align-content: start;
    justify-content: flex-start;
    align-items: start;
    justify-items: start;
    margin-bottom: .5rem;
    display: flex;
  }

  .act-support-act {
    font-size: 1rem;
  }

  .paragraph-4 {
    font-size: .9rem;
    font-weight: 700;
  }

  .paragraph-5 {
    font-size: .8rem;
  }

  .scrolling-text-wrapper {
    height: 30px;
  }

  .selling-fast-wrapper {
    line-height: 0;
  }

  .text-block-3 {
    font-size: 1rem;
  }

  .text-block-4 {
    font-size: 1.5rem;
    display: none;
  }

  .div-block-37 {
    display: none;
  }

  .act-arrow {
    flex: none;
    font-size: 1.3rem;
    line-height: 1;
  }

  .heading-1 {
    text-align: center;
    letter-spacing: .2rem;
    font-size: 2rem;
    line-height: 1;
  }

  .events-heading.margin-bottom.margin-xlarge {
    margin-bottom: 1rem;
  }

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

  .nav_menu-link {
    align-items: flex-start;
    display: flex;
  }

  .nav_menu.is--desktop, .nav.is-desktop {
    display: none;
  }

  .nav_wrapper {
    justify-content: space-between;
    align-items: stretch;
  }

  .nav_downarrow.margin-left.margin-tiny {
    color: #000;
    align-self: flex-start;
    margin-top: -.2rem;
    margin-bottom: 0;
    line-height: 1;
  }

  .nav_downarrow.margin-left.margin-tiny.is--white {
    color: #fff;
  }

  .section-welcome-page {
    z-index: 20;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
  }

  .additional-blue.padding-medium {
    display: none;
  }

  .headline {
    letter-spacing: 2.4vw;
    white-space: pre;
    flex-wrap: nowrap;
    font-family: Fkrastergroteskcompact blended, sans-serif;
    font-size: 24vw;
    line-height: 1;
    display: inline;
  }

  .headline.break-word {
    white-space: normal;
    font-size: 22vw;
    line-height: 1;
    display: none;
  }

  .headline.is--bottom {
    display: none;
  }

  .headline-wrapper {
    align-self: auto;
    margin-bottom: 10rem;
  }

  .headline-wrapper.pading-small {
    justify-content: space-between;
    align-items: center;
    padding: 6rem 1rem 5rem;
    position: absolute;
  }

  .section-faq-hero {
    height: 100vh;
    background-image: none;
  }

  .hero_text {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .hero_text.is--white {
    font-size: 2rem;
  }

  .hero_text-wrapper.padding-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .giant-logo {
    font-size: 19rem;
  }

  .section-contact.padding-xlarge {
    padding: 3rem 1.5rem;
  }

  .contact-heading.margin-bottom.margin-xlarge {
    margin-bottom: 2rem;
  }

  .div-block-40 {
    grid-column-gap: 16px;
    grid-row-gap: 5vh;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-content: start;
    justify-content: start;
    align-items: start;
    justify-items: center;
    display: grid;
  }

  .contact-container {
    justify-content: space-between;
    align-items: center;
  }

  .contact_info.is--name {
    font-size: .8rem;
    line-height: 1.2;
  }

  .footer-container {
    flex-direction: column;
  }

  .footer_info-wrapper {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .footer_info-wrapper.is-ack {
    width: auto;
  }

  .footer_info-wrapper.is-ack.is--mobile {
    margin-top: 3rem;
  }

  .footer_info-wrapper.is-phone {
    width: auto;
  }

  .footer-text {
    text-align: left;
    font-size: .8rem;
    line-height: 1.2;
  }

  .headline_text {
    text-align: center;
    display: block;
  }

  .link_instagram, .link_facebook {
    font-size: .8rem;
    line-height: 1;
  }

  .link_map {
    font-size: .8rem;
  }

  .pop-up {
    z-index: 50;
    display: flex;
  }

  .pop-up.high-z {
    z-index: 50;
  }

  .pop-up-container {
    grid-row-gap: 0px;
  }

  .cta_text {
    font-size: 1rem;
    line-height: 1;
  }

  .text-field-10 {
    border-style: none none solid;
    border-bottom-color: #000;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1rem;
    line-height: 1;
  }

  .text-field-10:active {
    line-height: 1.5rem;
  }

  .text-field-10:focus {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .text-field-10::-ms-input-placeholder {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .text-field-10::placeholder {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .cta-email {
    margin-bottom: 0;
  }

  .x-wrapper {
    width: 40px;
    height: 40px;
  }

  .footer_info-flex.margin-left.margin-xlarge {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-columns: 1fr;
    margin-top: 5rem;
    display: none;
  }

  .heading-3 {
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .link-4 {
    font-size: .8rem;
    line-height: 1.2;
  }

  .link-5 {
    font-size: .8rem;
  }

  .link-6 {
    font-size: .7rem;
  }

  .text-block-5 {
    color: #000;
    font-size: 1.3rem;
  }

  .div-block-42 {
    margin-bottom: .5rem;
  }

  .nav-black-text {
    text-transform: uppercase;
    font-family: Messinasanscondensed, sans-serif;
    font-size: .8rem;
    font-weight: 700;
  }

  .nav-black-text.is--white {
    color: #fff;
  }

  .nav-mobile-wrapper {
    width: 40px;
    height: 40px;
  }

  .waiting-list-text {
    width: 75%;
    font-size: .9rem;
    line-height: 1rem;
  }

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

  .previous {
    display: none;
  }

  .footer_info-flex-mobile.margin-left.margin-xlarge {
    width: 100%;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(198px, 1fr));
    grid-auto-columns: 1fr;
    margin-top: 1rem;
    display: flex;
  }

  .northcote-logo-mobile {
    width: 7rem;
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .footer_info-wrapper-is--mobile {
    width: auto;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
  }

  .footer_info-wrapper-is--mobile.is-ack, .footer_info-wrapper-is--mobile.is--hone {
    width: auto;
  }

  .div-block-46 {
    width: 50%;
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
    display: flex;
  }

  .nav-menu.is--mobile {
    z-index: 100;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-menu.is--mobile.padding-medium {
    z-index: 30;
    display: flex;
    position: fixed;
  }

  .nav-top {
    justify-content: space-between;
    display: flex;
  }

  .image-5 {
    width: 80%;
  }

  .act-secondshow-link-wrapper-copy {
    grid-template-columns: minmax(50px, 1fr) minmax(0, 50px);
    align-content: start;
    align-items: start;
    justify-items: start;
    margin-bottom: .5rem;
    display: flex;
  }

  .secondshow-image.margin-bottom.margin-small {
    width: 100%;
    height: 20vh;
    margin-bottom: 1rem;
  }

  .text-block-6 {
    display: none;
  }

  .success-message-3 {
    padding-top: 6%;
    padding-left: 100px;
    padding-right: 100px;
  }

  .nav_link-top-mobile {
    align-items: flex-start;
  }

  .nav_link-mobile {
    color: #000;
    align-items: flex-start;
    display: none;
  }

  .nav_link-mobile.is--white {
    color: #fff;
    display: none;
  }

  .coming-soon-wrapper {
    display: none;
  }

  .image-6 {
    z-index: -5;
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: brightness(70%);
    object-fit: cover;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .colour-block {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .weclome-image {
    z-index: -5;
    width: 100%;
    height: 100%;
    opacity: 1;
    object-fit: cover;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .headline-text-small {
    font-size: 4vw;
  }

  .on-sale-soon-text, .additional-show-text {
    width: 75%;
    font-size: .9rem;
    line-height: 1rem;
  }

  .headline-mobile {
    letter-spacing: .7rem;
    white-space: pre;
    flex-wrap: nowrap;
    font-size: 23vw;
    line-height: 4rem;
    display: inline;
  }

  .headline-mobile.break-word {
    letter-spacing: 2.4vw;
    text-indent: 0;
    white-space: normal;
    font-family: Fkrastergroteskcompact blended, sans-serif;
    font-size: 24vw;
    line-height: 1.1;
    display: inline-block;
  }

  .act-year {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }

  .nav_link-top-faq.is--white.type-colour-shift {
    margin-right: 1em;
  }
  
  .nav_link-top-past-events.is--white.type-colour-shift {
    margin-right: 1em;
  }

  .faq-wrapper {
    align-items: stretch;
  }

  .accordion-item {
    max-width: none;
  }

  .accordion__title {
    width: 100%;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
  }

  .accordion__plus-wrapper {
    margin-top: 0;
    margin-left: 20px;
  }

  .text-block-7 {
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .text-block-7.break-word {
    font-size: 1.25rem;
  }

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

  .faq-heading.margin-bottom.margin-xlarge {
    margin-bottom: 1rem;
  }

  .section-hero {
    height: 100vh;
    background-image: none;
  }
}

#w-node-_6fe3603f-220c-3c04-3683-1b4a4c78cdaf-ddc5674a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_57469779-c037-ece1-0654-79c45025f7a9-ddc5674a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6b6d1649-f888-16a4-cac1-3f37036cef8d-ddc5674a {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-d0df1261-2c74-0352-0267-241add288df2-ddc5674a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d0df1261-2c74-0352-0267-241add288df6-ddc5674a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d0df1261-2c74-0352-0267-241add288df9-ddc5674a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d0df1261-2c74-0352-0267-241add288dfc-ddc5674a {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_3fcb76fa-08e9-cacf-7021-1d01c93f50eb-ddc5674a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6fe3603f-220c-3c04-3683-1b4a4c78cdaf-a9cffcf1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_57469779-c037-ece1-0654-79c45025f7a9-a9cffcf1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6b6d1649-f888-16a4-cac1-3f37036cef8d-a9cffcf1 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-d0df1261-2c74-0352-0267-241add288df2-a9cffcf1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d0df1261-2c74-0352-0267-241add288df6-a9cffcf1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d0df1261-2c74-0352-0267-241add288df9-a9cffcf1 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d0df1261-2c74-0352-0267-241add288dfc-a9cffcf1 {
  grid-area: 1 / 4 / 2 / 5;
}

@media screen and (min-width: 1920px) {
  #w-node-_6fe3603f-220c-3c04-3683-1b4a4c78cdaf-ddc5674a, #w-node-d0df1261-2c74-0352-0267-241add288df2-ddc5674a {
    justify-self: end;
  }

  #w-node-d0df1261-2c74-0352-0267-241add288df9-ddc5674a {
    align-self: start;
    justify-self: start;
  }

  #w-node-_6fe3603f-220c-3c04-3683-1b4a4c78cdaf-a9cffcf1, #w-node-d0df1261-2c74-0352-0267-241add288df2-a9cffcf1 {
    justify-self: end;
  }

  #w-node-d0df1261-2c74-0352-0267-241add288df9-a9cffcf1 {
    align-self: start;
    justify-self: start;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_09a19569-7fa1-c297-cf30-59cc824c9579-ddc5674a {
    align-self: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f394d126-d676-633f-dd72-8c7ee57dde6f-ddc5674a {
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_8749c4fb-3c99-698c-24ee-e2f5c64e8168-ddc5674a, #w-node-e46593ca-4b3f-e415-2e7e-0dbc2f9cc24b-ddc5674a, #w-node-_9987a81a-1274-e31f-0d5c-e17483fc09ae-ddc5674a {
    align-self: stretch;
  }

  #w-node-b5f68892-1a8d-8a36-8e3d-25cea620b679-ddc5674a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2d1868e0-ed50-7114-75c4-69410ce10ff3-ddc5674a {
    align-self: start;
  }

  #w-node-_2bcf1764-3a5f-2bc4-55b1-bcefee2ef61c-91c56752 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_8749c4fb-3c99-698c-24ee-e2f5c64e8168-a9cffcf1, #w-node-e46593ca-4b3f-e415-2e7e-0dbc2f9cc24b-a9cffcf1, #w-node-_9987a81a-1274-e31f-0d5c-e17483fc09ae-a9cffcf1 {
    align-self: stretch;
  }

  #w-node-b5f68892-1a8d-8a36-8e3d-25cea620b679-a9cffcf1 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Fkrastergroteskcompact rounded';
  src: url('../fonts/fkrastergroteskcompact-rounded.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fkrastergroteskcompact blended';
  src: url('../fonts/fkrastergroteskcompact-blended.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fkrastergroteskcompact smooth';
  src: url('../fonts/fkrastergroteskcompact-smooth.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fkrastergroteskcompact sharp';
  src: url('../fonts/fkrastergroteskcompact-sharp.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasansweb';
  src: url('../fonts/messinasansweb-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made tommy personal use';
  src: url('../fonts/made-tommy-bold_personal-use.otf') format('opentype'), url('../fonts/made-tommy-extrabold_personal-use.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made tommy personal use';
  src: url('../fonts/made-tommy-medium_personal-use.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made tommy personal use';
  src: url('../fonts/made-tommy-thin_personal-use.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made tommy personal use';
  src: url('../fonts/made-tommy-regular_personal-use.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made tommy personal use';
  src: url('../fonts/made-tommy-light_personal-use.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made tommy personal use';
  src: url('../fonts/made-tommy-black_personal-use.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasanscondensed';
  src: url('../fonts/messinasanscondensed-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}