:root {
  --surface--primary: #e9e8e4;
  --transparent: transparent;
  --tint--green-primary: #213434;
  --white\<deleted\|variable-e74a609b\>: white;
  --on-tint--secondary: rgba(233, 232, 228, .7);
  --on-surface--orange: #cb561e;
  --tint--green-secondary: rgba(33, 52, 52, .8);
  --on-tint--brand: #ed8b5c;
  --tint--green-stroke: rgba(33, 52, 52, .08);
  --surface--bgblur: rgba(233, 232, 228, .8);
  --surface--secondary: #e1dfd7;
  --on-tint--primary: #e9e8e4;
}

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

.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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@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 {
  background-color: var(--surface--primary);
  color: #333;
  margin-left: 0;
  margin-right: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 300;
  line-height: 67.2px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  font-size: 20px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

a {
  text-decoration: none;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--surface--primary);
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  right: 0;
}

.container {
  height: 995svh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}

.body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--surface--primary);
  color: var(--tint--green-primary);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: flex;
}

.contentsection {
  flex-flow: column;
  flex: 1;
  order: 0;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.jumbo {
  padding: 100px 80px 64px;
  position: -webkit-sticky;
  position: sticky;
}

.grid-section {
  padding: 80px;
}

.image {
  object-fit: cover;
  width: 100%;
  max-height: 300px;
  margin-top: 0;
  display: block;
  position: static;
  overflow: hidden;
}

.section {
  object-fit: fill;
  overflow: hidden;
}

.structure-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.jumbo-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(auto, .25fr) minmax(auto, .25fr) minmax(auto, .25fr) minmax(auto, .25fr) minmax(auto, .25fr) minmax(auto, .25fr) minmax(auto, .25fr) minmax(auto, .25fr) minmax(auto, .25fr) minmax(auto, .25fr) minmax(auto, .25fr) minmax(auto, .25fr);
  grid-auto-columns: minmax(10px, 1fr);
  padding-left: 0;
  padding-right: 0;
}

.image-hero {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .24;
  pointer-events: none;
  mix-blend-mode: normal;
  object-fit: cover;
  border-radius: 0;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-height: 450px;
  margin-top: -200px;
  margin-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.heading {
  width: 32px;
}

.heading-2 {
  margin-top: 10px;
  font-size: 40px;
  font-weight: 500;
  position: relative;
  overflow: visible;
}

.title {
  z-index: 1;
  border-right: 0px solid var(--tint--green-primary);
  -webkit-text-stroke-color: var(--white\<deleted\|variable-e74a609b\>);
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  display: flex;
  position: static;
}

.grid-section-negative {
  background-color: var(--tint--green-primary);
  padding: 80px;
}

.header-negative {
  z-index: 1;
  border-right: 0px none var(--tint--green-primary);
  color: var(--tint--green-primary);
  max-width: 560px;
  font-size: 64px;
  font-weight: 600;
  line-height: 76px;
  position: relative;
}

.heading-3 {
  color: var(--surface--primary);
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.button-with-icon {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: space-between;
  align-items: center;
}

.item-comp-negative {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.button-string-on-tint {
  color: var(--on-tint--secondary);
  -webkit-text-stroke-color: var(--on-surface--orange);
  font-weight: 300;
}

.image-2 {
  width: 18px;
  height: 18px;
}

.heading-4 {
  font-weight: 400;
}

.subheader {
  color: var(--tint--green-secondary);
}

.text-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.section-title-negative {
  color: var(--surface--primary);
  font-weight: 300;
}

.section-title {
  font-weight: 300;
}

.flex-block {
  flex-flow: column;
  align-items: stretch;
}

.title-negative {
  z-index: 1;
  border-right: 0px solid var(--tint--green-primary);
  color: var(--surface--primary);
  -webkit-text-stroke-color: var(--white\<deleted\|variable-e74a609b\>);
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  display: flex;
  position: static;
}

.subheader-negative {
  color: var(--on-tint--secondary);
}

.image-3 {
  width: 18px;
  height: 18px;
}

.text-block {
  color: var(--on-tint--brand);
  padding-top: 0;
  padding-bottom: 2px;
}

.logo {
  opacity: 1;
  filter: blur();
  cursor: crosshair;
  mix-blend-mode: normal;
  margin-top: -157px;
  margin-bottom: 0;
  transition: all 2s;
}

.logo:hover {
  filter: blur(40px);
}

.nav-link {
  color: var(--on-surface--orange);
  padding: 16px;
  font-size: 16px;
  font-weight: 300;
}

.nav-link.w--current, .icon {
  color: var(--on-surface--orange);
}

.nav-menu {
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: var(--tint--green-stroke);
  background-color: var(--surface--bgblur);
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}

.menu-button {
  color: var(--on-surface--orange);
}

.menu-button.w--open {
  background-color: var(--surface--primary);
  order: -1;
}

.link-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.utility-page-wrap {
  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;
}

.button-string-on-surface {
  color: var(--on-surface--orange);
  -webkit-text-stroke-color: var(--on-surface--orange);
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .navbar {
    background-color: var(--transparent);
    width: auto;
    margin-bottom: 0;
    position: fixed;
  }

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

  .jumbo-grid {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .image-hero {
    max-height: 410px;
    margin-top: -195px;
  }

  .logo {
    margin-top: -50px;
    margin-left: -8px;
  }

  .nav-link {
    flex: 0 auto;
    font-size: 16px;
  }

  .icon {
    color: var(--on-surface--orange);
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--surface--bgblur);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    border-right-width: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    padding-bottom: 24px;
    top: auto;
  }

  .menu-button {
    background-color: var(--surface--primary);
    order: 0;
  }

  .menu-button.w--open {
    background-color: var(--surface--secondary);
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    width: 100vw;
  }

  .body {
    background-color: var(--surface--primary);
  }

  .jumbo {
    padding: 120px 40px 80px;
  }

  .grid-section {
    padding: 80px 40px;
  }

  .jumbo-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .image-hero {
    margin-top: -145px;
  }

  .grid-section-negative {
    padding: 80px 40px;
  }

  .header-negative {
    font-size: 48px;
    line-height: 53px;
  }

  .logo {
    margin-top: 0;
  }

  .icon {
    color: var(--on-surface--orange);
  }
}

@media screen and (max-width: 479px) {
  .body {
    flex-flow: column;
  }

  .jumbo {
    padding: 105px 32px;
  }

  .grid-section {
    padding: 56px 32px;
  }

  .structure-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    grid-auto-columns: minmax(0, 5fr);
  }

  .jumbo-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .image-hero {
    max-height: 640px;
    margin-top: -24px;
  }

  .grid-section-negative {
    padding: 56px 32px;
  }

  .header-negative {
    font-size: 40px;
    line-height: 48px;
  }

  .logo {
    margin-top: 66px;
    margin-left: -16px;
  }
}

#w-node-_733f6947-d969-46aa-4ce8-2cd36eb2cb1e-ab8acb2b {
  grid-area: 2 / 1 / 2 / 7;
  align-self: end;
}

#w-node-b821fc44-b184-8f11-fbc2-8dad428d02ee-ab8acb2b {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_08700fc8-6ff0-98bb-5792-ed547501f7b5-ab8acb2b {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-e560ed3f-9a7b-9212-4078-b257824ac7a8-ab8acb2b, #w-node-f54625d1-29a6-2225-39ad-55c4f4472c22-ab8acb2b {
  grid-area: 1 / 1 / 4 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-b821fc44-b184-8f11-fbc2-8dad428d02ee-ab8acb2b {
    grid-column: 2 / 13;
  }

  #w-node-e560ed3f-9a7b-9212-4078-b257824ac7a8-ab8acb2b, #w-node-f54625d1-29a6-2225-39ad-55c4f4472c22-ab8acb2b {
    grid-row-end: 2;
    grid-column-end: 3;
  }

  #w-node-_2fb083ca-982c-df57-e44c-62e1a697d6d9-ab8acb2b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b821fc44-b184-8f11-fbc2-8dad428d02ee-ab8acb2b {
    grid-column-end: 12;
  }

  #w-node-e560ed3f-9a7b-9212-4078-b257824ac7a8-ab8acb2b {
    grid-column-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_733f6947-d969-46aa-4ce8-2cd36eb2cb1e-ab8acb2b {
    grid-row-start: 2;
    grid-column-end: 8;
  }

  #w-node-b821fc44-b184-8f11-fbc2-8dad428d02ee-ab8acb2b {
    grid-column: 1 / 13;
  }

  #w-node-_08700fc8-6ff0-98bb-5792-ed547501f7b5-ab8acb2b {
    grid-column-start: 5;
  }

  #w-node-e560ed3f-9a7b-9212-4078-b257824ac7a8-ab8acb2b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f54625d1-29a6-2225-39ad-55c4f4472c22-ab8acb2b {
    grid-column-end: 2;
  }
}


