@charset "UTF-8";

.hereAndNow_banner {
  position: relative;
  display: flex;
  padding: 5rem 8%;
  min-height: 100vh;
  background-color: #000;
}

.hereAndNow_banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
  
}

.hereAndNow_banner .c1 {
  width: 80%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
    z-index: 2;
}

.hereAndNow_banner .c1 h1 {
  font-family: var(--font-dx-slight);
  font-size: 16rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #fee28e;
  margin-bottom: 4.8rem;
  text-transform: uppercase;
}



@media (max-width: 1024px) {

  .hereAndNow_banner .c1 h1 {
    font-size: 14rem;
  }
}



.hereAndNow_banner .c1 p {
  font-family: var(----font-Necto-Mono);
  font-size: var(--font30);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.07;
  letter-spacing: 1.2px;
  text-align: left;
  color: #fee28e;
  text-transform: uppercase;
}

.hereAndNow_banner .c2 {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
    z-index: 2;
}

.hereAndNow_banner .c2 img {
  max-width: 24rem;
}

.hereAndNow_echos {
  position: relative;
  background-color: #260a0a;
  display: flex;
  gap: 10rem;
  padding: 0 8%;
  justify-content: center;
  width: 100%;
}

.hereAndNow_echos .bg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  height: 50rem;
}

.hereAndNow_echos .c1 {
  width: 65%;
  position: relative;
  display: flex;
  align-items: center;
  max-width: 90rem;
}

.hereAndNow_echos .c1::before {
  content: "Reflections      of      worldly      perspectives";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(45%, 0%) rotate(-90deg);
  z-index: 55;
  font-family: var(--font-Baskerville);
  font-size: var(--font20);
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: normal;
  letter-spacing: 4px;
  text-align: center;
  color: #f8f3ed;
  word-spacing: 40px;
  white-space: nowrap;
}

.hereAndNow_echos .c1 img {
  width: 100%;
  object-fit: cover;
  padding: 12rem 5rem;
  height: 100%;
  max-width: 90rem;
}

.hereAndNow_echos .c2 {
  width: 35%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 12rem 0;
}

.hereAndNow_echos .c2 .image {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin-bottom: 3rem;
}

.hereAndNow_echos .c2 .image img {
  max-width: 22rem;
  margin-left: 10rem;
  margin-bottom: -2rem;
}

.hereAndNow_echos .c2 .image h1 {
  font-family: var(--font-instrument-serif);
  font-size: var(--font60);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.07;
  letter-spacing: normal;
  text-align: left;
  color: #fdf8e4;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 30rem;
}

.hereAndNow_echos .c2 .text {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 37rem;
}

.hereAndNow_echos .c2 .text h1 {
  font-family: var(--font-Baskerville);
  font-size: var(--font20);
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.07;
  letter-spacing: 0.8px;
  text-align: left;
  color: #fdf8e4;
  margin-bottom: 0.8rem;
}

.hereAndNow_echos .c2 .text h2 {
  font-family: var(--font-Necto-Mono);
  font-size: var(--font20);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.07;
  letter-spacing: 0.8px;
  text-align: left;
  color: #fdf8e4;
  text-transform: uppercase;
  margin-bottom: 5rem;
}

.hereAndNow_echos .c2 .text p {
  font-family: var(--font-instrument-sans);
  font-size: var(--font14);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.37;
  letter-spacing: 0.64px;
  text-align: left;
  color: #fdf8e4;
}

.hereAndNow_tabs {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 8rem 8% 18rem;
}

.hereAndNow_tabs .filter {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20rem;
  gap: 1rem;
}

.hereAndNow_tabs .filter h1 {
  font-family: var(--font-Necto-Mono);
  font-size: var(--font20);
  text-transform: uppercase;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.5;
  letter-spacing: 1px;
  text-align: right;
  color: #601808;
  opacity: 0.6;
  /* transition: all 0.3s ease-in-out; */
  cursor: pointer;
  text-underline-offset: 7px;
}

.hereAndNow_tabs .filter h1:hover {
  opacity: 1;
}

.hereAndNow_tabs .filter h1.active {
  opacity: 1;
  text-decoration: underline;
}

.hereAndNow_tabs .container .tab {
  display: none;
  flex-direction: row;
  gap: 5%;
}

.hereAndNow_tabs .container .tab.active {
  display: flex;
}

.hereAndNow_tabs .container .tab .c1 {
  width: 25%;
  display: flex;
  flex-direction: column;
}

.hereAndNow_tabs .container .tab .c1 h1 {
  font-family: var(--font-instrument-serif);
  font-size: var(--font80);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.07;
  letter-spacing: normal;
  text-align: left;
  color: #260a0a;
  margin-bottom: 4.8rem;
  text-transform: uppercase;
}

.hereAndNow_tabs .container .tab .c1 p {
  font-family: var(--font-instrument-sans);
  font-size: var(--font20);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #0f0e0e;
  margin-bottom: 9.5rem;
}

.hereAndNow_tabs .container .tab .c1 a {
  align-self: flex-start;
  color: #0f0e0e;
}

.hereAndNow_tabs .container .tab .c2 {
  width: 55%;
  gap: 10rem;
  display: flex;
  flex-direction: column;
}

.hereAndNow_tabs .container .tab .c2 .image {
  display: flex;
  flex-direction: column;
}

.hereAndNow_tabs .container .tab .c2 .image img {
  width: 100%;
  margin-bottom: 3.2rem;
  object-fit: cover;
}

.hereAndNow_tabs .container .tab .c2 .image h2 {
  font-family: var(--font-Necto-Mono);
  font-size: var(--font20);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.5;
  letter-spacing: 1px;
  text-align: right;
  color: #000;
  text-transform: uppercase;
}

.hereAndNow_tabs .container .tab .c3 {
  width: 20%;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.hereAndNow_tabs .container .tab .c3 .image {
  display: flex;
  flex-direction: column;
}

.hereAndNow_tabs .container .tab .c3 .image img {
  width: 100%;
  margin-bottom: 3.2rem;
  object-fit: cover;
}

.hereAndNow_tabs .container .tab .c3 .image h2 {
  font-family: var(--font-Necto-Mono);
  font-size: var(--font16);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.5;
  letter-spacing: 1px;
  text-align: right;
  color: #000;
  text-transform: uppercase;
}

.error_banner {
  position: relative;
  background-color: #260a0a;
  display: flex;
  flex-direction: column;
}

.error_banner img {
  width: 100%;
  height: 100%;
  padding: 5rem 0;
}

.error_banner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.error_banner .text h1 {
  font-family: var(--font-instrument-serif);
  font-size: var(--font120);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.96;
  letter-spacing: normal;
  text-align: center;
  color: #ede0d0;
  margin-bottom: 10rem;
  text-transform: capitalize;
}

.error_banner .text p {
  font-family: var(--font-instrument-sans);
  font-size: var(--font20);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #f8f3ed;
  margin-bottom: 11rem;
  max-width: 60rem;
}

.error_banner .text h2 {
  font-family: var(--font-Baskerville);
  font-size: var(--font30);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.8px;
  text-align: center;
  color: #cedcee;
  word-spacing: 5rem;
}

.error_banner .art {
  max-width: 33rem;
  align-self: center;
  justify-self: center;
}


@media (max-width: 1024px) {

  .error_banner .text h1 {
    font-size: var(--font80);
  }

  .error_banner .text h2 {
    font-size: var(--font24);
    word-spacing: 4rem;
  }
}





.about_Banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5rem 0 5rem;
  position: relative;
  overflow: hidden;
  background-color: #260a0a;
}

.about_Banner .bg {
  position: relative;
  width: 100%;
  max-width: 95rem;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about_Banner .image {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about_Banner .image img {
  max-width: 40rem;
}

.about_Banner .image h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-family: var(--font-Baskerville);
  font-size: var(--font24);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.8px;
  text-align: center;
  color: #fee28e;
  word-spacing: 67px;
}

@media (max-width: 1024px) {
  .about_Banner .image h1 {
    word-spacing: 37px;
  }
}

.about_Banner p {
  font-family: var(--font-instrument-sans);
  font-size: var(--font16);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #260a0a;
  margin: 7rem 0;
}

.about_Banner h2 {
  font-family: var(--font-Baskerville);
  font-size: var(--font30);
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 0.33;
  letter-spacing: -1.2px;
  text-align: left;
  color: #260a0a;
  margin-top: 15rem;
}

.about_Banner>img {
  max-width: 31rem;
}

.about_about {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 5%;
  background-color: #260a0a;
  padding: 30rem 12% 15rem;
}

.about_about .bg {
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 25rem;
}

.about_about .c1 {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 5;
}

.about_about .c1 img {
  max-width: 41rem;
  width: 100%;
}

.about_about .c2 {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.about_about .c2 h1 {
  font-family: var(--font-instrument-serif);
  font-size: var(--font120);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.02;
  letter-spacing: normal;
  text-align: center;
  color: #ede0d0;
  margin-bottom: 6.3rem;
  text-transform: uppercase;
}

.about_about .c2 p {
  font-family: var(--font-instrument-sans);
  font-size: var(--font20);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #f8f3ed;
}

.about_about .c2 p:nth-child(2) {
  margin-bottom: 5.5rem;
}

.about_theCurator {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20%;
  background-color: #260a0a;
  padding: 15rem 12% 19rem;
  overflow: hidden;
}

.about_theCurator .c1 {
  width: 40%;
  position: relative;
  padding: 10rem 0;
}

.about_theCurator .c1 p {
  font-family: var(--font-instrument-sans);
  font-size: var(--font20);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #f8f3ed;
}

.about_theCurator .c1::before {
  content: "The    home    through    Huma’s    lens";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(70%, 0%) rotate(90deg);
  z-index: 55;
  font-family: var(--font-Necto-Mono);
  font-size: var(--font20);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #e14b16;
  text-transform: uppercase;
  word-spacing: 40px;
  white-space: nowrap;
}

.about_theCurator .c2 {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10rem 0;
}

.about_theCurator .c2 h1 {
  font-family: var(--font-instrument-serif);
  font-size: var(--font120);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.96;
  letter-spacing: normal;
  text-align: left;
  color: #ede0d0;
  text-transform: uppercase;
}

.about_theShowspace {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20%;
  background-color: #260a0a;
  padding: 15rem 12% 19rem;
}

.about_theShowspace .c1 {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10rem 0;
}

.about_theShowspace .c1 h1 {
  font-family: var(--font-instrument-serif);
  font-size: var(--font120);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.96;
  letter-spacing: normal;
  text-align: left;
  color: #ede0d0;
  text-transform: uppercase;
}

.about_theShowspace .c2 {
  width: 40%;
  position: relative;
  padding: 10rem 0;
}

.about_theShowspace .c2 p {
  font-family: var(--font-instrument-sans);
  font-size: var(--font18);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #f8f3ed;
  max-width: 45rem;
}

@media (max-width: 1024px) {

  .about_theShowspace .c2 p {
    max-width: 37rem;
  }
}


.about_theShowspace .c2::before {
  content: "A     living    dialogue    of    worldly   craft";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(50%, 0%) rotate(90deg);
  z-index: 55;
  font-family: var(--font-Necto-Mono);
  font-size: var(--font20);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #e14b16;
  text-transform: uppercase;
  word-spacing: 40px;
  white-space: nowrap;
}

.about_art {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 10rem;
  background-color: #260a0a;
  padding: 15rem 8% 19rem;
}

.about_art .c1 {
  display: flex;
  max-width: 30rem;
}

.about_art .c1 img {
  width: 100%;
  max-width: 30rem;
}

.about_art .c2 {
  display: flex;
  max-width: 22rem;
}

.about_art .c2 img {
  width: 100%;
}

.about_art .c3 {
  display: flex;
  max-width: 30rem;
}

.about_art .c3 img {
  width: 100%;
}

.text_block.about {
  background-color: #260a0a;
}

.text_block.about h1 {
  color: #e14b16;
}

.privacyPolicy_banner {
  position: relative;
  padding: 27rem 8% 10rem;
  display: flex;
  gap: 5%;
}

.privacyPolicy_banner .bg {
  position: absolute;
  left: 0;
  top: 20rem;
  max-width: 37rem;
}

.privacyPolicy_banner .c1 {
  width: 40%;
  display: flex;
}

.privacyPolicy_banner .c1 h1 {
  font-family: var(--font-instrument-serif);
  font-size: var(--font120);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.02;
  letter-spacing: normal;
  text-align: left;
  color: #260a0a;
  text-transform: capitalize;
}

.privacyPolicy_banner .c2 {
  width: 60%;
  display: flex;
  flex-direction: column;
}

.privacyPolicy_banner .c2>.head {
  margin-bottom: 15rem;
}

.privacyPolicy_banner .c2>.head>h1 {
  font-family: var(--font-Necto-Mono);
  font-size: var(--font16);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.63;
  letter-spacing: normal;
  text-align: left;
  color: #e14b16;
  text-transform: uppercase;
  margin-bottom: 5.3rem;
}

.privacyPolicy_banner .c2>.head p {
  font-family: var(--font-instrument-sans);
  font-size: var(--font16);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #0f0e0e;
}

.privacyPolicy_banner .c2 .content {
  display: flex;
  flex-direction: column;
  gap: 6.9rem;
}

.privacyPolicy_banner .c2 .content .block {
  display: flex;
  flex-direction: column;
}

.privacyPolicy_banner .c2 .content .block .head {
  display: flex;
  border-bottom: 1px solid #000000;
  margin-bottom: 3.9rem;
  padding-bottom: 3.9rem;
}

.privacyPolicy_banner .c2 .content .block .head h1 {
  font-family: var(--font-Necto-Mono);
  font-size: var(--font16);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.63;
  letter-spacing: normal;
  text-align: left;
  color: #0f0e0e;
  text-transform: uppercase;
}

.privacyPolicy_banner .c2 .content .block .text p {
  font-family: var(--font-instrument-sans);
  font-size: var(--font16);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #0f0e0e;
  padding-bottom: 3rem;
}

.privacyPolicy_banner .c2 .content .block .text ul {
  margin-left: 2rem;
}

.privacyPolicy_banner .c2 .content .block .text ul li {
  font-family: var(--font-instrument-sans);
  font-size: var(--font16);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #0f0e0e;
}

.faq_banner {
  position: relative;
  padding: 27rem 8% 10rem;
  display: flex;
  gap: 5%;
}

.faq_banner .bg {
  position: absolute;
  left: 0;
  top: 20rem;
  max-width: 37rem;
}

.faq_banner .c1 {
  width: 40%;
  display: flex;
}

.faq_banner .c1 h1 {
  font-family: var(--font-instrument-serif);
  font-size: var(--font120);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.02;
  letter-spacing: normal;
  text-align: left;
  color: #260a0a;
  text-transform: capitalize;
}

.faq_banner .c2 {
  width: 60%;
  display: flex;
  flex-direction: column;
}

.faq_banner .c2>.head>h1 {
  font-family: var(--font-Necto-Mono);
  font-size: var(--font16);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.63;
  letter-spacing: normal;
  text-align: left;
  color: #e14b16;
  margin-bottom: 3.9rem;
}

.faq_banner .content {
  display: flex;
  flex-direction: column;
  gap: 15rem;
}

.faq_banner .content .head h1 {
  font-family: var(--font-Necto-Mono);
  font-size: var(--font16);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.63;
  letter-spacing: normal;
  text-align: left;
  color: #0f0e0e;
  text-transform: uppercase;
  margin-bottom: 3.9rem;
}

.faq_banner .content .accordion .accordion-item {
  border-bottom: 1px solid #000000;
}

.faq_banner .content .accordion .accordion-item:nth-child(2) {
  border-top: 1px solid #000000;
}

.faq_banner .content .accordion .accordion-item.is-open .accordion-toggle {
  opacity: 1;
}

.faq_banner .content .accordion .accordion-toggle {
  width: 100%;
  padding: 2.4rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: var(--font-instrument-sans);
  font-size: var(--font16);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.02;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.faq_banner .content .accordion .accordion-toggle:hover {
  opacity: 1;
}

.faq_banner .content .accordion .accordion-toggle .accordion-title {
  flex: 1;
}

.faq_banner .content .accordion .accordion-toggle .accordion-icon {
  max-width: 1.6rem;
  line-height: 1;
  margin-left: 1rem;
  transform: rotate(0deg);
  transition: transform 0.25s ease;
}

.faq_banner .content .accordion .accordion-toggle .accordion-icon svg {
  width: 100%;
}

.faq_banner .content .accordion .accordion-item.is-open .accordion-icon {
  transform: rotate(180deg);
}

.faq_banner .content .accordion .accordion-panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.faq_banner .content .accordion .accordion-panel p {
  padding-bottom: 1.5rem;
  font-family: var(--font-instrument-sans);
  font-size: var(--font14);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  max-width: 65%;
}

.faq_banner .content .accordion .accordion-item.is-open .accordion-panel {
  max-height: 1000px;
}

.text_art {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15rem;
  padding: 15rem 8%;
}

.text_art h1 {
  font-family: var(--font-Baskerville);
  font-size: var(--font36);

  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.8px;
  text-align: center;
  color: #84160e;
}


.text_art img {
  max-width: 45rem;
}

@media (max-width: 1024px) {
  .text_art h1 {
    font-size: var(--font30);
  }

}