:root {
  --black-2: black;
  --black: #1b1b1b;
  --white-smoke: #e9e9e9;
}

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--black-2);
  color: var(--black);
  font-family: Editorial new, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  color: var(--black-2);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Canopee, sans-serif;
  font-size: 160px;
  font-weight: 600;
  line-height: 131px;
}

h2 {
  color: var(--black-2);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Canopee, sans-serif;
  font-size: 125px;
  font-weight: 600;
  line-height: 100px;
}

h3 {
  color: var(--black-2);
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Canopee, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 38px;
}

h4 {
  color: var(--black-2);
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Canopee, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  color: var(--black-2);
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Canopee, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  color: var(--black-2);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Canopee, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

p {
  color: var(--black-2);
  margin-bottom: 10px;
  font-family: Editorial new, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
}

a {
  color: #000;
  margin-top: 20px;
  font-family: Canopee, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

ul, ol {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.styleguide {
  max-width: 1280px;
  padding: 90px 16px 140px;
  position: relative;
  overflow: hidden;
}

.accordion-bottom-text {
  color: #000;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 500;
}

.checkbox-field {
  color: #000;
  align-items: center;
  margin-bottom: 16px;
  padding-left: 0;
  display: flex;
}

.radio-button-label {
  color: #000;
  font-weight: 700;
}

.primary-button {
  border: 1px solid var(--black);
  box-shadow: none;
  color: var(--black-2);
  text-align: center;
  background-color: rgba(140, 206, 67, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 81px 35px;
  font-family: Canopee, sans-serif;
  font-size: 90px;
  font-weight: 600;
  transition: transform .2s, border-color .2s, color .2s;
}

.primary-button:hover {
  border-color: var(--black-2);
  box-shadow: none;
  background-color: rgba(117, 177, 52, 0);
  transform: translate(0, -5px);
}

.primary-button:active {
  transform: scale(.95);
}

.accordion-top-wrap {
  flex: 1;
  padding-top: 16px;
  padding-bottom: 16px;
}

.accordion-top {
  opacity: 1;
  align-items: center;
  width: 100%;
  transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.accordion-top:hover {
  opacity: .64;
}

.accordion-divider {
  border-top: 1px solid #202020;
  height: 0;
}

.style-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 2px solid #414141;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.style-item.no-bottom-padding {
  padding-bottom: 0;
}

.accordion-bottom {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  width: 100%;
  overflow: hidden;
}

.form-select {
  border: 2px solid var(--black);
  color: var(--black);
  cursor: pointer;
  background-color: rgba(243, 243, 243, 0);
  border-radius: 0;
  width: 100%;
  min-height: 56px;
  margin-bottom: 24px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  transition: transform .2s cubic-bezier(.19, 1, .22, 1), color .2s, background-color .2s, border-color .2s;
}

.form-select:hover {
  border-color: var(--black);
}

.form-select:active {
  color: var(--black);
  transform: scale(.98);
}

.form-select:focus {
  border-style: solid;
  border-color: var(--black);
  color: #333;
}

.form-select::placeholder {
  color: #8d8c8c;
}

.checkbox-label {
  color: #000;
  font-weight: 700;
}

.accordion-bottom-wrap {
  border-bottom: 0 solid #0df;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
}

.input-field {
  border: 2px solid var(--black);
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  width: 100%;
  min-height: 56px;
  margin-bottom: 20px;
  padding: 24px 20px;
  font-size: 16px;
  font-weight: 500;
  transition: color .2s, background-color .2s, border-color .2s;
  display: inline-block;
}

.input-field:hover {
  border-color: var(--black);
  color: #000;
}

.input-field:focus {
  border-style: solid;
  border-color: var(--black);
  color: #000;
}

.input-field::placeholder {
  color: var(--black);
}

.accordion-top-text {
  color: #000;
  font-family: Canopee, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 50px;
}

.accordion-top-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  display: flex;
  position: relative;
}

.typography-label {
  color: #000;
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24px;
}

.accordion-top-icon {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-right: -16px;
  padding: 16px;
  position: relative;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 30px;
}

.form-block {
  width: 100%;
}

.accordion {
  cursor: pointer;
  border-bottom: 2px solid #202020;
  width: 100%;
  padding: 20px 0;
}

.stylesection {
  width: 100%;
  margin-top: 40px;
  position: relative;
}

.accordion-icon-stripe-2 {
  background-color: #000;
  width: 100%;
  height: 3px;
  position: absolute;
}

.radio-button-field {
  color: #000;
  align-items: center;
  margin-bottom: 16px;
  padding-left: 0;
  font-weight: 500;
  display: flex;
}

.checkbox {
  cursor: pointer;
  border-color: #7e7e7e;
  border-radius: 0;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  padding: 12px;
  transition: opacity .2s, border-color .2s, background-color .2s;
}

.checkbox:hover {
  border-color: var(--black);
  background-color: var(--black);
}

.checkbox.w--redirected-checked {
  border-width: 1px;
  border-color: var(--black);
  background-color: var(--black);
  background-image: none;
  border-radius: 0;
}

.checkbox.w--redirected-focus {
  border-color: var(--black);
  background-color: var(--black);
  box-shadow: none;
}

.accordion-icon-stripe-1 {
  background-color: #000;
  width: 3px;
  height: 100%;
}

.radio-button {
  border-color: var(--black);
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
  padding: 12px;
  transition: opacity .2s, border-color .2s, background-color .2s;
}

.radio-button:hover {
  border-color: var(--black);
}

.radio-button.w--redirected-checked {
  border-width: 1px;
  border-color: var(--black);
  background-color: var(--black);
}

.radio-button.w--redirected-focus {
  border-color: var(--black);
  box-shadow: none;
}

.navbar-container {
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  padding: 8px 20px;
  display: flex;
}

.brand {
  flex: 1;
}

.brand.w--current {
  z-index: 20;
}

.logo {
  text-align: right;
  width: 96%;
  margin-top: -18px;
  margin-bottom: 0;
  font-family: Canopee, sans-serif;
  font-size: 31px;
  font-weight: 400;
  display: block;
}

.navbar {
  z-index: 10;
  border-bottom: 1px solid var(--black);
  background-color: rgba(221, 221, 221, 0);
  font-weight: 400;
}

.icon {
  color: #000;
  font-size: 30px;
}

.menu-button {
  padding-left: 5px;
  padding-right: 5px;
}

.menu-button.w--open {
  z-index: 20;
  background-color: rgba(200, 200, 200, 0);
}

.hero-section {
  padding-top: 10px;
  padding-bottom: 40px;
}

.wide-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-heading {
  background-color: var(--black-2);
  color: #e9d5c0;
  text-align: center;
  font-size: 180px;
  line-height: 310px;
}

.hero-heading.about {
  font-size: 230px;
  line-height: 230px;
}

.hero-detail-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.hero-details-block {
  width: 36%;
}

.hero-headline-block {
  width: 64%;
  padding-left: 20px;
  padding-right: 0;
}

.h2-small-heading {
  font-size: 83px;
  line-height: 100px;
}

.h2-small-heading.no-margin {
  font-family: Rye, sans-serif;
}

.big-para {
  margin-top: 40px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
  line-height: 200%;
}

.big-para._35ch-width {
  max-width: 35ch;
  line-height: 37px;
}

.dropcap {
  background-color: var(--black);
  color: var(--white-smoke);
  margin-right: 3px;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Chomsky, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 50px;
}

.coverr-image {
  float: none;
  text-align: right;
  mix-blend-mode: luminosity;
  object-fit: cover;
}

.hero-details-heading {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
  line-height: 60px;
}

.work-section {
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: Chomsky, sans-serif;
}

.work-body {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.work-details-wrapper {
  width: 70%;
}

.work-headline-wrapper {
  width: 40%;
  padding-left: 40px;
}

.work-blocks-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.work-heading-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ticket {
  mix-blend-mode: luminosity;
  margin-left: 60px;
}

.awards-section {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.awards-section.no-border {
  border-top-width: 0;
  border-bottom-width: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.awards-body {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.awards-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 32px;
  display: flex;
}

.awards-headling-wrapper {
  padding: 13px;
  display: block;
}

.body {
  background-color: var(--black-2);
  background-image: none;
  font-family: Rye, sans-serif;
  font-weight: 400;
}

.about-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.about-details-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.div-block {
  min-width: 50%;
}

.about-image-wrapper {
  min-width: 50%;
  max-width: 40%;
}

.about-image-wrapper.small {
  min-width: 20%;
  max-width: 20%;
}

.big-headline {
  font-size: 230px;
  line-height: 170px;
}

.img-bg {
  color: rgba(27, 27, 27, 0);
  background-image: url('../images/sam-bankman-fried-arrest.webp');
  background-position: 50%;
  background-size: 790px;
  font-size: 190px;
  line-height: 250px;
  overflow: visible;
}

.big-headline-2x {
  align-items: center;
  font-size: 340px;
  line-height: 260px;
}

.about-headline-wrapper {
  min-width: 75%;
}

.about-details-block {
  min-width: 25%;
  padding-left: 20px;
  padding-right: 20px;
}

.reviews-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.review-body {
  justify-content: center;
  align-items: center;
  display: flex;
}

.review-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.review-block {
  z-index: 7;
  outline-offset: -7px;
  text-align: left;
  cursor: pointer;
  background-image: url('../images/beige-aged-background_1beige-aged-background.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #000;
  border-radius: 20px;
  outline: 2px dashed #1b1b1b;
  padding: 43px 23px 11px;
}

.review-block.negative-margin {
  margin-left: -50px;
  padding-top: 41px;
  padding-bottom: 41px;
}

.review-para {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 130%;
  text-decoration: underline;
}

.review-details-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.person-details-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}

.person-img {
  border: 1px solid #000;
  border-radius: 100%;
}

.newsletter-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.newsletter-body {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
  min-width: 370vw;
  margin-left: -80vw;
  display: flex;
}

.newsletter-heading {
  white-space: nowrap;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 70px;
}

.black-bg-text {
  background-color: var(--black-2);
  color: #d7cbb9;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 150px;
}

.black-bg-text.small {
  margin-bottom: 20px;
  line-height: 50px;
}

.black-bg-text.small.margin-up-60px {
  margin-top: 60px;
}

.page-wrapper {
  background-image: url('../images/beige-aged-background_1beige-aged-background.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.about-hero-body {
  flex-direction: column;
  display: flex;
}

.awards-details-body {
  display: flex;
}

.awards-headline-wrapper {
  min-width: 30%;
}

.awards-details-wrapper {
  min-width: 70%;
  padding-left: 70px;
  padding-right: 36px;
}

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

.publication-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pubilcation-grid {
  border-top: 0 solid #000;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.publication-block {
  border-bottom: 1px solid #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-2 {
  grid-column-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 60px;
  display: flex;
}

.paragraph {
  margin-bottom: 0;
}

.paragraph.light {
  color: #999;
  font-weight: 500;
}

.publication-details-wrapper {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12px;
  display: flex;
}

.about-details-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.about-details-images-wrapper {
  align-items: center;
  display: flex;
}

.about-left-image-wrapper {
  min-width: 50%;
  padding-left: 0;
  padding-right: 0;
}

.about-right-image-wrapper {
  min-width: 48%;
  padding-left: 8px;
  padding-right: 8px;
}

.footer-link {
  box-shadow: none;
  color: #3f3f3f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Editorial new, sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: rgba(0, 0, 0, .75);
}

.footer-link.w--current {
  color: #000;
}

.footer-social-link {
  box-shadow: none;
  margin-left: 12px;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer {
  border-bottom: 0 solid #e4ebf3;
  padding: 50px 30px;
  position: relative;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.title-small {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-cms-section {
  display: block;
}

.work-cms-body {
  display: flex;
}

.work-block-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.work-cms-block {
  padding: 30px 0;
}

.work-headline-block {
  text-align: center;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding-left: 35px;
  padding-right: 35px;
}

.collection-hero-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 69px;
  padding-bottom: 69px;
  display: flex;
}

.collection-details-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.collection-details-body {
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-detail-block {
  min-width: 50%;
}

.collection-cta-block {
  min-width: 50%;
  padding-left: 140px;
}

.collection-story-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.collection-story-body {
  display: flex;
}

.collection-story-block {
  outline-offset: 0px;
  border-radius: 20px;
  outline: 2px dashed #1b1b1b;
  min-width: 50%;
  padding: 19px;
}

.collection-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-width: 50%;
  padding: 20px;
  display: flex;
}

.awards-details-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.awards-image-wrapper {
  min-width: 30%;
  padding-top: 59px;
  padding-bottom: 59px;
}

.awards-blocks-wrapper {
  flex-direction: column;
  align-items: flex-start;
  min-width: 40%;
  padding-left: 60px;
  display: flex;
}

.awards-info-wrapper {
  min-width: 20%;
}

.image {
  filter: blur(5px);
}

.clents-info-wrapper {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 17px;
  padding-bottom: 17px;
}

.utility-page-wrap {
  text-align: center;
  background-image: url('../images/beige-aged-background_1beige-aged-background.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.block-quote {
  border-left-width: 10px;
  border-left-color: var(--black);
}

.submit-button {
  background-color: var(--black);
}

.image-2 {
  mix-blend-mode: luminosity;
}

.nav-menu {
  z-index: 20;
  text-align: center;
  background-color: rgba(200, 200, 200, 0);
  background-image: url('../images/navbar-img-min.png');
  background-repeat: no-repeat;
  background-size: cover;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 133px 31px 153px;
  display: flex;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.vertical-navbar {
  text-align: center;
  border-right: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6%;
  height: 100%;
  padding-top: 17px;
  padding-bottom: 17px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.logo-wrapper {
  flex: 1;
  align-items: center;
  display: flex;
}

.horizontal-scroll-section {
  height: 180vw;
  margin-left: 6%;
  position: relative;
}

.horizontal-scroll-wrapper {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.horizontal-scroll-content {
  width: 350vw;
  display: flex;
}

.section {
  width: 90vw;
  height: 100vh;
}

.section._1 {
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 0 30px 30px;
  display: flex;
}

.section._2 {
  padding: 0;
}

.section.last {
  border-left: 1px solid #000;
  padding-left: 40px;
  padding-right: 40px;
}

.work-block-heading-wrapper {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  padding: 50px 10px;
}

.work-block-details-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.collection-item {
  align-items: stretch;
  display: flex;
}

.vertical-heading {
  margin-top: 134px;
  transform: rotate(-90deg);
}

._30ch-width {
  max-width: 30ch;
}

._35ch-width {
  max-width: 50ch;
}

.navlink {
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 160px;
  line-height: 80px;
  display: flex;
  overflow: visible;
}

.navlink.w--current {
  color: var(--black-2);
  text-decoration: line-through;
}

.image-bg-body {
  background-image: url('../images/beige-aged-background_1beige-aged-background.jpg');
  background-position: 0 0;
  background-size: 100% 100%;
}

.text-span {
  font-size: 60px;
}

.project-image-wrapper {
  border: 1px solid #000;
  overflow: hidden;
}

.project-image {
  mix-blend-mode: luminosity;
  object-fit: cover;
}

.outline-image-wrapper {
  float: none;
  border: 1px solid #000;
  overflow: hidden;
}

.light-link {
  color: #989898;
}

.preloader {
  z-index: 100000;
  background-color: var(--white-smoke);
  background-image: url('../images/beige-aged-background_1beige-aged-background.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation {
  width: 200px;
}

.fixed-banner {
  z-index: 2147483647;
  width: 100%;
  margin-bottom: 16px;
  position: fixed;
  bottom: 0;
}

.sticky-container-marketing {
  width: 1160px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.sticky-container-marketing.bg-color {
  background-color: #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 0 0 32px;
  display: flex;
}

.hero-text {
  width: 100%;
  max-width: 700px;
  font-size: 20px;
}

.hero-text.sticky {
  color: #000;
  max-width: none;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.email-sticky-link {
  color: #ff6e41;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.cross-wrapper {
  color: #191917;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 16px 32px;
  display: flex;
}

.cross-icon-sticky {
  width: 20px;
  height: 20px;
}

.text-span-2 {
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.heading {
  font-family: Canopee, sans-serif;
}

.heading-5, .heading-6 {
  font-family: Rye, sans-serif;
}

.text-span-3, .text-span-4 {
  font-size: 16px;
}

.text-span-5 {
  font-family: Rye, sans-serif;
  font-size: 50px;
}

.bold-text {
  font-family: Rye, sans-serif;
}

.text-span-6 {
  font-family: Rye, sans-serif;
  font-size: 80px;
}

.heading-7 {
  font-family: Chomsky, sans-serif;
  font-size: 150px;
  font-weight: 400;
}

.paragraph-2, .paragraph-3, .italic-text {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.heading-8 {
  font-family: Canopee, sans-serif;
}

.heading-9, .heading-10 {
  font-family: Rye, sans-serif;
}

.paragraph-4 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.text-span-7 {
  font-size: 50px;
  line-height: 50px;
}

.empty-state, .empty-state-2, .empty-state-3, .empty-state-4 {
  display: none;
}

.paragraph-5 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.text-span-8 {
  font-family: Rye, sans-serif;
}

.heading-11 {
  font-size: 50px;
}

.text-block {
  margin-top: 60px;
  margin-bottom: 60px;
  line-height: 24px;
}

.text-span-9 {
  font-size: 28px;
}

@media screen and (min-width: 1920px) {
  .text-block {
    font-family: Editorial new, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
  }

  .text-span-9 {
    font-family: Canopee, sans-serif;
    font-size: 80px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 90px;
  }

  .styleguide {
    max-width: 100%;
    padding: 20px;
  }

  .style-item {
    grid-template-columns: .5fr 1fr;
  }

  .hero-heading {
    font-size: 120px;
  }

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

  .h2-small-heading {
    font-size: 60px;
  }

  .big-para {
    line-height: 37px;
  }

  .hero-details-heading {
    font-size: 104px;
  }

  .work-headline-wrapper {
    padding-left: 20px;
  }

  .ticket {
    display: none;
  }

  .awards-section {
    display: flex;
  }

  .awards-body, .awards-block {
    flex-flow: column;
  }

  .about-details-wrapper {
    flex-direction: column;
  }

  .div-block {
    min-width: 100%;
  }

  .about-image-wrapper {
    min-width: 100%;
    max-width: 100%;
  }

  .big-headline-2x {
    font-size: 260px;
  }

  .review-grid {
    flex-direction: column;
    padding-left: 107px;
    padding-right: 107px;
    display: flex;
  }

  .review-block {
    margin-top: 60px;
    display: none;
  }

  .review-block.negative-margin {
    margin-left: 0;
    padding-bottom: 11px;
  }

  .newsletter-body {
    min-width: 450vw;
  }

  .awards-details-body {
    flex-direction: column;
  }

  .awards-headline-wrapper {
    min-width: 100%;
  }

  .awards-details-wrapper {
    min-width: 100%;
    padding-left: 0;
  }

  .pubilcation-grid {
    flex-direction: column;
    display: flex;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .work-block-grid {
    flex-direction: column;
    display: block;
  }

  .collection-hero-section {
    text-align: center;
  }

  .collection-cta-block {
    padding-left: 40px;
  }

  .collection-story-body {
    flex-direction: column;
  }

  .awards-image-wrapper, .image-2 {
    display: none;
  }

  .vertical-navbar {
    width: 8%;
  }

  .horizontal-scroll-content {
    width: 700vw;
  }

  .heading-2 {
    font-size: 80px;
  }

  .heading-11 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .style-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-heading {
    font-size: 120px;
    line-height: 170px;
  }

  .hero-heading.about {
    font-size: 170px;
    line-height: 200px;
  }

  .hero-details-block {
    width: 100%;
  }

  .hero-headline-block {
    display: none;
  }

  .work-details-wrapper, .work-headline-wrapper {
    width: 100%;
  }

  .work-blocks-wrapper {
    flex-direction: column;
  }

  .awards-body {
    flex-flow: column;
  }

  .awards-block {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .big-headline-2x {
    font-size: 160px;
    line-height: 140px;
  }

  .review-grid {
    padding-left: 17px;
    padding-right: 17px;
  }

  .newsletter-body {
    min-width: 710vw;
  }

  .awards-details-wrapper {
    padding-right: 0;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-link {
    margin-left: 20px;
  }

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

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-block {
    align-items: center;
  }

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

  .work-block-grid {
    display: block;
  }

  .collection-image-wrapper {
    margin-top: 60px;
    padding: 0;
  }

  .awards-blocks-wrapper {
    padding-left: 0;
  }

  .sticky-container-marketing.bg-color {
    padding-left: 20px;
  }

  .hero-text.sticky {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .email-sticky-link {
    font-size: 16px;
  }

  .cross-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2 {
    font-size: 60px;
  }

  .heading-11 {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 57px;
    line-height: 60px;
  }

  .styleguide {
    padding-bottom: 160px;
  }

  .accordion-bottom-text {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .primary-button {
    text-align: center;
    width: 100%;
    line-height: 80px;
  }

  .style-item {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr;
    align-content: start;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .accordion-bottom-wrap {
    padding-right: 0;
  }

  .accordion-top-text {
    font-size: 40px;
  }

  .typography-label {
    margin-bottom: 12px;
  }

  .accordion-top-icon {
    display: none;
  }

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

  .form-block {
    margin-bottom: 0;
  }

  .accordion {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .stylesection {
    margin-top: 32px;
  }

  .navbar-info-wrapper {
    display: none;
  }

  .brand {
    margin-top: 0;
  }

  .wide-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-heading {
    font-size: 50px;
    line-height: 100px;
  }

  .hero-heading.about {
    font-size: 110px;
    line-height: 140px;
  }

  .hero-detail-wrapper {
    flex-flow: column;
  }

  .hero-headline-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: auto;
    padding-left: 0;
    display: block;
  }

  .h2-small-heading {
    font-size: 50px;
    line-height: 60px;
  }

  .h2-small-heading.no-margin {
    padding-right: 0;
    font-size: 40px;
  }

  .big-para {
    font-size: 23px;
  }

  .hero-details-heading {
    font-family: Editorial new, sans-serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 37px;
  }

  .work-headline-wrapper {
    padding-left: 0;
  }

  .work-blocks-wrapper {
    align-items: flex-start;
  }

  .awards-body {
    flex-flow: column;
  }

  .awards-block {
    flex-flow: column;
    padding-top: 0;
    padding-right: 0;
  }

  .big-headline {
    font-size: 140px;
    line-height: 110px;
  }

  .big-headline-2x {
    font-size: 110px;
    line-height: 120px;
  }

  .newsletter-body {
    min-width: 1060vw;
  }

  .div-block-2 {
    justify-content: center;
    padding-left: 10px;
  }

  .publication-details-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .about-details-images-wrapper {
    flex-direction: column;
  }

  .about-right-image-wrapper {
    margin-top: 19px;
    margin-bottom: 19px;
    padding-left: 0;
    padding-right: 0;
  }

  .work-cms-section {
    display: block;
    overflow: visible;
  }

  .work-cms-body {
    display: flex;
  }

  .work-block-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .collection-details-body {
    flex-direction: column;
  }

  .collection-cta-block, .awards-blocks-wrapper {
    padding-left: 0;
  }

  .about-headline {
    font-size: 70px;
    line-height: 70px;
  }

  .work-headline {
    font-size: 110px;
    line-height: 90px;
  }

  .vertical-navbar {
    width: 25%;
  }

  .horizontal-scroll-section {
    margin-left: 25%;
  }

  .horizontal-scroll-content {
    width: 2000vw;
  }

  .section {
    width: 200vw;
  }

  .hero-text {
    font-size: 16px;
    line-height: 26px;
  }

  .hero-text.sticky, .email-sticky-link {
    font-size: 14px;
  }

  .heading-2 {
    font-size: 40px;
  }

  .heading-3 {
    font-size: 60px;
  }

  .heading-4 {
    display: none;
  }

  .text-span-6 {
    font-size: 50px;
  }

  .heading-7 {
    font-size: 80px;
  }

  .heading-9 {
    line-height: 37px;
  }

  .text-span-7 {
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 23px;
    line-height: 37px;
  }

  .heading-11 {
    font-size: 12px;
  }
}

#w-node-_011c255e-12a9-dbc1-1b9f-a2d151297baa-26aff65f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cb6a026-4af1-3803-657a-c4580ccbeadf-26aff65f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_53150849-58e6-2be6-59d2-635a5d355eb7-26aff65f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b36b8217-593d-4ed2-ed16-ed7881ea6f72-26aff65f, #w-node-a8ed75f6-951d-9742-d4d5-3ed2aa1e96de-26aff65f, #w-node-fe0551c4-a89a-2a0b-e803-cd4dce26ebc4-26aff65f, #w-node-_4dc1cbc5-2fb6-e7ee-d44a-34ae791500f1-26aff65f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-d8b013a9-6c54-a88a-1051-53739c098e52-26aff65f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8b013a9-6c54-a88a-1051-53739c098e5e-26aff65f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-d8b013a9-6c54-a88a-1051-53739c098e63-26aff65f, #w-node-_7c802db6-c568-e6f2-0ebd-b5da0ad06388-26aff663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c802db6-c568-e6f2-0ebd-b5da0ad06394-26aff663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_7c802db6-c568-e6f2-0ebd-b5da0ad0639b-26aff663, #w-node-_00244e20-b97d-1f16-d9ba-398d7e34aac0-7e34aab9, #w-node-_00244e20-b97d-1f16-d9ba-398d7e34aac9-7e34aab9, #w-node-_00244e20-b97d-1f16-d9ba-398d7e34aace-7e34aab9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Canopee';
  src: url('../fonts/Canopee-Regular.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Editorial new';
  src: url('../fonts/Editorial_New_Regular_4001.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chomsky';
  src: url('../fonts/Chomsky1.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}