:root {
  --primary: black;
  --secondary: white;
}

@font-face {
  font-display: swap;
  font-family: "bb-modern-condensed";
  font-weight: normal;
  src: url("/sponsored/assets/lib/fonts/bb-modern/bb-modern-condensed.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "bb-modern-semi";
  font-weight: normal;
  src: url("/sponsored/assets/lib/fonts/bb-modern/bb-modern-semicondensed.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "gt-planar-bold";
  font-weight: normal;
  src: url("/sponsored/assets/lib/fonts/gtplanar/GT-Planar-Bold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "gt-planar-italic-13";
  font-weight: normal;
  src: url("/sponsored/assets/lib/fonts/gtplanar/GT-Planar-Italic-15 Light.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "gt-planar-italic-30";
  font-weight: normal;
  src: url("/sponsored/assets/lib/fonts/gtplanar/GT-Planar-Italic-30-Light.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "gt-planar-light";
  font-weight: normal;
  src: url("/sponsored/assets/lib/fonts/gtplanar/GT-Planar-Light.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "gt-planar-regular";
  font-weight: normal;
  src: url("/sponsored/assets/lib/fonts/gtplanar/GT-Planar-Regular.woff") format("woff");
}
.c-header-site-logo__scrolling {
  fill: var(--primary);
}

.c-hyperlink {
  color: var(--primary);
}

body {
  background-color: #fafaf3;
  font-family: "gt-planar-light";
  font-size: 17px;
  line-height: 28px;
  color: black;
  overflow-x: hidden;
}

header {
  width: 100vw;
  height: 50vh;
  margin: auto;
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
}
@media (min-width: 768px) {
  header {
    height: 40vh;
  }
}
@media (min-width: 1024px) {
  header {
    height: calc(100vh - 104px);
  }
}
header .title,
header .dek {
  position: absolute;
  z-index: 10;
  color: #fafaf3;
  bottom: 0;
  margin: auto;
  text-align: center;
}
header .title {
  font-family: "bb-modern-semi";
  font-size: 68px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  transition: color 0.5s ease-in-out;
  position: absolute;
  box-sizing: border-box;
  text-align: left;
  padding-top: 5%;
  top: 0;
}
@media (min-width: 768px) {
  header .title {
    font-size: 125px;
    padding: 10% 0;
    top: unset;
  }
}
@media (min-width: 1024px) {
  header .title {
    padding: 20vh 0 15vh;
    font-size: 15vw;
  }
}
header .dek {
  font-family: "gt-planar-regular";
  width: 90%;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  padding-bottom: 5%;
}
@media (min-width: 768px) {
  header .dek {
    width: 50%;
    font-size: 13px;
    line-height: 16px;
  }
}
@media (min-width: 1024px) {
  header .dek {
    font-size: 1.25vw;
    line-height: 1.8vw;
    padding-bottom: 3%;
  }
}
header img {
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  display: flex;
  align-items: center;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
@media (min-width: 768px) {
  header img {
    width: 100%;
  }
}
header .hero-1 {
  position: absolute;
  -o-object-position: center center;
     object-position: center center;
}
header .hero-2 {
  position: absolute;
  -o-object-position: center 30%;
     object-position: center 30%;
}
header .hero-3 {
  position: absolute;
  -o-object-position: center 65%;
     object-position: center 65%;
}

.intro .container {
  width: 100vw;
  display: inline-flex;
  flex-direction: row;
  padding: 0% 5%;
  margin-left: calc(50% - 50vw);
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .intro .container {
    padding: 0% 10%;
  }
}
@media (min-width: 1024px) {
  .intro .container {
    padding: 0% 15%;
  }
}
.intro .intro-wrap {
  display: inline-flex;
  flex-direction: column;
  padding-bottom: 2%;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .intro .intro-wrap {
    flex-direction: row;
    padding-bottom: 3%;
  }
}
@media (min-width: 1024px) {
  .intro .intro-wrap {
    padding-bottom: 2%;
  }
}
.intro .intro-wrap .intro-left {
  font-family: "bb-modern-semi";
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  padding: 10% 0;
  text-align: left;
  letter-spacing: 0.03em;
  box-sizing: border-box;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .intro .intro-wrap .intro-left {
    padding: unset;
    width: 45%;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
  }
}
@media (min-width: 1024px) {
  .intro .intro-wrap .intro-left {
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0.03em;
  }
}
.intro .intro-wrap .intro-left b {
  font-weight: 600;
  font-family: "gt-planar-regular";
}
.intro .intro-wrap .intro-right {
  width: 100%;
  font-size: 16px;
  line-height: 166%;
  font-family: "gt-planar-light" !important;
  padding-bottom: 20%;
}
@media (min-width: 768px) {
  .intro .intro-wrap .intro-right {
    width: 45%;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .intro .intro-wrap .intro-right {
    font-size: 17px;
    line-height: 28px;
  }
}
.intro .intro-wrap .intro-right p:nth-of-type(1) {
  text-indent: 100px;
}

.mobile-nav {
  padding: 3% 5% 0%;
  margin-left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  margin-top: 10%;
  z-index: 5;
  text-transform: uppercase;
  position: sticky;
  top: 50px;
  background-color: #fafaf3;
  font-family: "gt-planar-regular", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-sizing: border-box;
}
.mobile-nav .container {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  border-bottom: solid 1px black;
}
.mobile-nav .artists {
  display: inline-flex;
  flex-direction: column;
  padding-bottom: 2%;
  z-index: 30;
}
.mobile-nav .menu {
  width: 35px;
  margin: 10% 0;
  border-top: 1px solid black;
}
@media (min-width: 768px) {
  .mobile-nav {
    display: none;
  }
}

.nav-menu {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 3% 5% 0%;
  box-sizing: border-box;
  height: 100%;
  margin-top: 10%;
  z-index: 5;
  text-transform: uppercase;
  position: sticky;
  top: 50px;
  background-color: #fafaf3;
  font-family: "gt-planar-regular", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  display: none;
  transition: 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .nav-menu {
    padding: 0% 10%;
    display: block;
  }
}
@media (min-width: 1024px) {
  .nav-menu {
    margin-top: 20%;
    padding: 3% 7vw 0%;
  }
}
.nav-menu .container {
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  border-bottom: solid 1px black;
}
.nav-menu .nav-title {
  font-size: 12px;
  display: inline-flex;
  width: 50%;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  font-family: "bb-modern-semi";
}
@media (min-width: 1024px) {
  .nav-menu .nav-title {
    width: 100%;
    font-size: 30px;
  }
}
.nav-menu .nav-title:hover {
  cursor: pointer;
}
.nav-menu .artists {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
}
.nav-menu .artists div {
  width: -moz-fit-content;
  width: fit-content;
  box-sizing: border-box;
  height: 100%;
  font-size: 9px;
  line-height: 10px;
}
@media (min-width: 1024px) {
  .nav-menu .artists div {
    font-size: 15px;
    line-height: 15px;
  }
}
.nav-menu .artists div:hover {
  cursor: pointer;
  color: #cc9d73;
  transition: 0.1s ease-in-out;
}

.johnny,
.joshua,
.browns {
  width: 100vw;
  padding: 5% 5% 0%;
  margin-left: calc(50% - 50vw);
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .johnny,
  .joshua,
  .browns {
    padding: 5% 10% 0%;
  }
}
@media (min-width: 1024px) {
  .johnny,
  .joshua,
  .browns {
    padding: 5% 7vw;
  }
}
.johnny h1,
.joshua h1,
.browns h1 {
  text-transform: uppercase;
  margin: 0;
}
.johnny .top h1,
.johnny .bottom h1,
.joshua .top h1,
.joshua .bottom h1,
.browns .top h1,
.browns .bottom h1 {
  font-size: 44px;
  line-height: 100%;
  font-weight: 400;
  font-family: "bb-modern-semi";
}
@media (min-width: 768px) {
  .johnny .top h1,
  .johnny .bottom h1,
  .joshua .top h1,
  .joshua .bottom h1,
  .browns .top h1,
  .browns .bottom h1 {
    text-align: unset;
    font-size: 40px;
    line-height: 100%;
  }
}
@media (min-width: 1024px) {
  .johnny .top h1,
  .johnny .bottom h1,
  .joshua .top h1,
  .joshua .bottom h1,
  .browns .top h1,
  .browns .bottom h1 {
    font-size: 11vh;
  }
}
.johnny .top,
.joshua .top,
.browns .top {
  margin: 10% 0 2%;
  text-align: left;
}
.johnny .bottom,
.joshua .bottom,
.browns .bottom {
  margin: 2% 0;
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .johnny .bottom,
  .joshua .bottom,
  .browns .bottom {
    flex-direction: row;
    align-items: flex-start;
  }
}
.johnny .bottom h1,
.joshua .bottom h1,
.browns .bottom h1 {
  display: flex;
  justify-content: flex-end;
}
.johnny .bottom .bio,
.joshua .bottom .bio,
.browns .bottom .bio {
  width: 100%;
  font-family: "gt-planar-regular", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.06em;
  padding: 10% 0 5%;
  font-size: 12px;
  line-height: 133.3%;
  align-items: center;
}
@media (min-width: 768px) {
  .johnny .bottom .bio,
  .joshua .bottom .bio,
  .browns .bottom .bio {
    width: 45%;
    font-size: 10px;
    line-height: 133.3%;
    padding: unset;
  }
}
@media (min-width: 1024px) {
  .johnny .bottom .bio,
  .joshua .bottom .bio,
  .browns .bottom .bio {
    width: 40%;
    font-size: 18px;
    line-height: 24px;
  }
}

.joshua .top,
.browns .top {
  margin: 5% 0 2%;
  padding-top: 5%;
}

.bio-bar {
  display: none;
  flex-direction: row;
  margin: 3% 0;
  border-top: 2px solid black;
  border-bottom: 1px solid black;
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  align-items: center;
  justify-content: space-between;
  font-family: "gt-planar-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 8px;
  line-height: 8px;
}
@media (min-width: 768px) {
  .bio-bar {
    display: inline-flex;
    height: 70px;
  }
}
@media (min-width: 1024px) {
  .bio-bar {
    height: 120px;
    border-top: 1.5px solid black;
    border-bottom: 0.5px solid black;
  }
}
.bio-bar .name {
  display: inline-flex;
  align-items: center;
  height: 100%;
  width: 48%;
  font-size: 24px;
  border-right: 1px solid black;
  box-sizing: border-box;
  font-family: "bb-modern-condensed";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .bio-bar .name {
    font-size: 32px;
    line-height: 100%;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .bio-bar .name {
    font-size: 50px;
    line-height: 50px;
    width: 50%;
  }
}
.bio-bar .photographer {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 18%;
  padding: 1% 2%;
  border-right: 1px solid black;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .bio-bar .photographer {
    font-weight: 700;
    font-size: 5px;
    line-height: 100%;
  }
}
@media (min-width: 1024px) {
  .bio-bar .photographer {
    font-weight: 700;
    font-size: 8px;
    line-height: 8px;
    padding: 2%;
    width: 15%;
  }
}
.bio-bar .photographer img {
  padding-top: 5%;
  width: 85%;
}
@media (min-width: 1024px) {
  .bio-bar .photographer:hover {
    cursor: pointer;
  }
}
.bio-bar .hometown {
  height: 100%;
  width: 32%;
  padding: 1% 3%;
  box-sizing: border-box;
  display: inline-flex;
}
@media (min-width: 768px) {
  .bio-bar .hometown {
    padding-left: 2%;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .bio-bar .hometown {
    width: 35%;
    padding: 2%;
  }
}
.bio-bar .hometown div:nth-of-type(1) {
  height: 100%;
  width: 350%;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .bio-bar .hometown div:nth-of-type(1) {
    width: 100%;
  }
}
.bio-bar .hometown .city {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 3%;
  font-family: "bb-modern-semi";
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 768px) {
  .bio-bar .hometown .city {
    font-size: 14px;
    line-height: 100%;
  }
}
@media (min-width: 1024px) {
  .bio-bar .hometown .city {
    padding-bottom: 0;
    font-size: 22px;
    line-height: 40px;
  }
}
.bio-bar .hometown .map {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 130%;
}
@media (min-width: 1024px) {
  .bio-bar .hometown .map {
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .bio-bar .hometown .map img {
    max-width: 120px !important;
  }
}
.bio-bar p {
  letter-spacing: 0.15em;
}
.bio-bar p,
.bio-bar h3 {
  margin: 0;
}
@media (min-width: 768px) {
  .bio-bar p,
  .bio-bar h3 {
    font-weight: 700;
    font-size: 5px;
    line-height: 100%;
  }
}
@media (min-width: 1024px) {
  .bio-bar p,
  .bio-bar h3 {
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
  }
}

.mobile-bio-bar {
  display: inline-flex;
  flex-direction: column;
  margin: 3% 0;
  border-top: 1.5px solid black;
  border-bottom: 0.5px solid black;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: space-between;
  font-family: "gt-planar-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 8px;
  line-height: 8px;
  letter-spacing: 0.15em;
}
@media (min-width: 768px) {
  .mobile-bio-bar {
    display: none;
  }
}
.mobile-bio-bar .name {
  font-family: "bb-modern-condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.01em;
  padding: 5%;
}
.mobile-bio-bar .bottom-wrap {
  display: inline-flex;
  flex-direction: row;
  border-top: 0.5px solid black;
}
.mobile-bio-bar .photographer,
.mobile-bio-bar .hometown {
  width: 50%;
  display: inline-flex;
  flex-direction: column;
}
.mobile-bio-bar .photographer {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 0.5px solid black;
}
.mobile-bio-bar .photographer p:nth-of-type(1) {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5%;
  font-size: 8px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.mobile-bio-bar .photographer img {
  margin: 0 auto;
  width: 65%;
}
.mobile-bio-bar .hometown p {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5%;
  font-weight: 600;
}
.mobile-bio-bar .hometown h3 {
  text-align: center;
  font-family: "bb-modern-semi";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}
.mobile-bio-bar .hometown img {
  width: 65%;
  box-sizing: border-box;
  margin: auto;
}
@media (min-width: 768px) {
  .mobile-bio-bar .hometown img {
    padding: 5% 10%;
  }
}
.mobile-bio-bar .p-bio {
  font-family: "bb-modern-semi";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  padding: 0 10%;
  letter-spacing: 0.01em;
}

.rothes-bio {
  width: calc(100vw - 20%);
  box-sizing: border-box;
  margin-left: calc(50% - 50vw + 10%);
  margin-bottom: 5vh;
}
@media (min-width: 1024px) {
  .rothes-bio {
    width: calc(100vw - 30%);
    margin-left: calc(50% - 50vw + 15%);
    margin-bottom: 10vh;
  }
}
.rothes-bio .name {
  width: 55%;
}
.rothes-bio .hometown {
  align-items: center;
  width: 45%;
}
.rothes-bio .rothes-map {
  padding-right: 5%;
}
.rothes-bio .rothes-map img {
  max-width: 30px !important;
}
@media (min-width: 1024px) {
  .rothes-bio .rothes-map img {
    max-width: 60px !important;
  }
}

.rothes-mobile .bottom-wrap {
  width: 100%;
  justify-content: center;
}
.rothes-mobile .hometown img {
  width: 25% !important;
}
.rothes-mobile .hometown p {
  font-size: 9px;
  line-height: 9px;
}

.sect-1 {
  display: inline-flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .sect-1 {
    flex-direction: row;
  }
}
.sect-1 .left-wrap,
.sect-1 .right-wrap {
  position: relative;
  box-sizing: border-box;
}
.sect-1 .left-wrap {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}
@media (min-width: 768px) {
  .sect-1 .left-wrap {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .sect-1 .left-wrap {
    width: 50%;
  }
}
.sect-1 .right-wrap {
  width: 100%;
}
@media (min-width: 768px) {
  .sect-1 .right-wrap {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .sect-1 .right-wrap {
    width: 50%;
  }
}
.sect-1 .side-left {
  margin: 0;
  width: 100%;
  font-size: 16px;
  line-height: 166%;
}
@media (min-width: 768px) {
  .sect-1 .side-left {
    width: 85%;
  }
}
@media (min-width: 1024px) {
  .sect-1 .side-left {
    bottom: 0;
    width: 80%;
    font-size: 16px;
    line-height: 26px;
  }
}
.sect-1 .side-left b {
  font-style: normal;
  font-weight: 400;
  font-family: "gt-planar-regular";
}
.sect-1 .side-right {
  margin: 0;
  height: 100%;
  padding: 5% 0% 10%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .sect-1 .side-right {
    padding: unset;
  }
}
.sect-1 .side-right .caption {
  display: none;
}
@media (min-width: 768px) {
  .sect-1 .side-right .caption {
    display: inline-flex;
    justify-content: flex-end;
  }
}
.sect-1 .side-right figure {
  opacity: 0;
}
.sect-1 .side-right figure.inviewable--in-view {
  opacity: 1;
  transition: 0.75s ease-in-out;
}

.caption {
  display: inline-flex;
  justify-content: center;
  margin-top: 1%;
  width: 100%;
  height: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.caption p {
  border-top: 1px solid black;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 5px;
  font-family: "gt-planar-bold";
  letter-spacing: 0.06em;
  font-style: normal;
  font-weight: 500;
  font-size: 8px;
  line-height: 133.3%;
  text-align: center;
  margin: auto;
}
@media (min-width: 768px) {
  .caption p {
    text-align: unset;
    font-size: 5px;
    line-height: 133.3%;
    margin: 0%;
  }
}
@media (min-width: 1024px) {
  .caption p {
    font-size: 11px;
    line-height: 15px;
    margin-top: 10px;
  }
}

@keyframes expand-to-right {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
@keyframes expand-to-left {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
.pullquote {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 5% 0;
  margin-left: 0vw;
  width: 100%;
  position: relative;
}
.pullquote .border-top {
  width: 0px;
  border-top: 1px solid black;
}
.pullquote .border-top.inviewable--in-view {
  animation-name: expand-to-right;
  animation-duration: 1.5s;
  transition-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.pullquote .border-bottom {
  width: 0px;
  border-top: 1px solid black;
  right: 0;
  bottom: 0;
  position: absolute;
}
.pullquote .border-bottom.inviewable--in-view {
  animation-name: expand-to-left;
  animation-duration: 1.5s;
  transition-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.pullquote span {
  font-family: "gt-planar-bold";
  font-style: normal;
  font-weight: 600;
  font-size: 100px;
  line-height: 68px;
  margin-top: 3vh;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .pullquote span {
    font-weight: 400;
  }
}
@media (min-width: 1024px) {
  .pullquote span {
    font-weight: 600;
    font-size: 147px;
    line-height: 99px;
    margin-top: 6vh;
  }
}
.pullquote .quote {
  width: 80%;
  text-transform: uppercase;
  font-family: "gt-planar-bold";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 3vh;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .pullquote .quote {
    width: 75%;
    font-weight: 500;
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .pullquote .quote {
    font-weight: 500;
    font-size: 46px;
    line-height: 60px;
    margin-bottom: 6vh;
  }
}
.pullquote img {
  position: absolute;
  right: 5%;
  bottom: -10%;
  width: 50px;
}
@media (min-width: 768px) {
  .pullquote img {
    right: 10%;
    width: 50px;
  }
}
@media (min-width: 1024px) {
  .pullquote img {
    width: 80px;
  }
}

.joshua {
  margin-top: 0;
}
.joshua .quote {
  margin-bottom: 3vh;
}
@media (min-width: 1024px) {
  .joshua .quote {
    margin-bottom: 6vh;
  }
}
.joshua .pullquote img {
  bottom: -5%;
  width: 150px;
  right: -5%;
}
@media (min-width: 768px) {
  .joshua .pullquote img {
    width: 200px;
    bottom: -8%;
    right: 0;
  }
}
@media (min-width: 1024px) {
  .joshua .pullquote img {
    width: 300px;
  }
}

.browns {
  margin-top: 0;
}
.browns .quote {
  width: 90%;
  margin-bottom: 15%;
}
@media (min-width: 768px) {
  .browns .quote {
    width: 70%;
    margin-bottom: 5%;
  }
}
@media (min-width: 1024px) {
  .browns .quote {
    width: 65%;
    margin-bottom: 6vh;
  }
}
.browns .pullquote img {
  bottom: 2%;
  width: 150px;
  right: 0%;
}
@media (min-width: 768px) {
  .browns .pullquote img {
    width: 200px;
    bottom: 0%;
  }
}
@media (min-width: 1024px) {
  .browns .pullquote img {
    width: 300px;
    bottom: 2%;
  }
}
@media (min-width: 1024px) {
  .browns .map {
    width: 60% !important;
  }
}

@media (min-width: 1024px) {
  .browns .bio-bar .hometown .map img {
    max-width: 85px !important;
  }
}

.johnny-color-1 {
  background-color: #c8cec5;
}
.johnny-color-1 img,
.johnny-color-1 .caption {
  width: 85%;
}
.johnny-color-1 .text {
  padding-left: 10%;
  padding-right: 5%;
}

.johnny-color-2,
.joshua-color-2 {
  background-color: #d3c7be;
}
.johnny-color-2 .text,
.joshua-color-2 .text {
  text-align: left;
  padding: 0% 5%;
}
.johnny-color-2 .caption,
.joshua-color-2 .caption {
  width: 85%;
}
.johnny-color-2 img:nth-of-type(0),
.joshua-color-2 img:nth-of-type(0) {
  margin-right: 0;
  width: 85%;
}
.johnny-color-2 .caption,
.joshua-color-2 .caption {
  justify-content: flex-start;
}

.johnny-color-3,
.joshua-color-1,
.browns-color-1 {
  background-color: #ddd0b8;
}
.johnny-color-3 .text,
.joshua-color-1 .text,
.browns-color-1 .text {
  text-align: right;
  padding-left: 10%;
  padding-right: 5%;
}
.johnny-color-3 .caption,
.joshua-color-1 .caption,
.browns-color-1 .caption {
  width: 85%;
}
.johnny-color-3 .c-image--johnny-color-3a img,
.johnny-color-3 .c-image--joshua-color-1a img,
.johnny-color-3 .c-image--browns-color-1a img,
.joshua-color-1 .c-image--johnny-color-3a img,
.joshua-color-1 .c-image--joshua-color-1a img,
.joshua-color-1 .c-image--browns-color-1a img,
.browns-color-1 .c-image--johnny-color-3a img,
.browns-color-1 .c-image--joshua-color-1a img,
.browns-color-1 .c-image--browns-color-1a img {
  width: 85%;
}
.johnny-color-3 .caption,
.joshua-color-1 .caption,
.browns-color-1 .caption {
  justify-content: flex-end;
  font-size: 11px;
  margin-top: 0;
}

.joshua-color-1 {
  background-color: #e7e3e2;
}

.joshua-color-2 {
  background-color: #e7e3e2;
}

.browns-color-1 {
  background-color: #c3c8a6;
}

.browns-color-2 {
  background-color: #d0caae;
}

.full-text {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.full-text div {
  width: 96%;
  margin: auto;
  box-sizing: border-box;
  padding: 5% 2%;
  font-family: "gt-planar-light";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 166%;
}
@media (min-width: 768px) {
  .full-text div {
    width: 70%;
    font-weight: 300;
    font-size: 12px;
    line-height: 166%;
  }
}
@media (min-width: 1024px) {
  .full-text div {
    width: 40vw;
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
  }
}
.full-text div b {
  font-weight: 400;
  font-family: "gt-planar-regular";
}
.full-text p:nth-of-type(1) {
  text-indent: 100px;
}
.full-text p {
  margin: 5% 0;
}

.full-img {
  width: 100vw;
  padding: 0 5vw;
  box-sizing: border-box;
  margin: 5% 0;
  margin-left: calc(50% - 50vw);
  opacity: 0;
}
@media (min-width: 768px) {
  .full-img {
    padding: 0 7vw;
  }
}
.full-img.inviewable--in-view {
  opacity: 1;
  transition: 0.75s ease-in-out;
}
.full-img img {
  width: 100%;
  box-sizing: border-box;
}
.full-img .caption {
  padding-left: 0;
  justify-content: unset;
  font-size: 11px;
  margin-top: 0;
}

.full-img img {
  height: 372px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .full-img img {
    height: unset;
    -o-object-fit: unset;
       object-fit: unset;
    -o-object-position: unset;
       object-position: unset;
  }
}

.johnny .full-img img {
  -o-object-position: 35%;
     object-position: 35%;
}

.joshua .full-img img {
  -o-object-position: center left !important;
     object-position: center left !important;
}

.browns .full-img img {
  -o-object-position: center center;
     object-position: center center;
}

.wrap {
  background-color: #fafaf3;
  z-index: 1;
}

.transition {
  width: 100vw;
  text-transform: uppercase;
  text-align: center;
  padding: 25% 0 30%;
  margin-left: calc(50% - 50vw);
  opacity: 0;
  position: sticky;
  top: 10vh;
  z-index: -1;
  background-color: #fafaf3;
}
.transition.inviewable--in-view {
  opacity: 1;
  transition: 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .transition {
    padding: 0% 0 5%;
    top: 15vh;
  }
}
@media (min-width: 1024px) {
  .transition {
    top: 20vh;
  }
}
.transition span:nth-of-type(1) {
  font-weight: bold;
  font-family: "gt-planar-regular";
  font-size: 24px;
}
@media (min-width: 768px) {
  .transition span:nth-of-type(1) {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .transition span:nth-of-type(1) {
    font-size: 16px;
  }
}
.transition span:nth-of-type(2) {
  font-family: "gt-planar-light";
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .transition span:nth-of-type(2) {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .transition span:nth-of-type(2) {
    font-size: 14px;
  }
}
.transition .arrow {
  display: block;
  padding-top: 10px;
  animation: pulseDown infinite 1.5s ease-in-out alternate;
  font-size: 16px;
}
@media (min-width: 768px) {
  .transition .arrow {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .transition .arrow {
    font-size: 16px;
  }
}
@keyframes pulseDown {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}
.transition .next-artist {
  font-family: "bb-modern-semi";
  padding: 4% 5%;
  font-size: 4.5vh;
  line-height: 5vh;
  letter-spacing: 0.01em;
  color: #cc9d73;
  transition: 0.7s ease-in-out;
}
@media (min-width: 768px) {
  .transition .next-artist {
    font-size: 75px;
    line-height: 100%;
  }
}
@media (min-width: 1024px) {
  .transition .next-artist {
    font-size: 14vh;
    line-height: 10vh;
  }
}

.c-article-body p.dropcap::first-letter,
.c-article-body span.dropcap {
  margin-left: 5px !important;
  margin-top: -5px;
  padding-right: 15px;
  font-family: "bb-modern-condensed";
}

@media (min-width: 768px) {
  .c-article-body {
    margin-top: 50px !important;
  }
}
@media (min-width: 1024px) {
  .c-article-body {
    margin-top: 100px !important;
  }
}

.mobile-menu {
  background-color: black;
  color: white;
  opacity: 0;
  display: none;
  align-self: flex-start;
  flex-direction: column;
  width: 100vw;
  height: calc(100vh - 50px);
  position: absolute;
  left: 0;
  top: 0px;
  z-index: -5;
  padding: 10% 5% 30%;
  box-sizing: border-box;
  align-items: flex-end;
  transition: 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .mobile-menu {
    display: none;
    z-index: 20;
  }
}
.mobile-menu p {
  font-family: "gt-planar-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  margin: 5% 0;
}
.mobile-menu span {
  width: 30px;
  height: 30px;
  text-align: right;
  color: white;
  font-family: "gt-planar-light";
}
.mobile-menu p:hover {
  cursor: pointer;
  color: #cc9d73;
}
.mobile-menu p:nth-of-type(1) {
  font-family: "bb-modern-semi";
  font-style: normal;
  font-weight: 400;
  font-size: 43px;
}
.mobile-menu p:nth-of-type(1):hover {
  cursor: unset;
  color: white;
}

.browns-cell-1 {
  font-family: "gt-planar-regular";
  text-align: center;
  width: 450px;
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  position: fixed;
}

.horizontal {
  position: relative;
  margin-bottom: 10%;
}

.johnny-fixed,
.joshua-fixed,
.browns-fixed {
  font-family: "gt-planar-regular";
  text-transform: uppercase;
  display: inline-flex;
  justify-content: space-around;
  flex-direction: column;
  position: absolute;
  font-weight: 400;
  height: calc(100vh - 50px);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  box-sizing: border-box;
}
.johnny-fixed p,
.joshua-fixed p,
.browns-fixed p {
  width: 100%;
  padding: 0% 12%;
  height: 25%;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  color: #716a65;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  margin: 0;
  border-bottom: 1px solid #716a65;
  transition: 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .johnny-fixed p,
  .joshua-fixed p,
  .browns-fixed p {
    padding: 0% 18%;
    font-size: 28px;
    line-height: 140%;
  }
}
@media (min-width: 1024px) {
  .johnny-fixed p,
  .joshua-fixed p,
  .browns-fixed p {
    padding: 0% 12%;
    font-size: 30px;
    line-height: 140%;
  }
}
.johnny-fixed p:nth-of-type(2),
.joshua-fixed p:nth-of-type(2),
.browns-fixed p:nth-of-type(2) {
  justify-content: flex-start;
}
.johnny-fixed p:nth-of-type(3),
.joshua-fixed p:nth-of-type(3),
.browns-fixed p:nth-of-type(3) {
  padding-left: 0;
  justify-content: flex-end;
  text-align: right;
}
@media (min-width: 1024px) {
  .johnny-fixed p:nth-of-type(3),
  .joshua-fixed p:nth-of-type(3),
  .browns-fixed p:nth-of-type(3) {
    padding-right: 26% !important;
    padding-left: 12%;
  }
}
.johnny-fixed p:nth-of-type(4),
.joshua-fixed p:nth-of-type(4),
.browns-fixed p:nth-of-type(4) {
  border-bottom: none;
}

.johnny-fixed {
  background-color: #d3c7be;
}
.johnny-fixed p:nth-of-type(3) {
  padding-right: 20%;
}
@media (min-width: 1024px) {
  .johnny-fixed p:nth-of-type(3) {
    padding-right: 30% !important;
    padding-left: 12%;
  }
}

.joshua-fixed {
  background-color: #c5cad3;
}
.joshua-fixed p:nth-of-type(3) {
  padding-right: 18%;
}
@media (min-width: 1024px) {
  .joshua-fixed p:nth-of-type(3) {
    padding-right: 26% !important;
    padding-left: 12%;
  }
}

.browns-fixed {
  background-color: #d0caae;
}
.browns-fixed p:nth-of-type(3) {
  padding-right: 20% !important;
}
@media (min-width: 1024px) {
  .browns-fixed p:nth-of-type(3) {
    padding-right: 26% !important;
    padding-left: 12%;
  }
}

.carousel {
  width: 100vw;
  height: calc(100vh - 50px);
  margin: 5% 0 0%;
  margin-left: calc(50% - 50vw);
}
@media (min-width: 768px) {
  .carousel {
    height: 50vh;
  }
}
@media (min-width: 1024px) {
  .carousel {
    height: 85vh;
  }
}

.cell {
  width: 100%;
  height: calc(100vh - 50px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 5% 0;
}
.cell img {
  height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .cell img {
    height: 55vh;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 1024px) {
  .cell img {
    height: 75vh;
  }
}

.johnny-carousel,
.joshua-carousel,
.browns-carousel {
  position: absolute;
}
@media (min-width: 768px) {
  .johnny-carousel,
  .joshua-carousel,
  .browns-carousel {
    height: calc(100vh - 50px);
  }
}
.johnny-carousel .empty,
.joshua-carousel .empty,
.browns-carousel .empty {
  width: 90% !important;
}
@media (min-width: 768px) {
  .johnny-carousel .empty,
  .joshua-carousel .empty,
  .browns-carousel .empty {
    width: 60% !important;
  }
}
@media (min-width: 1024px) {
  .johnny-carousel .empty,
  .joshua-carousel .empty,
  .browns-carousel .empty {
    width: 50% !important;
  }
}
.johnny-carousel .cell:nth-of-type(3),
.johnny-carousel .cell:nth-of-type(4),
.johnny-carousel .cell:nth-of-type(5),
.johnny-carousel .cell:nth-of-type(6),
.joshua-carousel .cell:nth-of-type(3),
.joshua-carousel .cell:nth-of-type(4),
.joshua-carousel .cell:nth-of-type(5),
.joshua-carousel .cell:nth-of-type(6),
.browns-carousel .cell:nth-of-type(3),
.browns-carousel .cell:nth-of-type(4),
.browns-carousel .cell:nth-of-type(5),
.browns-carousel .cell:nth-of-type(6) {
  margin-left: 5%;
}
@media (min-width: 768px) {
  .johnny-carousel .cell:nth-of-type(3),
  .johnny-carousel .cell:nth-of-type(4),
  .johnny-carousel .cell:nth-of-type(5),
  .johnny-carousel .cell:nth-of-type(6),
  .joshua-carousel .cell:nth-of-type(3),
  .joshua-carousel .cell:nth-of-type(4),
  .joshua-carousel .cell:nth-of-type(5),
  .joshua-carousel .cell:nth-of-type(6),
  .browns-carousel .cell:nth-of-type(3),
  .browns-carousel .cell:nth-of-type(4),
  .browns-carousel .cell:nth-of-type(5),
  .browns-carousel .cell:nth-of-type(6) {
    margin-left: -35% !important;
  }
}
@media (min-width: 1024px) {
  .johnny-carousel .cell:nth-of-type(3),
  .johnny-carousel .cell:nth-of-type(4),
  .johnny-carousel .cell:nth-of-type(5),
  .johnny-carousel .cell:nth-of-type(6),
  .joshua-carousel .cell:nth-of-type(3),
  .joshua-carousel .cell:nth-of-type(4),
  .joshua-carousel .cell:nth-of-type(5),
  .joshua-carousel .cell:nth-of-type(6),
  .browns-carousel .cell:nth-of-type(3),
  .browns-carousel .cell:nth-of-type(4),
  .browns-carousel .cell:nth-of-type(5),
  .browns-carousel .cell:nth-of-type(6) {
    margin-left: -50% !important;
  }
}
.johnny-carousel .caption,
.joshua-carousel .caption,
.browns-carousel .caption {
  color: #c8d3c3;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 17.5vh;
  padding: 0 15%;
  box-sizing: border-box;
  z-index: 100;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "gt-planar-regular";
}
@media (min-width: 768px) {
  .johnny-carousel .caption,
  .joshua-carousel .caption,
  .browns-carousel .caption {
    padding: 0;
    bottom: 22.5vh;
  }
}
@media (min-width: 1024px) {
  .johnny-carousel .caption,
  .joshua-carousel .caption,
  .browns-carousel .caption {
    bottom: 14vh;
  }
}

.johnny-fixed p:nth-of-type(2),
.johnny-fixed p:nth-of-type(4) {
  padding-right: 22.5%;
}

.joshua-fixed p:nth-of-type(2),
.joshua-fixed p:nth-of-type(4) {
  padding-right: 20%;
}

@media (min-width: 1024px) {
  .johnny-carousel .cell:nth-of-type(2) .caption {
    bottom: 16vh;
    width: 350px !important;
  }
}

.browns-carousel .caption {
  bottom: 17.5vh;
}
@media (min-width: 768px) {
  .browns-carousel .caption {
    bottom: 22.5vh;
  }
}
@media (min-width: 1024px) {
  .browns-carousel .caption {
    bottom: 13vh;
  }
}
.browns-carousel .cell:nth-of-type(5) {
  margin-left: 5%;
}
@media (min-width: 768px) {
  .browns-carousel .cell:nth-of-type(5) {
    margin-left: -17% !important;
  }
}
@media (min-width: 1024px) {
  .browns-carousel .cell:nth-of-type(5) {
    margin-left: -40% !important;
  }
}

.browns-fixed p:nth-of-type(2),
.browns-fixed p:nth-of-type(4) {
  padding-right: 24%;
}

.flickity-viewport {
  height: 100% !important;
}

.flickity-button {
  background: transparent !important;
}

.flickity-page-dots {
  display: none !important;
}

.flickity-prev-next-button.previous {
  display: none;
  padding: 0 4%;
}

.flickity-prev-next-button {
  color: transparent;
  padding: 0 3%;
  margin-right: 3%;
  background-color: transparent;
}

.flickity-prev-next-button .flickity-button-icon {
  color: black;
  background: rgba(255, 255, 255, 0.5568627451);
  border-radius: 100%;
  width: 40px !important;
  height: 40px !important;
  padding: 15% !important;
  box-sizing: border-box;
  animation: pulse infinite 1.5s ease-in-out alternate;
}
@media (min-width: 1024px) {
  .flickity-prev-next-button .flickity-button-icon {
    padding: 12% !important;
    width: 50px !important;
    height: 50px !important;
  }
}

@keyframes pulse {
  0% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(5px);
  }
}
.flickity-prev-next-button:hover {
  background-color: transparent;
}

.flickity-button:focus {
  box-shadow: none !important;
}

@media (min-width: 1366px) {
  .right-wrap .c-image {
    float: right;
  }
}

@media (min-width: 1366px) {
  .johnny .container,
  .browns .container {
    max-width: 1530px;
    margin: auto;
  }
}

.drinkware {
  font-family: "gt-planar-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 140%;
  padding: 0 8%;
  text-align: center;
  margin: 2% auto 5%;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .drinkware {
    font-size: 14px;
    padding: 0 18%;
    line-height: 160%;
  }
}
@media (min-width: 1024px) {
  .drinkware {
    font-size: 12px;
    line-height: 100%;
    margin: 2% auto 5%;
  }
}
.drinkware p {
  margin-bottom: 2%;
}
.drinkware img {
  margin: 5% auto;
  width: 85%;
}
@media (min-width: 768px) {
  .drinkware img {
    width: 45%;
  }
}
@media (min-width: 1024px) {
  .drinkware img {
    margin: auto;
    width: 25%;
  }
}

.c-content-block.outro {
  width: 100vw;
  height: 100vh;
  margin-left: calc(50% - 50vw);
  margin-bottom: 10%;
  background-color: #cb9e63;
}
@media (min-width: 768px) {
  .c-content-block.outro {
    height: 75vh;
    margin-bottom: 0%;
  }
}
@media (min-width: 1024px) {
  .c-content-block.outro {
    height: calc(100vh - 50px - 75px);
    margin-bottom: 10%;
  }
}
.c-content-block.outro .container {
  display: inline-flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
@media (min-width: 1024px) {
  .c-content-block.outro .container {
    flex-direction: row;
    justify-content: unset;
  }
}
.c-content-block.outro .outro-img {
  width: 100%;
  height: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 3% 3%;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .c-content-block.outro .outro-img {
    width: 45%;
    height: 100%;
    padding: 3%;
    padding-left: 0;
  }
}
.c-content-block.outro .outro-img img {
  height: 100%;
  width: 95%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .c-content-block.outro .outro-img img {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .c-content-block.outro .outro-img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.c-content-block.outro .outro-text {
  width: 100%;
  font-family: "bb-modern-semi";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0.01em;
  padding: 3% 7%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .c-content-block.outro .outro-text {
    font-size: 26px;
    line-height: 120%;
    padding: 5% 10% 0%;
  }
}
@media (min-width: 1024px) {
  .c-content-block.outro .outro-text {
    width: 50%;
    font-size: 30px;
    line-height: 130%;
    padding: 10% 2% 0% 5%;
  }
}
.c-content-block.outro .cta {
  border: 1px solid black;
  font-family: "gt-planar-regular";
  padding: 2%;
  width: -moz-fit-content;
  width: fit-content;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 130%;
  margin-top: 10%;
}
@media (min-width: 768px) {
  .c-content-block.outro .cta {
    font-size: 18px;
    margin-top: 5%;
  }
}
@media (min-width: 1024px) {
  .c-content-block.outro .cta {
    font-size: 20px;
    line-height: 130%;
    margin-top: 8%;
  }
}
.c-content-block.outro .cta:hover {
  cursor: pointer;
}