:root {
  --white: white;
  --adequate-blue: #0006ff;
  --dark-blue: #00038f;
}

body {
  color: #333;
  font-family: neue-haas-unica, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

a {
  color: var(--white);
  margin-bottom: 0;
  text-decoration: none;
  display: block;
}

a:hover {
  text-decoration: underline;
}

.container {
  z-index: 10;
  max-width: 2000px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.container.nav-container {
  justify-content: center;
  align-items: center;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}

.nav {
  padding-top: 18px;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.nav.invert {
  z-index: 20;
}

.logo-link {
  float: left;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.logo-link:hover {
  opacity: .7;
}

.logo {
  height: 25px;
  display: block;
}

.section {
  z-index: 2;
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--adequate-blue);
  grid-template: "Mast Mast"
                 "Heading Heading"
                 "Left-Links Right-Links"
                 "Action Action"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 400px;
  max-width: 400px;
  display: grid;
  position: relative;
}

.box.invert {
  border-top-color: var(--white);
  border-right-color: var(--white);
  border-left-color: var(--white);
}

.box.right-page {
  border-left-style: none;
}

.box-insert {
  border-bottom: 1px solid var(--adequate-blue);
  padding: 20px;
}

.box-insert.action {
  text-align: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.box-insert.action:hover {
  background-color: #e4e4ff;
}

.box-insert.action.invert:hover {
  background-color: #00000080;
}

.box-insert.top {
  padding: 0;
}

.box-insert.invert {
  border-bottom-color: var(--white);
}

.box-insert.shop-shelf {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #ddd;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-height: 613px;
  padding-left: 30px;
  padding-right: 30px;
  display: grid;
  overflow: scroll;
}

.box-insert.border-right {
  border-right: 1px solid var(--adequate-blue);
}

.box-insert.border-right.invert {
  border-right-color: var(--white);
}

.big-text {
  text-align: center;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.adq-body {
  background-color: var(--adequate-blue);
  color: var(--adequate-blue);
  font-size: 12px;
  line-height: 16px;
}

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

.box-logo {
  width: 100%;
  padding: 0;
  display: block;
}

.arrow {
  height: 16px;
  margin-top: 1px;
  margin-right: -2px;
  display: block;
}

.navigation {
  justify-content: space-between;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 9px;
  line-height: 15px;
  display: flex;
}

.navigation-link {
  display: inline;
}

.release-overlay {
  z-index: 1;
  background-image: linear-gradient(45deg, #000000b3, #000000d9), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.release-overlay.even-rome {
  background-image: linear-gradient(45deg, #000000b3, #000000d9), url('../images/even-rome-background.jpg');
}

.release-overlay.lonely-world {
  background-image: linear-gradient(45deg, #000000b3, #0009), url('../images/readers-bg.jpg');
}

.release-overlay.readers {
  background-image: linear-gradient(45deg, #000000d9, #000000b8), url('../images/readers-bg.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.release-overlay.claye {
  background-image: linear-gradient(#ff0004e6, #ff0004e6), url('../images/claye.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.release-overlay.mhc {
  background-image: linear-gradient(45deg, #000000e0, #000000d9), url('../images/mhc.jpg');
  background-position: 0 0, 50% 100%;
}

.release-overlay.renaissance-man {
  background-image: linear-gradient(45deg, #000000b3, #000000b3), url('../images/stars-background.jpg');
}

.release-overlay.wp {
  background-image: linear-gradient(225deg, #20001cde, #00031beb), url('../images/grain.webp');
  background-repeat: repeat, repeat;
  background-size: auto, auto;
}

.release-overlay.maan {
  background-image: linear-gradient(45deg, #383c3c, #041426);
}

.release {
  z-index: 10;
  color: #000;
  transform-style: preserve-3d;
  font-size: 12px;
  line-height: 30px;
  transition: box-shadow .2s, transform .2s;
  display: inline-block;
  position: relative;
  transform: translate(0)scale3d(.5, .5, .9)rotate(37deg)skew(48deg, -48deg);
  box-shadow: 42px 42px 25px #00000040;
}

.release:hover {
  text-decoration: none;
  transform: translate(0)scale3d(.6, .6, .9)rotate(48deg)skew(48deg, -48deg);
  box-shadow: 36px 36px 25px #00000040;
}

.release.rome, .release.hide {
  display: none;
}

.release-thumbnail {
  border: 3px solid #fff;
  width: 100%;
}

.end {
  padding-left: .1px;
}

.double-box {
  align-items: flex-start;
  display: flex;
}

.name-tag {
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  margin-bottom: -1px;
  padding-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  display: inline-block;
}

.name-tag.preorder {
  background-color: var(--adequate-blue);
  color: var(--white);
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 100px;
  margin-right: -15px;
  padding: 15px 7px;
  font-size: 8px;
  line-height: 24px;
  position: absolute;
  inset: auto 0% -4% auto;
}

.name-tag.preorder.preorder-top {
  inset: -4% 0% auto auto;
}

.text-slider {
  background-color: #fff0;
  height: auto;
  position: static;
}

.slider-left, .slider-right {
  margin: 0;
  display: none;
  position: static;
}

.slider-nav {
  display: none;
}

.text-slide, .text-slider-mask {
  position: static;
}

.newsletter-form {
  color: var(--white);
  flex: 0 auto;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  display: block;
  position: relative;
  bottom: 1px;
}

.newsletter-form.invert {
  color: var(--adequate-blue);
}

.email-form-wrapper {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
}

.email-form-field {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #fff0;
  border-radius: 0;
  height: 50px;
  margin-bottom: 0;
  padding: 5px 10px 6px;
  font-size: 12px;
  display: inline-block;
}

.email-form-field:focus {
  border-color: var(--white);
  color: var(--white);
}

.email-form-field::placeholder {
  color: var(--white);
}

.email-form-field.success {
  border-style: none;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.email-form-field.success.invert {
  color: var(--adequate-blue);
  font-weight: 600;
}

.email-form-field.invert {
  border-color: var(--adequate-blue);
  color: var(--adequate-blue);
  border-radius: 0;
}

.email-form-field.invert::placeholder {
  color: var(--adequate-blue);
}

.email-form-button {
  background-color: var(--white);
  color: var(--adequate-blue);
  text-align: right;
  height: 50px;
  padding: 5px 20px;
  font-size: 12px;
  transition: opacity .3s;
  display: inline-block;
  position: relative;
}

.email-form-button:hover {
  text-decoration: underline;
}

.email-form-button.invert {
  background-color: var(--adequate-blue);
  color: var(--white);
  padding-top: 2px;
  padding-right: 19px;
}

.email-form-button.invert:hover {
  background-color: var(--dark-blue);
}

.form-success {
  background-color: #0000;
  padding: 0;
}

.error {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  flex: 1;
  width: 100%;
  margin-top: 5px;
  padding: 0;
  font-size: 8px;
  position: absolute;
}

.newsletter-overlay {
  color: var(--white);
  background-color: #0006ffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 25px 50px;
  display: none;
  position: absolute;
  inset: 0%;
}

.newsletter-overlay.always-on {
  background-color: #0006ff;
  display: flex;
}

.close-icon {
  height: 16px;
}

.close {
  cursor: pointer;
  padding-bottom: 10px;
  padding-left: 10px;
  position: absolute;
  inset: 10px 10px auto auto;
}

.email-form {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-label {
  text-align: left;
  flex: 1;
}

.cta {
  flex: 1;
}

.news-text {
  max-width: 45ch;
}

.preorder-tag {
  position: absolute;
  inset: auto 0% 0% auto;
}

.sample-email-link {
  color: #888;
  margin-top: 6px;
  font-size: 10px;
  font-style: italic;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .box {
    min-width: 350px;
    max-width: 350px;
  }

  .box-insert {
    padding: 10px;
  }

  .box-insert.shop-shelf {
    max-height: 501px;
  }

  .big-text {
    font-size: 15px;
  }

  .adq-body {
    font-size: 11px;
    line-height: 15px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    display: block;
  }

  .section.news {
    display: flex;
  }

  .box {
    min-width: 100%;
    max-width: 100%;
  }

  .box.right-page {
    margin-top: 20px;
  }

  .box-insert {
    padding: 20px;
  }

  .box-insert.shop-shelf {
    max-height: none;
  }

  .big-text {
    font-size: 16px;
  }

  .adq-body {
    font-size: 12px;
    line-height: 16px;
  }

  .double-box {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 11px;
    line-height: 15px;
  }

  .heading.news {
    line-height: 20px;
  }

  .section {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .section.news {
    padding-top: 40px;
  }

  .box.right-page {
    border-left-style: solid;
  }

  .box-insert {
    padding: 15px 10px;
  }

  .box-insert.action {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .big-text {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .adq-body {
    font-size: 11px;
    line-height: 15px;
  }

  .navigation {
    font-size: 8px;
  }

  .release-overlay.mhc {
    background-image: linear-gradient(45deg, #000000fa, #000000e6), url('../images/mhc.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .double-box {
    display: block;
  }

  .email-form-wrapper {
    align-items: stretch;
    display: flex;
  }

  .email-form-field {
    font-size: 11px;
    line-height: 14px;
  }

  .email-form-field.invert {
    padding: 0 5px 0 10px;
    display: block;
  }

  .email-form-button {
    font-size: 11px;
    line-height: 14px;
  }
}

#w-node-b32dc195-5725-98fb-49e5-77ccde9905b0-3cbe6d3a {
  grid-area: Mast;
}

#w-node-b32dc195-5725-98fb-49e5-77ccde9905b2-3cbe6d3a {
  grid-area: Heading;
}

#w-node-b32dc195-5725-98fb-49e5-77ccde9905b5-3cbe6d3a {
  grid-area: Left-Links;
}

#w-node-b32dc195-5725-98fb-49e5-77ccde9905bc-3cbe6d3a {
  grid-area: Right-Links;
}

#w-node-b32dc195-5725-98fb-49e5-77ccde9905c3-3cbe6d3a {
  grid-area: Action;
}

#w-node-_419d2627-5d24-2210-d2f2-8b2ff570f1db-ed4eca46 {
  grid-area: Mast;
}

#w-node-_419d2627-5d24-2210-d2f2-8b2ff570f1dd-ed4eca46 {
  grid-area: Heading;
}

#w-node-_419d2627-5d24-2210-d2f2-8b2ff570f1e0-ed4eca46 {
  grid-area: Left-Links;
}

#w-node-_419d2627-5d24-2210-d2f2-8b2ff570f1e7-ed4eca46 {
  grid-area: Right-Links;
}

#w-node-_419d2627-5d24-2210-d2f2-8b2ff570f1ee-ed4eca46 {
  grid-area: Action;
}

#w-node-_8bec3934-ac44-a89e-6ff5-a7beac96d170-6515f4aa {
  grid-area: Mast;
}

#w-node-_8bec3934-ac44-a89e-6ff5-a7beac96d172-6515f4aa {
  grid-area: Heading;
}

#w-node-_8bec3934-ac44-a89e-6ff5-a7beac96d175-6515f4aa {
  grid-area: Left-Links;
}

#w-node-_8bec3934-ac44-a89e-6ff5-a7beac96d17c-6515f4aa {
  grid-area: Right-Links;
}

#w-node-_8bec3934-ac44-a89e-6ff5-a7beac96d183-6515f4aa {
  grid-area: Action;
}

#w-node-b2286e2b-34c6-eb42-25af-39b180f9a7ee-9fc0381e {
  grid-area: Mast;
}

#w-node-b2286e2b-34c6-eb42-25af-39b180f9a7f0-9fc0381e {
  grid-area: Heading;
}

#w-node-b2286e2b-34c6-eb42-25af-39b180f9a7f3-9fc0381e {
  grid-area: Left-Links;
}

#w-node-b2286e2b-34c6-eb42-25af-39b180f9a7fa-9fc0381e {
  grid-area: Right-Links;
}

#w-node-b2286e2b-34c6-eb42-25af-39b180f9a801-9fc0381e {
  grid-area: Action;
}

#w-node-_75ab0258-b532-e19e-1907-545830eeed5d-a78fcd64 {
  grid-area: Mast;
}

#w-node-_75ab0258-b532-e19e-1907-545830eeed5f-a78fcd64 {
  grid-area: Heading;
}

#w-node-_75ab0258-b532-e19e-1907-545830eeed62-a78fcd64 {
  grid-area: Left-Links;
}

#w-node-_75ab0258-b532-e19e-1907-545830eeed69-a78fcd64 {
  grid-area: Right-Links;
}

#w-node-_75ab0258-b532-e19e-1907-545830eeed70-a78fcd64 {
  grid-area: Action;
}

#w-node-f8e81c43-7392-c15f-51fa-344ab31ebdbb-68f2b21e {
  grid-area: Mast;
}

#w-node-f8e81c43-7392-c15f-51fa-344ab31ebdbd-68f2b21e {
  grid-area: Heading;
}

#w-node-_6a4548e6-7d38-840e-3f75-0ffa99b88504-68f2b21e {
  grid-area: Left-Links;
}

#w-node-d900f132-d5de-c575-b0b4-a925c7c652f4-68f2b21e {
  grid-area: Right-Links;
}

#w-node-f8e81c43-7392-c15f-51fa-344ab31ebdce-68f2b21e {
  grid-area: Action;
}

#w-node-e2f82f22-456b-432a-7d66-099d5296f364-68f2b21e {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_5410fb09-5b72-560e-6adc-32d80a0b690c-4d9733e9 {
  grid-area: Mast;
}

#w-node-cc23f78b-3c42-8eef-11cb-338d42a65a0b-4d9733e9 {
  grid-area: Heading;
}

#w-node-_75b294d1-2f7a-adce-3e6b-0ca0f149039b-4d9733e9 {
  grid-area: Left-Links;
}

#w-node-_1ae82660-90b1-1162-0bce-6c531fb3f102-4d9733e9 {
  grid-area: Right-Links;
}

#w-node-_8cc2285b-8d3c-c3e0-829b-f3a74b88794a-4d9733e9 {
  grid-area: Action;
}

#w-node-_75ab0258-b532-e19e-1907-545830eeed5d-dac66708 {
  grid-area: Mast;
}

#w-node-_75ab0258-b532-e19e-1907-545830eeed5f-dac66708 {
  grid-area: Heading;
}

#w-node-_75ab0258-b532-e19e-1907-545830eeed62-dac66708 {
  grid-area: Left-Links;
}

#w-node-_75ab0258-b532-e19e-1907-545830eeed69-dac66708 {
  grid-area: Right-Links;
}

#w-node-_75ab0258-b532-e19e-1907-545830eeed70-dac66708 {
  grid-area: Action;
}

#w-node-_419d2627-5d24-2210-d2f2-8b2ff570f1db-8f8e2bd9 {
  grid-area: Mast;
}

#w-node-_419d2627-5d24-2210-d2f2-8b2ff570f1dd-8f8e2bd9 {
  grid-area: Heading;
}

#w-node-_419d2627-5d24-2210-d2f2-8b2ff570f1e0-8f8e2bd9 {
  grid-area: Left-Links;
}

#w-node-_419d2627-5d24-2210-d2f2-8b2ff570f1e7-8f8e2bd9 {
  grid-area: Right-Links;
}

#w-node-_419d2627-5d24-2210-d2f2-8b2ff570f1ee-8f8e2bd9 {
  grid-area: Action;
}

#w-node-_75ab0258-b532-e19e-1907-545830eeed5d-348e5301 {
  grid-area: Mast;
}

#w-node-_75ab0258-b532-e19e-1907-545830eeed5f-348e5301 {
  grid-area: Heading;
}

#w-node-_75ab0258-b532-e19e-1907-545830eeed62-348e5301 {
  grid-area: Left-Links;
}

#w-node-_75ab0258-b532-e19e-1907-545830eeed69-348e5301 {
  grid-area: Right-Links;
}

#w-node-_75ab0258-b532-e19e-1907-545830eeed70-348e5301 {
  grid-area: Action;
}

#w-node-_75ab0258-b532-e19e-1907-545830eeed5d-3618b3d5 {
  grid-area: Mast;
}

#w-node-_75ab0258-b532-e19e-1907-545830eeed5f-3618b3d5 {
  grid-area: Heading;
}

#w-node-_75ab0258-b532-e19e-1907-545830eeed62-3618b3d5 {
  grid-area: Left-Links;
}

#w-node-_75ab0258-b532-e19e-1907-545830eeed69-3618b3d5 {
  grid-area: Right-Links;
}

#w-node-_75ab0258-b532-e19e-1907-545830eeed70-3618b3d5 {
  grid-area: Action;
}

#w-node-_75ab0258-b532-e19e-1907-545830eeed5d-8a9b76ae {
  grid-area: Mast;
}

#w-node-_75ab0258-b532-e19e-1907-545830eeed5f-8a9b76ae {
  grid-area: Heading;
}

#w-node-_75ab0258-b532-e19e-1907-545830eeed62-8a9b76ae {
  grid-area: Left-Links;
}

#w-node-_75ab0258-b532-e19e-1907-545830eeed69-8a9b76ae {
  grid-area: Right-Links;
}

#w-node-_75ab0258-b532-e19e-1907-545830eeed70-8a9b76ae {
  grid-area: Action;
}


