:root {
  --white: white;
  --dark: #131313;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.twostep-nav__bottom-overflow {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.twostep-nav__toggle {
  background-color: var(--white);
  pointer-events: auto;
  cursor: pointer;
  border-radius: 10000em;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  padding: 0;
  display: flex;
  position: relative;
}

.twostep-nav__top-line {
  z-index: 2;
  background-color: #ffffff1a;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: .5em;
  right: .5em;
}

.twostep-nav__bottom-col {
  flex: 1;
  min-height: 100%;
  display: flex;
}

.twostep-nav__toggle-bar {
  background-color: var(--dark);
  width: 1.575em;
  height: .125em;
  position: absolute;
}

.twostep-nav {
  z-index: 100;
  pointer-events: none;
  color: var(--white);
  position: fixed;
  inset: 0;
}

.twostep-nav__info {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.twostep-nav__back {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.twostep-nav__link-eyebrow {
  opacity: .7;
  letter-spacing: -.02em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
}

.twostep-nav__bar {
  pointer-events: auto;
  color: #201d1d;
  width: 100%;
  max-width: 30em;
  position: relative;
}

.twostep-nav__link {
  width: 100%;
  color: inherit;
  padding-top: .375em;
  padding-bottom: .375em;
  text-decoration: none;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease;
  position: relative;
}

.twostep-nav__link:hover {
  opacity: .7;
}

.twostep-nav__link.icon {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.twostep-nav__bottom {
  grid-template-rows: 0fr;
  width: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.twostep-nav__top {
  z-index: 1;
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.25em;
  display: flex;
  position: relative;
}

.twostep-nav__bottom-inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1.5em;
  display: flex;
  position: relative;
}

.twostep-nav__visual {
  aspect-ratio: 1;
  border-radius: .375em;
  width: 100%;
  overflow: hidden;
}

.twostep-nav__visual-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.twostep-nav__back-bg {
  background-color: var(--dark);
  border-radius: .5em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.twostep-nav__logo {
  width: 14em;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.twostep-nav__logo:hover {
  opacity: .7;
}

.twostep-nav__ul {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.twostep-nav__ul.is--small {
  grid-column-gap: 1em;
  grid-row-gap: .25em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.twostep-nav__li {
  color: var(--white);
}

.twostep-nav__logo-svg {
  height: 100%;
}

.twostep-nav__width {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 48em;
  padding-top: 1.25em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  display: flex;
}

.twostep-nav__link-span {
  letter-spacing: -.04em;
  font-size: 2.125em;
  font-weight: 400;
  line-height: 1;
}

.twostep-nav__bg {
  z-index: 0;
  opacity: 0;
  pointer-events: auto;
  visibility: hidden;
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.twostep-nav__wrap {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.twostep-nav__bottom-row {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.js, .css {
  display: none;
}

.body {
  color: #131313;
  font-family: gotham, sans-serif;
}

.text-block {
  text-transform: uppercase;
  font-weight: 800;
}

.div-block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  max-height: 2.5em;
  display: flex;
}

.button {
  background-color: var(--white);
  color: var(--dark);
  text-transform: uppercase;
  border-radius: 1000em;
  padding: .5em 1em;
  font-weight: 800;
  transition: opacity .2s;
}

.button:hover {
  opacity: .7;
}

.button.secondary {
  color: var(--white);
  background-color: #9b9b9b57;
}

.button.icon {
  line-height: 14px;
}

.section.hero {
  min-height: 100svh;
  padding-bottom: 2em;
  display: flex;
  position: relative;
}

.section.dark {
  background-color: #1b1b1b;
  border-radius: 2em;
}

.section.dark.speckle {
  background-image: url('../images/Speckle.png');
  background-position: 0 0;
  background-size: cover;
}

.section.texture {
  background-image: linear-gradient(180deg, var(--white), #fff0 17%, #fff0 83%, white), url('../images/Speckle.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.container {
  z-index: 3;
  max-width: 75rem;
  color: var(--white);
  flex: 1;
  padding-bottom: 2em;
  padding-left: 4em;
  padding-right: 4em;
  position: relative;
}

.container.hero {
  text-align: center;
  max-width: 100%;
}

.container.middl {
  padding-top: 4em;
  padding-bottom: 4em;
}

.container.middl.light {
  color: var(--dark);
  padding-top: 6em;
  padding-bottom: 6em;
}

.background-video {
  z-index: 1;
  height: 100%;
}

.div-block-2 {
  border-bottom-right-radius: 2em;
  border-bottom-left-radius: 2em;
  position: absolute;
  inset: 0 0 2em;
  overflow: hidden;
}

.div-block-3 {
  z-index: 2;
  background-image: linear-gradient(#1313138c, #1313138c), url('../images/Speckle.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  position: absolute;
  inset: 0;
}

.heading {
  -webkit-text-stroke-width: .04em;
  text-transform: uppercase;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 10em;
  line-height: 1;
}

.paragraph {
  font-size: 18px;
}

.paragraph.small {
  margin-bottom: 0;
  font-size: 14px;
}

.paragraph-large {
  font-size: 18px;
  line-height: 1.2;
}

.paragraph-large.no-margin {
  margin-bottom: 0;
}

.div-block-4 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #2b2b2be0;
  border: 1px solid #9b9b9b57;
  border-radius: 10000em;
  justify-content: center;
  align-items: center;
  padding: .15em .15em .15em 1.15em;
  display: flex;
}

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

.div-block-7 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.filler {
  width: 100%;
  height: 6em;
}

.div-block-8 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.div-block-9 {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  color: var(--white);
  background-color: #13131399;
  border-radius: 1000em;
  justify-content: space-between;
  align-items: center;
  padding: .4em .65em .4em .55em;
  display: flex;
}

.link {
  color: var(--white);
  font-size: 16px;
  text-decoration: none;
  transition: opacity .2s;
}

.link:hover {
  opacity: .7;
}

.text-block-2 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
}

.text-icon {
  width: 1.25em;
  height: 1.25em;
}

.text-icon.big {
  width: 4em;
  height: 4em;
}

.div-block-10 {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-11 {
  background-color: var(--white);
  flex: 1;
  min-width: 4em;
  height: 1px;
}

.div-block-12 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  width: 100%;
  color: var(--dark);
  background-color: #eee;
  border-radius: 2em;
  padding: 1em;
  text-decoration: none;
  transition: background-color .2s;
}

.link-block:hover {
  background-color: #d3d3d3;
}

.heading-3 {
  -webkit-text-stroke-width: .04em;
  text-transform: uppercase;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 2em;
  line-height: 1;
}

.heading-3.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.image {
  border-radius: 1.25em;
  width: 100%;
}

.div-block-13 {
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.watch-now {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  color: var(--white);
  background-color: #13131399;
  border-radius: 1000em;
  justify-content: space-between;
  align-items: center;
  padding: .4em .95em .4em .85em;
  display: flex;
}

.scripts {
  display: none;
}

.marquee-advanced__scroll {
  will-change: transform;
  width: 100%;
  display: flex;
  position: relative;
}

.osmo-icon-svg {
  color: #ff4c24;
  width: 50%;
}

.marquee-advanced__item-width {
  background-color: #131313;
  border-radius: 1vw;
  justify-content: center;
  align-items: center;
  width: 18vw;
  height: 18vw;
  margin: 1vw;
  display: flex;
}

.marquee__advanced__p {
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 0;
  margin-right: .25em;
  font-size: .75em;
  font-weight: 800;
}

.section-resource {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 4em;
  display: flex;
}

.marquee__advanced__arrow-svg {
  width: 1em;
  color: var(--white);
  margin-right: .25em;
  position: relative;
}

.marquee-advanced__item {
  justify-content: flex-start;
  align-items: center;
  font-size: max(4em, 8vw);
  display: flex;
}

.marquee-advanced__collection {
  will-change: transform;
  display: flex;
  position: relative;
}

.marquee-advanced {
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.heading-4 {
  -webkit-text-stroke-width: .04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 5em;
  line-height: 1;
}

.div-block-14 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-events-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1em;
  display: grid;
}

.image-2 {
  border-radius: 1em;
}

.text-block-3 {
  font-size: 20px;
  line-height: 1;
}

.div-block-15 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--white);
  border: 1px solid #6a6a6a;
  border-radius: 1.5em;
  flex-flow: column;
  padding: .4em .4em 1em;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.div-block-15:hover {
  border-color: var(--white);
  background-color: #ffffff1a;
}

.div-block-16 {
  justify-content: space-between;
  align-items: center;
  padding-left: 1em;
  padding-right: .5em;
  display: flex;
}

.cascading-slider__item-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.cascading-slider__button-arrow.is--prev {
  transform: rotate(-180deg);
}

.cascading-slider__collection {
  width: 100%;
}

.cascading-slider__h {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  opacity: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  transform: translate(0, .25em);
}

.cascading-slider__h.inside {
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-size: 2.75em;
}

.cascading-slider__item {
  color: #fff;
  cursor: pointer;
  will-change: transform, clip-path;
  height: 100%;
  clip-path: inset(0px calc(var(--clip) * 1px) round var(--radius));
  -webkit-user-select: none;
  user-select: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cascading-slider__item-bg {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.cascading-slider__nav {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.cascading-slider__list {
  width: 100%;
  height: 35em;
  position: relative;
  overflow: hidden;
}

.cascading-slider__button {
  background-color: var(--dark);
  width: 3em;
  height: 3em;
  color: var(--white);
  border-radius: 100000em;
  justify-content: center;
  align-items: center;
  padding: .75em;
  display: flex;
}

.cascading-slider__item-content {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-image: linear-gradient(0deg, #0009, #0000);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2em 2em 3em 2.5em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.cascading-slider__img {
  filter: brightness(72%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cascading-slider {
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-17 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-image.on-black {
  opacity: .8;
  filter: invert();
}

.next-gen-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  display: flex;
}

.next-gen-item {
  flex: 1;
  min-width: 20em;
  max-width: 50%;
}

.next-gen {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  flex-flow: column;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

@media screen and (max-width: 991px) {
  .heading, .heading-3 {
    font-size: 6em;
  }

  .heading-4 {
    font-size: 4em;
  }

  .home-events-list {
    display: flex;
  }

  .home-event-item {
    flex: 1;
    align-self: stretch;
  }

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

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

  .div-block-17 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .next-gen-list {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .twostep-nav__top-line {
    bottom: -.5em;
    left: 1em;
    right: 1em;
  }

  .twostep-nav__bottom-col.is--visual {
    display: none;
  }

  .container.middl {
    padding-left: 2em;
    padding-right: 2em;
  }

  .heading {
    font-size: 4em;
  }

  .div-block-9 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    border-radius: 1em;
    flex-flow: column;
    padding: .7em .65em;
  }

  .div-block-11 {
    display: none;
  }

  .heading-3, .heading-4 {
    font-size: 4em;
  }

  .cascading-slider__h {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    letter-spacing: 0;
    text-transform: none;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 400;
    display: flex;
  }

  .cascading-slider__h.inside {
    letter-spacing: -.03em;
    text-transform: uppercase;
    font-size: 2.75em;
    font-weight: 700;
  }

  .cascading-slider__item-content {
    padding-bottom: 2.5em;
    padding-left: 2em;
  }

  .div-block-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-18 {
    text-align: center;
    flex-flow: column;
  }

  .next-gen-list {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .next-gen-item {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .button {
    text-align: center;
  }

  .section.dark.speckle {
    border-radius: 1em;
  }

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

  .container.middl {
    padding: 3em 1em;
  }

  .container.middl.light {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .div-block-2 {
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
  }

  .heading {
    font-size: 3.25em;
  }

  .div-block-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .link, .text-block-2 {
    font-size: 14px;
  }

  .text-icon.big {
    width: 3em;
    height: 3em;
  }

  .link-block {
    border-radius: 1em;
  }

  .heading-3 {
    font-size: 3em;
  }

  .heading-3.no-margin {
    font-size: 1.5em;
  }

  .image {
    border-radius: .5em;
  }

  .div-block-13 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
  }

  .heading-4 {
    font-size: 3em;
  }

  .div-block-16 {
    text-align: left;
  }

  .div-block-17 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .next-gen {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }
}


