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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.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;
}

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

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

body {
  color: #000;
  font-family: AP, sans-serif;
  font-size: 1.25em;
  line-height: 1.5;
}

.heading {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 5.5em;
  font-weight: 400;
  line-height: 1;
}

.divider {
  width: 4em;
  height: 1px;
  background-color: #878787;
  margin-right: 1.5em;
}

.divider.left-margin {
  margin-left: 1.2em;
  margin-right: 0;
}

.text-f-14-w {
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5em;
  display: flex;
}

.text-f-14 {
  color: #878787;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1;
}

.header {
  margin-top: 4em;
  margin-bottom: 4em;
}

.swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: flex;
}

.swiper-wrapper.first-swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.slide-img {
  z-index: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.slide {
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.slide-content {
  z-index: 2;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 5em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-f-13 {
  color: #000;
  white-space: nowrap;
  font-family: Oswald, sans-serif;
  font-size: 1.05em;
  font-weight: 300;
  line-height: 1;
}

.text-f-13.all-caps {
  letter-spacing: .15em;
  text-transform: uppercase;
}

.text-f-13.all-caps.light-grey-font {
  color: rgba(255, 255, 255, .6);
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, .9);
  font-family: AP, sans-serif;
  font-size: .55rem;
  font-weight: 400;
  line-height: 1.5;
}

.location {
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  margin-bottom: .2em;
  font-size: .7em;
  display: flex;
}

.heading-2 {
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 5px rgba(0, 0, 0, .88);
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: AP, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
}

.swiper.first-swiper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.carousel-arrows {
  z-index: 4;
  width: 100%;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.carousel-arrow-w {
  height: 100%;
  cursor: pointer;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.carousel-arrow-w.arrow-next {
  margin-right: 2em;
}

.carousel-arrow-w.arrow-previous {
  margin-left: 2em;
}

.carousel-arrow-icon {
  z-index: 4;
  width: auto;
  height: 1.25em;
  flex: none;
  justify-content: center;
  align-items: center;
  position: relative;
}

.swiper-slide {
  opacity: 1;
  filter: grayscale();
  color: rgba(255, 255, 255, .5);
  align-items: center;
  display: flex;
}

.swiper-slide.swiper-slide-active {
  filter: none;
  color: #fff;
}

.slide-divider {
  width: 4em;
  height: .1em;
  background-color: #ff322e;
  margin-top: 2em;
}

.slide-img-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .5) 65%, rgba(0, 0, 0, .75));
  position: absolute;
}

.content {
  margin-top: 300px;
  margin-bottom: 300px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.carousel-arrow-oval {
  z-index: 3;
  width: 3.25em;
  height: 3.25em;
  background-color: #ff322e;
  border-radius: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.carousel-arrow-oval.next-arrow {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.gradient-bg {
  z-index: -1;
  width: auto;
  height: 175%;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.global-css-elements {
  color: rgba(255, 255, 255, 0);
}

.body {
  font-size: 1em;
}

.body.black {
  background-color: #000;
}

.section {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.dot-divider {
  width: .25em;
  height: .25em;
  background-color: #ff7a00;
  border-radius: 100%;
  margin-left: .75em;
  margin-right: .75em;
}

.credential {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-f-15 {
  color: #000;
  white-space: nowrap;
  font-family: Inconsolata, monospace;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
}

.text-f-15.grey-font {
  color: rgba(0, 0, 0, .75);
}

.text-f-15.light-grey-font {
  color: rgba(0, 0, 0, .5);
}

.credentials {
  justify-content: space-between;
  margin-top: 2em;
  padding-bottom: 2em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.carousel-arrow {
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  display: flex;
  position: relative;
}

.carousel-arrow.arrow-next {
  padding-left: 0;
  padding-right: 1em;
}

.slider {
  position: relative;
  overflow: visible;
}

.my-pagination {
  width: 100%;
  height: 1px;
  margin-top: 10em;
}

.hero_bar {
  width: 100%;
  height: 1px;
  background-color: rgba(209, 201, 184, .23);
  margin-top: 3.2em;
}

.hero_bar-fill {
  width: 0%;
  height: 100%;
  background-color: #700e56;
  transition: all .7s;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-block {
  z-index: 1;
}

.hero-section {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-video-container {
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
  transform: translate(0, -50%);
}

.hero-text-wrapper {
  width: 80vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-3 {
  text-align: center;
  margin: 0 auto;
  font-size: 12rem;
  font-weight: 700;
  line-height: 1;
}

.heading-3.second-line {
  letter-spacing: 2.5rem;
  margin-bottom: 10vw;
  font-family: AP, sans-serif;
  font-size: 5rem;
  font-weight: 300;
  position: static;
}

.heading-3.second-line._2 {
  letter-spacing: 2.5rem;
  font-size: 5rem;
}

.heading-3._3 {
  font-size: 12rem;
}

.background-video {
  width: 100%;
  height: 100%;
}

.text-section {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 100px;
}

.text-section._2 {
  margin-top: 0;
}

.div-block-3 {
  width: 100%;
  height: 100%;
  background-image: url('../images/hex-back.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: static;
}

.container-2 {
  max-width: 960px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  display: flex;
}

.paragraph {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: AP, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}

.paragraph.gray {
  color: #2e2e2e;
}

.button {
  text-align: center;
  letter-spacing: 3px;
  background-color: #353535;
  border: 2px solid #fff;
  border-radius: 10px;
  margin: 4em auto;
  font-size: 1em;
  font-weight: 700;
}

.credit-title {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  margin-top: 0;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.8;
}

.credit-name {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
}

.credits-text {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  justify-items: center;
  padding-top: 40px;
  padding-bottom: 0;
  display: grid;
}

.hide-credits {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  margin-top: 0;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.8;
  text-decoration: none;
}

.link-block {
  text-decoration: none;
}

.show-credits {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  margin-top: 0;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.8;
  text-decoration: none;
}

.credits {
  background-color: #000;
  padding: 0 30px;
  font-size: 1em;
  line-height: 1;
  position: relative;
}

.credits-wrapper {
  max-width: 1200px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.footer-dark {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.footer-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.footer-links {
  grid-column-gap: 30px;
  color: #fff;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.footer-text {
  color: #fff;
  text-transform: uppercase;
  font-size: .8em;
  line-height: 1.5;
  text-decoration: none;
}

.footer-text:hover {
  color: rgba(255, 255, 255, .5);
}

.footer-text:active {
  color: #fff;
}

.link-block-2 {
  text-decoration: none;
}

.button-2 {
  z-index: 20;
  height: 12%;
  text-align: center;
  background-color: #7c7c7c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.arrow-wrapper, .arrow-wrapper-container {
  margin-top: 4em;
  margin-bottom: 4em;
  position: relative;
  overflow: visible;
}

.swiper-button-prev {
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #9e3839;
  border-radius: 100%;
  margin-left: 30px;
  font-family: AP, sans-serif;
  font-weight: 700;
}

.swiper-button-next {
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #9e3839;
  border-radius: 100%;
  margin-right: 30px;
  font-family: AP, sans-serif;
  font-weight: 700;
}

.image {
  object-fit: fill;
}

.red-square {
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #9e3839;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
}

.red-square.line {
  width: 5px;
  height: 200px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
}

.red-square-copy {
  width: 2vw;
  height: 2vw;
  background-color: #9e3839;
  position: absolute;
  top: 38vw;
}

.graphic-elements {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.vertical-center {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  top: 50%;
  transform: translate(0, -80px)translate(0, -50%);
}

.divoverflow {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero-section-2 {
  height: 100vh;
  background-color: rgba(8, 252, 0, 0);
  display: block;
}

.background-wrapper {
  height: 100vh;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.background---sky {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.middle-ground---mountain {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.foreground-wrapper {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.foreground---man {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
  position: absolute;
}

.heading-4 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -1200%);
}

.hero-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.container-3 {
  height: 100%;
  max-width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.text-container {
  width: 100%;
}

.heading-line1 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.heading-line2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: .5;
}

.subheading {
  color: #000;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2;
}

.intro-section {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: none;
}

.intro-text {
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.25em;
}

.intro-text.start {
  margin-top: 30px;
}

.intro-text.start.gallery {
  margin-bottom: 10px;
}

.intro-text.start.gallery-text {
  margin-top: 10px;
  margin-bottom: 0;
}

.container-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.container-5 {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-logo-left {
  z-index: 800;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.navbarcontainer-2 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-content-2 {
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-11 {
  max-width: 75%;
}

.nav-menu {
  color: #fff;
}

.nav-link {
  color: #fff;
  font-size: .8em;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(255, 255, 255, .5);
}

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

.menu-button {
  padding-right: 0;
}

.footer-dark-2, .footer-dark-3 {
  width: 100%;
  background-color: #000;
  position: relative;
}

.credit-name-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
}

.story-text {
  color: #000;
  text-align: left;
  font-size: 1.25em;
}

.story-text.ending {
  margin-bottom: 50px;
}

.story-text.full-photo {
  margin-bottom: 40px;
}

.story-text.white {
  color: #fff;
}

.byline {
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
}

.byline.spacer.white {
  color: #fff;
  margin-bottom: 20px;
}

.published {
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 20px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

.story-link {
  color: #c24802;
  text-decoration: none;
}

.story-section.gallery {
  margin-top: 0;
  margin-bottom: 70px;
}

.story-section.black {
  background-color: #000;
}

.image-12 {
  max-width: 100%;
}

.story-heading {
  color: #000;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2;
}

.story-heading.gallery {
  text-align: center;
}

.full-photo-section {
  height: 800px;
  margin-bottom: 40px;
}

.full-photo-section.japan {
  background-image: url('../images/NONES-Japan-12_1NONES-Japan-12.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.full-photo-section.japan._2 {
  background-image: url('../images/NONES-Japan-26_1NONES-Japan-26.webp');
  background-position: 50%;
}

.full-photo-section.middle-east {
  background-image: url('../images/NONES-Middle-East-4_1NONES-Middle East-4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.full-photo-section.middle-east.credit-name-2 {
  background-image: url('../images/NONES-Middle-East-2_1NONES-Middle East-2.webp');
  background-position: 50%;
}

.full-photo-section.nigeria {
  background-image: url('../images/NONES-Nigeria-2_1NONES-Nigeria-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.full-photo-section.nigeria._2 {
  background-image: url('../images/NONES-Nigeria-11_1NONES-Nigeria-11.webp');
}

.full-photo-section.south-america {
  background-image: url('../images/NONES-South-America-13_1NONES-South America-13.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.full-photo-section.south-america._2 {
  background-image: url('../images/NONES-South-America-10_1NONES-South America-10.webp');
}

.full-photo-section.south-america._3 {
  background-image: url('../images/NONES-South-America-16_1NONES-South America-16.webp');
}

.full-photo-section.israel {
  background-image: url('../images/NONES-Israel-1_1NONES-Israel-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.full-photo-section.israel._2 {
  background-image: url('../images/NONES-Israel-4.jpg_1NONES-Israel-4.jpg.webp');
}

.full-photo-section.us {
  background-image: url('../images/NONES-US-6_1NONES-US-6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.full-photo-section.us._2 {
  background-image: url('../images/NONES-US-30_1NONES-US-30.webp');
}

.full-photo-section.india {
  background-image: url('../images/NONES-India-1_1NONES-India-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.full-photo-section.india._2 {
  background-image: url('../images/NONES-India-4_1NONES-India-4.webp');
}

.full-photo-section.italy {
  background-image: url('../images/NYDG313-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.full-photo-section.italy._2 {
  background-image: url('../images/NYDG320-2.webp');
  background-position: 0%;
  background-size: cover;
}

.full-photo-section.italy._3 {
  background-image: url('../images/NONES-Italy-43_1NONES-Italy-43.webp');
}

.full-photo-section.childhood {
  background-image: url('../images/KYDG304-2.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.full-photo-section.childhood._3 {
  background-image: url('../images/KYDG313-2.jpg');
  background-size: cover;
}

.full-photo-section.childhood._4 {
  background-image: url('../images/KYDG321.webp');
}

.full-photo-section.childhood._5 {
  background-image: url('../images/KYDG303-2.webp');
}

.full-photo-section.life-liberty._2 {
  background-image: url('../images/TXDG304.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.full-photo-section.life-liberty.container-3, .full-photo-section.life-liberty._3 {
  background-image: url('../images/TXDG312-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.full-photo-section.happiness._2 {
  height: 800px;
  background-image: url('../images/CODG320.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.full-photo-section.happiness._3 {
  background-image: url('../images/CODG314-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.full-photo-section.happiness._4 {
  background-image: url('../images/CODG313-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.full-photo-section.safety._2 {
  background-image: url('../images/GADG304-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.full-photo-section.safety._3 {
  background-image: url('../images/GADG318-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.dual-asset-wrapper {
  margin-bottom: 40px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.image-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.image-container.data {
  align-items: center;
}

.image-container.childhood {
  background-image: url('../images/KYDG301-2.webp');
  background-position: 50%;
}

.caption {
  padding-top: 5px;
  padding-bottom: 2px;
  font-size: .75em;
}

.video {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.video-container {
  margin-bottom: 40px;
}

.quote {
  text-align: center;
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 2.75em;
  font-weight: 700;
  line-height: 1.25;
}

.quote.data {
  font-size: 2.3em;
}

.quote-wrapper {
  margin-top: 70px;
  margin-bottom: 70px;
}

.quote-wrapper.ending {
  margin-bottom: 100px;
}

.quote-highlight {
  color: #fff;
  background-color: #000;
  padding-left: 5px;
  padding-right: 5px;
}

.quote-caption {
  color: #000;
  text-align: center;
  margin-top: 20px;
  font-size: 1.1em;
}

.quote-caption.ending {
  margin-bottom: 100px;
}

.quote-caption.full-photo {
  margin-bottom: 40px;
}

.image-13 {
  max-width: 50%;
  float: right;
}

.coverage-text {
  color: #000;
  text-align: left;
  font-size: 1em;
}

.coverage-text.ending {
  margin-bottom: 100px;
}

.coverage-text.full-photo {
  margin-bottom: 40px;
}

.coverage-text-container {
  margin-bottom: 50px;
}

.line {
  width: 50px;
  border-bottom: 2px solid #000;
  margin-bottom: 10px;
}

.navigation-wrapper {
  width: 500px;
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin: 0 auto 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  position: static;
}

.back-button {
  text-decoration: none;
  display: block;
}

.previous-story-button {
  color: #000;
  text-align: left;
  font-size: 1.1em;
  font-weight: 700;
}

.previous-story-button:hover {
  color: #f6debd;
}

.previous-story-button.white {
  color: #fff;
}

.home-button {
  text-decoration: none;
}

.home-story-button {
  color: #000;
  text-align: center;
  font-size: 1.1em;
  font-weight: 700;
}

.home-story-button:hover {
  color: #f6debd;
}

.home-story-button.white {
  color: #fff;
}

.next-button {
  text-decoration: none;
}

.next-story-button {
  color: #000;
  text-align: right;
  font-size: 1.1em;
  font-weight: 700;
}

.next-story-button:hover {
  color: #f6debd;
}

.storylogo {
  height: auto;
  max-height: none;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.storylogo.magnify {
  height: auto;
  max-height: none;
}

.test {
  width: 100%;
  height: 50px;
  background-color: red;
}

.div-block-4 {
  width: 100%;
  height: 100px;
  background-color: red;
}

.text-span {
  font-weight: 700;
}

.text-block {
  padding-left: 15px;
  padding-right: 15px;
}

.read-more-button {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.link-block-3 {
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.data-box {
  max-width: 50%;
}

.hero-section-3 {
  min-height: 600px;
  background-color: #fff;
  padding: 80px 30px;
  position: relative;
}

.hero-section-3.end {
  margin-bottom: 50px;
}

.hero-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.description-text {
  color: #000;
  margin-bottom: 0;
  padding-bottom: 24px;
  font-size: 1.25rem;
  line-height: 1.25;
}

.hero-image {
  max-width: 100%;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective: none;
  object-fit: fill;
  overflow: visible;
  transform: none;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.hero-split-text {
  max-width: 45%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-section {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-section:hover {
  color: #fff;
  background-color: #32343a;
}

.button-section:active {
  background-color: #43464d;
}

.hero-heading {
  text-align: center;
  margin-bottom: 16px;
}

.hero-heading.margin-bottom-32px {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 32px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 44px;
}

.hero-split-media {
  max-width: 65%;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.hero-wrapper {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: visible;
}

.round-loope {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  box-shadow: 8px 8px 9px rgba(0, 0, 0, .38);
}

.div-block-5 {
  overflow: hidden;
}

.zoomarea {
  border-radius: 100%;
  display: block;
}

.div-block-6 {
  overflow: hidden;
}

.multi-asset-wrapper {
  margin-bottom: 40px;
}

.grid-multi {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.image-16 {
  width: 100vw;
  height: 100vh;
  max-width: none;
  text-align: center;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  position: static;
  left: -50%;
}

.main-story-image {
  width: 100%;
  height: 100vh;
  background-image: url('../images/NYDG301.webp');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.main-story-image.data {
  align-items: center;
}

.main-story-image.childhood {
  background-image: url('../images/KYDG301-2.webp');
  background-position: 50%;
}

.main-story-image.life-liberty._1 {
  background-image: url('../images/TXDG301.webp');
  background-position: 100%;
}

.main-story-image.happiness {
  background-image: url('../images/CODG301.webp');
  background-position: 100%;
}

.main-story-image.safety._1 {
  background-image: url('../images/GADG301-2.webp');
}

.story-section-headings {
  color: #000;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin: 0 auto 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
}

.bold-text {
  text-transform: none;
}

.grid-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  justify-items: stretch;
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.title-wrapper {
  height: 100vh;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: static;
}

.heading-5 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16vw;
  font-weight: 700;
  line-height: 1;
}

.text-block-2 {
  text-align: center;
  font-size: 100%;
}

.hero-wraper {
  max-width: 100%;
  min-height: 100vh;
  text-align: center;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: static;
  top: 95%;
  overflow: hidden;
}

.hero-image-wrapper {
  max-width: 100%;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
}

.hero-wrapper-main {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: block;
}

.title-wrapper-2 {
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.title-container {
  max-width: 100%;
  opacity: 1;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 50vh;
}

.text-block-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
}

.text-block-4 {
  text-align: center;
  letter-spacing: 30px;
  text-transform: none;
  margin: 0 auto;
  padding-bottom: 10px;
  padding-left: 19px;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  position: static;
}

.hero-image-container {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: static;
}

.image-17 {
  width: 100%;
  height: 60vh;
  text-align: center;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.div-block-7 {
  height: auto;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: relative;
  top: 50%;
}

.heading-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
  top: 359px;
}

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

.bold-text-2.white {
  color: #fff;
  text-transform: none;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  text-transform: none;
}

.container-6 {
  height: 100vh;
  max-width: 100vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  transform: translate(0);
}

.storylogo-2 {
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 60px;
}

.byline-2 {
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
}

.lower-credit {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
}

.lower-credit.spacer {
  margin-top: 50px;
}

.html-embed {
  margin-top: 30px;
  margin-bottom: 50px;
}

@media screen and (min-width: 1280px) {
  .text-f-13.all-caps.light-grey-font {
    font-size: .6rem;
  }

  .heading-2 {
    font-size: 1.8rem;
    position: static;
  }

  .red-square, .red-square-copy {
    background-color: #9e3839;
  }

  .subheading {
    color: #000;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 0;
    font-weight: 400;
  }
}

@media screen and (min-width: 1920px) {
  .header {
    margin-top: 8em;
    margin-bottom: 2em;
  }

  .heading-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .body {
    font-size: .75vw;
  }

  .slider, .arrow-wrapper, .arrow-wrapper-container {
    margin-bottom: 8em;
  }

  .swiper-button-prev {
    font-size: 1em;
  }

  .swiper-button-next {
    min-height: 3.2em;
    min-width: 3.2em;
    font-size: 1em;
  }

  .container-3 {
    max-width: 100vw;
  }

  .navbar-logo-left {
    font-size: 1em;
  }

  .image-container {
    background-position: 50%;
  }

  .test {
    width: 100%;
    height: 100px;
  }

  .main-story-image {
    background-position: 50%;
  }

  .hero-wraper, .container-6 {
    max-width: 100vw;
  }
}

@media screen and (max-width: 991px) {
  .header {
    z-index: 0;
    margin-top: 8em;
    margin-bottom: 4em;
  }

  .text-f-13.all-caps.light-grey-font {
    font-size: .75rem;
  }

  .heading-2 {
    font-size: 2.2rem;
  }

  .carousel-arrows {
    display: none;
  }

  .content {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .credentials {
    margin-top: 4em;
    padding-bottom: 6em;
  }

  .slider {
    display: flex;
  }

  .logo {
    max-width: 75%;
  }

  .heading-3 {
    mix-blend-mode: normal;
    font-size: 8.6rem;
  }

  .heading-3.second-line {
    letter-spacing: 1.8rem;
    mix-blend-mode: normal;
    font-size: 3.5rem;
  }

  .paragraph {
    font-size: 1.1rem;
    line-height: 1.3;
  }

  .footer-wrapper {
    max-width: 728px;
  }

  .footer-links {
    justify-content: center;
  }

  .arrow-wrapper, .arrow-wrapper-container {
    display: flex;
  }

  .arrow-wrapper-2 {
    display: block;
  }

  .swiper-button-prev, .swiper-button-next {
    color: #fff;
  }

  .red-square {
    width: 3vw;
    height: 3vw;
  }

  .graphic-elements {
    top: 30px;
  }

  .vertical-center {
    transform: translate(0, -60px)translate(0, -50%);
  }

  .container-3 {
    max-width: 100vw;
  }

  .text-container {
    transform: translate(0, -10vh);
  }

  .heading-line1 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2rem;
  }

  .heading-line2 {
    font-size: 4rem;
  }

  .nav-menu {
    text-align: center;
    background-color: #000;
  }

  .nav-link {
    text-align: center;
  }

  .menu-button {
    background-color: #000;
  }

  .menu-button:focus {
    outline-offset: 0px;
    outline: 1px solid #fff;
  }

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

  .byline, .published, .story-heading {
    margin-right: 114px;
  }

  .full-photo-section, .full-photo-section.japan {
    background-position: 25%;
  }

  .full-photo-section.south-america {
    background-position: 30%;
  }

  .full-photo-section.south-america._2 {
    background-position: 35%;
  }

  .quote.data {
    font-size: 2em;
  }

  .hero-split-text {
    max-width: 100%;
  }

  .hero-heading.margin-bottom-32px {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-split-media {
    max-width: 100%;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-wrapper.mobile-invert {
    flex-direction: column-reverse;
  }

  .story-section-headings {
    margin-right: 114px;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .hero-wraper {
    max-width: 100vw;
  }

  .hero-image-wrapper {
    padding-top: 0;
  }

  .title-wrapper-2 {
    margin-bottom: 25px;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .title-container {
    max-width: 100%;
  }

  .text-block-3 {
    font-size: 6rem;
  }

  .text-block-4 {
    clear: none;
    letter-spacing: 25px;
    padding-left: 13px;
    font-size: 2.6rem;
  }

  .container-6 {
    max-width: 100vw;
  }

  .byline-2 {
    margin-right: 114px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    margin-top: 4em;
  }

  .text-f-13.all-caps.light-grey-font {
    font-size: .6rem;
  }

  .heading-2 {
    font-size: 1.4rem;
  }

  .navbar {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-3 {
    font-size: 6.5rem;
  }

  .heading-3.second-line {
    letter-spacing: 1.4rem;
    font-size: 2.5rem;
  }

  .container-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .button {
    padding: 8px 10px;
    font-size: 1em;
  }

  .credits-text {
    align-items: center;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .red-square {
    width: 3.5vw;
    height: 3.5vw;
  }

  .background---sky {
    object-fit: cover;
  }

  .container-3 {
    max-width: 100vw;
  }

  .heading-line1 {
    font-size: 1.5rem;
  }

  .heading-line2 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 3rem;
    line-height: 1;
  }

  .footer-dark-2, .footer-dark-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .byline {
    text-align: center;
    margin-right: 0;
    font-size: 1.3em;
  }

  .published {
    text-align: center;
    margin-right: 0;
    font-size: .9em;
  }

  .story-heading {
    text-align: center;
    margin-right: 0;
    font-size: 2em;
  }

  .quote {
    font-size: 2.25em;
  }

  .hero-section-3 {
    padding: 60px 15px;
  }

  .story-section-headings {
    text-align: center;
    margin-right: 0;
    font-size: 2em;
  }

  .hero-wraper {
    max-width: 100vw;
  }

  .title-container {
    font-size: 1.1em;
  }

  .text-block-3 {
    font-size: 4rem;
  }

  .text-block-4 {
    letter-spacing: 15px;
    padding-left: 15px;
    font-size: 1.9rem;
  }

  .container-6 {
    max-width: 100vw;
  }

  .byline-2 {
    text-align: center;
    margin-right: 0;
    font-size: 1.3em;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 5em;
  }

  .text-f-14 {
    font-size: 1.4em;
  }

  .header {
    margin-top: 5em;
    margin-bottom: 5em;
  }

  .text-f-13 {
    font-size: 1.2em;
  }

  .text-f-13.all-caps.light-grey-font {
    font-size: .55rem;
  }

  .heading-2 {
    font-size: 1.5rem;
  }

  .carousel-arrows {
    margin-top: 2.5em;
  }

  .carousel-arrow-w.arrow-next {
    margin-right: 1em;
  }

  .carousel-arrow-w.arrow-previous {
    margin-left: 1em;
  }

  .credential.top-margin {
    margin-top: 2em;
  }

  .text-f-15 {
    font-size: 1.4em;
  }

  .credentials {
    flex-direction: column;
    align-items: center;
  }

  .logo {
    max-width: 75%;
  }

  .heading-3 {
    font-size: 3.5rem;
  }

  .heading-3.second-line {
    letter-spacing: .9rem;
    font-size: 1.2rem;
  }

  .container-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph._2 {
    padding-top: 0;
  }

  .button {
    font-size: .75em;
  }

  .credit-title {
    font-size: .8em;
    line-height: 1.5;
  }

  .credit-name {
    padding-right: 0;
    font-size: .75em;
  }

  .credits-text {
    grid-row-gap: 30px;
    align-content: stretch;
    align-items: start;
    justify-items: center;
    padding-top: 25px;
  }

  .hide-credits {
    font-size: .7em;
  }

  .credits-group {
    margin-left: -5px;
    margin-right: -5px;
  }

  .show-credits {
    font-size: .7em;
  }

  .footer-dark {
    border-bottom-style: none;
  }

  .footer-wrapper {
    max-width: none;
  }

  .footer-text {
    text-align: center;
    font-size: .7em;
  }

  .red-square {
    width: 4vw;
    height: 4vw;
  }

  .red-square.line {
    width: 3px;
    height: 100px;
  }

  .heading-line1 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2rem;
  }

  .heading-line2 {
    font-size: 4rem;
  }

  .subheading {
    white-space: normal;
    word-break: normal;
    font-size: 1.25em;
  }

  .footer-dark-2, .footer-dark-3 {
    border-bottom-style: none;
  }

  .credit-name-2 {
    padding-right: 0;
    font-size: .9em;
  }

  .byline {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.1em;
    line-height: 1.25;
  }

  .byline.spacer {
    padding-bottom: 10px;
  }

  .published {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    font-size: .9em;
    line-height: 1;
  }

  .story-heading {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 2em;
    line-height: 1.2;
  }

  .full-photo-section.japan._2 {
    background-position: 50%;
  }

  .full-photo-section.south-america {
    background-position: 35%;
  }

  .full-photo-section.south-america._2 {
    background-position: 40%;
  }

  .full-photo-section.italy {
    background-position: 60%;
  }

  .full-photo-section.italy._2 {
    background-position: 25%;
  }

  .full-photo-section.childhood._5 {
    background-position: 45%;
  }

  .full-photo-section.safety._3 {
    background-position: 0 0;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .quote-wrapper {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .navigation-wrapper {
    max-width: 100%;
    justify-content: center;
    justify-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .back-button {
    display: block;
  }

  .previous-story-button, .home-story-button {
    font-size: .9em;
  }

  .next-button {
    text-align: right;
  }

  .next-story-button {
    font-size: .9em;
  }

  .storylogo.us {
    max-height: 250px;
  }

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

  .hero-container {
    max-width: none;
  }

  .hero-heading {
    margin-bottom: 24px;
  }

  .grid-multi {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .main-story-image.life-liberty._1, .main-story-image.happiness {
    background-position: 80%;
  }

  .main-story-image.safety._1 {
    background-position: 50% 25%;
  }

  .story-section-headings {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 2em;
    line-height: 1.2;
  }

  .hero-wraper {
    padding-left: 5px;
    padding-right: 5px;
  }

  .title-container {
    max-width: 100%;
  }

  .text-block-3 {
    font-size: 2.5rem;
  }

  .text-block-4 {
    letter-spacing: 8px;
    padding-bottom: 6px;
    padding-left: 10px;
    font-size: 1.3rem;
  }

  .container-6 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .byline-2 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.1em;
    line-height: 1.25;
  }

  .byline-2.spacer {
    padding-bottom: 10px;
  }

  .lower-credit {
    padding-right: 0;
    font-size: .9em;
  }
}

#w-node-_1b08cab4-fdf6-c7fc-4ca5-4e6497c4fab0-42219bd5, #w-node-_1b08cab4-fdf6-c7fc-4ca5-4e6497c4fab4-42219bd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fdf117d3-c392-1567-1451-508ab20ad340-b20ad33f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
}

#w-node-fdf117d3-c392-1567-1451-508ab20ad343-b20ad33f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fdf117d3-c392-1567-1451-508ab20ad346-b20ad33f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a4f735ea-31f5-956f-0682-55d274036b7a-42219bd7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
}

#w-node-a4f735ea-31f5-956f-0682-55d274036b7d-42219bd7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a4f735ea-31f5-956f-0682-55d274036b80-42219bd7 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e32f8fac-cb0b-c5d6-173f-3c2571262122-26d7bb25, #w-node-e32f8fac-cb0b-c5d6-173f-3c2571262126-26d7bb25, #w-node-_1b08cab4-fdf6-c7fc-4ca5-4e6497c4fab0-c8f27e86, #w-node-_1b08cab4-fdf6-c7fc-4ca5-4e6497c4fab4-c8f27e86, #w-node-_769fd683-a6fe-4665-7448-2f964332f1da-c8f27e86, #w-node-_769fd683-a6fe-4665-7448-2f964332f1de-c8f27e86, #w-node-_1b08cab4-fdf6-c7fc-4ca5-4e6497c4fab0-ea98bb4b, #w-node-_1b08cab4-fdf6-c7fc-4ca5-4e6497c4fab4-ea98bb4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AP';
  src: url('../fonts/APRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AP';
  src: url('../fonts/APLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AP';
  src: url('../fonts/APMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AP';
  src: url('../fonts/APItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'AP';
  src: url('../fonts/APBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}