@font-face {
  font-family: Dmsans Variablefont Opsz Wght;
  src: url('../images/') format("truetype"), url('../images/') format("truetype");
  font-weight: 100 1000;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Dmsans 36 Pt";
  src: url('../fonts/DMSans_36pt-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --background: #f7f5eb;
  --green: #74a37e;
  --color: var(--transparent);
  --fonts: black;
  --transparent: transparent;
}

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

.w-layout-hflex {
  flex-direction: row;
  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(--background);
  color: #333;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading {
  font-weight: 700;
  display: block;
}

.navbar-logo-center {
  font-family: Varela, sans-serif;
  font-weight: 400;
  display: block;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.footer-dark {
  margin-bottom: 0;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  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;
}

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

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

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

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

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

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.body {
  background-color: var(--background);
  min-width: 0;
  height: 100%;
  max-height: 50px;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.navbar-no-shadow {
  margin-left: auto;
  margin-right: auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: var(--background);
  flex-flow: column;
  width: 95%;
  min-width: 50px;
  max-width: 95%;
  height: auto;
  min-height: 7vh;
  margin: 0 auto auto;
  padding: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 0;
  margin: auto;
  display: block;
  position: static;
}

.navbar-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 450px;
  margin: auto;
  display: flex;
}

.nav-menu-wrapper {
  flex: 0 auto;
  margin: auto;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: "Dmsans 36 Pt", Arial, sans-serif;
  font-weight: 600;
  display: inline-flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  position: sticky;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2.w--current {
  color: var(--green);
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-11 {
  color: #74a37e;
}

.nav-button-wrapper {
  color: #74a37e;
  background-color: #74a37e;
  margin-left: 120px;
}

.button-primary-2 {
  color: #f6f4ea;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #74a37e;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.text-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: left;
  white-space: nowrap;
  word-break: normal;
  justify-content: flex-end;
  width: 270px;
  min-width: 270px;
  max-width: none;
  height: auto;
  max-height: 100%;
  margin: auto 0 auto auto;
  font-family: DM Sans, sans-serif;
  font-size: 100%;
  font-weight: 600;
  line-height: 18px;
  display: flex;
  position: sticky;
  top: auto;
}

.text-span {
  color: #74a37e;
  justify-content: flex-start;
  max-width: 100%;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 100%;
  font-weight: 600;
  line-height: 18px;
  display: block;
  position: sticky;
  top: auto;
}

.text-span-2 {
  color: #001d1b;
  max-width: 100%;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: 0;
  padding-left: 5px;
  font-size: 100%;
  font-weight: 600;
}

.container-2 {
  background-image: url('../images/logo-light-green.pdf');
  background-position: 0 0;
}

.image {
  box-sizing: border-box;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: fill;
  border-radius: 0;
  width: auto;
  max-width: 60%;
  max-height: none;
  margin: -100px auto 0;
  display: block;
  position: static;
  overflow: clip;
}

.container-3 {
  flex: 1;
  min-width: 50%;
  max-width: 50%;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  overflow: visible;
}

.flex-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--background);
  color: #6f9c79;
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 270px;
  min-width: 270px;
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  font-family: DM Sans, sans-serif;
  font-size: 23px;
  font-weight: 600;
  display: flex;
  position: sticky;
}

.container-4 {
  box-sizing: border-box;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  word-break: normal;
  mix-blend-mode: normal;
  object-fit: fill;
  flex-flow: row;
  align-items: flex-start;
  min-width: 940px;
  max-width: 70%;
  height: 85%;
  min-height: auto;
  max-height: none;
  margin-top: 13px;
  margin-bottom: auto;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: clip;
}

.image-2 {
  max-width: 100%;
  margin-top: -70px;
  overflow: auto;
}

.container-5 {
  flex-flow: column;
  align-self: center;
  align-items: stretch;
  width: 100%;
  min-width: 15%;
  max-width: 100%;
  height: 95%;
  max-height: none;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  overflow: visible;
}

.image-3 {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  max-width: 100%;
  max-height: none;
  margin-top: -70px;
  overflow: auto;
}

.image-4 {
  max-height: 100px;
  margin-top: -176px;
}

.image-5 {
  max-height: none;
  overflow: auto;
}

.list-item {
  color: #000;
}

.gallery-overview {
  background-color: #f6f4ea;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 100% 0%;
  grid-auto-columns: 1%;
  align-items: start;
  max-width: 35%;
  margin: 0 auto auto;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

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

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 100% 87%;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.gallery-image.shadow-two {
  display: block;
}

.body-2 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
  display: block;
}

.gallery-scroll {
  box-sizing: content-box;
  background-color: var(--background);
  object-fit: none;
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  max-width: 100%;
  height: 150vh;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 80px 0 0;
  display: block;
  position: relative;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-image-wrapper {
  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;
  justify-content: center;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.image-6 {
  box-sizing: border-box;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: contain;
  max-width: 100%;
  max-height: none;
  position: static;
  overflow: clip;
}

.image-7 {
  max-height: none;
  margin-top: -247px;
  overflow: clip;
}

.heading-2 {
  background-color: var(--color);
  color: var(--fonts);
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: -35px;
  margin-left: 0%;
  padding-left: 0;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0 auto 0 0%;
}

.div-block {
  background-color: var(--fonts);
  width: 100px;
  min-width: 100%;
  max-width: 100%;
  height: 1.5px;
  margin: auto auto 0;
  display: block;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: clip;
}

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

.link-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  font-size: 6px;
  display: flex;
  position: relative;
  overflow: visible;
}

.container-8 {
  position: sticky;
  top: 0;
  bottom: 25px;
}

.list-item-2 {
  position: sticky;
  top: 0;
}

.container-9 {
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  margin: auto;
  display: flex;
}

.image-8 {
  margin-top: -245px;
  display: block;
  position: static;
  overflow: clip;
}

.image-9 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.image-10 {
  min-width: 100px;
  height: auto;
  min-height: auto;
  max-height: 64px;
}

.image-11 {
  max-width: 100%;
  margin: auto;
  display: block;
}

.image-12 {
  margin-bottom: auto;
  margin-left: 0;
  padding-right: 0;
  display: inline-block;
}

.image-13 {
  width: 150px;
  height: 150px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.image-14 {
  width: 150px;
  height: 150px;
  margin: auto 0 0 auto;
}

.image-15 {
  align-self: auto;
  width: 150px;
  height: 150px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.image-16 {
  width: 150px;
  height: 150px;
  margin-top: auto;
  margin-bottom: 0;
  margin-right: auto;
}

.image-17 {
  width: 150px;
  height: 150px;
  margin: auto 0 auto auto;
  padding-left: 0;
}

.image-18 {
  align-self: auto;
  width: 150px;
  height: 150px;
  margin-bottom: auto;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.text-block-3 {
  justify-content: center;
  margin-top: -35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-10 {
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: 0;
}

.container-11 {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
}

.text-block-4 {
  flex-flow: row;
  justify-content: center;
  margin-top: -15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-12 {
  width: 150px;
  margin-top: auto;
  margin-bottom: 0;
  margin-right: -21px;
}

.text-block-5 {
  justify-content: center;
  display: flex;
}

.container-13 {
  width: 150px;
  margin-bottom: auto;
  margin-left: -19px;
}

.text-block-6 {
  justify-content: center;
  margin-top: -25px;
  display: flex;
}

.container-14 {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
}

.container-15 {
  margin-top: auto;
  margin-left: 0;
}

.text-block-7 {
  justify-content: center;
  margin-top: -15px;
  display: flex;
}

.text-block-8 {
  justify-content: center;
  margin-top: -10px;
  display: flex;
}

.link-block-2 {
  margin-top: 0;
  margin-bottom: auto;
  margin-left: auto;
}

.div-block-2 {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
}

.text-block-9, .text-block-10 {
  display: flex;
}

.text-block-11 {
  color: var(--green);
  margin-bottom: -235px;
  margin-right: auto;
  font-size: 45px;
  font-weight: 600;
  line-height: 46px;
  display: block;
  position: sticky;
}

.text-block-12 {
  margin-bottom: 0;
  margin-left: -91px;
  display: none;
}

.text-block-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
  padding-right: 0;
  display: inline-flex;
}

.text-block-14 {
  margin-left: 0;
  margin-right: auto;
  font-weight: 600;
  display: flex;
}

.container-16 {
  flex-flow: row;
  margin-left: 0;
  display: block;
}

.text-block-15 {
  min-width: 200px;
  padding-left: 20px;
}

.container-17 {
  margin-left: 0;
  display: block;
}

.link {
  vertical-align: baseline;
  cursor: auto;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Dmsans Variablefont Opsz Wght, Arial, sans-serif;
  font-weight: 600;
  position: sticky;
}

.link-2 {
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.container-18, .container-19, .container-20, .container-21 {
  margin-left: 0;
  display: block;
}

.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;
}

.link-block-3 {
  width: 270px;
  min-width: 270px;
  margin-left: auto;
  overflow: hidden;
}

.nav-link-3 {
  width: 270px;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.nav-link-3.w--current {
  color: var(--fonts);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: under;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-span-3 {
  -webkit-text-stroke-color: var(--green);
}

.text-span-4 {
  padding-right: 5px;
}

.text-span-5 {
  color: var(--green);
  padding-right: 5px;
}

.nav-link-4 {
  background-color: var(--green);
  color: var(--background);
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px;
  font-size: 14px;
}

.nav-link-4.w--current {
  color: var(--background);
}

.list-item-3 {
  color: var(--green);
}

.text-span-6 {
  color: var(--fonts);
}

.container-22 {
  flex-flow: row;
  max-width: 500px;
  margin-left: 0;
  display: flex;
}

.heading-3 {
  color: #000;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: -35px;
  margin-left: 0%;
  padding-left: 0;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0 auto 0 0%;
}

.link-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  display: block;
  position: relative;
  overflow: visible;
}

.gallery-scroll-2 {
  box-sizing: content-box;
  object-fit: none;
  background-color: #f7f5eb;
  border-bottom: 1px solid #e4ebf3;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0;
  display: block;
  position: relative;
}

.container-23 {
  margin-left: 0;
  display: flex;
}

.text-block-16 {
  color: var(--green);
  margin-bottom: -185px;
}

.container-24 {
  margin-left: 0;
  display: flex;
}

.text-block-17 {
  width: 70%;
  margin-left: 0;
  margin-right: auto;
  font-family: Dmsans Variablefont Opsz Wght, Arial, sans-serif;
  font-weight: 400;
  display: block;
}

.container-25 {
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-18 {
  min-width: 200px;
  padding-left: 20px;
}

.body-3, .body-4 {
  font-family: DM Sans, sans-serif;
}

.image-19, .text-block-19 {
  margin-top: 40px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-26 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image-2 {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.slide-nav {
  background-color: var(--color);
  color: var(--green);
  -webkit-text-stroke-color: var(--green);
  text-shadow: 0 1px 1px #0003;
  font-weight: 400;
}

.image-20 {
  vertical-align: baseline;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: auto;
  display: block;
}

.slider {
  aspect-ratio: 2;
  background-color: var(--transparent);
  object-fit: fill;
  height: auto;
  overflow: visible;
}

.slide {
  object-fit: contain;
  height: 100%;
}

.mask {
  height: 100%;
}

.icon {
  background-color: var(--transparent);
  color: var(--green);
  -webkit-text-stroke-color: var(--green);
}

.icon-2 {
  color: var(--green);
  width: 1%;
  margin-left: 20px;
  margin-right: 20px;
}

.right-arrow {
  margin-left: 0;
  margin-right: -65px;
}

.left-arrow {
  margin-left: -65px;
}

.container-27 {
  display: flex;
}

.text-block-20 {
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  padding-right: 0;
}

.text-block-21 {
  padding-left: 2px;
}

.image-21 {
  margin-top: 40px;
}

.image-22 {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-22 {
  width: 70%;
  max-height: 100%;
}

.body-5 {
  font-family: DM Sans, sans-serif;
}

.image-23 {
  width: 3599500000000%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.text-block-23 {
  padding-left: 10px;
  padding-right: 0;
}

.text-block-24 {
  color: var(--fonts);
  text-decoration: none;
  -webkit-text-decoration-color: var(--fonts);
  text-decoration-color: var(--fonts);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: auto;
  text-decoration-thickness: auto;
  position: static;
}

.container-28 {
  display: flex;
}

.text-block-25 {
  width: 50%;
  height: 100px;
  font-size: 14px;
}

.section {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3 {
  margin-top: 40px;
}

.image-24 {
  width: 100%;
}

.container-6-copy {
  width: 100%;
  max-width: none;
  height: 60%;
  margin-left: 0;
  margin-right: 0;
}

.gallery-wrapper-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 120% 0%;
  grid-auto-columns: 1%;
  place-items: start stretch;
  max-width: 100%;
  margin: 0 auto auto;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.gallery-image-wrapper-copy {
  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;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: clip;
}

.container-16-copy {
  flex-flow: row;
  margin-left: 0;
  display: flex;
}

.container-6-copy {
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery-sticky-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
  position: sticky;
  top: 80px;
}

.text-span-7 {
  color: var(--green);
}

.image-25 {
  width: 50%;
}

.text-span-8 {
  color: var(--green);
}

.image-26, .image-27, .image-28, .image-29, .image-30 {
  width: 100%;
}

.image-31 {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100%;
}

.slide-2, .image-32 {
  width: 100%;
  height: 100%;
}

.container-29 {
  margin-top: -5px;
}

.image-33 {
  width: 40%;
  margin-bottom: 0;
}

.gallery-scroll-copy-copy {
  box-sizing: content-box;
  background-color: var(--background);
  object-fit: none;
  border-bottom: 1px solid #e4ebf3;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0;
  display: block;
  position: relative;
}

.image-34 {
  width: 100%;
  height: auto;
  margin-bottom: auto;
}

.gallery-scroll-2-copy {
  box-sizing: content-box;
  object-fit: none;
  background-color: #f7f5eb;
  border-bottom: 1px solid #e4ebf3;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 80px;
  display: block;
  position: relative;
}

.image-35 {
  width: 100%;
}

.image-36 {
  width: 200%;
  display: inline-block;
}

.gallery-scroll-copy-copy-copy {
  box-sizing: content-box;
  background-color: var(--background);
  object-fit: none;
  border-bottom: 1px solid #e4ebf3;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0;
  display: block;
  position: relative;
}

.gallery-scroll-2-copy-copy {
  box-sizing: content-box;
  object-fit: none;
  background-color: #f7f5eb;
  border-bottom: 1px solid #e4ebf3;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 80px;
  display: block;
  position: relative;
}

.gallery-wrapper-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 100% 0%;
  grid-auto-columns: 1%;
  align-items: start;
  max-width: 70%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.image-37 {
  margin-top: -120px;
  margin-bottom: 0;
}

.container-30 {
  display: flex;
}

.body-6 {
  font-family: DM Sans, sans-serif;
}

.gallery-scroll-copy {
  box-sizing: content-box;
  background-color: var(--background);
  object-fit: none;
  border-bottom: 1px solid #e4ebf3;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0;
  display: block;
  position: relative;
}

.container-6-copy {
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.gallery-sticky-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-wrapper-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 100% 0%;
  grid-auto-columns: 1%;
  align-items: start;
  max-width: 35%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.gallery-scroll-2-copy-copy-copy {
  box-sizing: content-box;
  object-fit: none;
  background-color: #f7f5eb;
  border-bottom: 1px solid #e4ebf3;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 80px;
  display: block;
  position: relative;
}

.gallery-scroll-2-copy-copy-copy-copy {
  box-sizing: content-box;
  object-fit: none;
  background-color: #f7f5eb;
  border-bottom: 1px solid #e4ebf3;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 80px;
  display: flex;
  position: relative;
}

.container-25-copy {
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery-sticky-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-wrapper-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 100% 0%;
  grid-auto-columns: 1%;
  align-items: start;
  width: 35%;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.gallery-grid-copy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 100% 100%;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.gallery-image-wrapper-copy {
  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;
  justify-content: center;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.image-38 {
  max-width: 100%;
  margin-top: -57px;
  margin-bottom: 0;
  display: block;
}

.gallery-sticky-copy-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 80px;
}

.container-31 {
  max-width: 25%;
}

.bold-text {
  word-break: normal;
  font-size: 45px;
  line-height: 46px;
}

.text-block-26 {
  word-break: normal;
  margin-top: 30px;
}

.text-block-27 {
  text-align: center;
  margin: -120px auto 0;
  font-weight: 600;
  display: block;
}

.image-39 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-32 {
  width: 100%;
  max-width: none;
}

.text-block-28 {
  text-align: right;
  text-decoration: none;
  -webkit-text-decoration-color: var(--fonts);
  text-decoration-color: var(--fonts);
  font-size: 6px;
}

.image-40, .image-41 {
  width: 100%;
  margin-top: 50px;
}

.text-block-26-copy {
  word-break: normal;
  margin-top: 30px;
}

.image-42 {
  width: 100%;
  margin-top: 0;
}

.bold-text-2 {
  font-size: 46px;
}

.text-block-29 {
  line-height: 10px;
}

.text-block-30, .text-block-30-copy {
  line-height: 40px;
}

.bold-text-3 {
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  line-height: 46px;
  display: flex;
}

.container-33 {
  width: auto;
  margin-left: 0;
  display: block;
}

.text-block-31 {
  text-align: left;
  width: 210px;
  padding-left: 5px;
}

.text-block-32 {
  margin-top: 50px;
  font-family: Dmsans Variablefont Opsz Wght, Arial, sans-serif;
  font-weight: 400;
}

.text-block-33 {
  color: var(--green);
  text-align: center;
}

.text-block-34 {
  color: var(--green);
  margin-top: 50px;
  font-size: 40px;
}

.bold-text-4 {
  width: 193.367px;
  line-height: 46px;
}

.text-block-35 {
  text-align: left;
  width: 210px;
  font-family: Dmsans Variablefont Opsz Wght, Arial, sans-serif;
}

.text-block-35-copy {
  width: 210px;
  font-family: Dmsans Variablefont Opsz Wght, Arial, sans-serif;
}

.gallery-wrapper-copy-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 100% 0%;
  grid-auto-columns: 1%;
  align-items: start;
  max-width: 70%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.image-43 {
  aspect-ratio: auto;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  overflow: clip;
}

.gallery-sticky-copy-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 80px;
}

.text-span-9 {
  color: var(--green);
}

.text-block-36 {
  padding-top: 50px;
  font-family: Dmsans Variablefont Opsz Wght, Arial, sans-serif;
  font-weight: 400;
}

.text-block-37 {
  width: 100%;
  margin-top: 20px;
}

.image-44 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  width: 50vh;
  max-width: none;
  height: auto;
  margin: 0 auto auto;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  overflow: clip;
}

.gallery-grid-copy-copy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 100% 100%;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: clip;
}

.gallery-image-wrapper-copy-copy {
  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;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  margin: 0% 0 auto;
  display: block;
  position: relative;
  overflow: clip;
}

.gallery-sticky-copy-copy-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-sticky-copy-copy-copy-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 80px;
}

.container-34 {
  background-color: var(--background);
  flex-flow: row;
  justify-content: center;
  width: 100%;
  max-width: none;
  height: 85vh;
  margin-top: 0;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.image-45 {
  text-align: left;
  object-fit: contain;
  width: 50vh;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-bottom: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: clip;
}

.image-46 {
  object-fit: contain;
  width: 50vh;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.image-47 {
  object-fit: contain;
  width: 100vh;
  height: 100%;
  margin-bottom: auto;
  padding-left: 0;
  padding-right: 0;
}

.image-48 {
  object-fit: contain;
  width: 25%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.container-35 {
  width: 95%;
  max-width: 100%;
  height: 150vh;
  margin-bottom: 10px;
}

.container-36 {
  background-color: var(--green);
  color: var(--green);
  max-width: 95%;
  height: 100vh;
}

.container-37 {
  background-color: var(--transparent);
  max-width: 95%;
  height: 100vh;
}

.text-block-38 {
  color: var(--fonts);
  margin-top: auto;
  display: block;
}

.container-38, .container-39 {
  max-width: 100%;
}

.container-40 {
  max-width: 100em;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-41 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-bottom: 20vh;
  margin-right: 50px;
  padding-right: 0;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.code-embed {
  overflow: hidden;
}

.image-49 {
  aspect-ratio: auto;
  outline-offset: 0px;
  mix-blend-mode: normal;
  object-fit: contain;
  outline: 3px #333;
  width: 100%;
  height: 50px;
  overflow: visible;
}

.button {
  vertical-align: baseline;
  align-self: auto;
  margin-left: auto;
  position: relative;
  inset: 0%;
}

.container-42 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 85vh;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.navbar-no-shadow-container-copy {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--background);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  min-width: 95px;
  max-width: 95%;
  height: auto;
  min-height: 7vh;
  margin: 0 auto auto;
  padding: 0;
  display: flex;
  position: fixed;
  top: 0;
  overflow: visible;
}

.button-2 {
  background-color: var(--green);
}

.container-6-copy-copy {
  width: 100%;
  max-width: none;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery-sticky-copy-copy-copy-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  padding-left: 50px;
  display: flex;
  position: sticky;
  top: 80px;
}

.image-50 {
  width: 50vh;
  margin-bottom: auto;
}

.image-51 {
  margin-bottom: auto;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-43 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.bold-text-5 {
  font-weight: 400;
}

.image-52, .image-53, .image-54 {
  width: 100%;
}

.link-block-4-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-55 {
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  overflow: clip;
}

.image-56 {
  width: 80%;
  height: 80%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 10%;
  padding-right: 10%;
}

.image-57 {
  width: 100%;
  height: 100%;
}

.image-58 {
  width: 100%;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.image-59, .image-60 {
  width: 100%;
}

.image-61 {
  width: 100%;
  height: 100%;
  margin-top: 0;
  overflow: clip;
}

.container-44 {
  width: 100%;
  display: block;
}

.container-44-copy {
  width: 100%;
  max-width: 95%;
  height: 100vh;
  display: flex;
}

.image-62 {
  width: 10%;
}

.container-45 {
  width: 100%;
  padding-left: 0;
  padding-right: 25px;
}

.container-46 {
  width: 100%;
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

.container-47 {
  width: 100%;
  height: 80vh;
  padding-left: 25px;
}

.image-63 {
  width: 100%;
  margin-top: -200px;
  overflow: clip;
}

.image-64 {
  width: 100%;
  height: 50%;
  margin-top: 100px;
  margin-bottom: 50px;
  display: block;
  position: static;
  overflow: clip;
}

.container-48 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 93vh;
  display: block;
}

.text-block-39 {
  text-align: center;
  width: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: Dmsans Variablefont Opsz Wght, Arial, sans-serif;
  font-weight: 500;
  position: relative;
}

.text-block-20-copy {
  width: 100%;
  margin-top: -150px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  padding-right: 0;
}

.bold-text-6 {
  margin-left: auto;
  margin-right: auto;
}

.body-7 {
  font-family: DM Sans, sans-serif;
  font-weight: 600;
}

.text-block-40 {
  opacity: 1;
  text-align: center;
  height: 85vh;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 30vh;
  padding-bottom: 50vh;
  text-decoration: none;
  overflow: visible;
}

.container-49 {
  text-align: center;
}

.link-block-5 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.container-50 {
  width: 100%;
  max-width: none;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.image-65 {
  width: 120%;
  max-width: none;
  height: 120%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-66, .image-67 {
  width: 100%;
  height: 100%;
}

.image-68 {
  width: 25%;
  height: 25%;
}

.container-51 {
  width: 25%;
  max-width: none;
  height: 100%;
  margin-top: auto;
  overflow: clip;
}

.image-69 {
  width: 110%;
  padding-left: 25px;
  padding-right: 25px;
}

.image-70 {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

.image-71, .image-72 {
  padding-left: 25px;
  padding-right: 25px;
}

.image-73 {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  display: block;
}

.text-span-10 {
  color: var(--green);
}

.body-8 {
  font-family: DM Sans, sans-serif;
}

.image-74 {
  width: 55vh;
  margin-top: -15px;
  margin-bottom: auto;
}

.image-75 {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.gallery-sticky-copy-copy-copy-copy-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  padding-left: 0;
  display: flex;
  position: sticky;
  top: 80px;
}

.image-76 {
  width: 60%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-77 {
  width: 100%;
  margin-top: -30px;
}

.image-78 {
  object-fit: contain;
  width: 37%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-52 {
  width: 120%;
  margin-left: -10%;
}

.image-79 {
  width: 100%;
  margin-top: -60px;
}

.image-80 {
  width: 100%;
}

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-6 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .container-25, .container-26 {
    max-width: 728px;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .gallery-wrapper-copy, .gallery-wrapper-copy-copy {
    grid-template-columns: 1fr 1fr;
  }

  .container-6-copy {
    max-width: 728px;
  }

  .gallery-wrapper-copy {
    grid-template-columns: 1fr 1fr;
  }

  .container-25-copy {
    max-width: 728px;
  }

  .gallery-sticky-copy {
    position: relative;
    top: 0;
  }

  .gallery-wrapper-copy-copy {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-wrapper-copy-copy-copy {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky-copy-copy, .gallery-sticky-copy-copy-copy, .gallery-sticky-copy-copy-copy, .gallery-sticky-copy-copy-copy-copy {
    position: relative;
    top: 0;
  }

  .container-6-copy-copy {
    max-width: 728px;
  }

  .gallery-sticky-copy-copy-copy-copy {
    position: relative;
    top: 0;
  }

  .container-43 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .gallery-sticky-copy-copy-copy-copy-copy {
    position: relative;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-center {
    padding: 60px 15px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

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

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

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

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

  .footer-link:hover {
    color: #1a1b1fbf;
  }

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

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

  .footer-divider {
    margin-top: 60px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .gallery-overview {
    padding: 60px 15px;
  }

  .gallery-grid {
    width: 33%;
  }

  .gallery-scroll, .gallery-scroll-2, .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .gallery-scroll-copy {
    padding: 60px 15px;
  }

  .gallery-scroll-copy-copy, .gallery-scroll-2-copy, .gallery-scroll-copy-copy-copy, .gallery-scroll-2-copy-copy, .gallery-scroll-copy, .gallery-scroll-2-copy-copy-copy, .gallery-scroll-2-copy-copy-copy-copy {
    padding: 60px 15px;
  }

  .gallery-grid-copy {
    width: 35%;
  }

  .gallery-grid-copy-copy {
    width: 33%;
  }

  .team-slider {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .nav-menu-three, .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container-6 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .container-25, .container-26 {
    max-width: none;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .gallery-wrapper-copy, .gallery-wrapper-copy-copy {
    grid-template-columns: 1fr;
  }

  .container-6-copy {
    max-width: none;
  }

  .gallery-wrapper-copy {
    grid-template-columns: 1fr;
  }

  .container-25-copy {
    max-width: none;
  }

  .gallery-wrapper-copy-copy, .gallery-wrapper-copy-copy-copy {
    grid-template-columns: 1fr;
  }

  .container-6-copy-copy, .container-43 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }
}

#w-node-_5a3571cc-ab96-67a3-6fe6-e65f2db35103-aab35ff0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a3571cc-ab96-67a3-6fe6-e65f2db35113-aab35ff0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#virtual-booths.w-node-_5a3571cc-ab96-67a3-6fe6-e65f2db35114-aab35ff0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_5a3571cc-ab96-67a3-6fe6-e65f2db35115-aab35ff0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f8a8cb9-743d-a587-8a51-960ba81e3393-aab35ff0 {
  justify-self: start;
}

#access-dash.w-node-_5a3571cc-ab96-67a3-6fe6-e65f2db35118-aab35ff0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb4516d8-2ce6-200c-04d9-bf0cac377097-aab35ff0 {
  justify-self: start;
}

#lead-retrieval.w-node-_5a3571cc-ab96-67a3-6fe6-e65f2db3511c-aab35ff0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79b2fdcd-e8ba-5720-092b-a31b3e67b706-aab35ff0 {
  justify-self: start;
}

#lead-scoring.w-node-_5a3571cc-ab96-67a3-6fe6-e65f2db35120-aab35ff0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43a25943-4f2f-7156-0149-c0812efef7fb-aab35ff0 {
  justify-self: start;
}

#lead-scoring.w-node-_2a256621-e08c-8178-6617-ce2beb12e9c2-aab35ff0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_625b60c1-46dd-4ae2-2459-aa3b431abaa7-aab35ff0 {
  justify-self: start;
}

#sponsored-sections.w-node-_5a3571cc-ab96-67a3-6fe6-e65f2db35124-aab35ff0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bc60089-1dbb-8c7f-5f36-1244f17a72a1-aab35ff0 {
  justify-self: start;
}

#w-node-_73a1f25b-5dbc-9d3f-b1e2-2cda2ad3fc5d-6cb0df53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73a1f25b-5dbc-9d3f-b1e2-2cda2ad3fc61-6cb0df53 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#access-dash.w-node-_73a1f25b-5dbc-9d3f-b1e2-2cda2ad3fc88-6cb0df53, #lead-retrieval.w-node-_73a1f25b-5dbc-9d3f-b1e2-2cda2ad3fcae-6cb0df53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#virtual-booths.w-node-_73a1f25b-5dbc-9d3f-b1e2-2cda2ad3fc62-6cb0df53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_73a1f25b-5dbc-9d3f-b1e2-2cda2ad3fc67-6cb0df53, #lead-scoring.w-node-_73a1f25b-5dbc-9d3f-b1e2-2cda2ad3fcd4-6cb0df53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73a1f25b-5dbc-9d3f-b1e2-2cda2ad3fcda-6cb0df53 {
  justify-self: start;
}

#lead-scoring.w-node-_73a1f25b-5dbc-9d3f-b1e2-2cda2ad3fcfa-6cb0df53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab72d69f-d90d-bb06-81a8-f7763c944f84-6cb0df53 {
  justify-self: start;
}

#w-node-_8c9d9e29-9f5a-430a-dbd9-8ec380d3f49f-f891879d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#virtual-booths.w-node-_8c9d9e29-9f5a-430a-dbd9-8ec380d3f4a0-f891879d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-a72553f9-7f35-6b0d-748e-fc4dcfeb4dda-c05b3821 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a72553f9-7f35-6b0d-748e-fc4dcfeb4dde-c05b3821 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fcdc8fc2-0500-5bc6-d526-7c9ee26a313d-c05b3821 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a72553f9-7f35-6b0d-748e-fc4dcfeb4df5-c05b3821 {
  justify-self: start;
}

#w-node-_10aa81d2-3dc0-0ca9-fb68-704617739f8b-0ee40f04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10aa81d2-3dc0-0ca9-fb68-704617739f8f-0ee40f04 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#virtual-booths.w-node-_10aa81d2-3dc0-0ca9-fb68-704617739f90-0ee40f04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-e27c735e-4db3-fce7-f2a1-ce6d2f44e628-24c26875 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#virtual-booths.w-node-e27c735e-4db3-fce7-f2a1-ce6d2f44e629-24c26875 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_5a3571cc-ab96-67a3-6fe6-e65f2db35103-aab35ff0, #w-node-_73a1f25b-5dbc-9d3f-b1e2-2cda2ad3fc5d-6cb0df53, #w-node-a72553f9-7f35-6b0d-748e-fc4dcfeb4dda-c05b3821, #w-node-_10aa81d2-3dc0-0ca9-fb68-704617739f8b-0ee40f04 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5a3571cc-ab96-67a3-6fe6-e65f2db35103-aab35ff0, #w-node-_5a3571cc-ab96-67a3-6fe6-e65f2db35113-aab35ff0, #w-node-_73a1f25b-5dbc-9d3f-b1e2-2cda2ad3fc5d-6cb0df53, #w-node-_73a1f25b-5dbc-9d3f-b1e2-2cda2ad3fc61-6cb0df53, #w-node-_8c9d9e29-9f5a-430a-dbd9-8ec380d3f49f-f891879d, #w-node-a72553f9-7f35-6b0d-748e-fc4dcfeb4dda-c05b3821, #w-node-a72553f9-7f35-6b0d-748e-fc4dcfeb4dde-c05b3821, #w-node-_10aa81d2-3dc0-0ca9-fb68-704617739f8b-0ee40f04, #w-node-_10aa81d2-3dc0-0ca9-fb68-704617739f8f-0ee40f04, #w-node-e27c735e-4db3-fce7-f2a1-ce6d2f44e628-24c26875 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Dmsans Variablefont Opsz Wght';
  src: url('../images/') format('truetype'), url('../images/') format('truetype');
  font-weight: 100 1000;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Dmsans 36 Pt';
  src: url('../fonts/DMSans_36pt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}