.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: 1021px;
  height: 144px;
}
 
.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: #272e31;
}
 
@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);
  }
}

.hero33-wrapper {
  display: contents;
}
 
.hero33-header9 {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.hero33-content {
  display: flex;
  justify-content: center;
}
 
.hero33-max-width {
  align-self: center;
  align-items: center;
}
 
.hero33-column1 {
  flex: 1;
  width: auto;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.hero33-column2 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  width: auto;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.hero33-actions {
  gap: var(--dl-layout-space-unit);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
 
.hero33-button {
  width: 691px;
  height: 69px;
  transition: 0.3s;
  border-color: #ffffff;
  border-width: 3px;
  text-decoration: none;
  background-color: #272e31;
}
 
.hero33-button:hover {
  color: #000000;
  border-color: #000000;
  border-width: 2px;
  background-color: #7c8385;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text12 {
  display: inline-block;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text11 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text10 {
  display: inline-block;
}
 
.hero33root-class-name {
  background-color: #817e6f;
}
 
@media(max-width: 991px) {
  .hero33-column1 {
    width: 100%;
  }
  .hero33-column2 {
    width: auto;
  }
  .hero33-button {
    flex: 1;
  }
}
 
@media(max-width: 767px) {
  .hero33-max-width {
    flex-direction: column;
  }
  .hero33-text1 {
    text-align: center;
  }
  .hero33-text2 {
    text-align: center;
  }
  .hero33-actions {
    width: 100%;
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .hero33-actions {
    flex-direction: column;
  }
  .hero33-button {
    width: 100%;
  }
}

.features253-wrapper {
  display: contents;
}
 
.features253-container2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-layout-space-fiveunits);
  position: relative;
  grid-template-columns: 1fr 1fr;
}
 
.features253-tabs-menu {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.features253-tab-horizontal1 {
  gap: var(--dl-layout-space-twounits);
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.features253-divider-container1 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
 
.features253-container3 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.features253-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;
}
 
.features253-tab-horizontal2 {
  gap: var(--dl-layout-space-twounits);
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.features253-divider-container2 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
 
.features253-container4 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.features253-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;
}
 
.features253-tab-horizontal3 {
  gap: var(--dl-layout-space-twounits);
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.features253-divider-container3 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
 
.features253-container5 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.features253-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;
}
 
.features253-image-container {
  height: 100%;
  display: flex;
  position: relative;
}
 
.features253-image {
  border-radius: 45px;
  animation-name: fadeIn;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text15 {
  display: inline-block;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text19 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text18 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text20 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text16 {
  display: inline-block;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text17 {
  display: inline-block;
}
 
.features253root-class-name {
  background-color: #9b9787;
}
 
@media(max-width: 991px) {
  .features253-container2 {
    grid-gap: var(--dl-layout-space-twounits);
    grid-template-columns: 1fr;
  }
  .features253-tabs-menu {
    order: 2;
  }
}

.features920-wrapper {
  display: contents;
}
 
.features920-layout186 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.features920-text1 {
  z-index: 2;
  text-align: center;
}
 
.features920-text2 {
  z-index: 2;
  text-align: center;
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text24 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text21 {
  display: inline-block;
}
 
.features920root-class-name {
  background-color: #817e6f;
}

.features179-wrapper {
  display: contents;
}
 
.features179-layout349 {
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.features179-max-width {
  gap: var(--dl-layout-space-fiveunits);
  display: flex;
  align-items: center;
}
 
.features179-image-container {
  flex: 1;
  display: flex;
  position: relative;
  align-items: center;
}
 
.features179-placeholder-image {
  border-radius: 45px;
}
 
.features179-content1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.features179-section-title {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.features179-content2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text27 {
  display: inline-block;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text28 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.features179root-class-name {
  background-color: #9b9787;
}
 
@media(max-width: 991px) {
  .features179-max-width {
    gap: var(--dl-layout-space-twounits);
    flex-direction: column;
  }
}

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

.features1710-wrapper {
  display: contents;
}
 
.features1710-layout349 {
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.features1710-max-width {
  gap: var(--dl-layout-space-fiveunits);
  display: flex;
  align-items: center;
}
 
.features1710-image-container {
  flex: 1;
  display: flex;
  position: relative;
  align-items: center;
}
 
.features1710-placeholder-image {
  border-radius: 45px;
}
 
.features1710-content1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.features1710-section-title {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.features1710-content2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text32 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text31 {
  display: inline-block;
}
 
.features1710root-class-name {
  background-color: #9b9787;
}
 
@media(max-width: 991px) {
  .features1710-max-width {
    gap: var(--dl-layout-space-twounits);
    flex-direction: column;
  }
}

.features921-wrapper {
  display: contents;
}
 
.features921-layout186 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.features921-text1 {
  z-index: 2;
  text-align: center;
}
 
.features921-text2 {
  z-index: 2;
  text-align: center;
}
 
.home-fragment28 {
  display: contents;
}
 
.home-text34 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text33 {
  display: inline-block;
}
 
.features921root-class-name {
  background-color: #817e6f;
}

.features104-wrapper {
  display: contents;
}
 
.features104-layout300 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.features104-max-width {
  gap: var(--dl-layout-space-threeunits);
  align-items: center;
}
 
.features104-content {
  align-self: stretch;
  align-items: center;
}
 
.features104-feature1 {
  align-items: flex-start;
}
 
.features104-feature1-image {
  border-radius: 45px;
}
 
.features104-feature1-title {
  text-align: center;
}
 
.features104-feature2 {
  align-items: flex-start;
}
 
.features104-feature2-image {
  border-radius: 45px;
}
 
.features104-feature3 {
  align-items: flex-start;
}
 
.features104-feature3-image {
  border-radius: 45px;
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text37 {
  display: inline-block;
}
 
.home-fragment33 {
  display: contents;
}
 
.home-text42 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text36 {
  display: inline-block;
}
 
.home-fragment32 {
  display: contents;
}
 
.home-text38 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment34 {
  display: contents;
}
 
.home-text43 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment29 {
  display: contents;
}
 
.home-text35 {
  display: inline-block;
}
 
.features104root-class-name {
  background-color: #9b9787;
}
 
@media(max-width: 767px) {
  .features104-feature2 {
    width: auto;
  }
  .features104-feature3 {
    width: auto;
  }
}
 
@media(max-width: 479px) {
  .features104-max-width {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
}

.features922-wrapper {
  display: contents;
}
 
.features922-layout186 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.features922-text1 {
  z-index: 2;
  text-align: center;
}
 
.features922-text2 {
  z-index: 2;
  text-align: center;
}
 
.home-fragment35 {
  display: contents;
}
 
.home-text44 {
  display: inline-block;
}
 
.home-fragment36 {
  display: contents;
}
 
.home-text45 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.features922root-class-name {
  background-color: #9b9787;
}

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

.features923-wrapper {
  display: contents;
}
 
.features923-layout186 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.features923-text1 {
  z-index: 2;
  text-align: center;
}
 
.features923-text2 {
  z-index: 2;
  text-align: center;
}
 
.home-fragment37 {
  display: contents;
}
 
.home-text46 {
  display: inline-block;
}
 
.home-fragment38 {
  display: contents;
}
 
.home-text47 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.features923root-class-name {
  background-color: #9b9787;
}

.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-fragment40 {
  display: contents;
}
 
.home-text49 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment39 {
  display: contents;
}
 
.home-text48 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment41 {
  display: contents;
}
 
.home-text53 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment43 {
  display: contents;
}
 
.home-text55 {
  display: inline-block;
}
 
.home-fragment42 {
  display: contents;
}
 
.home-text54 {
  display: inline-block;
}
 
.home-fragment44 {
  display: contents;
}
 
.home-text56 {
  display: inline-block;
}
 
.content-list5root-class-name {
  background-color: #817e6f;
}
 
@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);
  }
}

.contact-form113-wrapper {
  display: contents;
}
 
.contact-form113-contact11 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  overflow: hidden;
  position: relative;
  flex-direction: column;
}
 
.contact-form113-max-width {
  display: flex;
  flex-direction: column;
}
 
.contact-form113-row {
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.contact-form113-content1 {
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
}
 
.contact-form113-icon1 {
  width: 32px;
  height: 32px;
}
 
.contact-form113-contact-info1 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.contact-form113-email {
  text-align: center;
  text-decoration: none;
}
 
.contact-form113-content2 {
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
}
 
.contact-form113-icon3 {
  width: 32px;
  height: 32px;
}
 
.contact-form113-contact-info2 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.contact-form113-phone {
  text-align: center;
  text-decoration: none;
}
 
.contact-form113-content3 {
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
}
 
.contact-form113-icon5 {
  width: 32px;
  height: 32px;
}
 
.contact-form113-contact-info3 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.contact-form113-address {
  text-align: center;
}
 
.contact-form113-content4 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
 
.contact-form113-form {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: auto;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.contact-form113-container {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.contact-form113-input1 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form113-text-input1 {
  color: #000000;
  border-color: #000000;
  border-width: 2px;
  background-color: #beb9a6;
}
 
.contact-form113-input2 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form113-text-input2 {
  color: #000000;
  border-color: #000000;
  border-width: 2px;
  background-color: #beb9a6;
}
 
.contact-form113-input3 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form113-text-input3 {
  color: #000000;
  border-color: #000000;
  border-width: 2px;
  background-color: #beb9a6;
}
 
.contact-form113-input4 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form113-textarea {
  color: #000000;
  border-color: #000000;
  border-width: 2px;
  background-color: #beb9a6;
}
 
.contact-form113-button {
  width: 1368px;
  height: 49px;
  transition: 0.3s;
  border-color: #ffffff;
  border-width: 3px;
  background-color: #272e31;
}
 
.contact-form113-button:hover {
  color: #000000;
  border-color: #000000;
  border-width: 2px;
  background-color: #868b8e;
}
 
.home-fragment45 {
  display: contents;
}
 
.home-text57 {
  display: inline-block;
}
 
.home-fragment48 {
  display: contents;
}
 
.home-text63 {
  display: inline-block;
}
 
.home-fragment47 {
  display: contents;
}
 
.home-text59 {
  display: inline-block;
}
 
.home-fragment46 {
  display: contents;
}
 
.home-text58 {
  display: inline-block;
}
 
.contact-form113root-class-name {
  background-color: #9b9787;
}
 
@media(max-width: 991px) {
  .contact-form113-content1 {
    width: 50%;
  }
  .contact-form113-content2 {
    width: 50%;
  }
  .contact-form113-content3 {
    width: 50%;
  }
  .contact-form113-form {
    width: 50%;
  }
}
 
@media(max-width: 767px) {
  .contact-form113-container {
    flex-direction: column;
  }
}
 
@media(max-width: 479px) {
  .contact-form113-row {
    flex-direction: column;
  }
  .contact-form113-content1 {
    width: 100%;
  }
  .contact-form113-content2 {
    width: 100%;
  }
  .contact-form113-content3 {
    width: 100%;
  }
  .contact-form113-content4 {
    flex-direction: column;
  }
  .contact-form113-form {
    width: 100%;
  }
}

.footer41-wrapper {
  display: contents;
}
 
.footer41-footer7 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.footer41-max-width {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.footer41-content {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.footer41-logo1 {
  gap: 24px;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer41-logo2 {
  width: 587px;
  height: 84px;
  margin-left: 200px;
}
 
.footer41-credits {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.footer41-divider {
  background-color: #9b9787;
}
 
.footer41-row {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: space-between;
}
 
.footer41-container {
  display: flex;
  align-items: flex-start;
}
 
.footer41-text {
  color: #9b9787;
}
 
.footer41root-class-name {
  background-color: #272e31;
}
 
@media(max-width: 767px) {
  .footer41-row {
    gap: var(--dl-layout-space-oneandhalfunits);
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .footer41-max-width {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
}

.home-container1 {
  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 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text12 {
  display: inline-block;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text15 {
  display: inline-block;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text16 {
  display: inline-block;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text17 {
  display: inline-block;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text18 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text19 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text20 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text21 {
  display: inline-block;
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text24 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text27 {
  display: inline-block;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text28 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text29 {
  display: inline-block;
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text30 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text31 {
  display: inline-block;
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text32 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text33 {
  display: inline-block;
}
 
.home-fragment28 {
  display: contents;
}
 
.home-text34 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment29 {
  display: contents;
}
 
.home-text35 {
  display: inline-block;
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text36 {
  display: inline-block;
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text37 {
  display: inline-block;
}
 
.home-fragment32 {
  display: contents;
}
 
.home-text38 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment33 {
  display: contents;
}
 
.home-text42 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment34 {
  display: contents;
}
 
.home-text43 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment35 {
  display: contents;
}
 
.home-text44 {
  display: inline-block;
}
 
.home-fragment36 {
  display: contents;
}
 
.home-text45 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment37 {
  display: contents;
}
 
.home-text46 {
  display: inline-block;
}
 
.home-fragment38 {
  display: contents;
}
 
.home-text47 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment39 {
  display: contents;
}
 
.home-text48 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment40 {
  display: contents;
}
 
.home-text49 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment41 {
  display: contents;
}
 
.home-text53 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment42 {
  display: contents;
}
 
.home-text54 {
  display: inline-block;
}
 
.home-fragment43 {
  display: contents;
}
 
.home-text55 {
  display: inline-block;
}
 
.home-fragment44 {
  display: contents;
}
 
.home-text56 {
  display: inline-block;
}
 
.home-fragment45 {
  display: contents;
}
 
.home-text57 {
  display: inline-block;
}
 
.home-fragment46 {
  display: contents;
}
 
.home-text58 {
  display: inline-block;
}
 
.home-fragment47 {
  display: contents;
}
 
.home-text59 {
  display: inline-block;
}
 
.home-fragment48 {
  display: contents;
}
 
.home-text63 {
  display: inline-block;
}
 
.home-link {
  display: contents;
}
 
.home-container2 {
  right: 50px;
  border: 1px solid #ffffff5c;
  bottom: 30px;
  display: flex;
  z-index: 22;
  position: fixed;
  box-shadow: 5px 5px 10px 0px rgba(31, 31, 31, 0.4);
  min-height: auto;
  align-items: center;
  padding-top: 8px;
  padding-left: 12px;
  border-radius: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  backdrop-filter: blur(6px);
  background-color: rgba(41, 41, 41, 0.41);
}
 
.home-icon1 {
  width: 24px;
  margin-right: 4px;
}
 
.home-text64 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
