* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
html {
  height: 100%;
}
html {
  background-color: #fff;
  font-size: 10px;
  line-height: 1.5;
  vertical-align: baseline;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body {
  width: 100%;
  overflow: visible;
  overflow-x: hidden;
  font-size: 1.6rem;
  font-weight: 400;
  color: #7f8697;
  min-height: 100%;
  padding: 7.5rem 0;
  font-family: "eurostile",sans-serif;
  background-color: #2b0c1f;
}
a {
  text-decoration: none;
}
.placeholder {
  background-color: #fefaf8;
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.placeholder > img,
.placeholder > svg {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  width: 100%;
  max-width: 1300px;
  height: auto;
  opacity: 0.03;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .placeholder > img,
  .placeholder > svg {
    display: none;
  }
}
.placeholder .logo {
  position: fixed;
  left: 2rem;
  top: 1.85rem;
  width: 20rem;
}
@media (max-width: 575px) {
  .placeholder .logo {
    left: 50%;
    transform: translateX(-50%);
  }
}
.placeholder .logo > a {
  display: block;
}
.placeholder .logo > a > svg {
  display: block;
  width: 100%;
}
.placeholder-wrapper {
  z-index: 1;
  width: 100%;
  padding: 0 2rem;
  overflow: auto;
}
.placeholder-wrapper__inner {
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.placeholder-header {
  position: relative;
}
.placeholder-header > h1 {
  font-family: "eurostile",sans-serif;
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 600;
  color: #2b0c1f;
  width: 100%;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
@media (max-width: 991px) {
  .placeholder-header > h1 {
    font-size: 4rem;
  }
}
@media (max-width: 575px) {
  .placeholder-header > h1 {
    font-size: 3.6rem;
  }
}
.placeholder-header > h1 > span {
  position: relative;
  z-index: 2;
  color: #2b0c1f;
}
.placeholder-title {
  padding: 4.5rem 0;
}
@media (max-width: 991px) {
  .placeholder-title {
    padding: 4rem 0;
  }
}
@media (max-width: 575px) {
  .placeholder-title {
    padding: 3rem 0;
  }
}
.placeholder-title > h2 {
  font-weight: 700;
  font-size: 3rem;
  color: #3f102e;
}
@media (max-width: 991px) {
  .placeholder-title > h2 {
    font-size: 2.6rem;
  }
}
@media (max-width: 575px) {
  .placeholder-title > h2 {
    font-size: 2.2rem;
  }
}
.placeholder-info {
  font-size: 1.4rem;
}
.placeholder-info > ul {
  list-style: none;
  text-align: left;
}
.placeholder-info > ul > li {
  padding: 0.3rem 0;
  position: relative;
  padding-left: 2rem;
}
.placeholder-info > ul > li:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 1.05rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background-color: #e24828;
}
.placeholder-info b,
.placeholder-info strong {
  font-weight: 600;
  color: #3f102e;
}
.placeholder-info > p {
  padding: 0.5rem 0;
  line-height: 1.25;
}
@media (max-width: 991px) {
  .placeholder-info > p {
    font-size: 1.3rem;
  }
}
@media (max-width: 575px) {
  .placeholder-info > p {
    font-size: 1.2rem;
  }
}
.placeholder-info a {
  font-weight: 400;
  color: #e24828;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  text-decoration-thickness: 0.1rem;
}
.placeholder-info a:hover {
  text-decoration: none;
}
