body {
  background-color: #030005;
}

* {
  box-sizing: border-box;
}

p {
  line-height: 1.35;
}

#content {
  padding: 0 0.75rem;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

.flow--lg > * + * {
  margin-top: 2em;
}

.flow > * + * {
  margin-top: 1em;
}

#centerpgContent {
  overflow: visible;
  width: 100%;
}

#center {
  font-family: "bc-sklonar", monospace;
  color: #fffee3;
  overscroll-behavior: none;
  margin: 0;
  padding: 0;
  font-weight: 300;
  overflow-x: hidden;
  font-size: 1.125rem;
  font-weight: 300;
}
#center .container {
  margin: 0 auto;
  padding: 0 0.5rem;
}
#center .container.minheight {
  min-height: 100vh;
}
#center .container.title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 50vh;
  width: 1140px;
}
#center .container.title blockquote {
  text-align: left;
}

.intro-heading {
  position: absolute;
  top: 70vh;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.intro-heading p {
  font-family: "p22-elizabethan", sans-serif;
  font-size: 15.5vw;
  font-size: clamp(12px, 15.5vw, 250px);
  text-align: center;
  line-height: 1;
  margin: 0;
  text-align: center;
  color: #fffee3;
  z-index: -10;
}

h1 {
  font-size: clamp(12px, 8vw, 100px);
  text-align: center;
  line-height: 1;
  margin: 0 auto;
  font-family: "sirenne-six-mvb", serif;
}
h1 .eyebrow {
  font-family: "p22-elizabethan", sans-serif;
  font-size: clamp(16px, 5vw, 40px);
  font-weight: 400;
}

h2 {
  font-family: "sirenne-six-mvb", serif;
  font-size: 3.26rem;
  font-weight: 500;
}

h3 {
  font-family: "sirenne-six-mvb", serif;
  font-size: 2.62rem;
  font-weight: 500;
}

.text-container {
  position: relative;
}
.text-container p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  mix-blend-mode: difference;
}
.text-container p:first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  color: white;
}

.image-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  width: 90vw;
  margin: 0 auto;
  padding-top: 40vh;
  z-index: -1;
}
.image-grid img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 120%;
  object-fit: cover;
}
.image-grid .image_cont {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.image-grid .image_cont:nth-child(1) {
  grid-column: 1;
  grid-row: 2;
}
.image-grid .image_cont:nth-child(2) {
  grid-column: 4;
  grid-row: 3;
}
.image-grid .image_cont:nth-child(3) {
  grid-column: 2;
  grid-row: 4;
}

.parallax-images {
  margin-top: 10vh;
  padding: 10rem 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 20vh;
  align-items: center;
  justify-items: center;
}
.parallax-images .image_cont {
  position: relative;
  height: 80vh;
  overflow: hidden;
}
.parallax-images img {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  height: 140%;
  width: 100%;
  object-fit: cover;
}
.parallax-images .parallax-text {
  grid-column: 2;
  grid-row: 1;
}
.parallax-images .image_cont:nth-child(2) {
  grid-column: 1/span 1;
  grid-row: 1;
  width: 100%;
}
.parallax-images .image_cont:nth-child(3) {
  grid-column: 2/span 1;
  grid-row: 2;
}

.spacer {
  min-height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stagger {
  font-size: 8vw;
}

.bars {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 878px) {
  .bars {
    flex-wrap: wrap;
  }
}
.bars .bars-text {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.bars .bars-cont {
  flex: 1 1 500px;
  display: flex;
  width: 100%;
  height: 60vh;
  align-items: center;
}
.bars .bar {
  border-radius: 10px;
  margin: 2vw;
  text-align: center;
  flex: 1 0 auto;
  font-size: var(--step-0);
  justify-self: flex-start;
  font-size: clamp(70px, 5vw, 100px);
}
h2,
.border-left {
  border-left: solid 1px #ded47a;
  padding: 0.5rem 2rem;
}

.staggered {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 4rem;
}
.staggered .split-stagger {
  font-size: clamp(16px, 6vw, 80px);
  letter-spacing: 0.03em;
}
.staggered_text {
  flex: 1 1 300px;
}
.staggered_demo {
  flex: 1 1 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parallax-slab {
  position: relative;
  height: 500px;
  width: 100%;
  max-height: 500px;
  overflow: hidden;
}
.parallax-slab img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 180%;
  object-fit: cover;
}

.v-center {
  display: flex;
  align-items: center;
}

.spacer {
  height: 10vh;
}

.minicards {
  display: flex;
  flex-flow: row wrap;
}
.minicards .card {
  display: flex;
  background-color: transparent;
  border: none;
}
.minicards .card .slide {
  width: 300px;
  /* height: 300px; */
  transition: 0.5s;
}
.minicards .card .top-pane {
  /* position: relative; */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  z-index: 1;
  transition: 0.7s;
  transform: translateY(100px);
}
.minicards .card .top-pane .content {
  /* position: absolute; */
  position: relative;
  /* top: 0; */
  /* left: 0; */
  /* width: 100%; */
  height: 100%;
  padding:10px;
}
.minicards .card .top-pane .content img {
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  transform: translate(0, -100%);
  height: 100px;
}
.minicards .card .bottom-pane {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #ded47a; */
  box-sizing: border-box;
  transition: 0.8s;
}
/* .minicards .card .bottom-pane::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background: #ff506a;
} */
.minicards .card .bottom-pane .content {
  font-size: 16px;
  /* text-align: center; */
}
 a {
  color: #ff506a;
}
.minicards .card .bottom-pane .content p {
  font-weight:200;
  color: #ffffff;
}
.minicards .card .bottom-pane .content h3 {
  font-family: "sirenne-six-mvb", serif;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 24px;
  color: #ffffff;
}
.minicards .card .bottom-pane .content h4 {
  font-family: "sirenne-six-mvb-roman-small", serif;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 18px;
  color: #ffffff;
}