:root {
  --color1: #fdfdf5;
  --color2: #000;
  --color3: #666;
  background-color: var(--color1);
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
@font-face {
  font-family: "'basis_grotesque_regular'";
  src: url('../fonts/basis-grotesque-regular.woff2') format('woff2'), url('../fonts/basis-grotesque-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "'basis_grotesque_medium";
  src: url('../fonts/basis-grotesque-medium.woff2') format('woff2'), url('../fonts/basis-grotesque-medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "'basis_grotesque_regular'";
  font-size: 10px;
  line-height: 1;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
h2 {
  font-family: "'basis_grotesque_medium";
  font-size: 11px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 15px;
    margin-bottom: 8px;
  }
}
h3 {
  font-family: "'basis_grotesque_medium";
  font-size: 12px;
  margin-bottom: 12px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
h3:after {
  content: ' ';
  display: block;
  margin-top: 8px;
  width: 12px;
  height: 1px;
  border-bottom: 2px solid #000;
}
@media only screen and (min-width: 768px) {
  h3:after {
    margin-top: 8px;
  }
}
p {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  p {
    margin-top: 2rem;
  }
}
.bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/2023-signup-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 60%;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .bg {
    background-position: right -30vh center;
    background-size: auto 100%;
    top: 0;
    left: 0;
  }
}
.mobile {
  display: block;
  visibility: visible;
}
@media only screen and (min-width: 768px) {
  .mobile {
    display: none;
    visibility: hidden;
  }
}
.desktop {
  display: none;
  visibility: 0;
}
@media only screen and (min-width: 768px) {
  .desktop {
    display: block;
    visibility: visible;
  }
}
.row {
  display: flex;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .row {
    padding: 16px 32px;
  }
}
.text-right {
  text-align: right;
}
.top {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
}
@media only screen and (min-width: 768px) {
  .top {
    height: 100px;
  }
}
.top .col:first-child {
  flex: 50%;
  position: relative;
}
.top .col:last-child {
  flex: 50%;
  position: relative;
}
.top .logo23 {
  position: absolute;
  width: 150px;
  max-width: 85%;
}
@media only screen and (min-width: 768px) {
  .top .logo23 {
    height: 88px;
  }
  .top .logo23 svg {
    height: 64px;
  }
}
.top .tagline h2 {
  font-size: 13px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .top .tagline h2 {
    font-size: 24px;
    line-height: 1;
  }
}
.top .tagline p {
  font-size: 10px;
  margin-top: 4px;
  color: var(--color3);
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .top .tagline p {
    font-size: 24px;
    line-height: 32px;
  }
}
#Main {
  position: relative;
  height: 100vh;
  top: -1rem;
}
@media only screen and (min-width: 768px) {
  #Main {
    top: 0;
  }
}
#Main .col {
  position: relative;
  width: 30%;
  margin-right: 2%;
}
@media only screen and (min-width: 768px) {
  #Main .col {
    width: 24%;
  }
}
#Main .col2 {
  margin-top: 3rem;
}
@media only screen and (min-height: 800px) and (orientation: portrait) {
  #Main .col2 {
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 768px) {
  #Main .col2 {
    margin-top: 0;
    width: 18%;
  }
}
#Main .col3 {
  margin-top: 5rem;
}
@media only screen and (min-height: 800px) and (orientation: portrait) {
  #Main .col3 {
    margin-top: 10rem;
  }
}
@media only screen and (min-width: 768px) {
  #Main .col3 {
    width: 18%;
    margin-top: 0;
  }
}
#Main .lineup {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#Main .lineup .row {
  padding-top: 0;
  padding-bottom: 0;
}
#Main .lineup ul {
  list-style: none;
}
#Main .lineup ul li {
  font-size: 9px;
  font-family: "'basis_grotesque_medium";
  margin-bottom: 0.25rem;
}
@media only screen and (min-width: 992px) {
  #Main .lineup ul li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  #Main .lineup ul li {
    font-size: 13px;
  }
}
.bottom {
  position: absolute;
  bottom: 0;
  z-index: 1000;
  left: 0;
  right: 0;
}
.bottom .col {
  position: relative;
}
.bottom .col:first-child {
  flex: 50%;
}
.bottom .col:last-child {
  flex: 50%;
}
.bottom #mc_embed_signup {
  text-align: right;
  position: relative;
}
@media only screen and (min-width: 768px) {
}
.bottom #mc_embed_signup input {
  border: 0;
  font-family: "'basis_grotesque_regular'";
  border-radius: 20px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
}
.bottom #mc_embed_signup #mce-success-response {
  margin: 0.5rem 0;
}
.bottom #Signup {
  margin-top: 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .bottom #Signup {
    margin-top: 24px;
  }
}
.bottom #Signup .email {
  border: 1px solid #000;
  border-radius: 24px;
  font-size: 10px;
  padding: 0 2px;
  height: 16px;
  line-height: 16px;
  max-width: 100px;
  padding: 0 12px;
  position: absolute;
  right: 68px;
}
@media only screen and (min-width: 768px) {
  .bottom #Signup .email {
    width: 100%;
    max-width: 300px;
    position: absolute;
    right: 100px;
    font-size: 18px;
    padding: 0 8px;
    margin-top: 32px;
    height: 42px;
    line-height: 42px;
  }
}
.bottom #Signup .button {
  background-color: var(--color2);
  color: var(--color1);
  border: 0;
  font-size: 10px;
  padding: 0 12px;
  height: 16px;
  line-height: 16px;
}
@media only screen and (min-width: 768px) {
  .bottom #Signup .button {
    position: absolute;
    right: 0;
    top: 32px;
    height: 42px;
    line-height: 42px;
    padding: 0 18px;
    font-size: 18px;
  }
}
.bottom .gala-logo {
  max-width: 80px;
}
@media only screen and (min-width: 768px) {
  .bottom .gala-logo {
    max-width: 120px;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
  }
}
p.coordinates {
  background-color: var(--color2);
  color: var(--color1) !important;
  margin: 0;
  padding: 2px	10px;
  font-size: 8px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  p.coordinates {
    font-size: 14px;
    line-height: 24px;
    padding: 0px	48px;
  }
}
.top p.coordinates {
  font-size: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .top p.coordinates {
    display: none;
  }
}
.bottom p.coordinates {
  display: none;
}
@media only screen and (min-width: 768px) {
  .bottom p.coordinates {
    display: inline-block;
  }
}
.do-you {
  margin: 0 24px;
  max-width: 45%;
}
@media only screen and (min-width: 768px) {
  .do-you {
    width: 450px;
    margin: 0 32px;
    margin-top: -32px;
    font-size: 13px;
  }
}
.do-you p {
  position: relative;
  top: -8px;
}
@media only screen and (min-width: 768px) {
}
.presale {
  margin: 0 24px;
  font-family: "'basis_grotesque_medium";
}
@media only screen and (min-width: 768px) {
  .presale {
    line-height: 1.1;
    text-align: right;
    width: 350px;
    max-width: 35%;
    position: absolute;
    right: 16px;
    bottom: 100px;
  }
}
.presale p {
  margin-bottom: 0;
}
/*# sourceMappingURL=style.css.map */