:root {
  --offred: #ca181b;
  --offwhite: #f2edde;
  --offblack: #0a0f0b;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--offred);
  text-decoration: underline;
  transition: color .2s;
}

.d--100 {
  color: var(--offwhite);
  letter-spacing: -.015em;
  font-family: Host Grotesk, sans-serif;
  font-size: 7rem;
  font-weight: 500;
  line-height: 1;
}

.link {
  font-size: .875rem;
}

.d--30 {
  font-family: Host Grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
}

.body {
  background-color: var(--offblack);
  color: var(--offwhite);
  font-family: DM Sans, sans-serif;
  font-weight: 400;
}

.p--30 {
  font-size: 1.3rem;
  line-height: 1.6;
}

.cs-page-wrapper {
  background-image: linear-gradient(#00000003, #00000003), url('../images/blackstone-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100vh;
  padding: 2rem;
}

.cs-col {
  width: 50%;
}

.cs-col.is--right {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.cs-row {
  z-index: 1;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.cs-logo {
  z-index: 1;
  letter-spacing: -.02em;
  margin-bottom: 5rem;
  font-size: 24px;
  font-weight: 500;
  line-height: .9;
  position: relative;
}

.cs-contact-list {
  z-index: 1;
  margin-bottom: 5rem;
  display: flex;
  position: relative;
}

.cs-contact-list-item {
  width: 50%;
  padding-top: 2rem;
}

.cs-contact-list-item.is--last {
  align-items: center;
  padding-top: 1rem;
  display: flex;
}

.cs-contact-list-item.is--last.hide {
  display: none;
}

.cs-description {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 37rem;
  display: flex;
  position: relative;
}

.cs-page-title {
  z-index: 1;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cs-page-title-wrap {
  max-width: 55rem;
}

.sg-logo {
  width: 120px;
}

.underline {
  border-bottom: 5px dotted var(--offred);
  display: inline-flex;
}

.underline.small {
  border-bottom-width: 3px;
  display: inline;
}

.emcg-container {
  z-index: 0;
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  padding-right: 3rem;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.emcg-logo {
  opacity: .1;
  width: 100vw;
  position: relative;
  bottom: -4rem;
  right: -2rem;
  transform: translate(0);
}

.loader {
  z-index: 1600;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100.1%;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader_column {
  border-right: 1px solid var(--offred);
  background-color: var(--offblack);
  width: 25%;
  height: 100%;
}

.loader_column.is-2 {
  justify-content: flex-end;
  align-items: center;
  min-width: 300px;
  padding-right: .5em;
  display: flex;
}

.loader_column.is-3 {
  justify-content: flex-start;
  align-items: center;
  min-width: 300px;
  padding-left: .5em;
  display: flex;
}

.loader_column.is-4 {
  border-right-style: none;
  height: 100%;
}

.main-heading {
  font-family: Host Grotesk, sans-serif;
  font-size: 4vw;
  font-weight: 600;
  line-height: 1.4em;
  display: flex;
}

.main-heading.logo {
  background-image: url('../images/blackstone-logo-symbol.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 90px;
  padding-left: 90px;
}

.logo-spinner-relative {
  z-index: 90001;
  opacity: .5;
  width: 128px;
  height: 128px;
  margin-right: 1rem;
  position: relative;
}

.spinner-outside, .spinner-inside {
  filter: drop-shadow(0 2px 5px #88a89b66);
  position: absolute;
}

.footer-credits {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
}

.subtitle {
  font-family: Host Grotesk, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.subtitle.small {
  font-size: 9px;
  font-weight: 700;
}

.legal-link-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.legal-link {
  color: #424242;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 9px;
  text-decoration: none;
}

.bold {
  color: var(--offwhite);
  background-color: #f2edde59;
  border-radius: 1rem;
  margin-right: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: inline-flex;
}

.btn {
  color: var(--offwhite);
  cursor: pointer;
  background-color: #e7e7e7;
  justify-content: center;
  align-items: center;
  padding: 1rem 3rem;
  font-family: Host Grotesk, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.btn.btn-one {
  background-color: var(--offred);
  border-radius: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.btn.btn-one:hover {
  background-color: var(--offwhite);
  color: var(--offblack);
}

.btn.btn-two {
  background-color: var(--offred);
  border-radius: 3rem;
  margin-left: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1rem;
  overflow: hidden;
}

.btn.btn-two:hover {
  background-color: var(--offwhite);
  color: var(--offblack);
}

@media screen and (min-width: 1280px) {
  .d--100 {
    text-transform: none;
  }

  .link {
    transition: opacity .2s, color .2s;
  }

  .link:hover {
    opacity: .6;
  }
}

@media screen and (min-width: 1440px) {
  .d--100 {
    letter-spacing: -.02em;
    line-height: 1.05;
  }

  .body {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .loader_column {
    display: none;
  }

  .loader_column.is-2, .loader_column.is-3 {
    width: 50%;
    min-width: auto;
  }

  .loader_column.is-4 {
    display: none;
  }

  .main-heading {
    font-size: 11vw;
  }
}

@media screen and (max-width: 767px) {
  .d--100 {
    font-size: 4rem;
  }

  .cs-page-wrapper {
    padding: 1.75rem;
  }

  .cs-col {
    width: 100%;
  }

  .cs-col.is--right {
    flex-direction: column-reverse;
  }

  .cs-row {
    flex-direction: column;
  }

  .cs-logo {
    margin-bottom: 0;
  }

  .cs-contact-list {
    margin-top: 4rem;
    margin-bottom: 0;
  }

  .cs-description {
    max-width: 24rem;
  }

  .cs-page-title {
    display: block;
    position: static;
  }

  .cs-page-title-wrap {
    max-width: 37rem;
    padding-right: 2rem;
  }

  .loader_column {
    width: 50%;
  }

  .loader_column.is-1 {
    display: none;
  }

  .loader_column.is-2 {
    border-left-style: none;
  }

  .loader_column.is-3 {
    border-right-style: none;
  }

  .loader_column.is-4 {
    display: none;
  }

  .main-heading {
    font-size: 10vw;
  }

  .footer-credits {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .d--100 {
    letter-spacing: -.01em;
    font-size: 2.5rem;
  }

  .p--30 {
    font-size: .9rem;
  }

  .cs-page-wrapper {
    background-image: linear-gradient(#0000, #0000), url('../images/blackstone-bg.jpg');
    background-position: 0 0, 80%;
    height: auto;
    min-height: 100vh;
    padding: 1.5rem 1.5rem 3rem;
  }

  .cs-col.is--left {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .cs-logo {
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .cs-logo.w--current {
    margin-bottom: 3rem;
  }

  .cs-contact-list {
    flex-direction: column;
    margin-top: 1.5rem;
    display: block;
  }

  .cs-contact-list-item {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .cs-contact-list-item.is--last {
    margin-bottom: 0;
  }

  .cs-description {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 3rem;
  }

  .cs-page-title-wrap {
    padding-right: 0;
  }

  .underline {
    flex-flow: column;
    align-items: flex-start;
    display: inline;
  }

  .emcg-container {
    padding-right: 1rem;
  }

  .emcg-logo {
    bottom: -1rem;
    right: -1rem;
  }

  .loader {
    display: none;
  }

  .loader_column.is-2 {
    padding-right: .5em;
  }

  .loader_column.is-3 {
    padding-left: .5em;
  }

  .main-heading {
    font-size: 7vw;
  }

  .logo-spinner-relative {
    width: 128px;
    height: 128px;
  }

  .btn.btn-one, .btn.btn-two {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1rem;
  }
}

#w-node-e4eb2094-874b-2587-6ea3-d1681f13a364-a75cd033 {
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-e4eb2094-874b-2587-6ea3-d1681f13a364-a75cd033 {
    justify-self: center;
  }
}


