:root {
  --white: white;
  --black: black;
  --dim-grey: #6e6e6e;
  --white-smoke: #e9e9e9;
  --midnight-blue: #100053;
  --grey: #919191;
  --dark-slate-grey: #3a3a3a;
  --light-grey: #cdcdcd;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.test-section {
  z-index: 5000;
  background-color: red;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
  position: static;
  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-top: -35px;
  margin-bottom: 27px;
  font-family: Raleway, sans-serif;
}

.copyright {
  font-family: Raleway, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  display: inline-block;
}

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

.body {
  background-color: var(--white);
  color: var(--dim-grey);
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: 400;
  display: block;
}

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

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

.bold-text {
  font-size: 15px;
  line-height: 15px;
}

.nav-menu {
  float: left;
}

.social-icon-nav {
  float: right;
  background-color: var(--black);
  border: 1px solid #000;
  border-radius: 40px;
  width: 32px;
  height: 32px;
  margin-top: 9px;
  margin-left: 10px;
  display: none;
}

.social-icon-nav:hover {
  border-color: var(--white-smoke);
  background-color: var(--midnight-blue);
}

.social-icon-nav:active {
  background-color: var(--dim-grey);
  border-width: 2px;
}

.navbar {
  background-color: var(--white-smoke);
  height: 50px;
}

.navbar.homepage {
  height: 50px;
  position: fixed;
  inset: 0% 0% auto;
}

.section-hero {
  margin-top: 49px;
  margin-bottom: 40px;
}

.div-block {
  background-color: var(--midnight-blue);
  height: 400px;
}

.nav-button {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 7px;
  margin-right: 3px;
  padding: 13px 10px 12px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
}

.nav-button.w--current {
  border-bottom: 1px solid var(--black);
  color: var(--black);
}

.nav-button.hidden, .nav-button.our-authors-nav {
  display: none;
}

.home-hero-slider {
  height: 400px;
}

.homepagetitle {
  color: #fff;
  text-align: left;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 900;
  line-height: 80px;
  text-decoration: none;
}

.homepagetitle.climate {
  letter-spacing: 7px;
  text-transform: uppercase;
  padding-right: 99px;
  line-height: 80px;
}

.slide-bullets {
  background-image: url('../images/Bullets--Opium_Revised.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-she {
  background-image: url('../images/slider-she.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-from-having {
  background-image: linear-gradient(#c59700, #0000 38%), linear-gradient(#0000 58%, #c59700), url('../images/puzzle.jpg');
  background-position: 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.newslidertextbottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-bottom: 44px;
  padding-left: 80px;
  padding-right: 20px;
  text-decoration: none;
  display: block;
  position: sticky;
  top: 909px;
}

.titletextslider {
  color: #fff;
  text-align: center;
  letter-spacing: 12px;
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 60px;
  font-style: normal;
  display: block;
}

.slide-first {
  background-image: url('../images/The-First_Revised.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-block-13 {
  direction: ltr;
  text-decoration: none;
}

.text-block-13:focus {
  text-decoration: none;
}

.left-arrow {
  display: none;
}

.slide-indivisible {
  background-image: url('../images/slider-indivisible3.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.learn-more-linkblock {
  color: var(--midnight-blue);
  cursor: pointer;
  border: 0 solid #000;
  text-decoration: none;
}

.learn-more-linkblock:hover {
  opacity: .7;
  color: var(--dim-grey);
}

.learn-more-linkblock:active {
  color: var(--midnight-blue);
}

.bold-text-10 {
  text-align: left;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 80px;
}

.bold-text-10.htrab {
  letter-spacing: 5px;
}

.slide-2 {
  background-image: linear-gradient(#000, #000);
}

.homepageauthor {
  color: #fff;
  letter-spacing: 3px;
  margin-top: 20px;
  padding-left: 2px;
  font-size: 20px;
}

.homepagesubtitle {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  margin-top: 20px;
  padding-left: 3px;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
}

.homepagesubtitle.thefirst {
  padding-right: 362px;
  font-weight: 700;
  line-height: 35px;
}

.homepagesubtitle.boy {
  line-height: 35px;
}

.homepagesubtitle.hoax {
  padding-right: 305px;
}

.subtitleslider {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 23px;
  padding-left: 250px;
  padding-right: 250px;
  font-size: 20px;
  font-style: normal;
  line-height: 40px;
}

.slide-feminism {
  background-color: #000;
  background-image: linear-gradient(#0000 69%, #832f0fd9), url('../images/women.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slidertextdiv {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 696px;
  display: none;
}

.slidertextdiv.raiseaboy {
  margin-top: -143px;
  display: none;
}

.slidertextdiv.thefirst {
  margin-top: -13px;
}

.slidertextdiv.elon {
  margin-top: -135px;
  display: none;
}

.slide-boomer {
  background-image: linear-gradient(#0000, #4c36efcc), url('../images/slider-boomer.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider-keepmoving {
  background-image: url('../images/slider-keep-moving.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav-2 {
  opacity: .6;
  font-size: 9px;
  line-height: 15px;
  display: block;
}

.slider-quote {
  color: #fff;
  padding-right: 292px;
  font-size: 19px;
  line-height: 29px;
}

.authornameslider {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  padding-right: 0;
  font-size: 14px;
}

.slide-bad-medicine {
  background-image: url('../images/PainKiller_website.jpg');
  background-position: 0 0;
  background-size: cover;
}

.bold-text-4 {
  text-align: left;
}

.slide-boy {
  background-image: url('../images/How2RaiseABoy_website-_Revised.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-hoax {
  background-image: linear-gradient(#0000007d, #0000 17%), linear-gradient(#0000 60%, #00000096), url('../images/slider-hoax.jpg');
  background-position: 0 0, 0 0, 80% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.slide-elon {
  background-image: url('../images/ELON1_Revised.jpg'), linear-gradient(#000, #000);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
  font-size: 19px;
  top: 0;
  bottom: 0;
  right: 0;
}

.right-arrow {
  display: none;
}

.bold-text-8 {
  font-size: 50px;
}

.slide-taste-maker {
  background-image: url('../images/slider-taste-maker.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-ida {
  background-image: url('../images/IdaB_Centered.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-climate-change {
  background-image: url('../images/slider-answer-to-climate-change.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/pexels-rahul-shah-1031588.jpg');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.logo-div {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.hero-logo {
  width: 30%;
}

.slide-4 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/hero-bookstore.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-5 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/hero-girl-reading1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.social {
  padding: 2px;
}

.nav-home-logo-btn {
  width: 50px;
  margin-right: 9px;
}

.nav-home-logo-btn:hover {
  opacity: .8;
}

.nav-home-logo-btn:active {
  opacity: .5;
}

.section-content {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-content.hide-section {
  display: block;
}

.paragraph {
  color: var(--dim-grey);
  text-align: justify;
  background-color: #efefef;
  margin-top: 15px;
  margin-bottom: 55px;
  padding: 50px;
  font-size: 14px;
  line-height: 21px;
}

.paragraph.statement2 {
  color: var(--dim-grey);
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 55px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.paragraph.statement1 {
  font-size: 14px;
  line-height: 24px;
}

.paragraph.statement-3 {
  margin-bottom: 0;
}

.html-embed-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  border: 1px solid #000;
  margin-left: 20px;
  margin-right: 20px;
}

.html-embed-2:hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-nav {
  border: 0px solid var(--dim-grey);
  color: var(--dim-grey);
  height: 210px;
  margin-top: 10px;
  padding-top: 0;
  font-size: 12px;
  display: none;
  position: static;
}

.left-arrow-2 {
  color: var(--dim-grey);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 210px;
  margin: 0 auto 0 -5px;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.left-arrow-2.hide-arrow {
  height: auto;
  display: none;
}

.left-arrow-2.hide-arrow.atriaintersections-arrow-left {
  width: 20px;
  height: 210px;
  margin-left: 15px;
  display: flex;
}

.slide {
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
  overflow: visible;
}

.right-arrow-2 {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 210px;
  margin: 0;
  display: flex;
  position: absolute;
  overflow: auto;
}

.right-arrow-2.hide-arrow {
  display: none;
}

.right-arrow-2.atriaintersections-arrow-right {
  margin-right: 15px;
  display: flex;
}

.topcarousellink {
  float: left;
  border: 1px #000;
  width: 170px;
  margin-left: 9px;
  margin-right: 9px;
  transition: all .4s;
}

.topcarousellink:hover {
  filter: grayscale();
}

.topcarousellink.carouselhc {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: auto;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  padding-right: 0;
  transition-duration: .3s;
  display: flex;
}

.div-center-carousel {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-center-carousel.padded {
  padding-left: 249px;
  padding-right: 249px;
}

.div-center-carousel.one-book-carousel {
  width: 55%;
  display: block;
}

.new-titles-slider {
  background-color: #0000;
  margin-top: 16px;
}

.new-titles-slider.desktop {
  margin-top: 15px;
}

.mask-2 {
  height: 210px;
}

.div-book-carousel {
  margin-top: 40px;
}

.div-book-carousel.mobile, .div-book-carousel.mobile.team-book-carousel, .div-book-carousel.mobile.carousel-teams {
  display: none;
}

.div-book-carousel.desktop.team-books-carousel {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: -75px;
  padding-bottom: 0;
  display: block;
}

.div-book-carousel.desktop.team-books-carousel.onebookcarousel {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-book-carousel.desktop.carousel-bookclubfiction {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-book-carousel.desktop.top-carousel {
  display: none;
}

.spacer {
  height: 55px;
}

.icon {
  z-index: auto;
  aspect-ratio: auto;
  opacity: 1;
  color: var(--grey);
  justify-content: center;
  align-items: center;
  height: 210px;
  margin: 0;
  padding-top: 0;
  font-size: 28px;
  display: block;
  position: relative;
  overflow: visible;
}

.icon.desktop-arrow {
  height: 200px;
  overflow: visible;
}

.icon-2 {
  background-color: var(--dim-grey);
  color: var(--grey);
  flex-flow: row;
  height: 210px;
  font-size: 28px;
  display: block;
  position: relative;
  overflow: visible;
}

.icon-2.hide-arrow {
  display: block;
}

.icon-2.desktop-arrow {
  flex-flow: row;
  flex: 0 auto;
  align-self: auto;
  height: 200px;
  margin: 0;
  display: block;
}

.div-employee {
  margin-top: 10px;
  margin-bottom: 55px;
  margin-right: 10px;
}

.div-employee.hide-employee {
  display: none;
}

.employee-pic {
  border: 1px solid var(--dark-slate-grey);
  width: 200px;
}

.column-emp-desc {
  border-top: 1px solid var(--dark-slate-grey);
  padding-top: 33px;
}

.employee-name {
  color: var(--dim-grey);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
}

.employee-title {
  color: var(--dim-grey);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}

.paragraph-2 {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
  line-height: 33px;
}

.paragraph-2.employee {
  color: #333;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.employee-bio {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 21px;
}

.container-team {
  margin-top: 40px;
}

.columns {
  margin-left: 0;
  margin-right: 0;
}

.department-label {
  margin-bottom: 25px;
}

.h3 {
  border-top: 0px solid var(--dark-slate-grey);
  border-bottom: 0px solid var(--dark-slate-grey);
  background-color: var(--white-smoke);
  color: var(--dark-slate-grey);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 400;
  line-height: 39px;
}

.italic-text {
  font-weight: 400;
}

.link-employee-bio {
  color: var(--midnight-blue);
}

.container {
  text-align: center;
}

.brand {
  width: 50px;
}

.section-page-name {
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 200;
}

.columns-imprints {
  border-top: 0px solid var(--dark-slate-grey);
  margin-top: 30px;
}

.paragraph-3 {
  text-align: left;
  font-size: 13px;
  line-height: 21px;
}

.paragraph-3.readers-and-authors-note {
  background-color: #f5f5f5;
  padding: 25px;
}

.image {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.client-div {
  width: 100px;
  height: 100px;
}

.client-div.link {
  opacity: .75;
  justify-content: center;
  align-items: center;
  width: 117px;
  height: 120px;
  padding: 10px;
  display: flex;
}

.client-div.link:hover {
  opacity: 1;
  background-image: linear-gradient(#ffffff80, #ffffff80);
}

.client-div.link:focus {
  opacity: .6;
}

.div-imprint-logo {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.imprint-logo {
  max-height: 175px;
}

.imprint-logo.adjusted {
  max-width: 85%;
}

.div-imprint-listing {
  border-top: 1px solid var(--dark-slate-grey);
  margin-bottom: 30px;
}

.h4 {
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}

.column {
  border-top: 1px solid #000;
}

.column-r-imprint-description {
  border-top: 0px solid var(--dark-slate-grey);
}

.spacer-2-smaller {
  height: 40px;
}

.footer-section {
  z-index: 999;
  color: #000;
  text-align: center;
  background-color: #fafafa;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: relative;
  inset: auto 0% 0%;
}

.footer-link {
  color: #363636;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}

.footer-link:hover {
  color: #000;
}

.container-copyright-2 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.copyright-2 {
  font-size: 10px;
  display: inline-block;
}

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

.dom {
  font-size: 1px;
}

.footer-link-2 {
  color: #363636;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-link-2:hover {
  color: #000;
}

.div-author-photo {
  border: 1px solid var(--dim-grey);
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

.div-author-photo.flynn {
  background-image: url('../images/vince-flynn.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-author-photo.hoover {
  background-image: url('../images/colleen-hoover.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-author-photo.thor {
  background-image: url('../images/brad-thor.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-author-photo.byrne {
  background-image: url('../images/rhonda-byrne.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-author-photo.weiner {
  background-image: url('../images/jennifer-weiner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-author-photo.jewell {
  background-image: url('../images/lisa-jewell.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-author-photo.evanovich {
  background-image: url('../images/Janet-Evanovich.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-author-photo.carr {
  background-image: url('../images/Jack-Carr.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-author-photo.harris {
  background-image: url('../images/Zakiya-Delila-Harris.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-author-photo.serle {
  background-image: url('../images/Rebecca-Serle.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-author-photo.souljah {
  background-image: url('../images/Sister-Souljah.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-author-photo.krueger {
  background-image: url('../images/William-Kent-Krueger.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-author-photo.ford {
  background-image: url('../images/Jamie-Ford.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-author-photo.saujani {
  background-image: url('../images/Reshma-Saujani.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-author-photo.rivera {
  background-image: url('../images/Chiquis-Rivera.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-author-photo.tur {
  background-image: url('../images/Katy-Tur.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-author-photo.emezi {
  background-image: url('../images/Akwaeke-Emezi.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-author-photo.michelleminsterling {
  background-image: url('../images/Michelle-Sterling-author-photo_credit-Benedicte-Gyldenstierne-Sehested.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-author-photo.maggiesmith {
  background-image: url('../images/Maggie-Smith-color-2021_Devon-Albeit-Photography.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-author-photo.christinepride {
  background-image: url('../images/Christine-Pride_Photograph-by-Christine-Han.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-author-photo.jopiazza {
  background-image: url('../images/Jo-Piazza.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-author-photo.vanessawalters {
  background-image: url('../images/Vanessa-Walters-author-photo.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-author-photo.elenaarmas {
  background-image: url('../images/Elena-Armas-Headshot-Credit-Elena-Armas300.jpg');
  background-position: 50%;
  background-size: cover;
}

.link-block {
  background-image: url('../images/amara1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.author-link-block {
  opacity: 0;
  width: 150px;
  height: 150px;
  text-decoration: none;
  transition: all .3s;
}

.author-link-block:hover {
  opacity: 1;
  background-color: #000000bf;
}

.author-name-rollover {
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  height: 40px;
  margin-top: 67px;
  line-height: 14px;
  text-decoration: none;
}

.social-footer-section {
  flex-direction: column;
  margin-top: 35px;
  margin-bottom: 35px;
  display: flex;
}

.image-2 {
  background-color: #000;
  border-radius: 0%;
}

.image-2.social-icons {
  border: 7px solid #000;
  border-radius: 100%;
}

.link-block-2 {
  background-color: #0000;
  border-radius: 0%;
  width: 55px;
  margin: 0 10px;
}

.div-block-2 {
  border-radius: 0%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-14 {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 800;
  display: flex;
}

.text-block-15 {
  color: var(--black);
  text-align: center;
  letter-spacing: .15em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.5em;
  display: flex;
}

.div-block-3 {
  background-color: var(--light-grey);
  width: 100%;
  height: auto;
  padding: 1px 0;
}

.text-span {
  color: var(--black);
}

.carousel-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.carousel-section.atria-intersections-carousel {
  background-color: #efefef00;
  margin-bottom: 55px;
}

.bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14 {
  text-align: center;
}

.html-embed-3 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.grid.hide-embed-widget {
  display: none;
}

.social-embed-div {
  width: 100%;
}

.social-embed-div.rule {
  border: 1px solid #d1d9dd;
  border-radius: 15px;
  padding-top: 10px;
}

.social-embed-div.hide-embed-widget {
  display: none;
}

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

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

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

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

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

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

.cookie-prefs-link: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;
}

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

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

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

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

.image-3 {
  height: auto;
  display: inline-block;
  position: static;
  overflow: auto;
}

.image-3.left-arrow {
  flex: 0 auto;
}

.link-2, .link-3 {
  color: var(--black);
}

.link-4, .link-5 {
  color: var(--dark-slate-grey);
}

.slide-6 {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.link-6 {
  color: var(--midnight-blue);
}

.text-span-2 {
  color: var(--dark-slate-grey);
  font-weight: 800;
  text-decoration: none;
}

.link-7 {
  color: var(--dark-slate-grey);
}

.bold-text-15 {
  color: var(--dim-grey);
}

@media screen and (max-width: 991px) {
  .container-copyright {
    margin-top: -49px;
  }

  .bold-text {
    font-size: 13px;
  }

  .social-icon-nav {
    width: 30px;
    height: 30px;
    margin-top: 9px;
  }

  .div-block {
    height: 300px;
  }

  .nav-button {
    letter-spacing: .5px;
    margin-right: 2px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
  }

  .home-hero-slider {
    height: 300px;
  }

  .homepagetitle {
    font-size: 60px;
    line-height: 60px;
  }

  .homepagetitle.climate {
    padding-right: 121px;
    line-height: 60px;
  }

  .slide-from-having {
    background-position: 0 0, 0 0, 80%;
  }

  .newslidertextbottom {
    padding-left: 60px;
    padding-right: 10px;
  }

  .titletextslider {
    letter-spacing: 8px;
    font-size: 50px;
  }

  .left-arrow {
    display: none;
  }

  .bold-text-10 {
    font-size: 75px;
    line-height: 80px;
  }

  .bold-text-10.htrab {
    padding-left: 0;
    padding-right: 0;
    font-size: 75px;
    line-height: 80px;
  }

  .homepageauthor {
    margin-top: 10px;
    font-size: 18px;
    line-height: 18px;
  }

  .homepagesubtitle {
    letter-spacing: 1.5px;
    margin-top: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .homepagesubtitle.thefirst {
    padding-right: 104px;
  }

  .homepagesubtitle.bullets {
    padding-right: 132px;
    line-height: 28px;
  }

  .homepagesubtitle.boy {
    line-height: 28px;
  }

  .homepagesubtitle.painkiller {
    padding-right: 115px;
  }

  .homepagesubtitle.hoax {
    padding-right: 220px;
  }

  .subtitleslider {
    padding-left: 120px;
    padding-right: 120px;
  }

  .slide-feminism {
    background-image: linear-gradient(#0000 69%, #832f0fd9), url('../images/women.jpg');
  }

  .bold-text-5 {
    letter-spacing: 8px;
  }

  .slider-quote {
    margin-top: 5px;
    font-size: 17px;
    line-height: 25px;
  }

  .bold-text-4 {
    letter-spacing: 8px;
    font-size: 50px;
  }

  .slide-boy {
    background-image: url('../images/How2RaiseABoy_website-_Revised_SmallerBreakpoints.jpg');
    background-position: 80%;
    background-repeat: no-repeat;
    background-size: 1500px;
  }

  .right-arrow {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .slide-taste-maker {
    background-position: 50% 100%;
  }

  .hero-logo {
    width: 40%;
  }

  .social {
    padding: 1px;
  }

  .section-content {
    margin-top: 0;
    margin-left: 30px;
    margin-right: 30px;
  }

  .paragraph.statement2 {
    text-align: left;
  }

  .slide-nav {
    margin-top: 0;
    margin-bottom: 0;
  }

  .left-arrow-2 {
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 150px;
    margin: 0 0 0 25px;
    position: absolute;
    overflow: visible;
  }

  .slide {
    height: 170px;
  }

  .right-arrow-2 {
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 150px;
    margin-right: 25px;
    display: flex;
    position: absolute;
    overflow: visible;
  }

  .right-arrow-2.hide-arrow {
    display: none;
  }

  .topcarousellink {
    width: 204px;
  }

  .topcarousellink.carouselhc {
    border-color: #969696;
  }

  .div-center-carousel {
    margin-bottom: 0;
  }

  .new-titles-slider {
    display: block;
  }

  .new-titles-slider.desktop {
    height: 200px;
    display: block;
  }

  .mask-2 {
    height: 170px;
  }

  .div-book-carousel {
    display: none;
  }

  .div-book-carousel.mobile {
    height: auto;
    display: block;
  }

  .div-book-carousel.mobile.team-book-carousel, .div-book-carousel.mobile.hide, .div-book-carousel.mobile.show, .div-book-carousel.mobile.mobilehide, .div-book-carousel.mobile.carousel-bookclubfiction.top-carousel {
    display: none;
  }

  .div-book-carousel.mobile.carousel-teams {
    display: block;
  }

  .div-book-carousel.mobile.carousel-teams.hidecarousel, .div-book-carousel.desktop, .div-book-carousel.desktop.team-books-carousel, .div-book-carousel.desktop.team-books-carousel.onebookcarousel, .div-book-carousel.desktop.carousel-bookclubfiction.hidedesktop {
    display: none;
  }

  .icon {
    justify-content: center;
    align-items: center;
    height: auto;
    margin: auto;
    display: flex;
    position: relative;
  }

  .icon-2 {
    aspect-ratio: auto;
    object-fit: fill;
    background-color: #fff0;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin: auto;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .section-page-name {
    font-size: 35px;
  }

  .text-block-15, .bold-text-11, .bold-text-12 {
    text-align: center;
  }

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

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

  .updated {
    padding-top: 0;
  }

  .legal-link-kkr {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .container-copyright {
    margin-top: -118px;
  }

  .bold-text {
    font-size: 11px;
  }

  .nav-menu {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .social-icon-nav {
    margin-top: 11px;
  }

  .navbar.homepage {
    padding-right: 20px;
  }

  .div-block {
    height: 250px;
  }

  .nav-button {
    color: var(--dim-grey);
    text-align: center;
    background-color: #e9e9e980;
    border: 1px solid #000;
    margin: 10px 40px;
    padding: 10px 40px;
    font-size: 16px;
    line-height: 20px;
    display: block;
  }

  .nav-button:hover {
    background-color: var(--black);
    color: var(--white);
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-hero-slider {
    height: 250px;
  }

  .homepagetitle {
    letter-spacing: 5px;
    font-size: 50px;
    line-height: 50px;
  }

  .homepagetitle.climate {
    padding-right: 40px;
    line-height: 44px;
  }

  .homepagetitle.slideshowsection {
    padding-right: 85px;
  }

  .slide-from-having {
    background-position: 0 0, 0 0, 80%;
  }

  .newslidertextbottom {
    padding-left: 50px;
    padding-right: 10px;
  }

  .bold-text-6 {
    letter-spacing: 4px;
    font-size: 30px;
  }

  .bold-text-10 {
    letter-spacing: 5px;
    font-size: 35px;
    line-height: 45px;
  }

  .bold-text-10.htrab {
    font-size: 35px;
    line-height: 45px;
  }

  .homepageauthor {
    margin-top: 12px;
    font-size: 15px;
  }

  .homepagesubtitle {
    padding-right: 0;
    font-size: 19px;
    line-height: 25px;
  }

  .homepagesubtitle.thefirst {
    padding-right: 76px;
    line-height: 25px;
  }

  .homepagesubtitle.bullets, .homepagesubtitle.boy {
    line-height: 25px;
  }

  .homepagesubtitle.hoax {
    padding-right: 98px;
  }

  .subtitleslider {
    margin-top: 20px;
    padding-left: 49px;
    padding-right: 49px;
    font-size: 18px;
    line-height: 28px;
  }

  .bold-text-5 {
    letter-spacing: 4px;
    font-size: 30px;
  }

  .slider-quote {
    padding-right: 118px;
    font-size: 16px;
    line-height: 23px;
  }

  .authornameslider {
    margin-top: 19px;
    font-size: 15px;
  }

  .bold-text-9, .bold-text-4 {
    letter-spacing: 4px;
    font-size: 30px;
  }

  .slide-boy {
    background-position: 80%;
    background-size: cover;
  }

  .bold-text-8 {
    letter-spacing: 4px;
    font-size: 30px;
  }

  .hero-logo {
    width: 60%;
  }

  .paragraph {
    padding: 35px;
  }

  .paragraph.statement2 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-2 {
    flex: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .slide-nav {
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 0;
    display: block;
  }

  .left-arrow-2 {
    justify-content: center;
    align-items: center;
    margin-left: -5px;
  }

  .left-arrow-2.arrow-hidden {
    display: none;
  }

  .slide {
    height: 160px;
    padding-left: 0;
    padding-right: 0;
  }

  .right-arrow-2 {
    margin-right: 0;
  }

  .right-arrow-2.arrow-hidden {
    display: none;
  }

  .topcarousellink {
    width: 168px;
  }

  .topcarousellink.carouselhc {
    flex-wrap: nowrap;
    flex: none;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: block;
  }

  .div-center-carousel {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .new-titles-slider.desktop {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .mask-2 {
    height: 160px;
  }

  .div-book-carousel.mobile {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .div-book-carousel.mobile.team-book-carousel {
    border-bottom: 1px solid var(--dim-grey);
    margin-top: 0;
    display: none;
  }

  .div-book-carousel.mobile.team-book-carousel.team-carousel-mobile, .div-book-carousel.mobile.hide {
    display: none;
  }

  .div-book-carousel.mobile.show {
    display: block;
  }

  .div-book-carousel.mobile.carousel-teams {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-book-carousel.desktop {
    display: none;
  }

  .icon {
    height: auto;
    display: flex;
  }

  .icon-2 {
    display: flex;
  }

  .div-employee {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .column-emp-pic {
    text-align: center;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .employee-pic {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column-emp-desc {
    border-bottom: 1px solid var(--dark-slate-grey);
    border-top-width: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column-emp-desc.no-border {
    border-bottom-style: solid;
  }

  .employee-name, .employee-title {
    text-align: center;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .paragraph-2.employee {
    text-align: center;
    line-height: 20px;
  }

  .employee-bio {
    text-align: left;
  }

  .container-team, .container {
    padding-left: 0;
    padding-right: 0;
  }

  .containter-homepage-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .brand {
    width: 50px;
    margin-left: 20px;
    padding-left: 0;
  }

  .icon-3 {
    color: var(--black);
    font-size: 42px;
  }

  .menu-button {
    margin-top: 2px;
    padding: 5px 5px 0;
  }

  .section-page-name {
    margin-top: 80px;
    margin-bottom: 25px;
    font-size: 28px;
  }

  .paragraph-3 {
    text-align: left;
  }

  .client-div.link {
    width: 100px;
    height: 100px;
  }

  .div-imprint-logo {
    margin-bottom: 10px;
  }

  .imprint-logo {
    height: 80px;
  }

  .imprint-logo.adjusted {
    height: 70px;
  }

  .h4 {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .footer-link {
    font-size: 11px;
  }

  .footer-link-2 {
    font-size: 13px;
  }

  .div-author-photo, .author-link-block {
    width: 120px;
    height: 120px;
  }

  .author-name-rollover {
    margin-top: 30px;
    font-size: 12px;
    line-height: 13px;
  }

  .grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

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

@media screen and (max-width: 479px) {
  .test-text-block {
    line-height: 8px;
  }

  .section-3 {
    position: static;
  }

  .bold-text {
    font-size: 10px;
    line-height: 10px;
  }

  .div-block, .home-hero-slider {
    height: 200px;
  }

  .homepagetitle {
    letter-spacing: 3px;
    font-size: 40px;
    line-height: 40px;
  }

  .homepagetitle.climate {
    padding-right: 0;
  }

  .newslidertextbottom {
    padding-left: 30px;
    padding-right: 10px;
  }

  .titletextslider {
    padding-left: 38px;
    padding-right: 38px;
  }

  .bold-text-6 {
    font-size: 28px;
  }

  .slide-indivisible {
    background-position: 70%;
  }

  .bold-text-10 {
    line-height: 40px;
  }

  .bold-text-10.htrab {
    font-size: 35px;
    line-height: 40px;
  }

  .homepageauthor {
    font-size: 18px;
    font-weight: 500;
  }

  .homepagesubtitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
  }

  .homepagesubtitle.thefirst {
    padding-right: 0;
    font-weight: 600;
    line-height: 23px;
  }

  .homepagesubtitle.bullets {
    padding-right: 48px;
    line-height: 23px;
  }

  .homepagesubtitle.boy {
    line-height: 23px;
  }

  .homepagesubtitle.painkiller {
    padding-right: 0;
  }

  .homepagesubtitle.hoax {
    padding-right: 38px;
  }

  .subtitleslider {
    padding-left: 60px;
    padding-right: 60px;
    line-height: 22px;
  }

  .bold-text-5 {
    font-size: 28px;
    line-height: 25px;
  }

  .slider-quote {
    padding-right: 9px;
    font-size: 14px;
    line-height: 21px;
  }

  .bold-text-9 {
    font-size: 28px;
    line-height: 25px;
  }

  .bold-text-4 {
    font-size: 28px;
    line-height: 28px;
  }

  .slide-boy {
    background-image: url('../images/How2RaiseABoy_website-_Revised_SmallerBreakpoints.jpg'), linear-gradient(#a8b8bf, #121a25);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
  }

  .slide-hoax {
    background-position: 0 0, 0 0, 70% 100%;
  }

  .bold-text-8 {
    font-size: 28px;
    line-height: 25px;
  }

  .section-content {
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
  }

  .paragraph {
    text-align: center;
    padding: 25px;
    font-size: 13px;
    line-height: 20px;
  }

  .paragraph.statement2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .slide-nav {
    height: 55px;
    margin-top: 9px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .left-arrow-2 {
    height: 50px;
    margin-top: 160px;
    margin-bottom: 140px;
    margin-left: 65px;
  }

  .slide {
    padding-left: 0;
    padding-right: 0;
  }

  .right-arrow-2 {
    height: 50px;
    margin-top: 160px;
    margin-bottom: 140px;
    margin-right: 70px;
  }

  .topcarousellink.carouselhc {
    flex: none;
    justify-content: center;
    align-items: center;
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-center-carousel {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .new-titles-slider.desktop {
    height: auto;
  }

  .div-book-carousel.mobile {
    margin-left: -21px;
    margin-right: -21px;
    display: none;
  }

  .div-book-carousel.mobile.team-book-carousel {
    display: none;
  }

  .div-book-carousel.mobile.team-book-carousel.team-carousel-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: block;
  }

  .div-book-carousel.mobile.hide, .div-book-carousel.mobile.show, .div-book-carousel.mobile.carousel-bookclubfiction, .div-book-carousel.mobile.carousel-teams {
    display: block;
  }

  .div-book-carousel.desktop.team-books-carousel {
    display: none;
  }

  .div-employee {
    margin-right: 0;
  }

  .column-emp-desc {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-2 {
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 24px;
  }

  .paragraph-2.employee {
    font-size: 12px;
    line-height: 17px;
  }

  .employee-bio {
    text-align: left;
    font-size: 12px;
    line-height: 18px;
  }

  .container, .containter-homepage-content {
    padding-left: 0;
    padding-right: 0;
  }

  .section-page-name {
    letter-spacing: 5px;
    margin-top: 80px;
    margin-bottom: 30px;
    font-size: 23px;
  }

  .client-div.link {
    width: 80px;
    height: 80px;
  }

  .h4 {
    font-size: 14px;
    line-height: 18px;
  }

  .columns-2 {
    margin-right: 0;
  }

  .footer-section {
    z-index: 100;
    margin-top: 20px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .footer-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
  }

  .footer-link-2 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }

  .bold-text-11 {
    text-align: center;
  }

  .legal-links-container-kkr {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#w-node-_4d0a3b8b-ee19-3e98-8b0d-be725787eee3-7999534f, #w-node-_2c4446da-140d-007e-78ab-545699b37997-7999534f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


