@font-face {
  font-family: Juana;
  src: url('../fonts/Juana-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pptelegraf;
  src: url('../fonts/PPTelegraf-UltraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pptelegraf;
  src: url('../fonts/PPTelegraf-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --grey: #2b2b2b;
  --gold: #8a7505;
}

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

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

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

body {
  color: #2b2b2b;
  background-color: #f7f3f0;
  font-family: Pptelegraf, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.4;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10em;
  font-weight: 200;
  line-height: 1;
}

a {
  color: #2b2b2b;
  text-decoration: none;
}

.text-orange {
  color: #8a762e;
  margin-bottom: 27px;
  font-family: Juana, sans-serif;
  font-size: 8em;
  font-weight: 200;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 3em;
}

.page-wrapper {
  width: 100%;
  margin-bottom: 20%;
  margin-right: 0%;
  padding-left: 5%;
  padding-right: 5%;
}

.accordion-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.accordion-item {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px #d8d8d8;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  padding: 4em 2em;
  display: flex;
}

.accordion-item.is--last {
  border-top-width: 1px;
  border-bottom-style: none;
  border-bottom-width: 1px;
}

.accordion-item.is--first {
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-style: none;
}

.item_content-wrapper {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.item_number {
  font-family: Juana, sans-serif;
  font-size: 6.5em;
  font-weight: 400;
}

.item_head {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.icon_wrapper {
  justify-content: center;
  align-items: center;
  width: 5em;
  padding: .9em;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.icon_wrapper.is--tilt {
  transform: rotate(15deg);
}

.title_wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon_line {
  background-color: #2b2b2b;
  width: .3em;
  padding-top: 3em;
  transform: rotate(90deg);
}

.icon_line.is--2 {
  position: absolute;
  transform: none;
}

.item_title {
  letter-spacing: .03em;
  font-size: 1.7em;
  font-weight: 400;
}

.item_description {
  margin-top: -.5em;
  font-size: 1.1em;
}

.item_description.text-orange {
  text-transform: none;
  font-size: 1.1rem;
  overflow: hidden;
}

.accordion_paragraph {
  flex-direction: column;
  width: 50%;
  margin-top: 2em;
  display: flex;
}

.item_paragraph {
  color: #969696;
  max-width: 33ch;
  font-family: Archivo, sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 300;
}

.is--light {
  color: #d8d8d8;
}

.accordion_head-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.item_paragraph--2 {
  max-width: 33ch;
  font-size: 1.5em;
}

.item_paragraph--3 {
  max-width: 33ch;
  font-size: 1.2rem;
}

.item_paragraph--4 {
  max-width: 33ch;
  font-size: 1.5em;
}

.cursor {
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor_dot {
  border: 1px solid #2b2b2bbf;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  transition: all .4s;
}

.cursor_dot.is--larger {
  background-color: #2b2b2b26;
  width: 4em;
  height: 4em;
}

.cover_wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.cover_footer {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.text_body {
  max-width: 60ch;
  font-size: 1.2em;
}

.juana {
  font-family: Juana, sans-serif;
}

.text_medium {
  max-width: 50ch;
  font-size: 1.3em;
}

.text_medium.cover_description {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 3em;
}

.is--smaller {
  transform: scale(.8);
}

.margin-bottom_none {
  margin-bottom: 0;
}

.calendar_div {
  display: none;
  position: absolute;
}

.paragraph_xxlarge {
  letter-spacing: 0;
  margin-bottom: .75em;
  font-size: 2rem;
  line-height: 1.6em;
}

.padding_xsmall {
  padding: 1rem;
}

.paragraph_small {
  letter-spacing: 0;
  margin-bottom: .75em;
  font-size: .88rem;
  line-height: 1.6em;
}

.image-ratio_3x2 {
  aspect-ratio: 3 / 2;
  border-radius: 1.25rem;
  position: relative;
  overflow: clip;
}

.hero-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card {
  color: #1e1e1e;
  background-color: #fff;
  background-image: none;
  border: 0 solid #1e1e1e33;
  border-radius: 1.25rem;
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  list-style-type: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #1e1e1e33, 0 2px 4px #0000001a, 0 8px 14px #00000026;
}

.tag_group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.header {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
}

.header.is-align-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-link {
  opacity: 1;
  color: #1e1e1e;
  background-color: #fff;
  background-image: none;
  border: 0 solid #1e1e1e33;
  border-radius: 1.25rem;
  flex-flow: column;
  flex: 1;
  width: 100%;
  text-decoration: none;
  list-style-type: none;
  transition: all .16s linear;
  display: flex;
  position: relative;
  overflow: clip;
  transform: translateY(0);
  box-shadow: inset 0 0 0 1px #1e1e1e33, 0 2px 4px #0000001a, 0 8px 14px #00000026;
}

.card-link:hover {
  opacity: 1;
  color: #1e1e1e;
  background-color: #fff;
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px #1e1e1e33, 0 4px 6px #0000001a, 0 10px 20px #00000026;
}

.card-link.on-secondary {
  color: #1e1e1e;
  -webkit-text-stroke-color: black;
  background-color: #fff;
  background-image: none;
  border-color: #000000e6;
  box-shadow: inset 0 0 0 1px #1e1e1e33, 0 2px 4px #0000001a, 0 8px 14px #00000026;
}

.card-link.on-secondary:hover {
  color: #000;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #1e1e1e33, 0 4px 6px #0000001a, 0 10px 20px #00000026;
}

.eyebrow {
  color: var(--grey);
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: Archivo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.item_number-2 {
  font-size: 6.5em;
  font-weight: 400;
}

.hero {
  color: #1e1e1e;
  background-color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: clip;
}

.hero.is-secondary {
  background-color: #f7f3f0;
  padding-bottom: 0;
}

.card_body {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.text-button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #1e1e1e;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-flex;
}

.text-button:hover {
  color: #d7eb59;
}

.container-2 {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.heading_primary {
  letter-spacing: -.01em;
  text-wrap: balance;
  max-width: 35ch;
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 5.65rem;
  font-weight: 700;
  line-height: 1.04em;
}

.heading_tertiary {
  letter-spacing: -.01em;
  margin-bottom: .5em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.04em;
}

.label {
  letter-spacing: 0;
  color: color-mix(in srgb, currentColor 60%, transparent);
  margin-bottom: .3em;
  font-size: .88rem;
  line-height: 1.6em;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  letter-spacing: .035em;
  text-transform: uppercase;
  color: inherit;
  background-color: color-mix(in srgb, currentColor 10%, transparent);
  border: 1px solid #0000;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .15em .75em;
  font-size: .75rem;
  text-decoration: none;
  transition-property: border-color, color, background-color;
  transition-duration: .2s, .2s, .2s;
  transition-timing-function: ease, ease, ease;
  display: inline-flex;
}

.grid_2-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_2-col.gap-small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.juana-sub--heading {
  font-family: Pptelegraf, sans-serif;
  font-size: 3rem;
}

.accordion {
  margin-bottom: 0;
  display: none;
}

.sub-text {
  color: var(--grey);
  text-align: center;
  font-family: Juana, sans-serif;
  font-size: 2.3em;
  font-weight: 200;
  line-height: 20px;
}

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

.sub-text_grey {
  color: #3a3a3a;
  text-align: center;
  font-family: Juana, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 33px;
}

.support-text {
  color: #c2c2c2;
  font-family: Pptelegraf, sans-serif;
  font-style: normal;
  font-weight: 200;
}

.text-orange-2 {
  color: var(--gold);
  text-align: center;
  font-family: Juana, sans-serif;
  font-size: 4em;
  font-weight: 200;
}

.text-span {
  color: #afafaf;
}

.brackets {
  font-weight: 400;
}

.paragraph {
  color: var(--grey);
  font-family: Archivo, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

.container_bord-top-bott {
  border: 1px solid #d1d1d1;
  border-left: 1px #000;
  border-right: 1px #000;
  border-radius: 0;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 3em;
}

.flowers-hero-cover {
  object-fit: cover;
  width: auto;
  max-width: 50%;
  height: 100%;
  margin-left: 0;
}

.flowers-wrp {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.donation--links {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 2%;
  display: flex;
}

.donation--links.first {
  margin-top: 40px;
  padding-top: 2%;
}

.donation-wrp {
  border: 1px solid #a1a1a1;
  border-radius: 7px;
  padding: 25px;
  box-shadow: 0 2px 20px 4px #5c5b5b33;
}

.don-imga {
  width: 237px;
}

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

.notes_01 {
  color: #969696;
  text-align: center;
  max-width: none;
  margin-top: 12px;
  font-family: Archivo, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

.donate--sec {
  border: 1px solid #a3a3a3;
  border-radius: 13px;
  width: 80%;
  max-width: 1440px;
  margin-bottom: 10%;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 3em;
  display: flex;
  box-shadow: 0 2px 13px 1px #61616133;
}

.donation-section {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.donate_wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.donate--page-wrapper {
  width: 100%;
  margin-top: 10%;
  margin-bottom: 20%;
  margin-right: 0%;
  padding-left: 5%;
  padding-right: 5%;
}

.donate-02 {
  border: 1px solid #bbb;
  border-radius: 13px;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 3em;
}

.donate-02-bank {
  border: 1px solid #bbb;
  border-radius: 13px;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 3em;
  overflow: hidden;
}

.zello--qrcode {
  width: 100%;
  max-width: none;
}

.zello-wrp {
  margin-top: 28px;
}

.xx-xx {
  color: #969696;
  font-style: normal;
  text-decoration: underline;
}

.backhomebutt {
  border: 1px solid #a3a3a3;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1440px;
  margin-bottom: 10%;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 3em;
  display: flex;
  box-shadow: 0 2px 13px 1px #61616133;
}

.donate-text-01 {
  color: var(--grey);
  text-align: center;
  font-family: Juana, sans-serif;
  font-size: 2.3em;
  font-weight: 200;
  line-height: 20px;
}

.sub-text_grey--italics {
  color: #3a3a3a;
  text-align: center;
  font-family: Archivo, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 200;
  line-height: 27px;
}

.link {
  color: #727272;
  font-size: 19px;
  font-style: normal;
  line-height: 25px;
}

.vimeo--section {
  margin-bottom: 10%;
}

.vimeo--tribute--wrp {
  border: 1px solid var(--gold);
  box-shadow: 0 2px 12px -1px var(--gold);
  border-radius: 10px;
  padding-left: 0;
  overflow: hidden;
}

.container-3 {
  padding-left: 2%;
  padding-right: 2%;
}

.donor--accordion {
  margin-bottom: 0%;
  display: block;
}

.sub-text_grey--italics--02 {
  color: #3a3a3a;
  text-align: center;
  font-family: Archivo, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 27px;
}

.container_bord-top-bott--02 {
  border: 1px solid #d1d1d1;
  border-left: 1px #000;
  border-right: 1px #000;
  border-radius: 0;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 3em;
}

.page-wrapper-2 {
  width: 100%;
  margin-bottom: 10%;
  margin-right: 0%;
  padding-left: 5%;
  padding-right: 5%;
}

.note-section {
  margin-bottom: 0;
  display: block;
}

.nonital {
  font-style: normal;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .accordion-item.is--first {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .item_number-wrapper {
    margin-right: 5%;
  }

  .item_number.text-orange {
    font-size: 5em;
  }

  .item_head {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .item_title {
    font-size: 1.5rem;
  }

  .accordion_paragraph {
    width: 100%;
  }

  .item_paragraph {
    max-width: none;
    font-size: 1rem;
    display: block;
  }

  .accordion_head-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .item_paragraph--2 {
    max-width: none;
    font-size: 1rem;
  }

  .item_paragraph--3, .item_paragraph--4 {
    font-size: 3em;
  }

  .cover_wrapper {
    padding-left: 0;
  }

  .text_medium.cover_description {
    font-size: 3em;
  }

  .header {
    order: -1;
  }

  .hero.is-secondary {
    padding-top: .25rem;
  }

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

  .container_bord-top-bott {
    padding-left: 1em;
    padding-right: 1em;
  }

  .flowers-hero-cover {
    width: 80%;
    height: 80%;
    margin-left: 0;
    margin-right: 0;
  }

  .flowers-wrp {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .notes_01 {
    max-width: none;
    font-size: 1rem;
    display: block;
  }

  .donate--sec {
    padding-left: 1em;
    padding-right: 1em;
  }

  .donate_wrapper {
    padding-left: 0;
  }

  .donate-02, .donate-02-bank, .backhomebutt {
    padding-left: 1em;
    padding-right: 1em;
  }

  .donate-text-01 {
    font-size: 2rem;
  }

  .container_bord-top-bott--02 {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media screen and (max-width: 767px) {
  .item_title {
    font-size: 4em;
  }

  .item_description.text-orange, .item_paragraph {
    font-size: 1rem;
  }

  .item_paragraph--2, .item_paragraph--3, .item_paragraph--4 {
    font-size: 3em;
  }

  .header {
    margin-bottom: 2rem;
  }

  .hero.is-secondary {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid_2-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid_2-col.gap-small {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .sub-text {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .sub-text_grey {
    margin-top: 10px;
    font-size: 1rem;
  }

  .text-orange-2 {
    margin-bottom: 0;
  }

  .container_bord-top-bott {
    margin-top: 63px;
    margin-bottom: 63px;
  }

  .flowers-hero-cover {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .notes_01 {
    font-size: 1rem;
  }

  .donate--sec {
    margin-top: 63px;
    margin-bottom: 63px;
  }

  .donate-02, .donate-02-bank {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .backhomebutt {
    margin-top: 63px;
    margin-bottom: 63px;
  }

  .donate-text-01 {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .sub-text_grey--italics, .sub-text_grey--italics--02 {
    margin-top: 10px;
    font-size: 1rem;
  }

  .container_bord-top-bott--02 {
    margin-top: 63px;
    margin-bottom: 63px;
  }
}

@media screen and (max-width: 479px) {
  .text-orange {
    font-size: 10em;
  }

  .container {
    padding-top: 0;
  }

  .accordion-item {
    border-top-width: 1px;
  }

  .accordion-item.is--last {
    border-bottom-width: 1px;
  }

  .item_number-wrapper {
    align-self: flex-start;
  }

  .title_wrapper {
    margin-bottom: 13px;
  }

  .item_title {
    font-size: 1.2rem;
  }

  .item_paragraph, .item_paragraph--3, .item_paragraph--4 {
    font-size: 1rem;
  }

  .cover_wrapper {
    padding-top: 0;
  }

  .position_relative.flex_horizontal.is-x-right.radius_bottom-none {
    border-radius: 0;
  }

  .hero-cover {
    border-radius: 13px;
  }

  .hero.is-secondary {
    padding-top: .25rem;
    padding-bottom: 0;
  }

  .subheading {
    font-size: 5vw;
  }

  .ix-link-wrapper {
    flex-flow: column;
    display: flex;
  }

  .grid_2-col {
    grid-template-columns: 100%;
    grid-auto-columns: 100%;
  }

  .sub-text {
    font-size: 4em;
  }

  .sub-text_grey {
    font-size: 3em;
  }

  .text-orange-2 {
    font-size: 5em;
  }

  .container_bord-top-bott {
    padding-top: 0;
  }

  .flowers-hero-cover {
    border-radius: 13px;
    max-width: none;
  }

  .notes_01 {
    font-size: 1rem;
  }

  .donate--sec, .donate_wrapper, .donate-02, .donate-02-bank, .backhomebutt {
    padding-top: 0;
  }

  .donate-text-01 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .sub-text_grey--italics, .sub-text_grey--italics--02 {
    font-size: 3em;
  }

  .container_bord-top-bott--02 {
    padding-top: 0;
  }
}


@font-face {
  font-family: 'Juana';
  src: url('../fonts/Juana-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pptelegraf';
  src: url('../fonts/PPTelegraf-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pptelegraf';
  src: url('../fonts/PPTelegraf-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}