
.content-block[data-v-09fc2dc4]{
  width: 100%;
  padding-right: 5vw;
  padding-left: 5vw;
  padding-top: 5vw;
  padding-bottom: 5vw;
  margin-top: 83vw;
}
.content-inside[data-v-09fc2dc4]{
  padding: 5vw 4vw;
  background: #FFF1CB;
  border-radius: 8px;
}


.primary-button[data-v-1d0811d4]{
  color: #fff;
  position: relative;
  font-size: 0;
}
.primary-button+.primary-button[data-v-1d0811d4]{
  margin-top: 2vw;
}
h3[data-v-1d0811d4]{
  margin: 0;
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}


.bottom-deco[data-v-e90eb02a]{
  font-size: 0;
}


.popup[data-v-d91dda68]{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 999;
  top: 0;
  left: 0;
  padding: 5.4vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-content[data-v-d91dda68]{
  background-color: #fff;
  padding: 5.4vw;
  width: 100%;
  height: auto;
  max-height: 100%;
  border: 2px solid var(--secondary);
  background-color: #FFF1CB;
  color: var(--text-content);
  border-radius: 2.13vw;
}


.mainMenu .content-inside{
  background: #FBD17D;
}
.mainMenu .primary-button{
  width: 80%;
  margin: auto;
}

