.navbar8-wrapper {
  display: contents;
}
 
.navbar8-container1 {
  top: 0;
  width: 100%;
  display: flex;
  z-index: 1000;
  position: sticky;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar8-navbar-interactive {
  width: 100%;
  display: flex;
  z-index: 100;
  max-width: var(--dl-layout-size-maxwidth);
  min-width: 100%;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: space-between;
}
 
.navbar8-image1 {
  width: 567px;
  height: 81px;
}
 
.navbar8-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.navbar8-burger-menu {
  display: none;
}
 
.navbar8-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-layout-space-twounits);
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar8-container2 {
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar8root-class-name {
  background-color: #000000;
}
 
@media(max-width: 767px) {
  .navbar8-navbar-interactive {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .navbar8-desktop-menu {
    display: none;
  }
  .navbar8-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar8-mobile-menu {
    padding-top: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-oneandhalfunits);
  }
}
 
@media(max-width: 479px) {
  .navbar8-navbar-interactive {
    padding: var(--dl-layout-space-unit);
  }
  .navbar8-mobile-menu {
    padding: var(--dl-layout-space-unit);
  }
}

.hero9-wrapper {
  display: contents;
}
 
.hero9-header30 {
  gap: var(--dl-layout-space-twounits);
}
 
.hero9-image {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
 
.hero9-container {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  background-color: rgba(255,255,255,0.7);
}
 
.hero9-max-width {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  z-index: 1;
  align-items: center;
  flex-direction: column;
}
 
.hero9-content {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.hero9-text10 {
  text-align: center;
}
 
.hero9-text11 {
  text-align: center;
}
 
.hero9-actions {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
}
 
.hero9-button {
  color: #000000;
  width: 293px;
  transition: 0.3s;
  border-color: #000000;
  border-width: 3px;
  text-decoration: none;
}
 
.hero9-button:hover {
  color: #000000;
  border-color: #000000;
  background-color: #ffffff;
}
 
.hero9-text12 {
  text-align: center;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text10 {
  display: inline-block;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text16 {
  display: inline-block;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text11 {
  display: inline-block;
}
 
.home-text12 {
  color: #000000;
  font-size: 25px;
}
 
.home-text13 {
  color: #000000;
  font-size: 25px;
}
 
.home-text14 {
  color: #000000;
  font-size: 25px;
}
 
@media(max-width: 991px) {
  .hero9-text10 {
    text-align: center;
  }
  .hero9-text11 {
    text-align: center;
  }
}
 
@media(max-width: 479px) {
  .hero9-actions {
    width: 100%;
    flex-direction: column;
  }
  .hero9-button {
    width: 100%;
  }
}

.features10-wrapper {
  display: contents;
}
 
.features10-layout300 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.features10-max-width {
  gap: var(--dl-layout-space-threeunits);
  align-items: center;
}
 
.features10-section-title {
  align-items: center;
}
 
.features10-text11 {
  text-align: center;
}
 
.features10-content {
  align-self: stretch;
  align-items: center;
}
 
.features10-feature1 {
  align-items: flex-start;
}
 
.features10-feature1-image {
  border-radius: 25px;
}
 
.features10-feature1-title {
  text-align: center;
}
 
.features10-feature2 {
  align-items: flex-start;
}
 
.features10-feature2-image {
  border-radius: 25px;
}
 
.features10-feature3 {
  align-items: flex-start;
}
 
.features10-feature3-image {
  border-radius: 25px;
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text31 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text24 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text25 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text23 {
  display: inline-block;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text28 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text21 {
  display: inline-block;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text20 {
  display: inline-block;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text22 {
  display: inline-block;
}
 
.features10root-class-name {
  background-color: #B6B09F;
}
 
@media(max-width: 991px) {
  .features10-section-title {
    width: 100%;
  }
}
 
@media(max-width: 767px) {
  .features10-section-title {
    width: auto;
  }
  .features10-text10 {
    text-align: center;
  }
  .features10-feature2 {
    width: auto;
  }
  .features10-feature3 {
    width: auto;
  }
}
 
@media(max-width: 479px) {
  .features10-max-width {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
}

.features91-wrapper {
  display: contents;
}
 
.features91-layout186 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.features91-text1 {
  z-index: 2;
  text-align: center;
}
 
.features91-text2 {
  z-index: 2;
  text-align: center;
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text36 {
  display: inline-block;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text37 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.features91root-class-name {
  background-color: #B6B09F;
}

.features17-wrapper {
  display: contents;
}
 
.features17-layout349 {
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.features17-max-width {
  gap: var(--dl-layout-space-fiveunits);
  display: flex;
  align-items: center;
}
 
.features17-image-container {
  flex: 1;
  display: flex;
  position: relative;
  align-items: center;
}
 
.features17-placeholder-image {
  border-radius: 25px;
}
 
.features17-content1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.features17-section-title {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.features17-content2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text44 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text43 {
  display: inline-block;
}
 
.features17root-class-name {
  background-color: #EAE4D5;
}
 
@media(max-width: 991px) {
  .features17-max-width {
    gap: var(--dl-layout-space-twounits);
    flex-direction: column;
  }
}

.features25-wrapper {
  display: contents;
}
 
.features25-container2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-layout-space-fiveunits);
  position: relative;
  grid-template-columns: 1fr 1fr;
}
 
.features25-tabs-menu {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.features25-tab-horizontal1 {
  gap: var(--dl-layout-space-twounits);
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.features25-content1 {
  gap: 16px;
  flex: 1;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.features25-tab-horizontal2 {
  gap: var(--dl-layout-space-twounits);
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.features25-content2 {
  gap: 16px;
  flex: 1;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.features25-tab-horizontal3 {
  gap: var(--dl-layout-space-twounits);
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.features25-content3 {
  gap: 16px;
  flex: 1;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.features25-feature3-title {
  width: 368px;
  height: 65px;
}
 
.features25-image-container {
  height: 100%;
  display: flex;
  position: relative;
}
 
.features25-image {
  border-radius: 35px;
  animation-name: fadeIn;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text53 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment29 {
  display: contents;
}
 
.home-text52 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text48 {
  display: inline-block;
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text50 {
  display: inline-block;
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text49 {
  display: inline-block;
}
 
.home-fragment28 {
  display: contents;
}
 
.home-text51 {
  display: inline-block;
  font-size: 25px;
}
 
.features25root-class-name {
  background-color: #EAE4D5;
}
 
@media(max-width: 991px) {
  .features25-container2 {
    grid-gap: var(--dl-layout-space-twounits);
    grid-template-columns: 1fr;
  }
  .features25-tabs-menu {
    order: 2;
  }
}

.features9-wrapper {
  display: contents;
}
 
.features9-layout186 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.features9-text1 {
  z-index: 2;
  text-align: center;
}
 
.features9-text2 {
  z-index: 2;
  text-align: center;
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text54 {
  display: inline-block;
}
 
.home-fragment32 {
  display: contents;
}
 
.home-text55 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.features9root-class-name {
  background-color: #EAE4D5;
}

.features20-wrapper {
  display: contents;
}
 
.features20-layout349 {
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.features20-max-width {
  gap: var(--dl-layout-space-fiveunits);
  display: flex;
  align-items: center;
}
 
.features20-content1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.features20-section-title {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.features20-content2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.features20-text2 {
  width: 739px;
}
 
.features20-image-container {
  flex: 1;
  display: flex;
  align-items: center;
}
 
.features20-placeholder-image {
  border-radius: 25px;
}
 
.home-fragment33 {
  display: contents;
}
 
.home-text59 {
  display: inline-block;
}
 
.home-fragment34 {
  display: contents;
}
 
.home-text60 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.features20root-class-name {
  background-color: #EAE4D5;
}
 
@media(max-width: 991px) {
  .features20-max-width {
    gap: var(--dl-layout-space-twounits);
    flex-direction: column-reverse;
  }
}

.features24-wrapper {
  display: contents;
}
 
.features24-container2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-layout-space-fiveunits);
  position: relative;
  grid-template-columns: 1fr 1fr;
}
 
.features24-image-container {
  height: 100%;
  display: flex;
  position: relative;
}
 
.features24-image {
  border-radius: 35px;
  animation-name: fadeIn;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.features24-tabs-menu {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.features24-tab-horizontal1 {
  gap: var(--dl-layout-space-twounits);
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.features24-divider-container1 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
 
.features24-container3 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.features24-content1 {
  gap: 16px;
  flex: 1;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.features24-tab-horizontal2 {
  gap: var(--dl-layout-space-twounits);
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.features24-divider-container2 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
 
.features24-container4 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.features24-content2 {
  gap: 16px;
  flex: 1;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.features24-tab-horizontal3 {
  gap: var(--dl-layout-space-twounits);
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.features24-divider-container3 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
 
.features24-container5 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.features24-content3 {
  gap: 16px;
  flex: 1;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.home-fragment39 {
  display: contents;
}
 
.home-text67 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment40 {
  display: contents;
}
 
.home-text68 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment36 {
  display: contents;
}
 
.home-text64 {
  display: inline-block;
}
 
.home-fragment35 {
  display: contents;
}
 
.home-text63 {
  display: inline-block;
}
 
.home-fragment38 {
  display: contents;
}
 
.home-text66 {
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment37 {
  display: contents;
}
 
.home-text65 {
  display: inline-block;
}
 
.features24root-class-name {
  background-color:  ;
}
 
@media(max-width: 991px) {
  .features24-container2 {
    grid-gap: var(--dl-layout-space-twounits);
    grid-template-columns: 1fr;
  }
}

.gallery5-wrapper {
  display: contents;
}
 
.gallery5-gallery3 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.gallery5-max-width {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.gallery5-section-title {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: auto;
  display: flex;
  max-width: 800px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.gallery5-text1 {
  text-align: center;
}
 
.gallery5-text2 {
  text-align: center;
}
 
.gallery5-container1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.gallery5-content {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
 
.gallery5-container2 {
  gap: HalfUnits;
  flex: 1;
  width: 100%;
  height: 902px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.gallery5-container3 {
  width: 100%;
  height: 40%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
}
 
.gallery5-image1 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  align-self: center;
  max-height: 700px;
  border-radius: 25px;
}
 
.gallery5-image2 {
  width: 100%;
  height: 60%;
  max-height: 700px;
  object-fit: cover;
  border-radius: 25px;
}
 
.gallery5-container4 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: auto;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.gallery5-image3 {
  width: 100%;
  height: 440px;
  max-height: 700px;
  object-fit: cover;
  border-radius: 25px;
}
 
.gallery5-image4 {
  width: 100%;
  height: 440px;
  max-height: 700px;
  object-fit: cover;
  border-radius: 25px;
}
 
.home-fragment41 {
  display: contents;
}
 
.home-text69 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment42 {
  display: contents;
}
 
.home-text70 {
  display: inline-block;
}
 
.gallery5root-class-name {
  background-color: #B6B09F;
}
 
@media(max-width: 991px) {
  .gallery5-content {
    align-items: center;
    flex-direction: column;
  }
  .gallery5-container2 {
    height: auto;
  }
  .gallery5-image1 {
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
  }
  .gallery5-image2 {
    height: 100%;
  }
  .gallery5-container4 {
    width: 100%;
  }
}
 
@media(max-width: 767px) {
  .gallery5-section-title {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
}
 
@media(max-width: 479px) {
  .gallery5-image2 {
    max-height: 400px;
  }
}

.gallery51-wrapper {
  display: contents;
}
 
.gallery51-gallery3 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.gallery51-max-width {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.gallery51-container1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 25px;
  flex-direction: row;
}
 
.gallery51-content {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
 
.gallery51-container2 {
  gap: HalfUnits;
  flex: 1;
  width: 100%;
  height: 902px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.gallery51-container3 {
  width: 100%;
  height: 40%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
}
 
.gallery51-image1 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  align-self: center;
  max-height: 700px;
  border-radius: 25px;
}
 
.gallery51-image2 {
  width: 100%;
  height: 60%;
  max-height: 700px;
  object-fit: cover;
  border-radius: 25px;
}
 
.gallery51-container4 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: auto;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.gallery51-image3 {
  width: 100%;
  height: 440px;
  max-height: 700px;
  object-fit: cover;
  border-radius: 25px;
}
 
.gallery51-image4 {
  width: 100%;
  height: 440px;
  max-height: 700px;
  object-fit: cover;
  border-radius: 25px;
}
 
.gallery51root-class-name {
  background-color: #B6B09F;
}
 
@media(max-width: 991px) {
  .gallery51-content {
    align-items: center;
    flex-direction: column;
  }
  .gallery51-container2 {
    height: auto;
  }
  .gallery51-image1 {
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
  }
  .gallery51-image2 {
    height: 100%;
  }
  .gallery51-container4 {
    width: 100%;
  }
}
 
@media(max-width: 479px) {
  .gallery51-image2 {
    max-height: 400px;
  }
}

.content-list5-wrapper {
  display: contents;
}
 
.content-list5-container1 {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.content-list5-max-width {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: center;
  flex-direction: column;
}
 
.content-list5-container2 {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.content-list5-container3 {
  align-self: stretch;
  align-items: flex-start;
}
 
.content-list5-li1 {
  align-items: flex-start;
}
 
.content-list5-heading7 {
  align-self: center;
  text-align: center;
}
 
.content-list5-ul2 {
  align-items: flex-start;
  padding-left: var(--dl-layout-space-fiveunits);
}
 
.home-fragment43 {
  display: contents;
}
 
.home-text71 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment44 {
  display: contents;
}
 
.home-text72 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment48 {
  display: contents;
}
 
.home-text81 {
  display: inline-block;
}
 
.home-fragment46 {
  display: contents;
}
 
.home-text79 {
  display: inline-block;
}
 
.home-fragment45 {
  display: contents;
}
 
.home-text78 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment47 {
  display: contents;
}
 
.home-text80 {
  display: inline-block;
}
 
.content-list5root-class-name {
  background-color: #EAE4D5;
}
 
@media(max-width: 767px) {
  .content-list5-ul2 {
    padding-left: var(--dl-layout-space-threeunits);
  }
}
 
@media(max-width: 479px) {
  .content-list5-ul2 {
    padding-left: var(--dl-layout-space-oneandhalfunits);
  }
}

.features92-wrapper {
  display: contents;
}
 
.features92-layout186 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.features92-text1 {
  z-index: 2;
  text-align: center;
}
 
.features92-text2 {
  width: 1349px;
  height: 193px;
  z-index: 2;
  text-align: center;
}
 
.home-fragment50 {
  display: contents;
}
 
.home-text83 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment49 {
  display: contents;
}
 
.home-text82 {
  display: inline-block;
}
 
.features92root-class-name {
  background-color: #EAE4D5;
}

.contact-form8-wrapper {
  display: contents;
}
 
.contact-form8-contact1 {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.contact-form8-max-width {
  align-items: flex-start;
}
 
.contact-form8-section-title {
  gap: var(--dl-layout-space-unit);
  width: 40%;
  align-items: flex-start;
}
 
.contact-form8-content1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  flex-direction: column;
}
 
.contact-form8-content2 {
  gap: 16px;
  display: flex;
  padding: 8px 0;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form8-row1 {
  gap: 16px;
  display: flex;
  align-items: flex-start;
}
 
.contact-form8-email {
  text-decoration: none;
}
 
.contact-form8-row2 {
  gap: 16px;
  display: flex;
  align-items: flex-start;
}
 
.contact-form8-row3 {
  gap: 16px;
  display: flex;
  align-items: flex-start;
}
 
.contact-form8-form {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 60%;
}
 
.contact-form8-container1 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.contact-form8-input1 {
  gap: var(--dl-layout-space-halfunit);
  width: 50%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form8-text-input1 {
  color: #000000;
  border-color: #000000;
  background-color: #EAE4D5;
}
 
.contact-form8-input2 {
  gap: var(--dl-layout-space-halfunit);
  width: 50%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form8-text-input2 {
  color: #000000;
  border-color: #000000;
  background-color: #EAE4D5;
}
 
.contact-form8-container2 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.contact-form8-input3 {
  gap: var(--dl-layout-space-halfunit);
  width: 50%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form8-text-input3 {
  color: #000000;
  border-color: #000000;
  background-color: #EAE4D5;
}
 
.contact-form8-input4 {
  gap: var(--dl-layout-space-halfunit);
  width: 50%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form8-text-input4 {
  color: #000000;
  background-color: #EAE4D5;
}
 
.contact-form8-container3 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form8-input5 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form8-textarea {
  color: #000000;
  border-color: #000000;
  background-color: #EAE4D5;
}
 
.contact-form8-checkbox1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: flex-start;
  align-items: center;
}
 
.contact-form8-button {
  width: 100%;
  align-self: flex-start;
  transition: 0.3s;
  border-color: #000000;
  border-width: 3px;
  background-color: #000000;
}
 
.contact-form8-button:hover {
  border-color: #ffffff;
  border-width: 3px;
  background-color: #000000;
}
 
.home-fragment57 {
  display: contents;
}
 
.home-text95 {
  display: inline-block;
}
 
.home-fragment56 {
  display: contents;
}
 
.home-text94 {
  display: inline-block;
}
 
.home-fragment53 {
  display: contents;
}
 
.home-text91 {
  display: inline-block;
}
 
.home-fragment52 {
  display: contents;
}
 
.home-text90 {
  display: inline-block;
}
 
.home-fragment55 {
  display: contents;
}
 
.home-text93 {
  display: inline-block;
}
 
.home-fragment51 {
  display: contents;
}
 
.home-text87 {
  display: inline-block;
}
 
.home-fragment54 {
  display: contents;
}
 
.home-text92 {
  display: inline-block;
}
 
.contact-form8root-class-name {
  background-color: #B6B09F;
}
 
@media(max-width: 991px) {
  .contact-form8-max-width {
    align-items: flex-start;
    flex-direction: column;
  }
  .contact-form8-section-title {
    width: 100%;
  }
  .contact-form8-form {
    width: 100%;
  }
  .contact-form8-container1 {
    gap: var(--dl-layout-space-twounits);
    width: 100%;
    flex-direction: row;
  }
  .contact-form8-input1 {
    width: 50%;
  }
  .contact-form8-input2 {
    width: 50%;
    flex-direction: column;
  }
  .contact-form8-container2 {
    gap: var(--dl-layout-space-twounits);
    width: 100%;
    flex-direction: row;
  }
  .contact-form8-input3 {
    width: 50%;
  }
  .contact-form8-input4 {
    width: 50%;
  }
  .contact-form8-container3 {
    gap: var(--dl-layout-space-twounits);
    width: 100%;
    flex-direction: row;
  }
  .contact-form8-checkbox1 {
    align-self: flex-start;
  }
}
 
@media(max-width: 479px) {
  .contact-form8-text12 {
    text-align: center;
  }
  .contact-form8-form {
    padding: var(--dl-layout-space-unit);
  }
  .contact-form8-container1 {
    align-items: stretch;
    flex-direction: column;
  }
  .contact-form8-input1 {
    width: 100%;
  }
  .contact-form8-input2 {
    width: 100%;
  }
  .contact-form8-container2 {
    align-items: stretch;
    flex-direction: column;
  }
  .contact-form8-input3 {
    width: 100%;
  }
  .contact-form8-input4 {
    width: 100%;
  }
}

.footer4-wrapper {
  display: contents;
}
 
.footer4-footer7 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.footer4-max-width {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.footer4-content {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.footer4-logo1 {
  gap: 24px;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer4-logo2 {
  width: 383px;
  height: 55px;
}
 
.footer4-credits {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.footer4-divider {
  background-color: #ffffff;
}
 
.footer4-text {
  color: rgb(255, 255, 255);
  font-size: 9px;
}
 
.footer4root-class-name {
  background-color: #000000;
}
 
@media(max-width: 479px) {
  .footer4-max-width {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
}

.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text10 {
  display: inline-block;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text11 {
  display: inline-block;
}
 
.home-text12 {
  color: #000000;
  font-size: 25px;
}
 
.home-text13 {
  color: #000000;
  font-size: 25px;
}
 
.home-text14 {
  color: #000000;
  font-size: 25px;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text16 {
  display: inline-block;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text20 {
  display: inline-block;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text21 {
  display: inline-block;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text22 {
  display: inline-block;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text23 {
  display: inline-block;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text24 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text25 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text28 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text31 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text36 {
  display: inline-block;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text37 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text43 {
  display: inline-block;
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text44 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text48 {
  display: inline-block;
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text49 {
  display: inline-block;
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text50 {
  display: inline-block;
}
 
.home-fragment28 {
  display: contents;
}
 
.home-text51 {
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment29 {
  display: contents;
}
 
.home-text52 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text53 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text54 {
  display: inline-block;
}
 
.home-fragment32 {
  display: contents;
}
 
.home-text55 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment33 {
  display: contents;
}
 
.home-text59 {
  display: inline-block;
}
 
.home-fragment34 {
  display: contents;
}
 
.home-text60 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment35 {
  display: contents;
}
 
.home-text63 {
  display: inline-block;
}
 
.home-fragment36 {
  display: contents;
}
 
.home-text64 {
  display: inline-block;
}
 
.home-fragment37 {
  display: contents;
}
 
.home-text65 {
  display: inline-block;
}
 
.home-fragment38 {
  display: contents;
}
 
.home-text66 {
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment39 {
  display: contents;
}
 
.home-text67 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment40 {
  display: contents;
}
 
.home-text68 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment41 {
  display: contents;
}
 
.home-text69 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment42 {
  display: contents;
}
 
.home-text70 {
  display: inline-block;
}
 
.home-fragment43 {
  display: contents;
}
 
.home-text71 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment44 {
  display: contents;
}
 
.home-text72 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment45 {
  display: contents;
}
 
.home-text78 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment46 {
  display: contents;
}
 
.home-text79 {
  display: inline-block;
}
 
.home-fragment47 {
  display: contents;
}
 
.home-text80 {
  display: inline-block;
}
 
.home-fragment48 {
  display: contents;
}
 
.home-text81 {
  display: inline-block;
}
 
.home-fragment49 {
  display: contents;
}
 
.home-text82 {
  display: inline-block;
}
 
.home-fragment50 {
  display: contents;
}
 
.home-text83 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment51 {
  display: contents;
}
 
.home-text87 {
  display: inline-block;
}
 
.home-fragment52 {
  display: contents;
}
 
.home-text90 {
  display: inline-block;
}
 
.home-fragment53 {
  display: contents;
}
 
.home-text91 {
  display: inline-block;
}
 
.home-fragment54 {
  display: contents;
}
 
.home-text92 {
  display: inline-block;
}
 
.home-fragment55 {
  display: contents;
}
 
.home-text93 {
  display: inline-block;
}
 
.home-fragment56 {
  display: contents;
}
 
.home-text94 {
  display: inline-block;
}
 
.home-fragment57 {
  display: contents;
}
 
.home-text95 {
  display: inline-block;
}
