:root {
  --orange: #fda85d;
  --purple: #4d3fff;
  --white: white;
  --black: black;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
  transition: color .2s;
}

.d--100 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-left: -7px;
  font-family: Maven Pro, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: .97;
}

.link {
  color: #fff;
  font-family: Maven Pro, sans-serif;
  text-decoration: underline;
  transition: opacity .2s, color .2s;
}

.link:hover {
  opacity: .6;
}

.body {
  color: #fff;
}

.cs-page-wrapper {
  text-align: center;
  background-image: linear-gradient(#4d3fff, #fda85d);
  width: 100%;
  height: 100vh;
  padding: 3rem 2rem;
}

.cs-page-wrapper.bgrotate {
  z-index: 1;
  background-image: none;
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.cs-row {
  z-index: 2;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: 800px;
  display: grid;
  position: relative;
}

.cs-logo {
  letter-spacing: -.015em;
  max-width: 104px;
  font-size: 24px;
  font-weight: 500;
  line-height: .9;
  display: block;
}

.cs-contact-list {
  display: block;
}

.cs-page-titles {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cs-top {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.cs-middle {
  flex-direction: column;
  width: 100%;
  position: relative;
}

.cs-img-wrap {
  width: 100%;
  max-width: 21rem;
  margin-left: auto;
  margin-right: auto;
}

.cs-bot {
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 50px;
  display: flex;
}

.cs-page-title {
  z-index: 2;
  position: absolute;
}

.cs-page-title.postion--top {
  z-index: -1;
  top: -9.5rem;
}

.cs-page-title.position-bot {
  z-index: -1;
  bottom: -9.5rem;
}

.cs-slider {
  background-color: #ddd0;
  height: auto;
  max-height: 40vh;
  overflow: hidden;
}

.cs-slider-mask {
  height: auto;
}

.cs-slider-arrow, .cs-slider-nav {
  display: none;
}

.image {
  width: 100%;
}

.name {
  padding-top: 10px;
  font-family: Maven Pro, sans-serif;
  font-weight: 500;
}

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

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

.text-block-2 {
  color: #fff;
  margin-bottom: 40px;
  font-family: Maven Pro, sans-serif;
}

.heading {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Maven Pro, sans-serif;
}

.image-2 {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#fff, #fff);
  background-clip: content-box;
}

.tb {
  padding-bottom: 40px;
  font-family: Maven Pro, sans-serif;
  font-size: 2vw;
  line-height: 1.5vw;
}

.moving-gradient {
  z-index: 1;
  background-image: linear-gradient(135deg, var(--orange), var(--purple));
  width: 300vw;
  height: 300vh;
  position: absolute;
  inset: 0%;
}

.nav-link {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link:hover, .nav-link.w--current {
  color: #000;
}

.nav-link.cta {
  background-image: linear-gradient(135deg, var(--orange), var(--purple));
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 20px;
}

.navbar {
  z-index: 21;
  background-color: #0000;
  border-bottom: 1px solid #0000000d;
  height: 70px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-cart-holder {
  height: 38px;
  padding-left: 10px;
}

.brand-logo {
  max-width: 150px;
  height: auto;
  max-height: 80px;
}

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

.nav-text.cta {
  color: var(--black);
  font-weight: 700;
}

.nav-menu {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 2em;
}

.container.nav-container {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00000080;
  border-radius: 1rem;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.container.hero-container {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.brand-link {
  z-index: 1;
  margin-left: 0;
  padding-left: 0;
  transition-property: opacity;
  position: relative;
}

.brand-link:hover {
  opacity: .9;
}

.nav-link-holder, .nav-link-holder.nav-button-holder {
  padding-left: 10px;
}

.link-background {
  z-index: -1;
  background-color: #333;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-background.nav-menu {
  background-color: #fff3;
  text-decoration: none;
}

.link-background.nav-menu:hover {
  text-decoration: none;
}

.nav-menu-container {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.menu-button {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 5px;
  display: none;
}

.am-grad-span {
  background-image: linear-gradient(135deg, var(--orange), var(--purple));
  color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 1px;
}

.am-grad-span.logostext {
  font-size: 1.5rem;
  font-weight: 800;
}

.hero-content {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-section {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.hero-section.overflow-hidden {
  overflow: hidden;
}

.hero-text {
  color: #fff;
  max-width: 710px;
  margin-top: 0;
  font-family: Maven Pro, sans-serif;
  font-size: 6.3rem;
  font-weight: 600;
  line-height: 1;
}

.blured-mask {
  z-index: -1;
  opacity: .86;
  filter: blur(60px);
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.hero-description {
  color: #fff;
  max-width: 700px;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.hero-section-image-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-text-holder {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-image {
  width: 192px;
  position: absolute;
  inset: 10% auto auto 5%;
}

.hero-image._05 {
  width: 94px;
  inset: auto auto 32% 31%;
}

.hero-image._07 {
  inset: auto auto 0% 29%;
}

.hero-image._02 {
  width: 205px;
  inset: 20% 5% auto auto;
}

.hero-image._04 {
  inset: auto auto 8% 6%;
}

.hero-image._06 {
  width: 109px;
  inset: auto 20% 26% auto;
}

.hero-image._03 {
  width: 130px;
  inset: auto 5% 4% auto;
}

.overlay-gradient {
  background-image: linear-gradient(#0000 15%, #000 68%);
  height: 20%;
  position: absolute;
  inset: auto 0% 0%;
}

.book-ticket-button {
  color: #000;
  background-color: #fff;
  border-radius: 17px;
  padding: 20px 30px;
  transition: background-color .35s;
}

.book-ticket-button:hover {
  color: #000;
  background-color: #ffffffed;
}

.book-ticket-button.am {
  background-color: var(--orange);
  color: var(--black);
  padding: 15px 20px;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all .45s, background-color 2.5s;
}

.book-ticket-button.am:hover {
  background-color: var(--purple);
  color: var(--white);
  font-size: 1.2rem;
}

.book-ticket-button.am.small {
  padding: 8px 15px;
  font-size: 1rem;
}

.hero-section-image-holder {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.body2 {
  background-color: var(--black);
  font-family: Maven Pro, sans-serif;
}

.logo-marquee {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex: none;
  align-items: center;
  display: flex;
}

.logo-section-heading {
  max-width: 290px;
  color: var(--white);
}

.container---main {
  width: 100%;
  max-width: 1476px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.section {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section.marquee-section.nooverflow {
  padding-bottom: 20px;
}

.logo-marquee-image {
  opacity: .67;
  height: 100px;
}

.logo-marquee-wrapper {
  flex-direction: row;
  flex: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-section {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  align-items: center;
  display: flex;
}

.marquee-scrim {
  background-image: linear-gradient(to right, #000, #06323200 20% 80%, #000);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.subscribe-form-holder {
  width: 100%;
  max-width: none;
  margin-top: 40px;
  margin-bottom: 0;
}

.automates-grad {
  background-image: linear-gradient(135deg, var(--orange), var(--purple));
  color: #0fc;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.error-message {
  text-align: center;
  background-color: #ffdede;
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  margin: 10px 1em 1em;
  padding: 10px;
}

.powered-by-text {
  color: #fffc;
  font-size: 16px;
  font-weight: 600;
}

.subscribe-button {
  background-color: #0000;
  background-image: linear-gradient(162deg, var(--orange), var(--purple));
  height: 65px;
  color: var(--white);
  border: 0 #000;
  border-radius: 16px;
  padding: 20px 34px;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .35s;
  position: relative;
  inset: auto 0% auto auto;
}

.subscribe-button:hover {
  background-color: #58eed0;
}

.footer-description {
  color: #fff;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.1;
}

.footer-text-link {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  transition-duration: .35s;
}

.footer-text-link:hover {
  color: #ffffffbf;
}

.made-by-section {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-top: 1px solid #ffffff4d;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  overflow: hidden;
}

.made-by-section.first {
  border-top-style: none;
  padding-bottom: 0;
}

.subscribe-email {
  color: #000;
  background-color: #fff;
  border: 1px #000;
  border-radius: 16px;
  width: 100%;
  height: 65px;
  margin-bottom: 0;
  padding: 10px 109px 10px 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  transition: background-color .35s, border-color .35s;
}

.subscribe-email:focus {
  background-color: #fff;
  border-color: #0fc;
}

.subscribe-email::placeholder {
  color: #0000004d;
}

.subscribe-email.message {
  height: 130px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.subscribe-email.hidden {
  display: none;
}

.success-message {
  border: 1px solid var(--orange);
  color: #0fc;
  background-color: #fff;
  border-radius: 8px;
  padding: 1em;
}

.location-image {
  color: #fff;
  width: auto;
}

.map-image-holder {
  background-image: radial-gradient(circle, #000, #fff);
  position: relative;
  overflow: hidden;
}

.copyright-text {
  color: #fffc;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.footer {
  align-items: flex-start;
  padding-top: 7em;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
}

.footer.white-text {
  color: #fff;
  padding-top: 2em;
  padding-bottom: 2em;
}

.footer-brand-content {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.map-image {
  z-index: 2;
  object-fit: cover;
  width: 102%;
  height: 100%;
  position: absolute;
  overflow: visible;
}

.map-image.back {
  z-index: 1;
}

.webflow-link {
  color: #fff;
  font-size: 16px;
}

.webflow-link:hover {
  color: #0fc;
  font-size: 16px;
}

.location-holder {
  background-image: linear-gradient(135deg, var(--orange), var(--purple));
  color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.footer-text-link-holder {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-end;
  display: flex;
}

.copyright-link {
  color: #fff;
  background-image: url('../images/external-link.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
}

.copyright-link:hover {
  color: #0fc;
}

.footer-logo-link {
  opacity: 1;
  flex: 0 auto;
  transition-property: opacity;
  display: inline-block;
}

.footer-logo-link:hover {
  opacity: .8;
}

.location-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 60px;
  display: flex;
}

.location-container.number {
  margin-top: 20px;
}

.location-container.number._2 {
  text-decoration: none;
}

.footer-text-block {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1.2rem;
}

.subscribe-form {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 470px;
  display: grid;
  position: relative;
}

.footer-image {
  width: 100%;
  max-width: 120px;
}

.footer-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: left;
  background-image: url('../documents/Mix.lottie');
  background-position: 0 0;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 10em;
  display: grid;
  position: relative;
}

.footer-content.white-text {
  color: #fff;
}

.speaker-data-panel {
  border-radius: 1000px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-2 {
  z-index: 1;
  position: relative;
}

.section-2.overflow-hidden {
  overflow: hidden;
}

.center-text-block {
  color: #fff6f6;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
}

.artist-container-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  margin-top: 5em;
  display: flex;
}

.center-white-paragraph {
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.trusted-by-text {
  color: var(--orange);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.speaker-data-overlay {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  background-image: linear-gradient(#0000, #000c);
  border-radius: 9000px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 2em 3.5em 5em;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.speaker-data-overlay.sm {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  padding: 1.7em 1.7em 1em;
}

.speaker-social-icon {
  width: 20px;
}

.speaker-social-link {
  transition-property: opacity;
}

.speaker-social-link:hover {
  opacity: .8;
}

.speaker-social-icons {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.speaker-title {
  color: var(--black);
  -webkit-text-fill-color: inherit;
  background-color: #ffffffb3;
  background-clip: border-box;
  border-radius: 5px;
  padding: 8px 10px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4rem;
}

.speaker-title.speaker-title-sm {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 16px;
}

.speaker-title.map {
  z-index: 10;
  width: 50%;
  font-size: 1rem;
  font-weight: 500;
  position: absolute;
  inset: auto 0% 10% 20%;
}

.speaker-circle-image-holder {
  position: absolute;
  inset: 2%;
}

.talent-artist-panel {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.grid-talent-holder {
  padding-top: 45px;
  padding-bottom: 45px;
}

.speaker-circle-image {
  filter: contrast(0%) brightness(10000%);
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.grid-4-col {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-4-col._3-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.talent-artist-image {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.talent-artist-holder {
  background-color: var(--purple);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: -1px;
  padding: 0;
  display: flex;
  position: relative;
}

.talent-artist-holder._2 {
  width: 100%;
  height: 100%;
}

.map-mask1 {
  z-index: 8;
  background-image: linear-gradient(0deg, #000, #0000 16%), linear-gradient(#000, #0000 16%), linear-gradient(270deg, #000, #0000 16%), linear-gradient(90deg, #000, #0000 16%), radial-gradient(circle, #0000 33%, #000 64%);
  width: 100%;
  height: 100%;
  margin-left: 0;
  position: absolute;
}

.image-3 {
  z-index: 10;
  width: 20%;
  max-width: 300px;
  position: absolute;
  inset: 9% 2% auto auto;
}

.projectlink {
  text-decoration: none;
}

.speaker-data-overlay .projectlink.is-offline {
  pointer-events: none;
}

.speaker-data-overlay .projectlink.is-offline .book-ticket-button {
  display: none;
}

.map-ben1 {
  z-index: 10;
  width: 200px;
  position: absolute;
  inset: auto 45% 13% auto;
}

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

.text-block-3, .text-block-4 {
  color: var(--black);
}

.privacy-policy-container {
  background-color: var(--white);
  border-radius: 2rem;
  min-height: 1000px;
  margin-top: 75px;
  padding: 4.1rem;
  overflow: hidden;
}

.div-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .subscribe-button {
    width: auto;
  }

  .subscribe-email.message {
    height: 130px;
  }

  .footer-content.white-text {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .map-mask1 {
    background-image: linear-gradient(0deg, #000, #0000 16%), linear-gradient(#000, #0000 16%), linear-gradient(270deg, #000, #0000 16%), linear-gradient(90deg, #000, #0000 16%), radial-gradient(circle, #0000 20%, #000 67%);
  }

  .image-3 {
    top: 16%;
  }
}

@media screen and (min-width: 1440px) {
  .d--100 {
    font-size: 8.4rem;
    line-height: .85;
  }

  .cs-img-wrap {
    max-width: 28rem;
  }

  .cs-page-title.postion--top {
    top: -10rem;
  }

  .cs-page-title.position-bot {
    bottom: -10rem;
  }

  .text-block-2 {
    font-size: 18px;
  }

  .tb {
    padding-bottom: 40px;
    font-family: Maven Pro, sans-serif;
  }

  .container {
    max-width: 1350px;
  }

  .hero-section {
    height: 100vh;
  }

  .subscribe-button {
    bottom: 1.5%;
  }

  .grid-talent-holder {
    margin-top: 75px;
  }

  .termly-display-preferences {
    margin-bottom: 25px;
  }

  .termly-display-preferences.am-grad-span {
    border: 1px solid var(--purple);
    transition: all .4s ease-out, color .2s;
  }

  .termly-display-preferences.am-grad-span:hover {
    background-color: var(--black);
    color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: padding-box;
  }
}

@media screen and (min-width: 1920px) {
  .text-block-2 {
    font-size: 22px;
    line-height: 24px;
  }

  .tb {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 991px) {
  .d--100 {
    font-family: Maven Pro, sans-serif;
    font-size: 6rem;
  }

  .cs-page-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cs-page-title.postion--top, .cs-page-title.position-bot {
    display: block;
  }

  .nav-cart-holder {
    flex-direction: row;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    padding-left: 19px;
    display: flex;
  }

  .nav-text {
    color: var(--white);
    font-size: 18px;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #000;
    border-bottom: 1px solid #f1f1f1;
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1em 2em;
  }

  .container.footer {
    padding-top: 3em;
  }

  .nav-link-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0;
    display: flex;
  }

  .nav-link-holder.nav-button-holder {
    padding-left: 0;
  }

  .link-background.nav-menu {
    border-bottom-style: none;
    border-radius: 20px;
  }

  .menu-button {
    margin-left: 15px;
    transition: background-color .35s;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #f1f1f1;
    border-radius: 10px;
    padding: 5px;
  }

  .hero-text {
    font-size: 80px;
  }

  .hero-description {
    width: 60vw;
    margin-top: 1em;
  }

  .logo-section-heading {
    max-width: none;
  }

  .container---main {
    overflow: hidden;
  }

  .section.marquee-section.nooverflow {
    padding-bottom: 50px;
  }

  .logo-marquee-image {
    height: 80px;
  }

  .logo-section {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    text-align: center;
    flex-direction: column;
  }

  .footer-description {
    text-align: center;
  }

  .map-image-holder {
    height: 500px;
  }

  .footer-brand-content {
    justify-content: flex-start;
    align-items: center;
  }

  .location-container {
    justify-content: center;
    align-items: center;
  }

  .subscribe-form {
    width: auto;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-content.white-text {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 4em;
  }

  .center-text-block {
    font-size: 60px;
  }

  .grid-talent-holder {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

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

  .grid-4-col._3-row {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .image-3 {
    right: 15%;
  }

  .map-ben1 {
    right: 56%;
  }

  .text-block-4 {
    color: var(--black);
  }

  .privacy-policy-container {
    margin-top: 50px;
    padding: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .d--100 {
    letter-spacing: -.06em;
    font-size: 12vw;
  }

  .cs-page-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cs-img-wrap {
    max-width: 23rem;
  }

  .tb {
    padding-bottom: 20px;
    font-size: 3vw;
    line-height: 3vw;
  }

  .nav-menu, .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-content, .hero-section {
    height: auto;
  }

  .hero-text {
    font-size: 56px;
  }

  .hero-description {
    font-size: 18px;
  }

  .section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .footer {
    padding-top: 2em;
  }

  .footer-image {
    object-fit: contain;
  }

  .center-text-block {
    font-size: 50px;
  }

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

  .grid-4-col._3-row {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .talent-artist-holder {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .d--100 {
    letter-spacing: -.05em;
    font-size: 13vw;
    font-weight: 400;
  }

  .cs-page-wrapper {
    padding: 2rem 1rem;
  }

  .cs-page-wrapper.bgrotate {
    padding: 0;
    overflow: visible;
  }

  .cs-row {
    height: 100vw;
  }

  .cs-top {
    padding-bottom: 3rem;
  }

  .cs-img-wrap {
    width: 70vw;
    max-width: 17rem;
  }

  .cs-bot {
    padding-top: 3rem;
  }

  .cs-page-title.postion--top {
    top: -7rem;
  }

  .cs-page-title.position-bot {
    bottom: -7rem;
  }

  .div-block {
    padding-left: 5%;
    padding-right: 5%;
  }

  .utility-page-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tb {
    padding-bottom: 20px;
    font-size: 5vw;
    line-height: 5vw;
  }

  .moving-gradient {
    z-index: 0;
  }

  .movinggrafholder {
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
  }

  .nav-link {
    padding-left: 10px;
  }

  .nav-cart-holder {
    padding-right: 10px;
  }

  .nav-text {
    font-size: 18px;
  }

  .nav-menu {
    background-color: #000;
    border-bottom-style: none;
  }

  .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.footer {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .nav-link-holder.nav-button-holder {
    padding-left: 0;
  }

  .link-background.nav-menu {
    border-bottom-style: none;
    border-radius: 20px;
  }

  .menu-button {
    margin-left: 0;
  }

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

  .hero-section {
    min-height: 80vh;
  }

  .hero-section.overflow-hidden {
    overflow: hidden;
  }

  .hero-text {
    font-size: 45px;
  }

  .hero-description {
    font-size: 18px;
  }

  .hero-image {
    width: 80px;
    top: 14%;
  }

  .hero-image._05 {
    width: 50px;
    left: 4%;
  }

  .hero-image._07 {
    left: 35%;
  }

  .hero-image._02 {
    width: 60px;
    top: 13%;
  }

  .hero-image._06 {
    width: 60px;
  }

  .hero-image._03 {
    width: 80px;
  }

  .logo-marquee {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .container---main {
    padding-left: 21px;
    padding-right: 21px;
  }

  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

  .logo-marquee-image {
    max-height: 35px;
  }

  .subscribe-button {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    inset: 128% 0% auto;
  }

  .footer-description {
    font-size: 36px;
  }

  .made-by-section {
    flex-direction: column;
    align-items: center;
  }

  .made-by-section.first {
    justify-content: space-between;
    align-items: center;
  }

  .subscribe-email {
    width: 100%;
    padding-left: 15px;
    padding-right: 0;
  }

  .location-image {
    width: 30px;
  }

  .map-image-holder {
    background-image: radial-gradient(circle, #000, #fff);
    margin-top: 0;
    overflow: visible;
  }

  .copyright-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .footer {
    text-align: left;
    padding-top: 2em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .footer.white-text {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .footer-brand-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .map-image {
    width: 80%;
  }

  .map-image.front, .map-image.back {
    width: 102%;
  }

  .location-holder {
    padding: 7px;
  }

  .footer-text-link-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .location-container {
    z-index: 999;
    margin-top: 10px;
    position: relative;
  }

  .footer-text-block {
    z-index: 99;
    color: #fff;
    flex-direction: column;
    font-size: 15px;
    text-decoration: none;
  }

  .subscribe-form {
    width: 100%;
    overflow: visible;
  }

  .footer-content {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .center-text-block {
    font-size: 30px;
  }

  .artist-container-holder {
    margin-top: 0;
  }

  .speaker-data-overlay {
    grid-column-gap: .6em;
    grid-row-gap: .6em;
    padding: 1em 1em 2em;
  }

  .speaker-title, .speaker-title.speaker-title-sm {
    font-size: 14px;
  }

  .speaker-circle-image-holder {
    inset: 5px;
  }

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

  .grid-4-col._3-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 10px;
    display: grid;
  }

  .talent-artist-holder._2 {
    width: 100%;
    height: auto;
  }

  .map-mask1 {
    background-image: linear-gradient(0deg, #000, #0000 16%), linear-gradient(#000, #0000 16%), linear-gradient(270deg, #000, #0000 16%), linear-gradient(90deg, #000, #0000 16%), radial-gradient(circle, #0000 33%, #000 64%);
  }

  .map-ben1 {
    width: 150px;
    bottom: 21%;
  }

  .privacy-policy-container {
    padding: 1rem;
  }
}

#w-node-_4a2508a6-9e41-0998-156c-e478964b5158-964b5155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Email-2.w-node-_4a2508a6-9e41-0998-156c-e478964b5177-964b5155, #hidden-field1.w-node-a84241df-c208-b2c9-9974-360da4929f91-964b5155, #Message-2.w-node-_4a2508a6-9e41-0998-156c-e478964b5178-964b5155 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4a2508a6-9e41-0998-156c-e478964b5179-964b5155 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#leadbutton.w-node-_4a2508a6-9e41-0998-156c-e478964b517a-964b5155 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4a2508a6-9e41-0998-156c-e478964b5182-964b5155 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f76b025f-1505-01af-a8a4-36f1ffd5f07e-ffd5f072, #w-node-f76b025f-1505-01af-a8a4-36f1ffd5f08a-ffd5f072 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-f76b025f-1505-01af-a8a4-36f1ffd5f096-ffd5f072, #w-node-f76b025f-1505-01af-a8a4-36f1ffd5f0a2-ffd5f072, #w-node-f76b025f-1505-01af-a8a4-36f1ffd5f0ae-ffd5f072, #w-node-f76b025f-1505-01af-a8a4-36f1ffd5f0ba-ffd5f072, #w-node-f76b025f-1505-01af-a8a4-36f1ffd5f0c7-ffd5f072 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f76b025f-1505-01af-a8a4-36f1ffd5f0d3-ffd5f072 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f76b025f-1505-01af-a8a4-36f1ffd5f0df-ffd5f072 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-f76b025f-1505-01af-a8a4-36f1ffd5f0f7-ffd5f072 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-f76b025f-1505-01af-a8a4-36f1ffd5f103-ffd5f072 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

@media screen and (min-width: 1440px) {
  #w-node-f76b025f-1505-01af-a8a4-36f1ffd5f0df-ffd5f072 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}

@media screen and (min-width: 1280px) {
  #leadbutton.w-node-_4a2508a6-9e41-0998-156c-e478964b517a-964b5155 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4a2508a6-9e41-0998-156c-e478964b5158-964b5155 {
    grid-column: span 3 / span 3;
  }

  #w-node-_4a2508a6-9e41-0998-156c-e478964b5182-964b5155 {
    order: -9999;
  }

  #w-node-f76b025f-1505-01af-a8a4-36f1ffd5f07e-ffd5f072, #w-node-f76b025f-1505-01af-a8a4-36f1ffd5f08a-ffd5f072 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-f76b025f-1505-01af-a8a4-36f1ffd5f0c7-ffd5f072, #w-node-f76b025f-1505-01af-a8a4-36f1ffd5f0d3-ffd5f072 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f76b025f-1505-01af-a8a4-36f1ffd5f0df-ffd5f072 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-f76b025f-1505-01af-a8a4-36f1ffd5f0f7-ffd5f072 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f76b025f-1505-01af-a8a4-36f1ffd5f103-ffd5f072 {
    order: -9999;
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4a2508a6-9e41-0998-156c-e478964b5158-964b5155 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_4a2508a6-9e41-0998-156c-e478964b5179-964b5155 {
    justify-self: center;
  }

  #w-node-_4a2508a6-9e41-0998-156c-e478964b5182-964b5155 {
    order: -9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f76b025f-1505-01af-a8a4-36f1ffd5f07e-ffd5f072 {
    order: 4;
  }

  #w-node-f76b025f-1505-01af-a8a4-36f1ffd5f08a-ffd5f072 {
    order: -9999;
  }

  #w-node-f76b025f-1505-01af-a8a4-36f1ffd5f096-ffd5f072, #w-node-f76b025f-1505-01af-a8a4-36f1ffd5f0a2-ffd5f072 {
    grid-row: span 1 / span 1;
  }

  #w-node-f76b025f-1505-01af-a8a4-36f1ffd5f0ae-ffd5f072, #w-node-f76b025f-1505-01af-a8a4-36f1ffd5f0ba-ffd5f072 {
    order: 9999;
    grid-row: span 1 / span 1;
  }

  #w-node-f76b025f-1505-01af-a8a4-36f1ffd5f0d3-ffd5f072 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f76b025f-1505-01af-a8a4-36f1ffd5f0df-ffd5f072 {
    order: 4;
  }

  #w-node-f76b025f-1505-01af-a8a4-36f1ffd5f103-ffd5f072 {
    grid-column-end: 3;
  }
}


