@font-face {
  font-family: Fixeldisplay;
  src: url('../fonts/FixelDisplay-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fixeldisplay;
  src: url('../fonts/FixelDisplay-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

a {
  font-family: Fixeldisplay, Arial, sans-serif;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
}

.coming-soon {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .7rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fixeldisplay, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.text.color-black {
  color: #262626;
}

.text.bold {
  font-weight: 700;
}

.body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.company {
  background-image: linear-gradient(196deg, #f0493a, #b2362b);
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  padding: 3rem;
  display: flex;
}

.company.s1 {
  background-color: #fff;
  height: 100%;
}

.company.s2 {
  color: #fff;
  background-image: linear-gradient(196deg, #472da3, #6842ef);
  height: 100%;
  font-family: Fixeldisplay, Arial, sans-serif;
  font-size: .97rem;
  line-height: 1.39rem;
}

.company.s3 {
  background-image: linear-gradient(196deg, #f3ab08, #fdce3d);
  height: 100%;
}

.company.s4 {
  background-image: linear-gradient(16deg, #ff7f3b, #e06726);
  height: 100%;
}

.content {
  grid-row-gap: 3rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.wrapper {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 2.78rem;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-bottom: 0;
  padding: 2rem;
  font-size: .97rem;
  line-height: 1;
  text-decoration: none;
  transition: opacity .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  overflow: clip;
}

.button.coming-soon {
  opacity: .5;
  width: 4rem;
  height: 4rem;
}

.button.company-1 {
  width: 4rem;
  height: 4rem;
  margin-bottom: 0;
}

.button.company-2 {
  color: #0000;
  width: 4rem;
  height: 4rem;
}

.button.company-4 {
  width: 4rem;
  height: 4rem;
}

.button.company-2, .button.company-4 {
  width: 4rem;
  height: 4rem;
  margin-bottom: 0;
}

.icon-arrow {
  width: 2.5rem;
  height: 2.5rem;
  font-size: .97rem;
}

.icon-arrow.s1, .icon-arrow.s2 {
  width: 1.5rem;
  height: 1.5rem;
}

.logo.marketing-agency, .logo.advertising-company, .logo.websites {
  width: auto;
  height: auto;
}

.code-embed-2 {
  font-family: Fixeldisplay, Arial, sans-serif;
  position: absolute;
}

.is-magnetic {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 50vh 50vh;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 100vh;
  display: grid;
}

@media screen and (max-width: 991px) {
  .coming-soon {
    font-size: 1rem;
  }

  .text, .text.color-black {
    font-size: 2.5rem;
  }

  .body {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    font-family: Fixeldisplay, Arial, sans-serif;
    font-size: .97rem;
    line-height: 1.39rem;
  }

  .company {
    height: auto;
    padding: 4rem;
  }

  .company.s1 {
    grid-column-gap: 5.56rem;
    grid-row-gap: 5.56rem;
    justify-content: space-between;
  }

  .company.s2 {
    grid-column-gap: 5.56rem;
    grid-row-gap: 5.56rem;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .company.s3 {
    grid-column-gap: 5.56rem;
    grid-row-gap: 5.56rem;
    justify-content: space-between;
  }

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

  .button {
    border-radius: 100vw;
    padding: 3rem;
  }

  .button.coming-soon, .button.company-1, .button.company-2, .button.company-4, .button.company-2, .button.company-4 {
    width: 6rem;
    height: 6rem;
  }

  .icon-arrow {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    display: flex;
  }

  .icon-arrow.s1, .icon-arrow.s2 {
    width: 4rem;
    height: 4rem;
  }

  .logo.websites {
    margin-left: -2rem;
  }

  .link-block {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: auto;
    display: flex;
  }

  .link-block-2, .link-block-3, .link-block-4 {
    justify-content: space-between;
    width: 100%;
    height: auto;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .coming-soon {
    font-size: 1.5rem;
  }

  .text, .text.color-black {
    font-size: 2.7rem;
  }

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

  .button {
    border-radius: 7rem;
    width: 12rem;
    height: 12rem;
    padding: 4rem;
  }

  .button.coming-soon, .button.company-1, .button.company-2, .button.company-4, .button.company-2, .button.company-4 {
    padding: 5rem;
  }

  .logo.marketing-agency, .logo.advertising-company, .logo.websites {
    width: auto;
    height: auto;
  }

  .div-block {
    grid-template-rows: auto auto;
  }
}

@media screen and (max-width: 479px) {
  .coming-soon {
    font-size: 2.5rem;
  }

  .text, .text.color-black {
    font-size: 5.6rem;
  }

  .company {
    grid-column-gap: 5.56rem;
    grid-row-gap: 5.56rem;
    justify-content: flex-start;
  }

  .content {
    grid-row-gap: 8rem;
    justify-content: flex-start;
    align-items: center;
  }

  .button {
    border-radius: 8.6rem;
    width: 15rem;
    height: 15rem;
  }

  .button.coming-soon, .button.company-1, .button.company-2, .button.company-4, .button.company-2, .button.company-4 {
    width: 15rem;
    height: 15rem;
  }

  .logo.marketing-agency, .logo.advertising-company, .logo.websites {
    width: auto;
    height: auto;
  }

  .div-block {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

#w-node-_9bc0b34e-0b37-7f0c-62b3-0f09b192b7ec-28600a3e {
  justify-self: stretch;
}


@font-face {
  font-family: 'Fixeldisplay';
  src: url('../fonts/FixelDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixeldisplay';
  src: url('../fonts/FixelDisplay-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}