@import url("/sponsored/assets/lib/fonts/logic/logic.css");
@import url("https://use.typekit.net/juo4mhn.css");
@import url("/sponsored/assets/lib/fonts/adobe-garamond/adobe-garamond.css");
@import url("/sponsored/assets/lib/fonts/logic/logic.css");
@import url("https://use.typekit.net/juo4mhn.css");
@import url("/sponsored/assets/lib/fonts/adobe-garamond/adobe-garamond.css");
@font-face {
  font-display: swap;
  font-family: "Atlantic Serif";
  font-style: normal;
  font-weight: 400;
  src: url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticCondensed-Regular.woff2") format("woff2"), url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticCondensed-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Atlantic Serif";
  font-style: italic;
  font-weight: 400;
  src: url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticCondensed-RegularItalic.woff2") format("woff2"), url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticCondensed-RegularItalic.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Atlantic Serif";
  font-style: normal;
  font-weight: 500;
  src: url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticCondensed-Medium.woff2") format("woff2"), url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticCondensed-Medium.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Atlantic Serif";
  font-style: italic;
  font-weight: 500;
  src: url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticCondensed-MediumItalic.woff2") format("woff2"), url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticCondensed-MediumItalic.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Atlantic Serif";
  font-style: normal;
  font-weight: 600;
  src: url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticCondensed-Bold.woff2") format("woff2"), url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticCondensed-Bold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Atlantic Serif";
  font-style: italic;
  font-weight: 600;
  src: url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticCondensed-BoldItalic.woff2") format("woff2"), url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticCondensed-BoldItalic.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Atlantic Serif";
  font-style: normal;
  font-weight: 300;
  src: url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticCondensed-Light.woff2") format("woff2"), url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticCondensed-Light.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Atlantic Serif";
  font-style: italic;
  font-weight: 300;
  src: url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticCondensed-LightItalic.woff2") format("woff2"), url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticCondensed-LightItalic.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Atlantic Serif";
  font-style: normal;
  font-stretch: ultra-condensed;
  font-weight: 400;
  src: url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticXNarrow-Regular.woff2") format("woff2"), url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticXNarrow-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Atlantic Serif";
  font-style: italic;
  font-stretch: ultra-condensed;
  font-weight: 400;
  src: url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticXNarrow-RegularItalic.woff2") format("woff2"), url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticXNarrow-RegularItalic.woff") format("woff");
}
body {
  background: #F4EBE4;
  color: #0F0F0F;
  font-family: "AGaramondPro", "Adobe Garamond Pro", garamond, Times, serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body p, body ul {
  font-size: 17px;
  line-height: 1.5em;
  margin: 0 auto 1em;
  max-width: 640px;
}
@media (min-width: 450px) {
  body p, body ul {
    font-size: 18px;
  }
}
@media (min-width: 600px) {
  body p, body ul {
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  body p, body ul {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  body p, body ul {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  body p, body ul {
    font-size: 22px;
  }
}
body p a, body ul a {
  color: #0F0F0F;
  text-decoration-thickness: 1px;
}
body p.sub,
body ul.sub li,
body em.sub {
  font-size: 17px;
}
@media (min-width: 768px) {
  body p.sub,
  body ul.sub li,
  body em.sub {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  body p.sub,
  body ul.sub li,
  body em.sub {
    font-size: 19px;
  }
}
body h3 {
  font-family: "Atlantic Serif", "Bodoni", Georgia, serif;
  font-size: 48px;
  line-height: 1em;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (min-width: 450px) {
  body h3 {
    font-size: 54px;
  }
}
@media (min-width: 768px) {
  body h3 {
    font-size: 60px;
  }
}
@media (min-width: 1024px) {
  body h3 {
    font-size: 64px;
  }
}
body h4 {
  font-family: "logic", monospace;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 12px;
  text-transform: uppercase;
}
@media (min-width: 450px) {
  body h4 {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  body h4 {
    font-size: 14px;
  }
}
body h5 {
  font-family: "logic", monospace;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 12px;
}
@media (min-width: 450px) {
  body h5 {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  body h5 {
    font-size: 14px;
  }
}
body h6 {
  font-family: "logic", monospace;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 12px;
  text-transform: uppercase;
}
@media (min-width: 450px) {
  body h6 {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  body h6 {
    font-size: 14px;
  }
}
body .outandabout {
  color: #7eaabe;
}

body.no-scroll,
html.no-scroll {
  overflow: hidden;
  height: 100%;
}

.agenda,
.watch,
.place,
.getpass,
.faq,
.footer,
.speakers,
.accessibility,
.outandabouts,
.sessions {
  padding: 40px 0;
}
@media (min-width: 450px) {
  .agenda,
  .watch,
  .place,
  .getpass,
  .faq,
  .footer,
  .speakers,
  .accessibility,
  .outandabouts,
  .sessions {
    padding: 50px 0;
  }
}
@media (min-width: 768px) {
  .agenda,
  .watch,
  .place,
  .getpass,
  .faq,
  .footer,
  .speakers,
  .accessibility,
  .outandabouts,
  .sessions {
    padding: 60px 0;
  }
}

.map {
  padding: 0 0 40px;
}
@media (min-width: 450px) {
  .map {
    padding: 10px 0 50px;
  }
}
@media (min-width: 768px) {
  .map {
    padding: 20px 0 60px;
  }
}

h2.serif {
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 4px;
  font-size: 21px;
}
@media (min-width: 450px) {
  h2.serif {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  h2.serif {
    font-size: 26px;
  }
}

h2.display {
  font-family: "Atlantic Serif", "Bodoni", Georgia, serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: 0.1em;
}
@media (min-width: 450px) {
  h2.display {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  h2.display {
    font-size: 44px;
  }
}

.grecaptcha-badge {
  visibility: hidden !important;
}

@font-face {
  font-display: swap;
  font-family: "Atlantic Serif";
  font-style: normal;
  font-weight: 400;
  src: url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticCondensed-Regular.woff2") format("woff2"), url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticCondensed-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Atlantic Serif";
  font-style: italic;
  font-weight: 400;
  src: url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticCondensed-RegularItalic.woff2") format("woff2"), url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticCondensed-RegularItalic.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Atlantic Serif";
  font-style: normal;
  font-weight: 500;
  src: url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticCondensed-Medium.woff2") format("woff2"), url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticCondensed-Medium.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Atlantic Serif";
  font-style: italic;
  font-weight: 500;
  src: url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticCondensed-MediumItalic.woff2") format("woff2"), url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticCondensed-MediumItalic.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Atlantic Serif";
  font-style: normal;
  font-weight: 600;
  src: url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticCondensed-Bold.woff2") format("woff2"), url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticCondensed-Bold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Atlantic Serif";
  font-style: italic;
  font-weight: 600;
  src: url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticCondensed-BoldItalic.woff2") format("woff2"), url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticCondensed-BoldItalic.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Atlantic Serif";
  font-style: normal;
  font-weight: 300;
  src: url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticCondensed-Light.woff2") format("woff2"), url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticCondensed-Light.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Atlantic Serif";
  font-style: italic;
  font-weight: 300;
  src: url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticCondensed-LightItalic.woff2") format("woff2"), url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticCondensed-LightItalic.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Atlantic Serif";
  font-style: normal;
  font-stretch: ultra-condensed;
  font-weight: 400;
  src: url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticXNarrow-Regular.woff2") format("woff2"), url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticXNarrow-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Atlantic Serif";
  font-style: italic;
  font-stretch: ultra-condensed;
  font-weight: 400;
  src: url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticXNarrow-RegularItalic.woff2") format("woff2"), url("https://www.theatlantic.com/packages/fonts/atlantic/AtlanticXNarrow-RegularItalic.woff") format("woff");
}
.cta {
  background: #e7141a;
  color: #F4EBE4;
  cursor: pointer;
  padding: 12px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "logic", monospace;
  text-transform: uppercase;
  line-height: 1em;
  font-size: 12px;
  display: block;
}
@media (min-width: 450px) {
  .cta {
    padding: 14px;
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .cta {
    padding: 15px;
    font-size: 14px;
  }
}
.cta a {
  color: #F4EBE4;
  text-decoration: none;
}

a.cta {
  color: #F4EBE4;
  text-decoration: none;
}

.nav {
  position: sticky;
  top: 0;
  background: #E8DFD7;
  padding: 15px 0;
  box-sizing: border-box;
  z-index: 2000;
}
.nav .container {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  margin: auto;
  width: 90%;
  align-items: center;
}
.nav .container .logos {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  margin: 0;
  text-align: center;
  max-width: 50%;
}
.nav .container .logos a.a-mark {
  padding: 2px 16px 2px 0;
  display: block;
}
.nav .container .logos a.a-mark img {
  width: 14px;
  height: 22px;
}
.nav .container .logos a.atl-mark {
  width: 116px;
  height: auto;
  align-self: center;
  margin-left: 16px;
}
.nav .container .nav-inner {
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: "logic", monospace;
  font-weight: 400;
  font-size: 14px;
}
.nav .container .nav-inner ul.nav-categories.active {
  display: flex;
}
.nav .container .nav-inner ul.nav-categories {
  align-items: center;
  padding: 30px 0;
  list-style: none;
  gap: 30px;
  flex-direction: column;
  position: absolute;
  min-width: 100%;
  left: 0;
  top: 100%;
  display: none;
  line-height: 1em;
  background: #E8DFD7;
  margin: 0;
  max-width: none;
}
@media (min-width: 1024px) {
  .nav .container .nav-inner ul.nav-categories {
    flex-direction: row;
    position: relative;
    width: auto;
    left: auto;
    display: flex;
    padding: 0;
    background: none;
  }
}
.nav .container .nav-inner ul.nav-categories .nav-cta {
  display: flex;
}
@media (min-width: 768px) {
  .nav .container .nav-inner ul.nav-categories .nav-cta {
    display: none;
  }
}
.nav .container .nav-inner ul.nav-categories li.category {
  font-family: "logic", monospace;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 14px;
}
@media (min-width: 450px) {
  .nav .container .nav-inner ul.nav-categories li.category {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .nav .container .nav-inner ul.nav-categories li.category {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .nav .container .nav-inner ul.nav-categories li.category {
    font-size: 14px;
  }
}
.nav .container .nav-inner ul.nav-categories li {
  padding-top: 30px;
  border-top: 1px solid;
  width: 90%;
}
@media (min-width: 1024px) {
  .nav .container .nav-inner ul.nav-categories li {
    width: auto;
    padding-top: 0;
    border-top: none;
  }
}
.nav .container .nav-inner ul.nav-categories li a {
  text-decoration: none;
}
.nav .container .nav-inner ul.nav-categories li.cta {
  padding-top: 15px;
  border-top: none;
}
.nav .container .nav-inner .hamburger-box {
  width: 20px;
  height: 15px;
  cursor: pointer;
  padding: 0;
  border-top: 1px solid #0F0F0F;
  border-bottom: 1px solid #0F0F0F;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .nav .container .nav-inner .hamburger-box {
    display: none;
  }
}
.nav .container .nav-inner .hamburger-box .hamburger-inner {
  width: 20px;
  height: 1px;
  background-color: #0F0F0F;
}
.nav .container .nav-inner .nav-cta {
  display: none;
}
@media (min-width: 768px) {
  .nav .container .nav-inner .nav-cta {
    display: flex;
  }
}

.header {
  padding: 0;
  margin: 0;
}
@media (min-width: 450px) {
  .header {
    margin: 0 0 20px;
  }
}
@media (min-width: 1480px) {
  .header {
    padding: 0 0 30px;
  }
}
.header .header-scene {
  background: #9EB6BB;
  position: relative;
  display: flex;
  justify-content: center;
  height: 280px;
}
@media (min-width: 450px) {
  .header .header-scene {
    height: 300px;
  }
}
@media (min-width: 600px) {
  .header .header-scene {
    height: 325px;
  }
}
@media (min-width: 768px) {
  .header .header-scene {
    height: 375px;
  }
}
@media (min-width: 960px) {
  .header .header-scene {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .header .header-scene {
    height: 450px;
  }
}
@media (min-width: 1480px) {
  .header .header-scene {
    height: 475px;
  }
}
.header .header-scene .header-scene-lockup {
  margin: 40px auto 0;
  color: #0F0F0F;
  font-family: "AGaramondPro", "Adobe Garamond Pro", garamond, Times, serif;
  text-transform: uppercase;
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 90%;
}
@media (min-width: 450px) {
  .header .header-scene .header-scene-lockup {
    margin: 60px auto 0;
  }
}
@media (min-width: 600px) {
  .header .header-scene .header-scene-lockup {
    margin: 60px auto 0;
  }
}
@media (min-width: 768px) {
  .header .header-scene .header-scene-lockup {
    margin: 60px auto 0;
    gap: 20px;
  }
}
@media (min-width: 960px) {
  .header .header-scene .header-scene-lockup {
    margin: 50px auto 0;
  }
}
@media (min-width: 1024px) {
  .header .header-scene .header-scene-lockup {
    margin: 60px auto 0;
    gap: 25px;
  }
}
@media (min-width: 1480px) {
  .header .header-scene .header-scene-lockup {
    margin: 70px auto 0;
  }
}
@media (min-width: 1600px) {
  .header .header-scene .header-scene-lockup {
    margin: 80px auto 0;
  }
}
.header .header-scene .header-scene-lockup img {
  max-width: 100px;
  margin: 0 auto 0;
}
@media (min-width: 450px) {
  .header .header-scene .header-scene-lockup img {
    max-width: 120px;
  }
}
@media (min-width: 768px) {
  .header .header-scene .header-scene-lockup img {
    max-width: 160px;
  }
}
.header .header-scene .header-scene-lockup h1,
.header .header-scene .header-scene-lockup h2 {
  font-weight: 500;
  text-align: center;
}
.header .header-scene .header-scene-lockup h1 {
  font-size: 54px;
  margin: 0 auto 0;
  line-height: 0.9em;
  font-family: "Atlantic Serif", "Bodoni", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  max-width: 340px;
}
@media (min-width: 450px) {
  .header .header-scene .header-scene-lockup h1 {
    max-width: none;
  }
}
@media (min-width: 600px) {
  .header .header-scene .header-scene-lockup h1 {
    font-size: 70px;
  }
}
@media (min-width: 768px) {
  .header .header-scene .header-scene-lockup h1 {
    font-size: 80px;
  }
}
@media (min-width: 960px) {
  .header .header-scene .header-scene-lockup h1 {
    font-size: 90px;
  }
}
@media (min-width: 1024px) {
  .header .header-scene .header-scene-lockup h1 {
    font-size: 100px;
  }
}
@media (min-width: 1480px) {
  .header .header-scene .header-scene-lockup h1 {
    font-size: 110px;
  }
}
.header .header-scene .header-scene-lockup h2 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.35em;
}
@media (min-width: 450px) {
  .header .header-scene .header-scene-lockup h2 {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .header .header-scene .header-scene-lockup h2 {
    font-size: 14px;
  }
}
.header .header-scene .background-images {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.header .header-scene .background-images .image-swap {
  width: 100%;
  height: 56px;
  overflow: hidden;
  position: absolute;
  /*@include media($smmd) {
    height: 110px; 
  }*/
  /*@include media($md) {
    height: 140px; 
  }*/
  /*@include media($lgmd) {
    height: 150px; 
  }*/
  /* ---------- Assign animations to images ---------- */
}
@media (min-width: 450px) {
  .header .header-scene .background-images .image-swap {
    height: 17.5vw;
  }
}
@media (min-width: 1024px) {
  .header .header-scene .background-images .image-swap {
    max-height: 225px;
  }
}
@media (min-width: 1480px) {
  .header .header-scene .background-images .image-swap {
    height: 250px;
  }
}
.header .header-scene .background-images .image-swap .c-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.header .header-scene .background-images .image-swap .c-image picture {
  height: 100%;
}
.header .header-scene .background-images .image-swap .c-image img {
  max-height: 250px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .header-scene .background-images .image-swap .img-1 {
  top: 0%; /* visible immediately */
  animation: slide-img1 12s infinite steps(10) forwards;
  animation-delay: 0s;
}
.header .header-scene .background-images .image-swap .img-2 {
  top: 100%; /* offscreen initially */
  animation: slide-img2 12s infinite steps(10) forwards;
  animation-delay: 0s;
}
.header .header-scene .background-images .image-swap .img-3 {
  top: 100%;
  animation: slide-img3 12s infinite steps(10) forwards;
  animation-delay: 0s;
}
.header .header-scene .background-images .image-swap .img-4 {
  top: 100%;
  animation: slide-img4 12s infinite steps(8) forwards;
  animation-delay: 0s;
}
.header .header-scene .background-images .img-swap.left .c-image img {
  left: 0;
}
.header .header-scene .background-images .right .c-image img {
  position: absolute;
  right: 0;
}
.header .header-a {
  width: 100%;
  height: 180px;
}
@media (min-width: 450px) {
  .header .header-a {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .header .header-a {
    height: 275px;
  }
}
@media (min-width: 1024px) {
  .header .header-a {
    height: 300px;
  }
}
.header .header-a img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

@keyframes slide-img1 {
  0% {
    top: 0;
    transform: translateX(0);
  }
  29% {
    top: 0;
    transform: translateX(-2px);
  }
  33% {
    top: 100%;
    transform: translateX(1px);
  }
  96% {
    top: 100%;
    transform: translateX(-1px);
  }
  100% {
    top: 0;
    transform: translateX(1px);
  }
  100% {
    top: 0;
    transform: translateX(0);
  }
}
@keyframes slide-img3 {
  0% {
    top: 100%;
    transform: translateX(0);
  }
  29% {
    top: 100%;
    transform: translateX(-2px);
  }
  33% {
    top: 0;
    transform: translateX(1px);
  }
  62% {
    top: 0;
    transform: translateX(-1px);
  }
  66% {
    top: 100%;
    transform: translateX(1px);
  }
  100% {
    top: 100%;
    transform: translateX(0);
  }
}
@keyframes slide-img2 {
  0% {
    top: 100%;
    transform: translateX(0);
  }
  62% {
    top: 100%;
    transform: translateX(-2px);
  }
  66% {
    top: 0;
    transform: translateX(1px);
  }
  96% {
    top: 0;
    transform: translateX(-1px);
  }
  100% {
    top: 100%;
    transform: translateX(1px);
  }
  100% {
    top: 100%;
    transform: translateX(0);
  }
}
/*@keyframes slide-img1 {
  0%   { top: 0; transform: translateX(0) rotate(0deg); }
  29%  { top: 0; transform: translateX(-2px) rotate(-0.6deg); }
  33%  { top: 100%; transform: translateX(1px) rotate(0.2deg); }
  96%  { top: 100%; transform: translateX(-1px) rotate(-0.3deg); }
  100%  { top: 0; transform: translateX(1px) rotate(0.4deg); }
  100% { top: 0; transform: translateX(0) rotate(0deg); }
}

@keyframes slide-img3 {
  0%   { top: 100%; transform: translateX(0) rotate(0deg); }
  29%  { top: 100%; transform: translateX(-2px) rotate(-0.6deg); }
  33%  { top: 0; transform: translateX(1px) rotate(0.2deg); }
  62%  { top: 0; transform: translateX(-1px) rotate(-0.3deg); }
  66%  { top: 100%; transform: translateX(1px) rotate(0.4deg); }
  100% { top: 100%; transform: translateX(0) rotate(0deg); } 
}

@keyframes slide-img2 {
  0%   { top: 100%; transform: translateX(0) rotate(0deg); }
  62%  { top: 100%; transform: translateX(-2px) rotate(-0.6deg); }
  66%  { top: 0; transform: translateX(1px) rotate(0.2deg); }
  96%  { top: 0; transform: translateX(-1px) rotate(-0.3deg); }
  100%  { top: 100%; transform: translateX(1px) rotate(0.4deg); }
  100% { top: 100%; transform: translateX(0) rotate(0deg); } 
} */
.intro {
  padding: 30px 0 0;
}
@media (min-width: 450px) {
  .intro {
    padding: 20px 0 0;
  }
}
@media (min-width: 768px) {
  .intro {
    padding: 0;
  }
}
.intro .container {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto 0;
}
@media (min-width: 768px) {
  .intro .container {
    margin: 40px auto 0;
  }
}
.intro .container p {
  color: #0F0F0F;
}
.intro .container p a {
  color: #0F0F0F;
}
.intro .container p a.intro-cta {
  color: #ffffff;
  margin-top: 2em;
  display: block;
}
.intro .container p.intro-cta {
  margin: 30px auto 0;
}
@media (min-width: 450px) {
  .intro .container p.intro-cta {
    margin: 36px auto 0;
  }
}
@media (min-width: 1024px) {
  .intro .container p.intro-cta {
    margin: 45px auto 0;
  }
}
.intro .container p.intro-cta a {
  color: #F4EBE4;
}
.intro .container .marquee-update {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 auto 44px;
}
@media (min-width: 450px) {
  .intro .container .marquee-update {
    margin: 0 auto 50px;
  }
}
@media (min-width: 768px) {
  .intro .container .marquee-update {
    margin: 0 auto 60px;
  }
}
.intro .container .marquee-update h2 {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .intro .container .marquee-update h2 {
    max-width: none;
  }
}
.intro .container .marquee-update h5 {
  color: #D7D9D5;
  text-align: center;
}
.intro .container .marquee-update h5 span {
  font-family: "AGaramondPro", "Adobe Garamond Pro", garamond, Times, serif;
  color: #0F0F0F;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
}
@media (min-width: 450px) {
  .intro .container .marquee-update h5 span {
    font-size: 21px;
  }
}
@media (min-width: 768px) {
  .intro .container .marquee-update h5 span {
    font-size: 22px;
  }
}
.intro .container .marquee-update .location-marquee-info {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 1024px;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
.intro .container .marquee-update .location-marquee-info h2.display {
  font-size: 30px;
  margin: 4px auto;
}
@media (min-width: 450px) {
  .intro .container .marquee-update .location-marquee-info h2.display {
    font-size: 40px;
    margin: 6px auto;
  }
}
@media (min-width: 768px) {
  .intro .container .marquee-update .location-marquee-info h2.display {
    font-size: 44px;
    margin: 8px auto;
  }
}
.intro .container .marquee-update .location-marquee-info h4 {
  margin: auto;
  text-align: center;
}
.intro .container .marquee-update .location-marquee-info h4 span.date {
  font-family: "AGaramondPro", "Adobe Garamond Pro", garamond, Times, serif;
  letter-spacing: 0.35em;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (min-width: 450px) {
  .intro .container .marquee-update .location-marquee-info h4 span.date {
    font-size: 12px;
    margin-bottom: 18px;
  }
}
@media (min-width: 600px) {
  .intro .container .marquee-update .location-marquee-info h4 span.date {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .intro .container .marquee-update .location-marquee-info h4 span.date {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.intro .container .marquee-update .location-marquee-info h4 span.location:before {
  width: 50px;
  height: 1px;
  margin: 16px auto;
  content: "";
  background: #0F0F0F;
  display: block;
}
@media (min-width: 450px) {
  .intro .container .marquee-update .location-marquee-info h4 span.location:before {
    margin: 20px auto;
  }
}
@media (min-width: 768px) {
  .intro .container .marquee-update .location-marquee-info h4 span.location:before {
    margin: 24px auto;
  }
}
.intro .container .marquee-update .location-marquee-info h4 span.location {
  letter-spacing: 0.2em;
}
.intro .container .marquee-update .location-marquee-info h4 span.location em {
  text-transform: none;
  letter-spacing: 0;
  display: block;
  line-height: 1.2em;
  margin: 6px auto 0;
}
.intro .container .marquee-update .location-marquee-info h4 span {
  font-weight: 500;
  display: block;
}
.intro .container .marquee-update .location-marquee-info figure img {
  max-height: 120px;
  mix-blend-mode: multiply;
  display: inline-block; /* ensures transforms work */
  animation: jitter 2s steps(6) infinite; /* slower, stepped animation */
  transform-origin: center center;
}
@media (min-width: 450px) {
  .intro .container .marquee-update .location-marquee-info figure img {
    max-height: 140px;
  }
}
.intro .container .sign-up {
  margin: 40px auto 30px;
  max-width: 768px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
}
@media (min-width: 450px) {
  .intro .container .sign-up {
    margin: 50px auto 40px;
  }
}
@media (min-width: 768px) {
  .intro .container .sign-up {
    gap: 28px;
    margin: 60px auto 20px;
    gap: 20px;
  }
}
.intro .container .sign-up h2.serif {
  margin: 0 auto;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
}
.intro .container .sign-up form.c-signup-form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 32px;
}
@media (min-width: 768px) {
  .intro .container .sign-up form.c-signup-form {
    flex-direction: row;
    gap: 0 15px;
  }
}
.intro .container .sign-up form.c-signup-form .c-signup-form__field {
  width: 100%;
  background-color: #F4EBE4;
  font-family: "AGaramondPro", "Adobe Garamond Pro", garamond, Times, serif;
  padding: 14px 14px 10px;
  font-size: 17px;
  border: 1px solid #d6cec6;
  border-radius: 4px;
  display: block;
  box-sizing: border-box;
}
@media (min-width: 450px) {
  .intro .container .sign-up form.c-signup-form .c-signup-form__field {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .intro .container .sign-up form.c-signup-form .c-signup-form__field {
    font-size: 20px;
    margin: 0;
    flex: 1;
  }
}
@media (min-width: 1024px) {
  .intro .container .sign-up form.c-signup-form .c-signup-form__field {
    font-size: 22px;
  }
}
.intro .container .sign-up form.c-signup-form .c-signup-form input {
  outline: none;
}
.intro .container .sign-up form.c-signup-form .c-signup-form__field:invalid {
  border-color: #0F0F0F;
}
.intro .container .sign-up form.c-signup-form .c-signup-form__field:focus {
  box-shadow: none;
  outline: none;
}
.intro .container .sign-up form.c-signup-form .c-signup-form__message {
  font-weight: 400;
  font-family: "logic", monospace;
  letter-spacing: 0.05em;
  font-size: 12px;
}
@media (min-width: 450px) {
  .intro .container .sign-up form.c-signup-form .c-signup-form__message {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .intro .container .sign-up form.c-signup-form .c-signup-form__message {
    order: 1;
    font-size: 14px;
    flex-basis: 100%;
  }
}
.intro .container .sign-up form.c-signup-form input:-internal-autofill-selected {
  background-color: #ffffff !important;
  -webkit-appearance: initial;
     -moz-appearance: initial;
          appearance: initial;
}
.intro .container .sign-up form.c-signup-form .c-signup-form__button {
  border: none;
  min-width: 140px;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .intro .container .sign-up form.c-signup-form .c-signup-form__button {
    width: auto;
    margin: 0;
  }
}
.intro .container .sign-up form.signup-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .intro .container .sign-up form.signup-form {
    flex-direction: row;
    gap: 15px;
  }
}
.intro .container .sign-up form.signup-form .sign-up-form__field {
  width: 100%;
  background-color: #F4EBE4;
  font-family: "AGaramondPro", "Adobe Garamond Pro", garamond, Times, serif;
  padding: 14px 14px 10px;
  font-size: 17px;
  border: 1px solid #d6cec6;
  border-radius: 4px;
}
@media (min-width: 450px) {
  .intro .container .sign-up form.signup-form .sign-up-form__field {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .intro .container .sign-up form.signup-form .sign-up-form__field {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .intro .container .sign-up form.signup-form .sign-up-form__field {
    font-size: 22px;
  }
}
.intro .container .sign-up form.signup-form .signup-form__button {
  border: none;
  min-width: 140px;
}
.intro .container .sign-up h4 {
  text-align: center;
}
.intro .container .sign-up h4 a {
  color: #0F0F0F;
}
.intro .container .passes {
  display: flex;
  margin: 40px auto 0;
  max-width: 1024px;
  gap: 20px;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .intro .container .passes {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 70px auto 0;
    gap: 30px 0;
  }
}
@media (min-width: 1024px) {
  .intro .container .passes {
    gap: 40px 0;
  }
}
.intro .container .passes .pass {
  width: 100%;
  border-left: 1px solid #d6cec6;
  border-right: 1px solid #d6cec6;
  border-bottom: 1px solid #d6cec6;
  border-top: 8px solid #d6cec6;
  padding: 20px 20px 24px;
  box-sizing: border-box;
}
@media (min-width: 450px) {
  .intro .container .passes .pass {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .intro .container .passes .pass {
    width: 48%;
  }
}
.intro .container .passes .pass h5 {
  margin: 0 0 4px;
}
.intro .container .passes .pass h5.outandabout {
  color: #7eaabe;
  text-transform: uppercase;
  font-weight: 500;
}
.intro .container .passes .pass h5.sale-info {
  color: #ff6d72;
  text-transform: uppercase;
  font-weight: 500;
}
.intro .container .passes .pass ul, .intro .container .passes .pass p {
  margin: 16px 0 18px;
}
@media (min-width: 450px) {
  .intro .container .passes .pass ul, .intro .container .passes .pass p {
    margin: 18px 0 26px;
  }
}
@media (min-width: 768px) {
  .intro .container .passes .pass ul, .intro .container .passes .pass p {
    margin: 20px 0 28px;
  }
}
.intro .container .passes .pass ul li, .intro .container .passes .pass p {
  color: #D7D9D5;
  font-size: 15px;
  line-height: 1.4em;
}
@media (min-width: 450px) {
  .intro .container .passes .pass ul li, .intro .container .passes .pass p {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .intro .container .passes .pass ul li, .intro .container .passes .pass p {
    font-size: 18px;
  }
}
.intro .container .passes .pass ul {
  padding-inline-start: 12px;
}
.intro .container .passes .pass ul li {
  margin: 0 0 8px;
}
.intro .container .passes .pass a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

@keyframes jitter {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  16% {
    transform: translate(1px, -1px) rotate(-0.5deg);
  }
  33% {
    transform: translate(-1px, 1px) rotate(0.5deg);
  }
  50% {
    transform: translate(1px, 1px) rotate(-0.5deg);
  }
  66% {
    transform: translate(-1px, -1px) rotate(0.5deg);
  }
  83% {
    transform: translate(0px, 1px) rotate(-0.5deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
.locations .road-bottom {
  background: #F4EBE4;
}
.locations .road-bottom img {
  height: 100px;
  width: 100%;
  margin-bottom: -1px;
}
@media (min-width: 450px) {
  .locations .road-bottom img {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .locations .road-bottom img {
    height: 300px;
  }
}
.locations .container {
  background: #E7131A;
  padding: 0 0 60px;
}
@media (min-width: 450px) {
  .locations .container {
    padding: 0 0 80px;
  }
}
@media (min-width: 768px) {
  .locations .container {
    padding: 0 0 100px;
  }
}
.locations .container .next-stop {
  display: flex;
  align-items: center;
  margin: 0 auto;
  color: #fff;
  max-width: 1024px;
  flex-direction: column-reverse;
  text-align: center;
  width: 90%;
}
@media (min-width: 450px) {
  .locations .container .next-stop {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .locations .container .next-stop {
    margin: 0 auto;
  }
}
.locations .container .next-stop .city {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.locations .container .next-stop .city h3 {
  margin-top: 25px;
}
.locations .container .next-stop .city h3 span {
  display: block;
}
.locations .container .next-stop .city p {
  font-style: oblique;
}
.locations .container .next-stop .city p a {
  font-style: normal;
  display: block;
  color: #ffffff;
  font-weight: 500;
}
.locations .container .next-stop .city h4 a {
  display: block;
  color: #ffffff;
  font-weight: 500;
}
.locations .container .next-stop figure img {
  mix-blend-mode: multiply;
  max-width: 120px;
  max-height: 120px;
}
@media (min-width: 450px) {
  .locations .container .next-stop figure img {
    max-width: 130px;
    max-height: 130px;
  }
}
@media (min-width: 768px) {
  .locations .container .next-stop figure img {
    max-width: 140px;
    max-height: 140px;
  }
}
@media (min-width: 1024px) {
  .locations .container .next-stop figure img {
    max-width: 150px;
    max-height: 150px;
  }
}
.locations .container .next-stop:before {
  width: 50px;
  height: 1px;
  margin: 40px auto;
  content: "";
  background: #ffffff;
  display: block;
}
@media (min-width: 450px) {
  .locations .container .next-stop:before {
    margin: 50px auto;
  }
}
@media (min-width: 768px) {
  .locations .container .next-stop:before {
    margin: 80px auto;
  }
}
.locations .container h2 {
  text-transform: uppercase;
  letter-spacing: 0.35em;
  text-align: center;
  color: #ffffff;
  max-width: 1024px;
  width: 90%;
  margin: 0 auto;
  line-height: 1.4em;
}
.locations .container h4 {
  text-align: center;
}
.locations .container .events-list {
  color: #ffffff;
}
.locations .container .events-list .year {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 90%;
  gap: 30px;
  margin: 20px auto 50px;
}
@media (min-width: 450px) {
  .locations .container .events-list .year {
    gap: 30px 4%;
    margin: 20px auto 70px;
    max-width: 450px;
  }
}
@media (min-width: 768px) {
  .locations .container .events-list .year {
    gap: 60px 1%;
    margin: 50px auto 90px;
    max-width: 900px;
  }
}
.locations .container .events-list .year h2 {
  width: 100%;
  letter-spacing: 0.1em;
}
.locations .container .events-list .year .month {
  width: 100%;
}
@media (min-width: 450px) {
  .locations .container .events-list .year .month {
    width: 48%;
  }
}
@media (min-width: 768px) {
  .locations .container .events-list .year .month {
    width: 30%;
  }
}
.locations .container .events-list .year .month h4 {
  margin: 0 auto 10px;
  font-weight: 500;
}
@media (min-width: 450px) {
  .locations .container .events-list .year .month h4 {
    margin: 0 auto 12px;
  }
}
@media (min-width: 768px) {
  .locations .container .events-list .year .month h4 {
    margin: 0 auto 16px;
  }
}
.locations .container .events-list .year .month p {
  margin: 0 auto;
}
.locations .container .events-list .year .month p a {
  color: #ffffff;
}
.locations .container h5 {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.sessions {
  padding: 40px 0;
}
@media (min-width: 450px) {
  .sessions {
    padding: 60px 0;
  }
}
@media (min-width: 600px) {
  .sessions {
    padding: 70px 0;
  }
}
@media (min-width: 768px) {
  .sessions {
    padding: 80px 0;
  }
}
.sessions .session {
  max-width: 768px;
  width: 90%;
  margin: 40px auto 0;
}
@media (min-width: 450px) {
  .sessions .session {
    margin: 50px auto 0;
  }
}
@media (min-width: 768px) {
  .sessions .session {
    margin: 60px auto 0;
  }
}
@media (min-width: 1024px) {
  .sessions .session {
    margin: 70px auto 0;
  }
}
.sessions .session p {
  text-align: center;
}
.sessions .session:first-of-type {
  margin: 30px auto 0;
}
@media (min-width: 450px) {
  .sessions .session:first-of-type {
    margin: 40px auto 0;
  }
}
@media (min-width: 768px) {
  .sessions .session:first-of-type {
    margin: 50px auto 0;
  }
}
@media (min-width: 1024px) {
  .sessions .session:first-of-type {
    margin: 60px auto 0;
  }
}

h2.serif {
  text-transform: uppercase;
  letter-spacing: 0.35em;
  margin: 0 auto;
  text-align: center;
}

.c-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (9 / 16 = 0.5625) */
  height: 0;
  overflow: hidden;
}
.c-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.transition-scene {
  position: relative;
}
.transition-scene .scene-images-container {
  position: relative;
  height: 80px;
}
@media (min-width: 450px) {
  .transition-scene .scene-images-container {
    height: 100px;
  }
}
@media (min-width: 600px) {
  .transition-scene .scene-images-container {
    height: 125px;
  }
}
@media (min-width: 768px) {
  .transition-scene .scene-images-container {
    height: 150px;
  }
}
@media (min-width: 960px) {
  .transition-scene .scene-images-container {
    height: 175px;
  }
}
@media (min-width: 1024px) {
  .transition-scene .scene-images-container {
    height: 225px;
  }
}
@media (min-width: 1480px) {
  .transition-scene .scene-images-container {
    height: 250px;
  }
}
.transition-scene .scene-images-container .scene-images {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.transition-scene .scene-images-container .scene-images .image-swap {
  width: 100%;
  height: 80px;
  overflow: hidden;
  position: absolute;
}
@media (min-width: 450px) {
  .transition-scene .scene-images-container .scene-images .image-swap {
    height: 100px;
  }
}
@media (min-width: 600px) {
  .transition-scene .scene-images-container .scene-images .image-swap {
    height: 125px;
  }
}
@media (min-width: 768px) {
  .transition-scene .scene-images-container .scene-images .image-swap {
    height: 150px;
  }
}
@media (min-width: 960px) {
  .transition-scene .scene-images-container .scene-images .image-swap {
    height: 175px;
  }
}
@media (min-width: 1024px) {
  .transition-scene .scene-images-container .scene-images .image-swap {
    height: 225px;
  }
}
@media (min-width: 1480px) {
  .transition-scene .scene-images-container .scene-images .image-swap {
    height: 250px;
  }
}
.transition-scene .scene-images-container .scene-images .image-swap .c-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.transition-scene .scene-images-container .scene-images .image-swap .c-image picture {
  height: 100%;
}
.transition-scene .scene-images-container .scene-images .image-swap .c-image picture img {
  max-height: 250px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.transition-scene .scene-images-container .scene-images .left .c-image img {
  left: 0;
}
.transition-scene .scene-images-container .scene-images .right .c-image img {
  position: absolute;
  right: 0;
}
.transition-scene .header-a {
  background: #E8DFD7;
  height: 100px;
}
@media (min-width: 450px) {
  .transition-scene .header-a {
    height: 100px;
  }
}
@media (min-width: 600px) {
  .transition-scene .header-a {
    height: 125px;
  }
}
@media (min-width: 768px) {
  .transition-scene .header-a {
    height: 150px;
  }
}
@media (min-width: 960px) {
  .transition-scene .header-a {
    height: 175px;
  }
}
@media (min-width: 1024px) {
  .transition-scene .header-a {
    height: 225px;
  }
}
@media (min-width: 1480px) {
  .transition-scene .header-a {
    height: 250px;
  }
}
.transition-scene .header-a img {
  height: 100%;
  width: 100%;
}

.speakers {
  background-color: #E8DFD7;
}
.speakers .speaker-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1440px;
  width: 90%;
  gap: 0;
  margin: 40px auto 0;
}
@media (min-width: 768px) {
  .speakers .speaker-list {
    margin: 60px auto 0;
    gap: 2%;
  }
}
@media (min-width: 1480px) {
  .speakers .speaker-list {
    gap: 2%;
  }
}
.speakers .speaker-list h5.speakers-tk {
  text-transform: uppercase;
  text-align: center;
  margin: 20px auto 0;
}
@media (min-width: 450px) {
  .speakers .speaker-list h5.speakers-tk {
    margin: 30px auto 0;
  }
}
.speakers .speaker-list .speaker {
  width: 100%;
  margin: 0 0 20px;
  position: relative;
  background: #F4EBE4;
  transition: all 0.1s ease-in-out;
}
@media (min-width: 960px) {
  .speakers .speaker-list .speaker {
    width: 49%;
    margin: 0 0 30px;
  }
}
@media (min-width: 1480px) {
  .speakers .speaker-list .speaker {
    width: 32%;
  }
}
.speakers .speaker-list .speaker .speaker-info {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .speakers .speaker-list .speaker .speaker-info {
    height: 160px;
    gap: 0;
  }
}
.speakers .speaker-list .speaker .speaker-info .speaker-lockup {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
  gap: 20px;
  padding: 20px;
}
@media (min-width: 768px) {
  .speakers .speaker-list .speaker .speaker-info .speaker-lockup {
    padding: 0 20px;
  }
}
.speakers .speaker-list .speaker .speaker-info .speaker-lockup figure {
  width: 80px;
  height: 80px;
}
@media (min-width: 450px) {
  .speakers .speaker-list .speaker .speaker-info .speaker-lockup figure {
    width: 130px;
    height: 130px;
  }
}
.speakers .speaker-list .speaker .speaker-info .speaker-lockup figure img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 80px;
  min-width: 80px;
}
@media (min-width: 450px) {
  .speakers .speaker-list .speaker .speaker-info .speaker-lockup figure img {
    min-height: 130px;
    min-width: 130px;
  }
}
.speakers .speaker-list .speaker .speaker-info .speaker-lockup .copy h2.serif {
  margin-bottom: 2px;
}
.speakers .speaker-list .speaker .speaker-info .speaker-lockup .copy h6 {
  color: #9b96ff;
  margin: 0 0 4px;
  font-size: 11px;
  text-transform: uppercase;
}
@media (min-width: 450px) {
  .speakers .speaker-list .speaker .speaker-info .speaker-lockup .copy h6 {
    font-size: 12px;
  }
}
.speakers .speaker-list .speaker .speaker-info .speaker-lockup .copy p {
  font-weight: 300;
  line-height: 1.4em;
  font-size: 13px;
  margin: 0 0 auto;
}
@media (min-width: 450px) {
  .speakers .speaker-list .speaker .speaker-info .speaker-lockup .copy p {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .speakers .speaker-list .speaker .speaker-info .speaker-lockup .copy p {
    font-size: 16px;
  }
}
.speakers .speaker-list .speaker .speaker-info .speaker-toggle {
  display: none;
  width: 100%;
  align-self: flex-end;
  border-top: 1px solid #F4EBE4;
}
.speakers .speaker-list .speaker .speaker-info .speaker-toggle h6 {
  margin: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  color: #1B1B1B;
  padding: 8px 18px;
  line-height: 1em;
  font-size: 11px;
}
@media (min-width: 450px) {
  .speakers .speaker-list .speaker .speaker-info .speaker-toggle h6 {
    font-size: 12px;
  }
}
.speakers .speaker-list .speaker .speaker-info .speaker-toggle h6:after {
  content: "";
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  display: inline-block;
  height: 6px;
  width: 6px;
  transform-origin: center;
  transform: rotate(45deg);
  transition: transform 0.4s ease;
  margin-top: -3px;
}
.speakers .speaker-list .speaker .speaker-info .speaker-toggle.active h6:after {
  transform-origin: center;
  transform: rotate(-135deg);
  transition: transform 0.4s ease;
  margin-top: 3px;
}
.speakers .speaker-list .speaker .speaker-expanded {
  max-height: 0;
  overflow: hidden;
  background: #E7131A;
  box-sizing: border-box;
  position: absolute;
  z-index: 1500;
  width: 100%;
  background: #212126;
  box-shadow: 0 10px 11px rgba(0, 0, 0, 0.1);
  transition: max-height 0.1s ease;
}
.speakers .speaker-list .speaker .speaker-expanded .inner {
  padding: 12px 18px 18px;
}
.speakers .speaker-list .speaker .speaker-expanded a {
  display: block;
  text-decoration: none;
  margin: 8px 0 0;
  color: #D7D9D5;
  font-size: 15px;
  line-height: 1.4em;
}
@media (min-width: 450px) {
  .speakers .speaker-list .speaker .speaker-expanded a {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .speakers .speaker-list .speaker .speaker-expanded a {
    font-size: 17px;
  }
}
.speakers .speaker-list .speaker .speaker-expanded a span {
  color: #9b96ff;
  font-family: "logic", monospace;
  text-transform: uppercase;
  font-size: 11px;
  margin-left: 4px;
  letter-spacing: 0.05em;
}
.speakers .speaker-list .speaker .speaker-expanded a:first-child {
  margin: 0;
}
.speakers .speaker-list .speaker .speaker-expanded.show {
  max-height: 500px;
}
.speakers .speaker-list .speaker.active {
  background: #212126;
}
.speakers .speaker-list-toggle {
  width: 100%;
  text-align: center;
  margin: 20px auto 0;
  cursor: pointer;
  border: 1px solid #d6cec6;
  padding: 16px;
  border-radius: 150px;
  text-transform: uppercase;
}
@media (min-width: 450px) {
  .speakers .speaker-list-toggle {
    margin: 30px auto 0;
  }
}

.speaker-overlay {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 9999;
  display: flex;
  flex-direction: column;
}

.speaker-overlay.active {
  transform: translateY(0);
}

.overlay-content {
  flex: 1;
  position: relative;
  overflow-y: scroll; /* Always show scrollbar */
  scrollbar-width: auto; /* For Firefox */
  scrollbar-color: auto auto; /* Use system defaults */
}
.overlay-content .speaker-list {
  padding: 80px 0 20px;
  margin: 0 auto;
}

.close-btn {
  position: absolute;
  top: 20px;
  cursor: pointer;
  z-index: 2001;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #d6cec6;
  padding: 8px 16px;
  border-radius: 150px;
  text-transform: uppercase;
  background: #F4EBE4;
  width: 90%;
  text-align: center;
}
@media (min-width: 768px) {
  .close-btn {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.underwriters .container {
  max-width: 768px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.underwriters .container h5 {
  text-transform: uppercase;
  margin: 30px auto 0;
  color: #1B1B1B;
  font-weight: 500;
}
.underwriters .container .underwriter-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 8%;
}
@media (min-width: 450px) {
  .underwriters .container .underwriter-group {
    justify-content: center;
    align-items: center;
  }
}
.underwriters .container .underwriter-group .underwriter {
  width: 46%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 10px;
  box-sizing: border-box;
}
@media (min-width: 450px) {
  .underwriters .container .underwriter-group .underwriter {
    width: 28%;
    height: 100px;
  }
}
@media (min-width: 768px) {
  .underwriters .container .underwriter-group .underwriter {
    height: 140px;
  }
}
.underwriters .container .underwriter-group .underwriter a img {
  max-height: 60px;
}
.underwriters .container .underwriter-group .underwriter a img.sizedown {
  max-height: 40px;
}
@media (min-width: 450px) {
  .underwriters .container .underwriter-group .underwriter a img.sizedown {
    max-height: 50px;
  }
}
.underwriters .container .underwriter-group .underwriter a img.sizeup {
  max-height: 80px;
}

.past-events {
  background: #E8DFD7;
}
.past-events .container {
  padding: 40px 0 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 450px) {
  .past-events .container {
    padding: 50px 0 80px;
    gap: 50px;
  }
}
@media (min-width: 768px) {
  .past-events .container {
    padding: 60px 0 100px;
    gap: 60px;
  }
}
.past-events .container h2.serif {
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  text-align: center;
}
.past-events .container .past-events-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 768px;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 768px) {
  .past-events .container .past-events-wrapper {
    gap: 30px;
    flex-direction: row;
    gap: 70px 4%;
  }
}
.past-events .container .past-events-wrapper .past-event {
  width: 100%;
  position: relative;
  text-align: center;
  max-width: 500px;
}
@media (min-width: 768px) {
  .past-events .container .past-events-wrapper .past-event {
    max-width: 600px;
    width: 48%;
  }
}
.past-events .container .past-events-wrapper .past-event .past-event-lockup.flip {
  flex-direction: column;
  /*@include media($sm) {
    flex-direction: row-reverse;
  }*/
}
.past-events .container .past-events-wrapper .past-event .past-event-lockup {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  flex-direction: column;
  /*@include media($md) {
    gap: 60px;
  }*/
}
.past-events .container .past-events-wrapper .past-event .past-event-lockup figure img {
  width: 100%;
  max-width: 120px;
  max-height: 120px;
}
@media (min-width: 450px) {
  .past-events .container .past-events-wrapper .past-event .past-event-lockup figure img {
    max-width: 130px;
    max-height: 130px;
  }
}
@media (min-width: 768px) {
  .past-events .container .past-events-wrapper .past-event .past-event-lockup figure img {
    max-width: 140px;
    max-height: 140px;
  }
}
@media (min-width: 1024px) {
  .past-events .container .past-events-wrapper .past-event .past-event-lockup figure img {
    max-width: 150px;
    max-height: 150px;
  }
}
.past-events .container .past-events-wrapper .past-event .past-event-lockup .copy {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 4x;
}
@media (min-width: 450px) {
  .past-events .container .past-events-wrapper .past-event .past-event-lockup .copy {
    gap: 8px;
  }
}
.past-events .container .past-events-wrapper .past-event .past-event-lockup .copy h2.display {
  margin-bottom: 2px;
  font-size: 30px;
}
@media (min-width: 450px) {
  .past-events .container .past-events-wrapper .past-event .past-event-lockup .copy h2.display {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .past-events .container .past-events-wrapper .past-event .past-event-lockup .copy h2.display {
    font-size: 44px;
  }
}
.past-events .container .past-events-wrapper .past-event .past-event-lockup .copy h6 {
  color: #9b96ff;
  margin: 0 0 4px;
  font-size: 11px;
  text-transform: uppercase;
}
@media (min-width: 450px) {
  .past-events .container .past-events-wrapper .past-event .past-event-lockup .copy h6 {
    font-size: 12px;
  }
}
.past-events .container .past-events-wrapper .past-event .past-event-lockup .copy h4 a {
  display: block;
  font-weight: 500;
  color: #0F0F0F;
}

.footer {
  background: #0F0F0F;
  color: #0F0F0F;
}
.footer .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer .container {
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .footer .container {
    gap: 40px;
  }
}
.footer .container a {
  color: #F4EBE4;
  text-decoration: none;
}
.footer .container .footer-logo {
  margin: 0 auto;
  width: 200px;
}
.footer .container ul.links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.footer .container ul.links li {
  line-height: 1em;
}
@media (min-width: 768px) {
  .footer .container ul.links {
    gap: 20px 40px;
  }
}
.footer .container ul.follow-us {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 auto;
}
.footer .container ul.follow-us li.follow {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 20px;
}
.footer .container ul.follow-us li.follow h6 {
  color: #F4EBE4;
  font-family: "logic", monospace;
}
.footer .container ul.follow-us li {
  width: 16px;
  margin-right: 20px;
}
.footer .container h6.disclaimer {
  color: #F4EBE4;
  font-family: "logic", monospace;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  font-size: 10px;
  max-width: 300px;
}
@media (min-width: 600px) {
  .footer .container h6.disclaimer {
    font-size: 11px;
    max-width: 730px;
  }
}
.footer .container h6.disclaimer span {
  display: block;
  margin: 10px auto 0;
}
@media (min-width: 768px) {
  .footer .container h6.disclaimer span {
    margin: 8px auto 0;
  }
}
.footer .container h6.disclaimer span.recaptcha {
  text-transform: none;
  letter-spacing: 0;
}

.location-header {
  padding: 0;
  margin: 0;
}
.location-header .header-scene {
  background: #B5BFD1;
  position: relative;
  display: flex;
  justify-content: center;
  height: 225px;
}
@media (min-width: 450px) {
  .location-header .header-scene {
    height: 300px;
  }
}
@media (min-width: 600px) {
  .location-header .header-scene {
    height: 350px;
  }
}
@media (min-width: 768px) {
  .location-header .header-scene {
    height: 375px;
  }
}
@media (min-width: 960px) {
  .location-header .header-scene {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .location-header .header-scene {
    height: 425px;
  }
}
@media (min-width: 1480px) {
  .location-header .header-scene {
    height: 450px;
  }
}
.location-header .header-scene .header-scene-lockup {
  margin: 40px auto 0;
  color: #0F0F0F;
  font-family: "AGaramondPro", "Adobe Garamond Pro", garamond, Times, serif;
  text-transform: uppercase;
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 90%;
}
@media (min-width: 450px) {
  .location-header .header-scene .header-scene-lockup {
    margin: 50px auto 0;
  }
}
@media (min-width: 600px) {
  .location-header .header-scene .header-scene-lockup {
    margin: 50px auto 0;
  }
}
@media (min-width: 768px) {
  .location-header .header-scene .header-scene-lockup {
    margin: 50px auto 0;
    gap: 6px;
  }
}
@media (min-width: 960px) {
  .location-header .header-scene .header-scene-lockup {
    margin: 60px auto 0;
  }
}
@media (min-width: 1480px) {
  .location-header .header-scene .header-scene-lockup {
    margin: 80px auto 0;
  }
}
.location-header .header-scene .header-scene-lockup img {
  max-width: 70px;
  margin: 0 auto 0;
}
@media (min-width: 600px) {
  .location-header .header-scene .header-scene-lockup img {
    max-width: 90px;
  }
}
@media (min-width: 1024px) {
  .location-header .header-scene .header-scene-lockup img {
    max-width: 110px;
  }
}
.location-header .header-scene .header-scene-lockup h1,
.location-header .header-scene .header-scene-lockup h2 {
  font-weight: 500;
  text-align: center;
}
.location-header .header-scene .header-scene-lockup h1 {
  font-size: 46px;
  margin: 1px auto 4px;
  line-height: 0.9em;
  font-family: "Atlantic Serif", "Bodoni", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  max-width: 340px;
}
@media (min-width: 450px) {
  .location-header .header-scene .header-scene-lockup h1 {
    max-width: none;
    font-size: 62px;
    margin: 4px auto 8px;
  }
}
@media (min-width: 600px) {
  .location-header .header-scene .header-scene-lockup h1 {
    font-size: 90px;
    margin: 5px auto 10px;
  }
}
@media (min-width: 768px) {
  .location-header .header-scene .header-scene-lockup h1 {
    font-size: 100px;
  }
}
@media (min-width: 1024px) {
  .location-header .header-scene .header-scene-lockup h1 {
    font-size: 120px;
    margin: 6px auto 12px;
  }
}
@media (min-width: 1480px) {
  .location-header .header-scene .header-scene-lockup h1 {
    font-size: 130px;
  }
}
.location-header .header-scene .header-scene-lockup h2 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.35em;
}
@media (min-width: 450px) {
  .location-header .header-scene .header-scene-lockup h2 {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .location-header .header-scene .header-scene-lockup h2 {
    font-size: 14px;
  }
}
.location-header .header-scene .header-scene-lockup h2.display {
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 20px;
}
@media (min-width: 450px) {
  .location-header .header-scene .header-scene-lockup h2.display {
    font-size: 24px;
  }
}
@media (min-width: 600px) {
  .location-header .header-scene .header-scene-lockup h2.display {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .location-header .header-scene .header-scene-lockup h2.display {
    font-size: 36px;
  }
}
.location-header .header-scene .header-scene-lockup h2.serif {
  font-weight: 600;
  margin: 0 auto;
  font-size: 11px;
}
@media (min-width: 450px) {
  .location-header .header-scene .header-scene-lockup h2.serif {
    font-size: 12px;
  }
}
@media (min-width: 600px) {
  .location-header .header-scene .header-scene-lockup h2.serif {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .location-header .header-scene .header-scene-lockup h2.serif {
    font-size: 16px;
  }
}
.location-header .header-scene .background-images {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.location-header .header-scene .background-images .image-swap {
  width: 100%;
  height: 60px;
  overflow: hidden;
  position: absolute;
}
@media (min-width: 320px) {
  .location-header .header-scene .background-images .image-swap {
    height: 75px;
  }
}
@media (min-width: 450px) {
  .location-header .header-scene .background-images .image-swap {
    height: 100px;
  }
}
@media (min-width: 600px) {
  .location-header .header-scene .background-images .image-swap {
    height: 125px;
  }
}
@media (min-width: 768px) {
  .location-header .header-scene .background-images .image-swap {
    height: 150px;
  }
}
@media (min-width: 960px) {
  .location-header .header-scene .background-images .image-swap {
    height: 175px;
  }
}
@media (min-width: 1024px) {
  .location-header .header-scene .background-images .image-swap {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .location-header .header-scene .background-images .image-swap {
    height: 225px;
  }
}
@media (min-width: 1480px) {
  .location-header .header-scene .background-images .image-swap {
    height: 250px;
  }
}
.location-header .header-scene .background-images .image-swap .c-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.location-header .header-scene .background-images .image-swap .c-image picture {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.location-header .header-scene .background-images .image-swap .c-image img {
  max-height: 275px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.location-header .header-scene .background-images .img-swap.left .c-image img {
  left: 0;
}
.location-header .header-scene .background-images .right .c-image img {
  position: absolute;
  right: 0;
}
.location-header .header-a {
  width: 100%;
  height: 180px;
}
@media (min-width: 450px) {
  .location-header .header-a {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .location-header .header-a {
    height: 275px;
  }
}
@media (min-width: 1024px) {
  .location-header .header-a {
    height: 300px;
  }
}
.location-header .header-a img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.typeform {
  margin-top: 40px;
}
@media (min-width: 450px) {
  .typeform {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .typeform {
    margin-top: 60px;
  }
}

.typeform,
.typeform-container {
  height: auto !important;
  overflow: visible !important;
}

.typeform-container {
  width: 90%; /* optional max-width */
  max-width: 1024px;
  margin: 0 auto;
}

.typeform-container {
  border: 1px solid #d6cec6;
  border-radius: 4px;
}

.speakers-alt {
  padding: 40px 0;
}
@media (min-width: 450px) {
  .speakers-alt {
    padding: 60px 0;
  }
}
@media (min-width: 600px) {
  .speakers-alt {
    padding: 70px 0;
  }
}
@media (min-width: 768px) {
  .speakers-alt {
    padding: 80px 0;
  }
}
.speakers-alt h2.serif {
  text-transform: uppercase;
  letter-spacing: 0.35em;
  margin: 0 auto;
  text-align: center;
}
.speakers-alt .speaker-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  width: 90%;
  gap: 20px;
  margin: 32px auto 0;
  justify-content: center;
}
@media (min-width: 960px) {
  .speakers-alt .speaker-list {
    gap: 20px 2%;
    margin: 40px auto 0;
  }
}
.speakers-alt .speaker-list .speaker {
  width: 100%;
  position: relative;
  transition: all 0.1s ease-in-out;
  border: 1px solid #d6cec6;
  display: flex;
  align-items: center;
  max-width: 640px;
}
@media (min-width: 960px) {
  .speakers-alt .speaker-list .speaker {
    width: 49%;
  }
}
.speakers-alt .speaker-list .speaker .speaker-info {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  height: auto;
}
@media (min-width: 768px) {
  .speakers-alt .speaker-list .speaker .speaker-info {
    gap: 0;
  }
}
.speakers-alt .speaker-list .speaker .speaker-info .speaker-lockup {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
  gap: 16px;
  padding: 16px;
}
@media (min-width: 1024px) {
  .speakers-alt .speaker-list .speaker .speaker-info .speaker-lockup {
    gap: 20px;
    padding: 20px;
  }
}
.speakers-alt .speaker-list .speaker .speaker-info .speaker-lockup figure {
  width: 60px;
  min-width: 60px;
  height: 60px;
  background: #E8DFD7;
  border-radius: 2000px;
}
@media (min-width: 450px) {
  .speakers-alt .speaker-list .speaker .speaker-info .speaker-lockup figure {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }
}
@media (min-width: 960px) {
  .speakers-alt .speaker-list .speaker .speaker-info .speaker-lockup figure {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }
}
@media (min-width: 1024px) {
  .speakers-alt .speaker-list .speaker .speaker-info .speaker-lockup figure {
    width: 120px;
    height: 120px;
    min-width: 120px;
  }
}
.speakers-alt .speaker-list .speaker .speaker-info .speaker-lockup figure img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 60px;
  min-width: 60px;
  border-radius: 300px;
}
@media (min-width: 450px) {
  .speakers-alt .speaker-list .speaker .speaker-info .speaker-lockup figure img {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 960px) {
  .speakers-alt .speaker-list .speaker .speaker-info .speaker-lockup figure img {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 1024px) {
  .speakers-alt .speaker-list .speaker .speaker-info .speaker-lockup figure img {
    width: 120px;
    height: 120px;
  }
}
.speakers-alt .speaker-list .speaker .speaker-info .speaker-lockup .copy h2.serif {
  margin: 4px 0;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
  line-height: 1.05em;
}
@media (min-width: 450px) {
  .speakers-alt .speaker-list .speaker .speaker-info .speaker-lockup .copy h2.serif {
    margin: 2px 0;
    line-height: 1.1em;
  }
}
.speakers-alt .speaker-list .speaker .speaker-info .speaker-lockup .copy h6 {
  color: #9b96ff;
  margin: 0 0 4px;
  font-size: 11px;
  text-transform: uppercase;
}
@media (min-width: 450px) {
  .speakers-alt .speaker-list .speaker .speaker-info .speaker-lockup .copy h6 {
    font-size: 12px;
  }
}
.speakers-alt .speaker-list .speaker .speaker-info .speaker-lockup .copy p {
  font-weight: 300;
  line-height: 1.3em;
  font-size: 13px;
  margin: 0 0 auto;
}
@media (min-width: 450px) {
  .speakers-alt .speaker-list .speaker .speaker-info .speaker-lockup .copy p {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .speakers-alt .speaker-list .speaker .speaker-info .speaker-lockup .copy p {
    font-size: 16px;
  }
}

main.c-page-4047 .events-body .location-header .header-scene {
  background-color: #D2BB8C;
}
main.c-page-4047 .events-body .intro {
  padding: 0;
}
main.c-page-4047 .events-body .intro .container {
  margin: 0 auto;
}
main.c-page-4047 .events-body .transition-scene .scene-images-container .scene-images .left {
  left: -5%;
  /*@include media($sm) {
    bottom: -40px; 
  }

  @include media($smmd) {
    bottom: -40px; 
  }

  @include media($lgmd) {
    bottom: -50px; 
  }

  @include media($lg) {
    bottom: -60px; 
  }

  @include media($xl) {
    bottom: -80px; 
  }*/
}
@media (min-width: 450px) {
  main.c-page-4047 .events-body .transition-scene .scene-images-container .scene-images .left {
    left: 0;
  }
}
main.c-page-4047 .events-body .transition-scene .scene-images-container .scene-images .right {
  bottom: 0;
}
@media (min-width: 600px) {
  main.c-page-4047 .events-body .transition-scene .scene-images-container .scene-images .right {
    bottom: -20px;
  }
}
@media (min-width: 768px) {
  main.c-page-4047 .events-body .transition-scene .scene-images-container .scene-images .right {
    bottom: -25px;
  }
}
@media (min-width: 960px) {
  main.c-page-4047 .events-body .transition-scene .scene-images-container .scene-images .right {
    bottom: -30px;
  }
}
@media (min-width: 1024px) {
  main.c-page-4047 .events-body .transition-scene .scene-images-container .scene-images .right {
    bottom: -30px;
  }
}
@media (min-width: 1480px) {
  main.c-page-4047 .events-body .transition-scene .scene-images-container .scene-images .right {
    bottom: -40px;
  }
}

main.c-page-4057 .events-body .location-header .header-scene {
  background-color: #B6B892;
}
main.c-page-4057 .events-body .location-header .header-scene .background-images .left {
  z-index: 1000;
}
main.c-page-4057 .events-body .intro {
  padding: 0;
}
main.c-page-4057 .events-body .intro .container {
  margin: 0 auto;
}
main.c-page-4057 .events-body .transition-scene .header-a {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
main.c-page-4057 .events-body .transition-scene .header-a img {
  width: 76vw;
}
main.c-page-4057 .events-body .transition-scene .scene-images-container .scene-images .left {
  left: 0;
  bottom: -40px;
}
@media (min-width: 450px) {
  main.c-page-4057 .events-body .transition-scene .scene-images-container .scene-images .left {
    bottom: -50px;
    display: block;
  }
}
@media (min-width: 600px) {
  main.c-page-4057 .events-body .transition-scene .scene-images-container .scene-images .left {
    bottom: -60px;
  }
}
@media (min-width: 960px) {
  main.c-page-4057 .events-body .transition-scene .scene-images-container .scene-images .left {
    bottom: -60px;
  }
}
@media (min-width: 1024px) {
  main.c-page-4057 .events-body .transition-scene .scene-images-container .scene-images .left {
    bottom: -80px;
  }
}
@media (min-width: 1480px) {
  main.c-page-4057 .events-body .transition-scene .scene-images-container .scene-images .left {
    bottom: -80px;
  }
}
main.c-page-4057 .events-body .transition-scene .scene-images-container .scene-images .right {
  bottom: 0;
  /*@include media($smmd) {
    bottom: -20px; 
  }

  @include media($md) {
    bottom: -25px; 
  }

  @include media($lgmd) {
    bottom: -30px; 
  }

  @include media($lg) {
    bottom: -30px; 
  }

  @include media($xl) {
    bottom: -40px; 
  }*/
}

main.c-page-4061 .events-body .location-header .header-scene {
  background-color: #E2AFAE;
}
main.c-page-4061 .events-body .location-header .header-scene .background-images .left {
  z-index: 1000;
}
main.c-page-4061 .events-body .intro {
  padding: 0;
}
main.c-page-4061 .events-body .intro .container {
  margin: 0 auto;
}
main.c-page-4061 .events-body .transition-scene .scene-images-container .scene-images .left {
  left: 0;
  bottom: 0;
}
main.c-page-4061 .events-body .transition-scene .scene-images-container .scene-images .right {
  bottom: -30px;
}
@media (min-width: 450px) {
  main.c-page-4061 .events-body .transition-scene .scene-images-container .scene-images .right {
    bottom: -35px;
  }
}
@media (min-width: 600px) {
  main.c-page-4061 .events-body .transition-scene .scene-images-container .scene-images .right {
    bottom: -45px;
  }
}
@media (min-width: 768px) {
  main.c-page-4061 .events-body .transition-scene .scene-images-container .scene-images .right {
    bottom: -55px;
  }
}
@media (min-width: 960px) {
  main.c-page-4061 .events-body .transition-scene .scene-images-container .scene-images .right {
    bottom: -65px;
  }
}
@media (min-width: 1024px) {
  main.c-page-4061 .events-body .transition-scene .scene-images-container .scene-images .right {
    bottom: -80px;
  }
}
@media (min-width: 1480px) {
  main.c-page-4061 .events-body .transition-scene .scene-images-container .scene-images .right {
    bottom: -90px;
  }
}

main.c-page-4058 .events-body .location-header .header-scene {
  background-color: #C3A6C9;
}
main.c-page-4058 .events-body .location-header .header-scene .background-images .image-swap .c-image img {
  max-height: 300px;
}
main.c-page-4058 .events-body .location-header .header-scene .background-images .right {
  z-index: 1000;
  height: 75px;
}
@media (min-width: 320px) {
  main.c-page-4058 .events-body .location-header .header-scene .background-images .right {
    height: 90px;
  }
}
@media (min-width: 450px) {
  main.c-page-4058 .events-body .location-header .header-scene .background-images .right {
    height: 130px;
  }
}
@media (min-width: 600px) {
  main.c-page-4058 .events-body .location-header .header-scene .background-images .right {
    height: 160px;
  }
}
@media (min-width: 768px) {
  main.c-page-4058 .events-body .location-header .header-scene .background-images .right {
    height: 195px;
  }
}
@media (min-width: 960px) {
  main.c-page-4058 .events-body .location-header .header-scene .background-images .right {
    height: 220px;
  }
}
@media (min-width: 1024px) {
  main.c-page-4058 .events-body .location-header .header-scene .background-images .right {
    height: 230px;
  }
}
@media (min-width: 1480px) {
  main.c-page-4058 .events-body .location-header .header-scene .background-images .right {
    height: 270px;
  }
}
main.c-page-4058 .events-body .location-header .header-scene .background-images .left {
  height: 80px;
}
@media (min-width: 320px) {
  main.c-page-4058 .events-body .location-header .header-scene .background-images .left {
    height: 100px;
  }
}
@media (min-width: 450px) {
  main.c-page-4058 .events-body .location-header .header-scene .background-images .left {
    height: 140px;
  }
}
@media (min-width: 600px) {
  main.c-page-4058 .events-body .location-header .header-scene .background-images .left {
    height: 180px;
  }
}
@media (min-width: 768px) {
  main.c-page-4058 .events-body .location-header .header-scene .background-images .left {
    height: 215px;
  }
}
@media (min-width: 960px) {
  main.c-page-4058 .events-body .location-header .header-scene .background-images .left {
    height: 250px;
  }
}
@media (min-width: 1024px) {
  main.c-page-4058 .events-body .location-header .header-scene .background-images .left {
    height: 260px;
  }
}
@media (min-width: 1480px) {
  main.c-page-4058 .events-body .location-header .header-scene .background-images .left {
    height: 290px;
  }
}
main.c-page-4058 .events-body .intro {
  padding: 0;
}
main.c-page-4058 .events-body .intro .container {
  margin: 0 auto;
}
main.c-page-4058 .events-body .transition-scene .scene-images-container .scene-images .image-swap .c-image picture img {
  max-height: 275px;
}
main.c-page-4058 .events-body .transition-scene .scene-images-container .scene-images .right {
  left: 0;
  bottom: 0;
  height: 40px;
}
@media (min-width: 320px) {
  main.c-page-4058 .events-body .transition-scene .scene-images-container .scene-images .right {
    height: 45px;
  }
}
@media (min-width: 450px) {
  main.c-page-4058 .events-body .transition-scene .scene-images-container .scene-images .right {
    height: 63px;
  }
}
@media (min-width: 600px) {
  main.c-page-4058 .events-body .transition-scene .scene-images-container .scene-images .right {
    height: 75px;
  }
}
@media (min-width: 768px) {
  main.c-page-4058 .events-body .transition-scene .scene-images-container .scene-images .right {
    height: 90px;
  }
}
@media (min-width: 960px) {
  main.c-page-4058 .events-body .transition-scene .scene-images-container .scene-images .right {
    height: 120px;
  }
}
@media (min-width: 1024px) {
  main.c-page-4058 .events-body .transition-scene .scene-images-container .scene-images .right {
    height: 120px;
  }
}
@media (min-width: 1480px) {
  main.c-page-4058 .events-body .transition-scene .scene-images-container .scene-images .right {
    height: 150px;
  }
}
main.c-page-4058 .events-body .transition-scene .scene-images-container .scene-images .left {
  bottom: -15px;
  height: 75px;
  left: -11px;
}
@media (min-width: 320px) {
  main.c-page-4058 .events-body .transition-scene .scene-images-container .scene-images .left {
    bottom: -18px;
    height: 81px;
    left: -12px;
  }
}
@media (min-width: 450px) {
  main.c-page-4058 .events-body .transition-scene .scene-images-container .scene-images .left {
    bottom: -26px;
    height: 117px;
    left: -18px;
  }
}
@media (min-width: 600px) {
  main.c-page-4058 .events-body .transition-scene .scene-images-container .scene-images .left {
    bottom: -35px;
    height: 160px;
    left: -24px;
  }
}
@media (min-width: 768px) {
  main.c-page-4058 .events-body .transition-scene .scene-images-container .scene-images .left {
    bottom: -38px;
    height: 180px;
    left: -26px;
  }
}
@media (min-width: 960px) {
  main.c-page-4058 .events-body .transition-scene .scene-images-container .scene-images .left {
    bottom: -43px;
    height: 200px;
    left: -30px;
  }
}
@media (min-width: 1024px) {
  main.c-page-4058 .events-body .transition-scene .scene-images-container .scene-images .left {
    bottom: -52px;
    height: 250px;
    left: -38px;
  }
}
@media (min-width: 1480px) {
  main.c-page-4058 .events-body .transition-scene .scene-images-container .scene-images .left {
    bottom: -60px;
    height: 275px;
    left: -41px;
  }
}

main.c-page-4062,
main.c-page-4075 {
  /*.underwriters {
    padding: 0 0 0;

    @include media($sm) {
      padding: 0;
    }

    h4 {
      margin: 0 auto;
      text-align: center;
    }

    .underwriter {
      margin: 30px auto 0;
      max-width: 200px;

      @include media($sm) {
        margin: 30px auto 0;
      }

      @include media($md) {
        margin: 40px auto 0;
      }

      a {
        img {
          max-width: 150px;
          margin: 0 auto;

          @include media($sm) {
            max-width: 160px;
          }

          @include media($md) {
            max-width: 180px;
          }

          @include media($lg) {
            max-width: 200px;
          }
        }
      }
    }
  }*/
}
main.c-page-4062 .events-body .location-header .header-scene,
main.c-page-4075 .events-body .location-header .header-scene {
  background-color: #A0C4D6;
  height: 225px;
}
@media (min-width: 450px) {
  main.c-page-4062 .events-body .location-header .header-scene,
  main.c-page-4075 .events-body .location-header .header-scene {
    height: 300px;
  }
}
@media (min-width: 600px) {
  main.c-page-4062 .events-body .location-header .header-scene,
  main.c-page-4075 .events-body .location-header .header-scene {
    height: 350px;
  }
}
@media (min-width: 768px) {
  main.c-page-4062 .events-body .location-header .header-scene,
  main.c-page-4075 .events-body .location-header .header-scene {
    height: 375px;
  }
}
@media (min-width: 960px) {
  main.c-page-4062 .events-body .location-header .header-scene,
  main.c-page-4075 .events-body .location-header .header-scene {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  main.c-page-4062 .events-body .location-header .header-scene,
  main.c-page-4075 .events-body .location-header .header-scene {
    height: 425px;
  }
}
@media (min-width: 1480px) {
  main.c-page-4062 .events-body .location-header .header-scene,
  main.c-page-4075 .events-body .location-header .header-scene {
    height: 450px;
  }
}
main.c-page-4062 .events-body .location-header .header-scene h2.serif,
main.c-page-4075 .events-body .location-header .header-scene h2.serif {
  display: none;
}
main.c-page-4062 .events-body .location-header .header-scene .partnership,
main.c-page-4075 .events-body .location-header .header-scene .partnership {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (min-width: 450px) {
  main.c-page-4062 .events-body .location-header .header-scene .partnership,
  main.c-page-4075 .events-body .location-header .header-scene .partnership {
    gap: 12px;
  }
}
@media (min-width: 768px) {
  main.c-page-4062 .events-body .location-header .header-scene .partnership,
  main.c-page-4075 .events-body .location-header .header-scene .partnership {
    gap: 14px;
  }
}
@media (min-width: 1024px) {
  main.c-page-4062 .events-body .location-header .header-scene .partnership,
  main.c-page-4075 .events-body .location-header .header-scene .partnership {
    gap: 16px;
  }
}
main.c-page-4062 .events-body .location-header .header-scene .partnership h4,
main.c-page-4075 .events-body .location-header .header-scene .partnership h4 {
  margin: 0;
}
main.c-page-4062 .events-body .location-header .header-scene .partnership img,
main.c-page-4075 .events-body .location-header .header-scene .partnership img {
  max-width: 50px;
}
@media (min-width: 450px) {
  main.c-page-4062 .events-body .location-header .header-scene .partnership img,
  main.c-page-4075 .events-body .location-header .header-scene .partnership img {
    max-width: 60px;
  }
}
@media (min-width: 768px) {
  main.c-page-4062 .events-body .location-header .header-scene .partnership img,
  main.c-page-4075 .events-body .location-header .header-scene .partnership img {
    max-width: 70px;
  }
}
@media (min-width: 1024px) {
  main.c-page-4062 .events-body .location-header .header-scene .partnership img,
  main.c-page-4075 .events-body .location-header .header-scene .partnership img {
    max-width: 80px;
  }
}
main.c-page-4062 .events-body .location-header .header-scene .background-images .left,
main.c-page-4075 .events-body .location-header .header-scene .background-images .left {
  z-index: 1000;
  height: 70px;
}
@media (min-width: 320px) {
  main.c-page-4062 .events-body .location-header .header-scene .background-images .left,
  main.c-page-4075 .events-body .location-header .header-scene .background-images .left {
    height: 90px;
  }
}
@media (min-width: 450px) {
  main.c-page-4062 .events-body .location-header .header-scene .background-images .left,
  main.c-page-4075 .events-body .location-header .header-scene .background-images .left {
    height: 130px;
  }
}
@media (min-width: 600px) {
  main.c-page-4062 .events-body .location-header .header-scene .background-images .left,
  main.c-page-4075 .events-body .location-header .header-scene .background-images .left {
    height: 150px;
  }
}
@media (min-width: 768px) {
  main.c-page-4062 .events-body .location-header .header-scene .background-images .left,
  main.c-page-4075 .events-body .location-header .header-scene .background-images .left {
    height: 180px;
  }
}
@media (min-width: 1024px) {
  main.c-page-4062 .events-body .location-header .header-scene .background-images .left,
  main.c-page-4075 .events-body .location-header .header-scene .background-images .left {
    height: 210px;
  }
}
@media (min-width: 1480px) {
  main.c-page-4062 .events-body .location-header .header-scene .background-images .left,
  main.c-page-4075 .events-body .location-header .header-scene .background-images .left {
    height: 225px;
  }
}
main.c-page-4062 .events-body .location-header .header-scene .background-images .right,
main.c-page-4075 .events-body .location-header .header-scene .background-images .right {
  height: 45px;
}
@media (min-width: 320px) {
  main.c-page-4062 .events-body .location-header .header-scene .background-images .right,
  main.c-page-4075 .events-body .location-header .header-scene .background-images .right {
    height: 70px;
  }
}
@media (min-width: 450px) {
  main.c-page-4062 .events-body .location-header .header-scene .background-images .right,
  main.c-page-4075 .events-body .location-header .header-scene .background-images .right {
    height: 85px;
  }
}
@media (min-width: 600px) {
  main.c-page-4062 .events-body .location-header .header-scene .background-images .right,
  main.c-page-4075 .events-body .location-header .header-scene .background-images .right {
    height: 100px;
  }
}
@media (min-width: 768px) {
  main.c-page-4062 .events-body .location-header .header-scene .background-images .right,
  main.c-page-4075 .events-body .location-header .header-scene .background-images .right {
    height: 130px;
  }
}
@media (min-width: 1024px) {
  main.c-page-4062 .events-body .location-header .header-scene .background-images .right,
  main.c-page-4075 .events-body .location-header .header-scene .background-images .right {
    height: 180px;
  }
}
@media (min-width: 1480px) {
  main.c-page-4062 .events-body .location-header .header-scene .background-images .right,
  main.c-page-4075 .events-body .location-header .header-scene .background-images .right {
    height: 210px;
  }
}
main.c-page-4062 .events-body .location-header .header-scene .header-scene-lockup,
main.c-page-4075 .events-body .location-header .header-scene .header-scene-lockup {
  margin: 30px auto 0;
}
@media (min-width: 320px) {
  main.c-page-4062 .events-body .location-header .header-scene .header-scene-lockup,
  main.c-page-4075 .events-body .location-header .header-scene .header-scene-lockup {
    margin: 40px auto 0;
  }
}
@media (min-width: 450px) {
  main.c-page-4062 .events-body .location-header .header-scene .header-scene-lockup,
  main.c-page-4075 .events-body .location-header .header-scene .header-scene-lockup {
    margin: 50px auto 0;
  }
}
@media (min-width: 960px) {
  main.c-page-4062 .events-body .location-header .header-scene .header-scene-lockup,
  main.c-page-4075 .events-body .location-header .header-scene .header-scene-lockup {
    margin: 60px auto 0;
  }
}
@media (min-width: 1480px) {
  main.c-page-4062 .events-body .location-header .header-scene .header-scene-lockup,
  main.c-page-4075 .events-body .location-header .header-scene .header-scene-lockup {
    margin: 80px auto 0;
  }
}
main.c-page-4062 .events-body .location-header .header-scene .header-scene-lockup h1,
main.c-page-4075 .events-body .location-header .header-scene .header-scene-lockup h1 {
  font-size: 42px;
}
@media (min-width: 450px) {
  main.c-page-4062 .events-body .location-header .header-scene .header-scene-lockup h1,
  main.c-page-4075 .events-body .location-header .header-scene .header-scene-lockup h1 {
    font-size: 59px;
  }
}
@media (min-width: 600px) {
  main.c-page-4062 .events-body .location-header .header-scene .header-scene-lockup h1,
  main.c-page-4075 .events-body .location-header .header-scene .header-scene-lockup h1 {
    font-size: 79px;
  }
}
@media (min-width: 768px) {
  main.c-page-4062 .events-body .location-header .header-scene .header-scene-lockup h1,
  main.c-page-4075 .events-body .location-header .header-scene .header-scene-lockup h1 {
    font-size: 90px;
  }
}
@media (min-width: 1024px) {
  main.c-page-4062 .events-body .location-header .header-scene .header-scene-lockup h1,
  main.c-page-4075 .events-body .location-header .header-scene .header-scene-lockup h1 {
    font-size: 120px;
    margin: 6px auto 12px;
  }
}
@media (min-width: 1480px) {
  main.c-page-4062 .events-body .location-header .header-scene .header-scene-lockup h1,
  main.c-page-4075 .events-body .location-header .header-scene .header-scene-lockup h1 {
    font-size: 130px;
  }
}
main.c-page-4062 .events-body .intro,
main.c-page-4075 .events-body .intro {
  padding: 0;
}
main.c-page-4062 .events-body .intro .container,
main.c-page-4075 .events-body .intro .container {
  margin: 0 auto;
}
main.c-page-4062 .events-body .transition-scene,
main.c-page-4075 .events-body .transition-scene {
  margin-top: 0;
}
@media (min-width: 600px) {
  main.c-page-4062 .events-body .transition-scene,
  main.c-page-4075 .events-body .transition-scene {
    margin-top: -50px;
  }
}
@media (min-width: 1024px) {
  main.c-page-4062 .events-body .transition-scene,
  main.c-page-4075 .events-body .transition-scene {
    margin-top: -90px;
  }
}
main.c-page-4062 .events-body .transition-scene .header-a,
main.c-page-4075 .events-body .transition-scene .header-a {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
main.c-page-4062 .events-body .transition-scene .header-a img,
main.c-page-4075 .events-body .transition-scene .header-a img {
  width: 76vw;
}
main.c-page-4062 .events-body .transition-scene .scene-images-container .scene-images .right,
main.c-page-4075 .events-body .transition-scene .scene-images-container .scene-images .right {
  right: -16vw;
  bottom: -26px;
}
@media (min-width: 320px) {
  main.c-page-4062 .events-body .transition-scene .scene-images-container .scene-images .right,
  main.c-page-4075 .events-body .transition-scene .scene-images-container .scene-images .right {
    bottom: -26px;
    right: 0;
  }
}
@media (min-width: 450px) {
  main.c-page-4062 .events-body .transition-scene .scene-images-container .scene-images .right,
  main.c-page-4075 .events-body .transition-scene .scene-images-container .scene-images .right {
    bottom: -32px;
    display: block;
  }
}
@media (min-width: 600px) {
  main.c-page-4062 .events-body .transition-scene .scene-images-container .scene-images .right,
  main.c-page-4075 .events-body .transition-scene .scene-images-container .scene-images .right {
    bottom: -40px;
  }
}
@media (min-width: 768px) {
  main.c-page-4062 .events-body .transition-scene .scene-images-container .scene-images .right,
  main.c-page-4075 .events-body .transition-scene .scene-images-container .scene-images .right {
    bottom: -48px;
  }
}
@media (min-width: 960px) {
  main.c-page-4062 .events-body .transition-scene .scene-images-container .scene-images .right,
  main.c-page-4075 .events-body .transition-scene .scene-images-container .scene-images .right {
    bottom: -72px;
  }
}
@media (min-width: 1480px) {
  main.c-page-4062 .events-body .transition-scene .scene-images-container .scene-images .right,
  main.c-page-4075 .events-body .transition-scene .scene-images-container .scene-images .right {
    bottom: -79px;
  }
}
main.c-page-4062 .events-body .transition-scene .scene-images-container .scene-images .left,
main.c-page-4075 .events-body .transition-scene .scene-images-container .scene-images .left {
  bottom: 0;
  /*@include media($smmd) {
    bottom: -20px; 
  }

  @include media($md) {
    bottom: -25px; 
  }

  @include media($lgmd) {
    bottom: -30px; 
  }

  @include media($lg) {
    bottom: -30px; 
  }

  @include media($xl) {
    bottom: -40px; 
  }*/
}

main.c-page-4063 .events-body .location-header .header-scene {
  background-color: #A3BCDC;
}
main.c-page-4063 .events-body .location-header .header-scene .header-scene-lockup h1 {
  font-size: 50px;
  margin: 1px auto 4px;
  line-height: 0.9em;
  font-family: "Atlantic Serif", "Bodoni", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  max-width: 340px;
}
@media (min-width: 450px) {
  main.c-page-4063 .events-body .location-header .header-scene .header-scene-lockup h1 {
    max-width: none;
    font-size: 62px;
    margin: 4px auto 8px;
  }
}
@media (min-width: 600px) {
  main.c-page-4063 .events-body .location-header .header-scene .header-scene-lockup h1 {
    font-size: 90px;
    margin: 5px auto 10px;
  }
}
@media (min-width: 768px) {
  main.c-page-4063 .events-body .location-header .header-scene .header-scene-lockup h1 {
    font-size: 100px;
  }
}
@media (min-width: 1024px) {
  main.c-page-4063 .events-body .location-header .header-scene .header-scene-lockup h1 {
    font-size: 120px;
    margin: 6px auto 12px;
  }
}
@media (min-width: 1480px) {
  main.c-page-4063 .events-body .location-header .header-scene .header-scene-lockup h1 {
    font-size: 130px;
  }
}
main.c-page-4063 .events-body .location-header .header-scene .partnership {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-direction: column;
  margin: 6px auto 0;
}
@media (min-width: 450px) {
  main.c-page-4063 .events-body .location-header .header-scene .partnership {
    gap: 8px;
    margin: 4px auto 0;
  }
}
@media (min-width: 768px) {
  main.c-page-4063 .events-body .location-header .header-scene .partnership {
    margin: 0 auto 0;
    gap: 12px;
  }
}
@media (min-width: 768px) {
  main.c-page-4063 .events-body .location-header .header-scene .partnership {
    flex-direction: row;
  }
}
main.c-page-4063 .events-body .location-header .header-scene .partnership h4 {
  margin: 0;
  line-height: 1em;
}
main.c-page-4063 .events-body .location-header .header-scene .partnership img {
  max-width: 110px;
}
@media (min-width: 450px) {
  main.c-page-4063 .events-body .location-header .header-scene .partnership img {
    max-width: 130px;
  }
}
@media (min-width: 768px) {
  main.c-page-4063 .events-body .location-header .header-scene .partnership img {
    max-width: 140px;
  }
}
@media (min-width: 1024px) {
  main.c-page-4063 .events-body .location-header .header-scene .partnership img {
    max-width: 160px;
  }
}
main.c-page-4063 .events-body .location-header .header-scene .background-images .image-swap .c-image img {
  max-height: 300px;
}
main.c-page-4063 .events-body .location-header .header-scene .background-images .right {
  z-index: 1000;
  height: 60px;
}
@media (min-width: 320px) {
  main.c-page-4063 .events-body .location-header .header-scene .background-images .right {
    height: 70px;
  }
}
@media (min-width: 450px) {
  main.c-page-4063 .events-body .location-header .header-scene .background-images .right {
    height: 105px;
  }
}
@media (min-width: 600px) {
  main.c-page-4063 .events-body .location-header .header-scene .background-images .right {
    height: 140px;
  }
}
@media (min-width: 768px) {
  main.c-page-4063 .events-body .location-header .header-scene .background-images .right {
    height: 180px;
  }
}
@media (min-width: 960px) {
  main.c-page-4063 .events-body .location-header .header-scene .background-images .right {
    height: 200px;
  }
}
@media (min-width: 1024px) {
  main.c-page-4063 .events-body .location-header .header-scene .background-images .right {
    height: 220px;
  }
}
@media (min-width: 1480px) {
  main.c-page-4063 .events-body .location-header .header-scene .background-images .right {
    height: 250px;
  }
}
main.c-page-4063 .events-body .intro {
  padding: 0;
}
main.c-page-4063 .events-body .intro .container {
  margin: 0 auto;
}
main.c-page-4063 .events-body .transition-scene .scene-images-container .scene-images .image-swap .c-image picture img {
  max-height: 275px;
}
main.c-page-4063 .events-body .transition-scene .scene-images-container .scene-images .right {
  left: 0;
  bottom: 0;
  height: 30px;
}
@media (min-width: 320px) {
  main.c-page-4063 .events-body .transition-scene .scene-images-container .scene-images .right {
    height: 45px;
  }
}
@media (min-width: 450px) {
  main.c-page-4063 .events-body .transition-scene .scene-images-container .scene-images .right {
    height: 60px;
  }
}
@media (min-width: 600px) {
  main.c-page-4063 .events-body .transition-scene .scene-images-container .scene-images .right {
    height: 80px;
  }
}
@media (min-width: 768px) {
  main.c-page-4063 .events-body .transition-scene .scene-images-container .scene-images .right {
    height: 100px;
  }
}
@media (min-width: 960px) {
  main.c-page-4063 .events-body .transition-scene .scene-images-container .scene-images .right {
    height: 115px;
  }
}
@media (min-width: 1024px) {
  main.c-page-4063 .events-body .transition-scene .scene-images-container .scene-images .right {
    height: 130px;
  }
}
@media (min-width: 1480px) {
  main.c-page-4063 .events-body .transition-scene .scene-images-container .scene-images .right {
    height: 150px;
  }
}
main.c-page-4063 .events-body .transition-scene .scene-images-container .scene-images .left {
  bottom: -15px;
  height: 75px;
}
@media (min-width: 320px) {
  main.c-page-4063 .events-body .transition-scene .scene-images-container .scene-images .left {
    bottom: -17px;
    height: 81px;
  }
}
@media (min-width: 450px) {
  main.c-page-4063 .events-body .transition-scene .scene-images-container .scene-images .left {
    bottom: -26px;
    height: 117px;
  }
}
@media (min-width: 600px) {
  main.c-page-4063 .events-body .transition-scene .scene-images-container .scene-images .left {
    bottom: -29px;
    height: 160px;
  }
}
@media (min-width: 768px) {
  main.c-page-4063 .events-body .transition-scene .scene-images-container .scene-images .left {
    bottom: -34px;
    height: 180px;
  }
}
@media (min-width: 960px) {
  main.c-page-4063 .events-body .transition-scene .scene-images-container .scene-images .left {
    bottom: -35px;
    height: 200px;
  }
}
@media (min-width: 1024px) {
  main.c-page-4063 .events-body .transition-scene .scene-images-container .scene-images .left {
    bottom: -46px;
    height: 250px;
  }
}
@media (min-width: 1480px) {
  main.c-page-4063 .events-body .transition-scene .scene-images-container .scene-images .left {
    bottom: -51px;
    height: 275px;
  }
}

main.c-page-4064 .events-body .location-header .header-scene {
  background-color: #F19957;
  /*height: 225px;

  @include media($sm) {
    height: 275px;
  }

  @include media($smmd) {
    height: 325px;
  }

  @include media($md) {
    height: 350px;
  }

  @include media($lgmd) {
    height: 375px;
  }

  @include media($lg) {
    height: 400px;
  }

  @include media($lgxl) {
    //height: 450px;
  }

  @include media($xl) {
    height: 425px;
  }*/
}
main.c-page-4064 .events-body .location-header .header-scene .header-scene-lockup .partnership {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-direction: column;
  margin: 6px auto 0;
}
@media (min-width: 450px) {
  main.c-page-4064 .events-body .location-header .header-scene .header-scene-lockup .partnership {
    gap: 8px;
    margin: 4px auto 0;
  }
}
@media (min-width: 768px) {
  main.c-page-4064 .events-body .location-header .header-scene .header-scene-lockup .partnership {
    margin: 0 auto 0;
    gap: 12px;
  }
}
@media (min-width: 768px) {
  main.c-page-4064 .events-body .location-header .header-scene .header-scene-lockup .partnership {
    flex-direction: row;
  }
}
main.c-page-4064 .events-body .location-header .header-scene .header-scene-lockup .partnership h4 {
  margin: 0;
  line-height: 1em;
}
main.c-page-4064 .events-body .location-header .header-scene .header-scene-lockup .partnership img {
  max-width: 110px;
}
@media (min-width: 450px) {
  main.c-page-4064 .events-body .location-header .header-scene .header-scene-lockup .partnership img {
    max-width: 130px;
  }
}
@media (min-width: 768px) {
  main.c-page-4064 .events-body .location-header .header-scene .header-scene-lockup .partnership img {
    max-width: 140px;
  }
}
@media (min-width: 1024px) {
  main.c-page-4064 .events-body .location-header .header-scene .header-scene-lockup .partnership img {
    max-width: 160px;
  }
}
main.c-page-4064 .events-body .location-header .header-scene .background-images .left {
  z-index: 1000;
}
main.c-page-4064 .events-body .intro {
  padding: 0;
}
main.c-page-4064 .events-body .intro .container {
  margin: 0 auto;
}
main.c-page-4064 .events-body .intro .container .marquee-update .location-marquee-info figure img {
  max-height: 100px;
}
@media (min-width: 768px) {
  main.c-page-4064 .events-body .intro .container .marquee-update .location-marquee-info figure img {
    max-height: 120px;
  }
}
main.c-page-4064 .events-body .transition-scene .header-a {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
main.c-page-4064 .events-body .transition-scene .scene-images-container .scene-images .right {
  right: 0;
  bottom: -15px;
  height: 90px;
}
@media (min-width: 450px) {
  main.c-page-4064 .events-body .transition-scene .scene-images-container .scene-images .right {
    bottom: -20px;
    display: block;
    height: 120px;
  }
}
@media (min-width: 600px) {
  main.c-page-4064 .events-body .transition-scene .scene-images-container .scene-images .right {
    bottom: -30px;
    height: 160px;
  }
}
@media (min-width: 768px) {
  main.c-page-4064 .events-body .transition-scene .scene-images-container .scene-images .right {
    bottom: -35px;
    height: 190px;
  }
}
@media (min-width: 960px) {
  main.c-page-4064 .events-body .transition-scene .scene-images-container .scene-images .right {
    bottom: -35px;
    height: 200px;
  }
}
@media (min-width: 1024px) {
  main.c-page-4064 .events-body .transition-scene .scene-images-container .scene-images .right {
    bottom: -40px;
    height: 230px;
  }
}
@media (min-width: 1480px) {
  main.c-page-4064 .events-body .transition-scene .scene-images-container .scene-images .right {
    bottom: -45px;
    height: 250px;
  }
}
main.c-page-4064 .events-body .transition-scene .scene-images-container .scene-images .left {
  bottom: 0;
  /*@include media($smmd) {
    bottom: -20px; 
  }

  @include media($md) {
    bottom: -25px; 
  }

  @include media($lgmd) {
    bottom: -30px; 
  }

  @include media($lg) {
    bottom: -30px; 
  }

  @include media($xl) {
    bottom: -40px; 
  }*/
}

/*
@import "scss/watch.scss";
@import "scss/outandabouts.scss";
@import "scss/agenda.scss";
@import "scss/faqs.scss";
@import "scss/place.scss";
@import "scss/speakers.scss";
@import "scss/map.scss";
@import "scss/signup.scss";
@import "scss/accessibility.scss";
@import "scss/underwriters.scss";
@import "scss/questions.scss";
@import "scss/getpass.scss";
@import "scss/footer.scss";
*/