:root {
  --dark-slate-gray: #4d4d4d;
  --dark-slate-gray-2: #323232;
  --tan: #c7aa8b;
  --white-smoke: #f7f7f7;
  --light-gray: #d1d1d1;
}

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

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

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

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

body {
  color: #fff;
  text-align: center;
  background-color: #0b0c10;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

h1 {
  color: #ff6f61;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-family: Audiowide, sans-serif;
}

h2 {
  color: #ff6f61;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 10px 0;
  font-family: Audiowide, sans-serif;
}

h3 {
  color: #ff6f61;
  letter-spacing: 2px;
  margin: 10px 0;
  font-family: Audiowide, sans-serif;
}

h4 {
  color: #45a29e;
  letter-spacing: 1px;
  margin: 0 0 10px;
  font-family: Audiowide, sans-serif;
}

h5 {
  margin: 10px 0;
  font-family: Audiowide, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

a {
  box-shadow: none;
  color: #ff6f61;
  font-family: Audiowide, sans-serif;
  text-decoration: underline;
}

a:hover, a:focus {
  color: #45a29e;
}

.section {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.terms {
  text-align: left;
  margin-top: 100px;
}

.section.left {
  text-align: left;
}

.section.left.top-margin {
  padding-top: 220px;
}

.section.right {
  text-align: right;
}

.section.image {
  background-image: linear-gradient(#0000 67%, #0b0c10), linear-gradient(#0b0c10, #ffffff14), linear-gradient(#00000080, #00000080), url('../images/spack_back-3-1.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
}

.section.image2 {
  background-image: linear-gradient(#0000 67%, #0b0c10), linear-gradient(#0b0c10, #ffffff14), linear-gradient(#00000080, #00000080), url('../images/spack_back-1-1.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
}

.about-the-game-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.feature-desc-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 5px;
  display: flex;
}

.feature-count-div {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.feature-paragraph {
  max-width: 300px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 140%;
}

.feature-heading-div {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.about-the-game-grid {
  grid-column-gap: 30px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.nav-link {
  color: #ff6f61;
  border-radius: 20px;
  transition: all .3s;
}

.nav-link:hover {
  color: #fff;
  background-color: #45a29e;
  background-image: none;
}

.nav-link:focus {
  color: #fff;
  background-color: #45a29e;
}

.nav-link.w--current {
  color: #ff6f61;
}

.nav-link.w--current:hover {
  color: #fff;
  background-color: #45a29e;
}

.team-wrapper {
  justify-content: flex-end;
  min-height: 300px;
  display: flex;
  position: relative;
}

.team-left {
  background-image: url('../images/alienwave.png');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: 8% auto 0% 41px;
}

.team-right {
  color: #000;
  background-color: #45a29e;
  border-radius: 50px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 80%;
  padding: 45px;
  display: flex;
}

.team-content-wrapper {
  width: 80%;
  padding-left: 20px;
  padding-right: 20px;
}

.about-columns-wrapper {
  justify-content: space-between;
  display: flex;
}

.about-column {
  width: 40%;
}

.empower_link-block {
  color: #153a43;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 0;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.empower_link-block.w--current {
  background-color: #fff0;
}

.image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.feature-count-box-2 {
  z-index: 1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
  position: relative;
}

.feature-line {
  background-color: #45a29e;
  border-radius: 100px;
  width: 2px;
  height: 65%;
  position: absolute;
  inset: 46% 0% 0% 18px;
  transform: translate(0, -50%);
}

.common-heading-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-div-2 {
  border-top: 1px solid #ff6f61;
  padding-top: 20px;
  padding-bottom: 20px;
}

.team-card {
  color: #000;
  text-align: center;
  border-radius: 50px;
  flex-direction: column;
  align-items: center;
  min-height: 620px;
  padding: 20px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-card.background-color-1 {
  background-color: #45a29e;
  min-height: 600px;
}

.team-card.background-color-2 {
  background-color: #c5c6c7;
}

.team-card.background-color-3 {
  background-color: #66fcf1;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-member {
  object-fit: cover;
  background-color: #0b0c10;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.team-member-position {
  margin-bottom: 24px;
}

.container-game-pros {
  text-align: center;
}

.icon-wrapper {
  height: 109px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid-terms {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.responsible-gaming {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-around;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-links {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer-copyright-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-link {
  margin-top: 10px;
  margin-bottom: 6px;
  padding-bottom: 10px;
  display: block;
}

.footer-link:hover {
  color: #45a29e;
}

.paragraph-footer {
  margin-top: 60px;
  margin-bottom: 60px;
}

.gamble-help-2 {
  background-color: #45a29e;
  border-radius: 20px;
  width: 200px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
}

.game-wrapper {
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  text-decoration: none;
  transition: bottom .3s;
  display: block;
  position: relative;
  bottom: 0;
}

.game-wrapper:hover {
  bottom: 8px;
}

.image-2 {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.game-info {
  background-color: #45a29e;
  border-radius: 0 0 50px 50px;
  margin-bottom: 0;
  padding: 40px;
}

.logo-link-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar {
  background-color: #0b0c10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu-mob {
  margin-right: 2.2vw;
  display: flex;
}

.nav-container {
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.logo {
  object-fit: cover;
  object-position: 50% 50%;
  min-height: 2.78vw;
  max-height: 2.22vw;
}

.nav-link-3 {
  color: #050505;
  text-transform: uppercase;
  padding: 0 1.4vw;
  font-weight: 300;
  transition: color .25s;
}

.nav-link-3.w--current {
  color: #050505;
}

.nav-link-3.move-down {
  position: absolute;
  top: 100%;
}

.hero-wrapper {
  background-image: url('../images/spack_back-4-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 48px;
  justify-content: center;
  align-items: flex-start;
  min-width: 100%;
  max-width: 100%;
  padding: 100px 60px 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-hero-banner {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  color: #050505;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #c5c6c7;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 10px 20px;
  transition: background-color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-hero-banner:hover {
  color: #fff;
}

.hero-banner {
  width: 100%;
  margin-top: 100px;
}

.max-width-500 {
  max-width: 500px;
}

.subheading-flex {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-hero {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  overflow: hidden;
}

.hero-title {
  text-transform: uppercase;
  font-size: 6rem;
  line-height: 5.5rem;
}

.hero-title.flip-from-bottom-animation {
  font-size: 100px;
  line-height: 100%;
}

.hero-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  background-color: #45a29e00;
  border-radius: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
}

.button-text {
  margin-bottom: 0;
  font-family: Audiowide, sans-serif;
  font-size: 1.11vw;
  line-height: 1.89vw;
}

.feature-card {
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 48px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  min-height: 500px;
  padding: 60px 40px;
  display: flex;
  position: relative;
}

.feature-card.background-color-3 {
  color: #000;
  background-color: #66fcf1;
  border-radius: 50px;
}

.feature-card.background-color-2 {
  color: #000;
  background-color: #c5c6c7;
  border-radius: 50px;
}

.feature-card.background-color-1 {
  color: #000;
  background-color: #45a29e;
  border-radius: 50px;
}

.feature-name-block {
  flex-flow: column;
  display: flex;
}

.feature-image-circle {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: -50px auto auto;
}

.feature-block {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.feature-wrapper {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-container {
  max-width: 100%;
}

.button-game-section {
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f5f5f580;
  border-radius: 8.9vw;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  transition: background-color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-game-section:hover {
  color: #fff;
}

.heading-black {
  color: #000;
}

.game-text {
  color: #000;
  font-family: Roboto, sans-serif;
}

.feature-heading-h4 {
  color: #000;
}

.h3-smaller {
  font-size: 19px;
}

@media screen and (min-width: 1440px) {
  .team-member {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 15px;
  }

  .about-the-game-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .nav-link {
    text-align: center;
    font-size: 30px;
  }

  .nav-link.w--current {
    color: #ff6f61;
  }

  .nav-link.w--current:hover {
    background-color: #45a29e;
  }

  .team-left {
    width: 250px;
    height: 200px;
    top: 46%;
  }

  .team-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .empower_link-block {
    padding-left: 0;
  }

  .common-heading-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container-4 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member {
    width: 190px;
    height: 190px;
  }

  .paragraph-footer {
    padding-left: 60px;
    padding-right: 60px;
  }

  .game-wrapper:hover {
    transform: translate(0);
  }

  .logo-link-wrapper {
    z-index: 999;
    min-height: auto;
  }

  .navbar {
    height: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-menu-mob {
    background-color: #0b0c10;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8rem;
    position: fixed;
    inset: 0%;
  }

  .menu-button-2 {
    z-index: 999;
    background-color: #0000;
    padding: 10px 0 10px 10px;
  }

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

  .nav-container {
    justify-content: flex-start;
    margin-left: auto;
  }

  .logo {
    min-height: 2rem;
    max-height: 2rem;
  }

  .burger-icon {
    color: #ff6f61;
    font-size: 40px;
  }

  .nav-link-3 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 6rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 4rem;
    line-height: 6rem;
    display: flex;
  }

  .hero-wrapper {
    min-height: auto;
    max-height: none;
    padding-left: 4rem;
  }

  .button-hero-banner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-width: .06rem;
    border-radius: 8rem;
    min-width: 11rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    padding: .125rem 2rem;
  }

  .max-width-500 {
    max-width: 30rem;
  }

  .subheading-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .hero-title {
    font-size: 5.5rem;
    line-height: 5.5rem;
  }

  .hero-title.flip-from-bottom-animation {
    font-size: 65px;
  }

  .hero-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 2rem 4rem;
  }

  .button-text {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .feature-card {
    min-width: 19.5rem;
    max-width: 19.5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 4rem 3rem;
  }

  .feature-image-circle {
    width: 6rem;
    height: 6rem;
    top: -3rem;
  }

  .feature-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .feature-wrapper {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-flow: column;
  }

  .button-game-section {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-width: .06rem;
    border-radius: 8rem;
    min-width: 11rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    padding: .125rem 2rem;
  }

  .h3-smaller {
    font-size: 14px;
  }

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

@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }

  h3 {
    font-size: 30px;
  }

  .section {
    margin-left: 5px;
    margin-right: 5px;
    padding: 34px 10px;
  }

  .container {
    margin-bottom: 20px;
  }

  .feature-desc-div {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .feature-count-div {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .feature-heading-div {
    flex-flow: column;
  }

  .team-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .team-left {
    border-radius: 0;
    width: 70%;
    height: 300px;
    position: static;
  }

  .team-right {
    border-radius: 0;
    justify-content: center;
    width: 100%;
  }

  .about-columns-wrapper {
    flex-wrap: wrap;
  }

  .about-column {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 45px;
    display: flex;
  }

  .empower_link-block {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .feature-count-box-2 {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
  }

  .feature-line {
    height: 67%;
    top: 36%;
    left: 14px;
  }

  .common-heading-div {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .team-card.background-color-1 {
    min-height: 620px;
  }

  .team-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .icon-wrapper {
    height: 102px;
  }

  .footer-links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .gamble-help-2 {
    max-width: 80%;
  }

  .logo-link-wrapper {
    padding-left: 0;
  }

  .max-width-500 {
    max-width: 21rem;
  }

  .hero-title {
    font-size: 4rem;
    line-height: 4rem;
  }

  .hero-title.flip-from-bottom-animation {
    font-size: 43px;
  }

  .hero-block {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .feature-card {
    min-width: 19.5rem;
    max-width: 19.5rem;
  }

  .feature-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 5.625rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 16px;
  }

  h4 {
    font-size: 12px;
  }

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

  .about-the-game-div {
    padding-left: 20px;
  }

  .feature-paragraph {
    font-size: 14px;
  }

  .feature-heading-div {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .team-left {
    width: 103%;
    height: 200px;
  }

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

  .about-column {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .feature-line {
    height: 68%;
    top: 37%;
  }

  .common-heading-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .container-4 {
    max-width: none;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .grid-terms {
    grid-auto-flow: row;
    justify-content: center;
  }

  .responsible-gaming {
    flex-flow: column;
  }

  .footer-links {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-wrap: wrap;
  }

  .footer {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-link {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
  }

  .paragraph-footer {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

  .nav-menu-mob {
    z-index: 998;
  }

  .menu-button-2 {
    padding-left: .5rem;
    padding-right: 0;
  }

  .nav-container {
    padding-right: 0;
  }

  .logo {
    z-index: 999;
    max-width: none;
    position: relative;
  }

  .burger-icon {
    z-index: 999;
    position: relative;
  }

  .nav-link-3 {
    min-height: 4rem;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .max-width-500 {
    max-width: 12rem;
  }

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

  .hero-title {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .hero-title.flip-from-bottom-animation {
    font-size: 30px;
  }

  .hero-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-2 {
    font-size: 13px;
  }

  .feature-card {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    min-width: 100%;
    max-width: 100%;
  }

  .feature-image-circle {
    top: -3rem;
    left: auto;
  }

  .feature-block {
    justify-content: center;
    align-items: center;
  }

  .h3-smaller {
    font-size: 20px;
  }

  .column, .column-2, .column-3, .column-4 {
    margin-bottom: 40px;
  }

  .heading-3 {
    font-size: 20px;
  }

  .heading-4 {
    font-size: 23px;
  }
}

#w-node-_043fcdf3-eed2-d048-a6ee-978dcba1495f-8393a3b1, #w-node-_043fcdf3-eed2-d048-a6ee-978dcba14967-8393a3b1, #w-node-_043fcdf3-eed2-d048-a6ee-978dcba1496f-8393a3b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_043fcdf3-eed2-d048-a6ee-978dcba14967-8393a3b1, #w-node-_043fcdf3-eed2-d048-a6ee-978dcba1496f-8393a3b1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


