body {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.btn__sha-0025 {
  color: #fafafa;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.sha-0025__wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.sha-0025__col-w {
  flex: none;
  position: absolute;
  inset: 0%;
}

.sha-0025__col--r {
  background-color: #00eaff;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 10px;
  margin-left: 10px;
  position: absolute;
  inset: 0;
}

.sha-0025__col--l {
  background-color: #f0a;
  width: 100%;
  margin-top: 10px;
  margin-bottom: -10px;
  margin-left: -10px;
  position: absolute;
  inset: 0;
}

.sha-0025__fill {
  background-color: #2a3239;
  position: absolute;
  inset: 0%;
}

.sha-0025__label {
  padding: 50px 43px;
  position: relative;
}
