@import url("https://fonts.googleapis.com/css2?family=Playwrite+BE+WAL:wght@100..400&display=swap");
* {
  font-family: "Nikosh", sans-serif;
  box-sizing: border-box;
  border-style: solid;
  border-color: #e5e7eb;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
  border-color: #e5e7eb;
}
.font-sans {
  font-family:
    Figtree,
    ui-sans-serif,
    system-ui,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    Segoe UI Symbol,
    "Noto Color Emoji";
}
._titlefont_10rv6_3 {
  font-family: "Playwrite BE WAL", cursive;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.rpv-core__page-layer--single {
  margin: 0 auto;
}
.rpv-core__page-layer {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: visible;
  position: relative;
}
.rpv-core__page-layer:after {
    content: "";
    position: absolute;
    bottom: .25rem;
    left: .25rem;
    right: .25rem;
    top: .25rem;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);;
}


  .card-width{
    height: 757.701px;
    width: 535.752px;
  }

@media (max-width: 640px) {

  .card-width {
    height: 560.701px;
    width: 390.752px;
  }

}
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  transition: all 0.6s ease-out;
  background: #ffff;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}