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

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

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

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

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

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

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

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

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

:root {
  --radius: 5px;
  --_colour---colour-02: #ff6f00;
  --_colour---colour-01: #000;
}

.full-screen-wrapper {
  z-index: 5;
  color: red;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ticket {
  border-radius: var(--radius);
  background-color: var(--_colour---colour-02);
  color: var(--_colour---colour-01);
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 100px 15px 15px;
  display: flex;
}

.ticket.back {
  z-index: -1;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding-top: 15px;
  display: flex;
  position: static;
}

.ticket.front {
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  padding-top: 150px;
}

.invite-text {
  color: var(--_colour---colour-01);
  text-align: center;
  text-transform: uppercase;
  font-family: Ppneuemontrealmono, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.invite-text.mobile {
  color: #fff;
}

.asset-svg {
  color: var(--_colour---colour-01);
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.asset-svg.logo {
  width: 168.71px;
}

.asset-svg.small {
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
}

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

.wrapper.v {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 210px;
  display: flex;
}

.wrapper.v.loction-time {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  margin-top: auto;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.wrapper.logos {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  align-self: stretch;
  height: 70px;
}

.path {
  flex: none;
  align-self: auto;
  width: 100%;
}

.path-2 {
  width: 100%;
  height: 200px;
}

.image {
  flex: none;
  width: 303px;
  max-width: 303%;
  height: 293.54px;
}

.svg {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.svg-2 {
  color: #000;
}

.ticket-wrapper {
  width: 333px;
  height: 71%;
  display: flex;
  position: static;
}

.line {
  background-color: var(--_colour---colour-01);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
}

.name {
  text-transform: uppercase;
  padding-left: 10px;
  font-family: Ppneuemontrealmono, Arial, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.name.text {
  text-align: center;
  padding-left: 0;
}

.loction-time {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-self: stretch;
  display: flex;
}

.label {
  text-transform: uppercase;
  width: 70px;
  font-family: Ppneuemontrealmono, Arial, sans-serif;
  line-height: 100%;
}

.custom-text-wrapper {
  flex: 1;
}

.svg-text {
  height: 49px;
  display: block;
}

.address-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-2 {
  height: 14px;
  display: block;
}

.image-3 {
  height: 44px;
}

.image-4 {
  height: 14px;
}

.image-5 {
  flex: 1;
  max-height: 10%;
}

.dance-type {
  background-image: url('../images/dance-type.svg');
  background-position: 50% 100%;
  background-size: auto;
  flex: 1;
  align-self: stretch;
}

.image-6 {
  max-height: 100%;
  display: block;
}

.ticket-inner {
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block {
  align-self: stretch;
  display: flex;
}

.wrapper-home {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  overflow: visible;
}

.image-7 {
  flex: 1;
  height: 1573px;
}

.svg-base {
  z-index: -1;
  color: var(--_colour---colour-02);
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.svg-base.small-logo {
  height: 30px;
}

.svg-base.loction-hp {
  height: 50px;
}

.svg-base.place-hp {
  height: 15px;
}

.svg-base.hidden {
  display: none;
}

.svg-base.info-02 {
  width: 210px;
}

.svg-base.main-logo {
  color: #000;
  height: 100px;
}

.svg-base.mobile-colour {
  color: #fff;
}

.info {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  height: 100%;
  padding: 15px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.wrapper-full-section {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding: 15px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.wrapper-info {
  z-index: 5;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.svg--wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.svg-4, .svg-5 {
  color: #000;
}

.background-video {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.video {
  width: 100vw;
  height: 100vh;
  padding: 24px;
  position: absolute;
  inset: 0%;
}

.background-video-2 {
  object-fit: cover;
  border-radius: 5px;
  height: 100%;
}

@media screen and (max-width: 479px) {
  .invite-text.mobile {
    color: #fff;
  }

  .wrapper.v {
    align-self: stretch;
    width: auto;
  }

  .wrapper.v.loction-time {
    justify-content: flex-start;
    align-self: stretch;
    height: 80%;
    padding: 15px;
    inset: auto 0% 0%;
  }

  .ticket-wrapper {
    width: 300px;
    height: 670px;
  }

  .div-block-2 {
    flex: 1;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .wrapper-home {
    justify-content: space-between;
  }

  .svg-base {
    justify-content: center;
    align-items: flex-end;
    width: 160px;
    display: flex;
  }

  .svg-base.hidden {
    display: none;
  }

  .svg-base.info-02 {
    width: 210px;
  }

  .svg-base.mobile {
    display: none;
  }

  .svg-base.mobile-colour {
    color: #fff;
  }

  .svg-base.mobile-colour.small-logo {
    height: 30px;
  }

  .info, .wrapper-full-section {
    height: 50%;
  }

  .logo {
    height: 100px;
  }

  .wrapper-info {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    object-fit: cover;
    flex-flow: column;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding: 60px;
    display: flex;
  }

  .svg-3 {
    color: #000;
  }
}


@font-face {
  font-family: 'Ppneuemontrealmono';
  src: url('../fonts/PPNeueMontrealMono-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontrealmono';
  src: url('../fonts/PPNeueMontrealMono-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontrealmono';
  src: url('../fonts/PPNeueMontrealMono-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontrealmono';
  src: url('../fonts/PPNeueMontrealMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontrealmono';
  src: url('../fonts/PPNeueMontrealMono-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontrealmono';
  src: url('../fonts/PPNeueMontrealMono-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontrealmono Book';
  src: url('../fonts/PPNeueMontrealMono-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontrealmono';
  src: url('../fonts/PPNeueMontrealMono-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontrealmono';
  src: url('../fonts/PPNeueMontrealMono-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
