body {
  margin: 0;
  line-height: normal;
}

:root {
  /* fonts */
  --font-apercu-mono-pro: "Apercu Mono Pro";
  --font-druk-wide-web: "Druk Wide Web";
  --font-apercu: Apercu;

  /* font sizes */
  --font-size-sm: 14px;
  --font-size-21xl: 40px;
  --font-size-base: 16px;
  --font-size-15xl: 34px;
  --font-size-9xl: 28px;
  --font-size-xl: 20px;
  --font-size-5xl: 24px;

  /* Colors */
  --primary-white: #fff;
  --primary-red: #ff005c;
  --primary-skyblue: #00e5ff;
  --color-black: #000;
  --color-gray-100: rgba(0, 0, 0, 0.5);
  --primary-red1: #b43254;
  --primary-dark: #333;

  /* Gaps */
  --gap-21xl: 40px;
  --gap-31xl: 50px;
  --gap-xs: 12px;
  --gap-5xs: 8px;

  /* Paddings */
  --padding-131xl: 150px;
  --padding-93xl: 112px;
  --padding-41xl: 60px;
  --padding-xl: 20px;
  --padding-111xl: 130px;
  --padding-13xl: 32px;
}

.button-child,
.button-inner,
.button-item {
  position: absolute;
  height: 83.33%;
  width: 68.75%;
  top: 17.59%;
  right: 26.79%;
  bottom: -0.93%;
  left: 4.46%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}
.button-inner,
.button-item {
  height: 85.19%;
  width: 95.24%;
  top: 0;
  right: 4.76%;
  bottom: 14.81%;
  left: 0;
}
.button-inner {
  height: 83.33%;
  width: 81.25%;
  top: 17.59%;
  right: -0.3%;
  bottom: -0.93%;
  left: 19.05%;
}

.explore_white {
  position: absolute;
  top: 30.48%;
  left: calc(50% - 48px);
  font-weight: 500;
  color: black;
  text-align: center;
  font-family: "Apercu Mono Pro Regular", Sans-serif;
  font-size: 14px;
}

.button {
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: transparent;
  position: relative;
  width: 168px;
  height: 54px;
}