:root {
  --white: white;
  --black: black;
  --magenta: #e402ff;
  --almost-black: #1a1a1a;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.test-section {
  z-index: 5000;
  background-color: red;
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  inset: 0% 0% auto;
}

.test-text-block {
  color: var(--white);
  text-align: center;
  font-size: 20px;
}

.footer-section-copyright {
  margin-top: 30px;
  margin-bottom: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.container-copyright {
  color: var(--black);
  text-align: center;
  margin-bottom: 27px;
  padding-top: 10px;
}

.copyright {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  display: inline-block;
}

.html-embed {
  display: inline-block;
}

.body {
  background-color: var(--white);
  color: var(--white);
}

.section-3 {
  color: #ced8dd;
  margin-bottom: 0;
  position: static;
}

.section-5 {
  margin-top: 0;
  padding-bottom: 60px;
  position: fixed;
  inset: auto 0% 0%;
}

.footer-wrapper {
  position: fixed;
  inset: auto 0% 0%;
}

.legal-links-container {
  justify-content: space-between;
  margin-bottom: 9px;
  padding-bottom: 10px;
  display: flex;
}

.legal-link {
  color: var(--black);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  text-decoration: none;
}

.legal-link:hover {
  color: #646464;
}

.copyright-kkr {
  color: #aeaeae;
  font-family: sofia-pro, sans-serif;
  font-size: 1em;
  line-height: 1em;
  display: inline-block;
}

.footer-section-kkr {
  background-color: #1b1b1b;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  position: static;
  inset: auto 0% 0%;
}

.legal-link-kkr {
  color: #aeaeae;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  font-family: sofia-pro, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
}

.legal-link-kkr:hover {
  color: #646464;
}

.updated {
  color: #1644f9;
  padding-top: 3px;
  font-family: Varela, sans-serif;
  font-size: 75%;
  font-weight: 400;
  line-height: 1.2em;
}

.updated.hide {
  display: none;
}

.cookie-prefs-link {
  color: #aeaeae;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  cursor: pointer;
  font-family: sofia-pro, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
}

.cookie-prefs-link:hover {
  color: #646464;
}

.updated-flex-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
}

.container-copyright-kkr {
  color: #000;
  text-align: center;
  margin-bottom: 27px;
  padding-top: 10px;
}

.legal-links-container-kkr {
  justify-content: space-between;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/ART_RGB-ARC-copy.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 35px;
  display: flex;
}

.section.passcode-section {
  background-image: linear-gradient(#00000059, #00000059), url('../images/ART_RGB-ARC-copy.jpg');
}

.copy-div {
  justify-content: center;
  align-items: center;
  width: 75%;
  margin-top: 55px;
  margin-bottom: 55px;
  display: flex;
}

.copy-div.book-info {
  margin-top: 25px;
}

.image {
  vertical-align: baseline;
  width: 300px;
  max-width: none;
}

.navbar {
  color: var(--white);
}

.div-block-2 {
  flex-flow: column;
  display: flex;
}

.nav-link {
  color: #fff;
  font-family: sofia-pro, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link-2, .nav-link-3 {
  color: #fff;
  font-family: sofia-pro, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
}

.container {
  flex-flow: wrap;
  place-content: stretch space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-section {
  position: static;
}

.navbar-section.hide-navbar {
  display: none;
}

.brand {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

.brand.w--current {
  padding-top: 0;
  padding-bottom: 0;
}

.invitation-image {
  width: 55%;
  box-shadow: 0 0 15px 10px #0000008c;
}

.paragraph {
  text-align: center;
  margin-bottom: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.8em;
}

.text-span {
  color: #e402ff;
}

.enter-passcode-div {
  background-color: #1a1a1a;
  justify-content: center;
  align-items: center;
  margin-bottom: 55px;
  padding: 15px;
  display: flex;
}

.text-span-2 {
  color: var(--magenta);
  -webkit-text-stroke-color: var(--white);
}

.div-block-3 {
  width: 25%;
  height: auto;
}

.image-2 {
  border: 3px none var(--magenta);
  border-radius: 20px;
}

.text-block {
  text-align: center;
  padding-top: 0;
}

.book-title-div {
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-bottom: 55px;
  display: flex;
}

.image-3 {
  width: auto;
}

.text-block-2 {
  text-align: center;
  font-family: sofia-pro, sans-serif;
}

.text-block-2.email-copy {
  margin-bottom: 15px;
  font-size: 1.2em;
  line-height: 1em;
}

.container-2 {
  margin-top: 25px;
}

.review-div {
  margin-top: 35px;
  margin-bottom: 15px;
}

.link {
  color: var(--magenta);
  font-family: sofia-pro, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
}

.button {
  background-color: var(--magenta);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: sofia-pro, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  display: flex;
}

.nav-link-4 {
  font-family: Varela Round, sans-serif;
}

.nav-link-4.w--current {
  color: var(--white);
  font-family: sofia-pro, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

.navbar-2 {
  clear: none;
  background-color: #1a1a1a;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.image-4 {
  width: 300px;
}

.container-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-5 {
  width: 300px;
}

.container-4 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.navbar-3 {
  background-color: var(--almost-black);
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-link-5 {
  color: var(--white);
  font-family: sofia-pro, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

.nav-link-5.link-style-1:hover {
  text-decoration: underline;
}

.nav-link-5.link-style-1.w--current {
  color: var(--white);
}

.nav-link-6 {
  color: var(--white);
  font-family: sofia-pro, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

.nav-link-6.link-style-1:hover {
  text-decoration: underline;
}

.nav-link-6.link-style-1.w--current {
  color: var(--white);
}

@media screen and (max-width: 991px) {
  .legal-link-kkr {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .updated {
    padding-top: 0;
  }

  .cookie-prefs-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .legal-links-container-kkr {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .copy-div {
    width: 85%;
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .nav-menu {
    background-color: #1a1a1a;
  }

  .menu-button, .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .invitation-image {
    width: 75%;
  }

  .paragraph {
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .div-block-3 {
    width: 35%;
  }

  .book-title-div {
    width: 35%;
    margin-bottom: 35px;
  }

  .icon {
    width: 24px;
  }

  .menu-button-2, .menu-button-2.w--open {
    background-color: #c8c8c800;
  }

  .nav-menu-2 {
    background-color: var(--almost-black);
  }
}

@media screen and (max-width: 767px) {
  .legal-links-container {
    flex-direction: column;
    align-items: center;
  }

  .legal-link, .legal-link-kkr, .cookie-prefs-link {
    margin-bottom: 5px;
  }

  .legal-links-container-kkr {
    flex-direction: column;
    align-items: center;
  }

  .copy-div, .invitation-image {
    width: 85%;
  }

  .div-block-3 {
    width: 35%;
  }
}

@media screen and (max-width: 479px) {
  .legal-links-container-kkr {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image {
    width: 200px;
  }

  .invitation-image {
    width: 90%;
  }

  .div-block-3, .book-title-div {
    width: 55%;
  }

  .review-div {
    padding-left: 25px;
    padding-right: 25px;
  }

  .button {
    justify-content: center;
    align-items: center;
  }
}


