@font-face {
  font-family: Eightiescomeback;
  src: url('../fonts/EightiesComeback-SemBdCond.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --dark-orchid: #0e0e0e;
  --dark-orchid-2: #102c35;
  --black: black;
}

.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;
}

body {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

h1 {
  color: var(--white);
  margin-bottom: 30px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 60px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 39px;
}

h3 {
  margin-top: 12px;
  margin-bottom: 20px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #ffbf00;
  font-weight: 600;
  text-decoration: underline;
  transition: color .2s;
}

a:hover {
  color: var(--dark-orchid);
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  font-size: 18px;
}

.image {
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: opacity .2s;
}

.image:hover {
  opacity: .72;
}

.container {
  max-width: 1200px;
}

.container.large {
  padding-top: 90px;
  padding-bottom: 90px;
}

.container.large.none {
  display: none;
}

.container.large-copy {
  padding-top: 90px;
  padding-bottom: 90px;
}

.container.footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.container.medium {
  margin-top: 30px;
  margin-bottom: 30px;
}

.section {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.link-text {
  color: #ffbf00;
  align-self: center;
}

.link-text.w--current {
  color: #cacaca;
}

.footer-wrap {
  justify-content: space-between;
  display: flex;
}

.footer-item {
  color: #000;
  background-color: #ffbf00;
  border-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  margin-top: 40px;
  padding: 28px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
}

.footer-nav-head {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 400;
}

.social-wrap {
  color: #ffb9b9;
  flex-direction: row;
  margin-bottom: 15px;
  display: flex;
}

.social-link {
  margin-right: 20px;
}

.navbar-2 {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.record-label {
  color: #9e9e9e;
  margin-bottom: 0;
  font-weight: 700;
}

.feat-music-wrapper {
  margin-bottom: 50px;
}

.div-block-2 {
  margin-top: 50px;
  font-size: 18px;
}

.body {
  background-color: var(--dark-orchid);
}

.popup-modal {
  z-index: 50;
  background-color: #e6e6e6;
  border-radius: 8px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 11px;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
}

.popup-modal-container {
  flex: 1;
  align-items: center;
  display: flex;
}

.html-embed {
  max-width: 221px;
  padding-left: 15px;
}

.b2-bar1 {
  background-color: #858eca;
  width: 30px;
  height: 4px;
}

.b2-middle-wrap {
  align-items: center;
  width: 30px;
  display: flex;
}

.b2-middle-bar-left, .b2-middle-bar-right {
  background-color: #858eca;
  width: 50%;
  height: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.b2-bar3 {
  background-color: #858eca;
  width: 30px;
  height: 4px;
}

.nav-menu {
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.brand {
  flex: 1;
}

.collection-item {
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  padding-right: 20px;
  display: flex;
}

.collection-item.podcast {
  width: 80%;
}

.collection-item.sync {
  border-top: .5px solid #000;
  flex-direction: row;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 0;
}

.music-item-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  margin-bottom: 0;
  display: flex;
}

.music-thumb-link {
  background-color: var(--dark-orchid-2);
  margin-bottom: 10px;
}

.a-arrow {
  margin-top: auto;
  font-weight: 500;
  transition: transform .2s;
  display: inline-block;
}

.a-arrow:hover {
  transform: translate(5px);
}

.music-info-wrap {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.collection-list {
  flex-flow: row;
  display: flex;
}

.release-date {
  color: #c2c2c2;
  margin-bottom: 10px;
}

.heading {
  margin-bottom: 0;
}

.footer-img {
  object-fit: cover;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  display: block;
}

.top-arrow {
  margin-top: 50px;
  margin-bottom: 35px;
  margin-right: 5px;
  transition: color .2s, transform .2s;
  display: inline-block;
}

.top-arrow:hover {
  transform: translate(0, -5px);
}

.a-p {
  font-family: Lato, sans-serif;
}

.h2-feat {
  font-size: 32px;
  line-height: 36px;
}

.music-item {
  flex-direction: column;
  justify-content: flex-start;
  width: 25%;
  padding-right: 20px;
  display: flex;
}

.music-item.feat {
  width: 100%;
}

.music-item.home {
  width: 50%;
}

.h1.margin-none {
  margin-bottom: 0;
}

.a-img {
  width: 100%;
}

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

.spacer {
  height: 20px;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.game-cover {
  height: 280px;
  margin-bottom: 11px;
}

.sync-music-wrapper {
  align-self: center;
  width: 25%;
  padding-right: 30px;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 75%;
  display: grid;
}

.sync-video {
  background-color: var(--dark-orchid-2);
  margin-bottom: 0;
}

.sync-item {
  flex-direction: column;
  justify-content: flex-start;
  width: 20%;
  padding-right: 20px;
  display: flex;
}

.sync-item.feat {
  width: 100%;
}

.sync-item.home {
  width: 50%;
}

.nav-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  display: flex;
}

.embed {
  margin-bottom: 40px;
}

.home_logo_wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.margin-bottom, .margin-bottom.margin-large, .margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.home_logo_logo {
  max-height: 3.5rem;
}

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

.home_logo_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 2rem;
  display: grid;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.home_logo_component {
  display: flex;
}

.padding-section-medium {
  padding-top: 0;
  padding-bottom: 3rem;
}

.section_home_logo {
  overflow: hidden;
}

.home_hero-header_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.heading-style-h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-medium {
  margin-bottom: 20px;
  font-size: 1.125rem;
}

.home_hero-header_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.margin-top, .margin-top.margin-medium, .margin-top.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-section-large {
  padding-top: 0;
  padding-bottom: 2rem;
}

.home_hero-header_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.button {
  color: #ffbf00;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
}

.button.is-link {
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-decoration: underline;
  display: flex;
}

.a-footer {
  color: #000;
}

.home_how-it-works_card-small-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.home_how-it-works_item-icon-wrapper {
  display: inline-block;
}

.home_how-it-works_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 40px;
}

.home_how-it-works_card-large-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  padding: 1.5rem;
  display: flex;
}

.heading-style-h3 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.color-scheme-1 {
  color: var(--dark-orchid);
}

.heading-style-h5 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.home_how-it-works_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  font-weight: 600;
}

.home_how-it-works_card-small {
  background-color: #2f1d33;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.home_how-it-works_card-large {
  background-color: #2f1d33;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.footer8_right-wrapper {
  flex-direction: column;
  display: flex;
}

.footer8_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: flex;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.footer8_left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer8_link {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer8_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.text-weight-semibold {
  font-weight: 600;
}

.footer8_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.footer8_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.footer8_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: flex;
}

.text-size-tiny {
  font-size: .75rem;
}

.form_input {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.home_how-it-works_card-full {
  background-color: var(--white);
  color: var(--dark-orchid);
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-text {
    padding-left: 0;
  }

  .popup-modal {
    flex-direction: row;
  }

  .b2-bar1, .b2-middle-bar-left, .b2-middle-bar-right, .b2-bar3 {
    background-color: var(--white);
  }

  .menu-button {
    background-color: #0000;
    padding-right: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #ececec;
    box-shadow: 0 7px #00000078;
  }

  .collection-item {
    width: 50%;
  }

  .collection-item.feat {
    width: auto;
  }

  .collection-item.podcast {
    width: 100%;
  }

  .collection-list {
    flex-flow: wrap;
  }

  .h2-feat {
    font-size: 32px;
    line-height: 36px;
  }

  .music-item {
    width: 50%;
  }

  .music-item.feat {
    width: auto;
  }

  .sync-item {
    width: 50%;
  }

  .sync-item.feat {
    width: auto;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .home_hero-header_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home_how-it-works_card-small-content, .home_how-it-works_card-large-content {
    padding: 2rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .home_how-it-works_row {
    grid-template-columns: 1fr 1fr;
  }

  .footer8_top-wrapper {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .footer8_form-block {
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  .container.large, .container.large-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link-text {
    padding-left: 20px;
  }

  .navbar-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    margin-right: 10px;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .html-embed {
    max-width: 291px;
  }

  .brand {
    padding-left: 0;
  }

  .collection-item {
    flex-direction: column;
    padding-left: 0;
  }

  .collection-item.sync {
    flex-direction: column;
  }

  .music-thumb-link {
    margin-bottom: 20px;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .music-item {
    flex-direction: column;
    padding-left: 0;
  }

  .game-cover {
    height: auto;
  }

  .sync-music-wrapper {
    width: 100%;
  }

  .div-block-4 {
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .sync-video {
    margin-bottom: 20px;
  }

  .sync-item {
    flex-direction: column;
    padding-left: 0;
  }

  .home_logo_wrapper {
    padding: .75rem 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .home_logo_logo {
    max-height: 3rem;
  }

  .home_logo_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .home_hero-header_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .home_how-it-works_card-small-content {
    padding: 1.5rem;
  }

  .home_how-it-works_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home_how-it-works_card-large-content {
    padding: 1.5rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .home_how-it-works_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .home_how-it-works_card-small, .home_how-it-works_card-large {
    grid-template-columns: 1fr;
  }

  .footer8_top-wrapper {
    grid-row-gap: 2.5rem;
  }

  .footer8_link-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: start;
    width: 100%;
  }

  .home_how-it-works_card-full {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
  }

  .image {
    margin-left: -20px;
  }

  .container.large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.footer {
    margin-bottom: 75px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrap {
    flex-direction: column;
  }

  .footer-item {
    width: 100%;
  }

  .popup-modal {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button {
    align-self: center;
  }

  .nav-menu {
    background-color: #120e1b;
  }

  .collection-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .columns {
    flex-wrap: nowrap;
  }

  .music-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .sync-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home_logo_list {
    justify-content: center;
  }

  .padding-section-medium {
    padding-top: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-bottom: 0;
  }

  .home_hero-header_content {
    grid-template-columns: 1fr;
  }

  .home_how-it-works_row {
    display: block;
  }

  .home_how-it-works_card-small, .home_how-it-works_card-large {
    margin-bottom: 1.5rem;
  }

  .footer8_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer8_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer8_link-list {
    justify-content: center;
    align-items: flex-start;
  }

  .home_how-it-works_card-full {
    margin-bottom: 1.5rem;
  }
}

#w-node-e72124a3-7a91-c5ac-2b8a-2998a9995204-4fc5f183, #w-node-e72124a3-7a91-c5ac-2b8a-2998a9995206-4fc5f183, #w-node-e72124a3-7a91-c5ac-2b8a-2998a9995208-4fc5f183, #w-node-e72124a3-7a91-c5ac-2b8a-2998a999520a-4fc5f183, #w-node-e72124a3-7a91-c5ac-2b8a-2998a999520c-4fc5f183, #w-node-e72124a3-7a91-c5ac-2b8a-2998a999520e-4fc5f183, #w-node-e9c94dde-4294-f586-d348-2311816e0fcf-4fc5f183, #w-node-e9c94dde-4294-f586-d348-2311816e0fd1-4fc5f183, #w-node-e9c94dde-4294-f586-d348-2311816e0fd3-4fc5f183, #w-node-e9c94dde-4294-f586-d348-2311816e0fd5-4fc5f183, #w-node-e9c94dde-4294-f586-d348-2311816e0fd7-4fc5f183, #w-node-e9c94dde-4294-f586-d348-2311816e0fd9-4fc5f183 {
  justify-self: center;
}

#w-node-_3f93e266-fe5d-d5e8-5b78-8a0c855364ee-4fc5f183 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f93e266-fe5d-d5e8-5b78-8a0c855364ef-4fc5f183 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_44c84464-cca0-0ab5-8c8f-e6a1c2a0359e-4fc5f183 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}


@font-face {
  font-family: 'Eightiescomeback';
  src: url('../fonts/EightiesComeback-SemBdCond.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}