.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: 603px;
  height: 86px;
}
 
.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: #89A8B2;
}
 
@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);
  }
}

.hero15-wrapper {
  display: contents;
}
 
.hero15-container1 {
  width: 100%;
  height: 1015px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
}
 
.hero15-image {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  object-fit: cover;
}
 
.hero15-column {
  gap: 24px;
  width: auto;
  display: flex;
  z-index: 1;
  max-width: 560px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.hero15-content {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  animation-name: fadeInLeft;
  flex-direction: column;
  animation-delay: 0s;
  animation-duration: 500ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.hero15-text10 {
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.hero15-container2 {
  height: 623px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.hero15-text11 {
  width: 863px;
}
 
.hero15-button {
  gap: var(--dl-layout-space-halfunit);
  color: #000000;
  width: 417px;
  height: 23px;
  display: flex;
  box-sizing: content-box;
  transition: 0.3s;
  align-items: center;
  border-color: #000000;
  border-style: solid;
  border-width: 2px;
  margin-right: 103px;
  justify-content: center;
  text-decoration: none;
  background-color: #B3C8CF;
}
 
.hero15-button:hover {
  color: #000000;
  border-color: #000000;
  border-width: 4px;
  background-color: #9fcede;
}
 
.hero15-container3 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 0 0 auto;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.hero15-container4 {
  flex: 1;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: flex-start;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text11 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text10 {
  display: inline-block;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text16 {
  display: inline-block;
}
 
@media(max-width: 991px) {
  .hero15-column {
    align-self: center;
  }
}
 
@media(max-width: 767px) {
  .hero15-column {
    width: 100%;
  }
  .hero15-text10 {
    text-align: center;
  }
  .hero15-text11 {
    text-align: center;
  }
  .hero15-button {
    width: 100%;
  }
  .hero15-container3 {
    flex-direction: column;
  }
  .hero15-container4 {
    width: 100%;
  }
}
 
@media(max-width: 479px) {
  .hero15-button {
    width: 100%;
  }
  .hero15-container4 {
    width: 100%;
  }
}

.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-divider-container1 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
 
.features25-container3 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.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-divider-container2 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
 
.features25-container4 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.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-divider-container3 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
 
.features25-container5 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.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-image-container {
  height: 100%;
  display: flex;
  position: relative;
}
 
.features25-image {
  border-radius: 25px;
  animation-name: fadeIn;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text24 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text17 {
  display: inline-block;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text20 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text25 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text19 {
  display: inline-block;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text18 {
  display: inline-block;
}
 
.features25root-class-name {
  background-color: #89A8B2;
}
 
@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-fragment20 {
  display: contents;
}
 
.home-text27 {
  color: rgb(25, 24, 24);
  display: inline-block;
  font-size: 25px;
}
 
.home-text28 {
  color: #000000;
  font-size: 25px;
}
 
.home-text30 {
  color: #000000;
  font-size: 25px;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text26 {
  display: inline-block;
}
 
.features9root-class-name {
  background-color: #89A8B2;
}

.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-fragment22 {
  display: contents;
}
 
.home-text32 {
  color: rgb(25, 24, 24);
  display: inline-block;
  font-size: 25px;
}
 
.home-text33 {
  color: #000000;
  font-size: 25px;
}
 
.home-text35 {
  color: #000000;
  font-size: 25px;
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text31 {
  display: inline-block;
}
 
.features17root-class-name {
  background-color: #B3C8CF;
}
 
@media(max-width: 991px) {
  .features17-max-width {
    gap: var(--dl-layout-space-twounits);
    flex-direction: column;
  }
}

.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-title {
  text-align: center;
}
 
.features10-feature2 {
  align-items: flex-start;
}
 
.features10-feature3 {
  align-items: flex-start;
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text47 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment29 {
  display: contents;
}
 
.home-text42 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text40 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text36 {
  display: inline-block;
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text39 {
  display: inline-block;
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text37 {
  display: inline-block;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text38 {
  display: inline-block;
}
 
.home-fragment28 {
  display: contents;
}
 
.home-text41 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.features10root-class-name {
  background-color: #B3C8CF;
}
 
@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);
  }
}

.features18-wrapper {
  display: contents;
}
 
.features18-layout349 {
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.features18-max-width {
  gap: var(--dl-layout-space-fiveunits);
  display: flex;
  align-items: center;
}
 
.features18-content1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.features18-section-title {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.features18-content2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.features18-text2 {
  height: 52px;
}
 
.features18-image-container {
  flex: 1;
  display: flex;
  position: relative;
  align-items: center;
}
 
.features18-placeholder-image {
  border-radius: 25px;
}
 
.home-fragment32 {
  display: contents;
}
 
.home-text49 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text48 {
  display: inline-block;
}
 
.features18root-class-name {
  background-color: #B3C8CF;
}
 
@media(max-width: 991px) {
  .features18-max-width {
    gap: var(--dl-layout-space-twounits);
    flex-direction: column-reverse;
  }
}

.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-fragment34 {
  display: contents;
}
 
.home-text51 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment33 {
  display: contents;
}
 
.home-text50 {
  display: inline-block;
}
 
.features91root-class-name {
  background-color: #E5E1DA;
}

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

.gallery4-wrapper {
  display: contents;
}
 
.gallery4-gallery3 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.gallery4-max-width {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.gallery4-container1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 25px;
  flex-direction: row;
}
 
.gallery4-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;
}
 
.gallery4-container2 {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.gallery4-image1 {
  width: 100%;
  height: 904px;
  max-width: 100%;
  align-self: center;
  border-radius: 25px;
}
 
.gallery4-container3 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: auto;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.gallery4-image2 {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 25px;
}
 
.gallery4-image3 {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 25px;
}
 
.gallery4root-class-name {
  background-color: #E5E1DA;
}
 
@media(max-width: 991px) {
  .gallery4-content {
    align-items: center;
    flex-direction: column;
  }
  .gallery4-image1 {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
  }
  .gallery4-container3 {
    width: 100%;
  }
  .gallery4-image2 {
    height: 100%;
  }
  .gallery4-image3 {
    height: 100%;
  }
}
 
@media(max-width: 479px) {
  .gallery4-gallery3 {
    padding: var(--dl-layout-space-oneandhalfunits);
  }
}

.features251-wrapper {
  display: contents;
}
 
.features251-container2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-layout-space-fiveunits);
  position: relative;
  grid-template-columns: 1fr 1fr;
}
 
.features251-tabs-menu {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.features251-tab-horizontal1 {
  gap: var(--dl-layout-space-twounits);
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.features251-divider-container1 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
 
.features251-container3 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.features251-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;
}
 
.features251-tab-horizontal2 {
  gap: var(--dl-layout-space-twounits);
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.features251-divider-container2 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
 
.features251-container4 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.features251-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;
}
 
.features251-tab-horizontal3 {
  gap: var(--dl-layout-space-twounits);
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.features251-divider-container3 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
 
.features251-container5 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.features251-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;
}
 
.features251-image-container {
  height: 100%;
  display: flex;
  position: relative;
}
 
.features251-image {
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  border-radius: 25px;
  animation-name: fadeIn;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.home-fragment40 {
  display: contents;
}
 
.home-text57 {
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment37 {
  display: contents;
}
 
.home-text54 {
  display: inline-block;
}
 
.home-fragment36 {
  display: contents;
}
 
.home-text53 {
  display: inline-block;
}
 
.home-fragment35 {
  display: contents;
}
 
.home-text52 {
  display: inline-block;
}
 
.home-fragment39 {
  display: contents;
}
 
.home-text56 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment38 {
  display: contents;
}
 
.home-text55 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.features251root-class-name {
  background-color: #B3C8CF;
}
 
@media(max-width: 991px) {
  .features251-container2 {
    grid-gap: var(--dl-layout-space-twounits);
    grid-template-columns: 1fr;
  }
  .features251-tabs-menu {
    order: 2;
  }
}

.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 {
  z-index: 2;
  text-align: center;
}
 
.home-fragment41 {
  display: contents;
}
 
.home-text58 {
  display: inline-block;
}
 
.home-fragment42 {
  display: contents;
}
 
.home-text59 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.features92root-class-name {
  background-color: #B3C8CF;
}

.contact-form6-wrapper {
  display: contents;
}
 
.contact-form6-contact1 {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.contact-form6-section-title {
  gap: var(--dl-layout-space-unit);
  width: 40%;
  align-items: flex-start;
}
 
.contact-form6-content1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  flex-direction: column;
}
 
.contact-form6-content2 {
  gap: 16px;
  display: flex;
  padding: 8px 0;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form6-row1 {
  gap: 16px;
  display: flex;
  align-items: flex-start;
}
 
.contact-form6-email {
  text-decoration: none;
}
 
.contact-form6-row2 {
  gap: 16px;
  display: flex;
  align-items: flex-start;
}
 
.contact-form6-phone {
  text-decoration: none;
}
 
.contact-form6-row3 {
  gap: 16px;
  display: flex;
  align-items: flex-start;
}
 
.contact-form6-form {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 60%;
}
 
.contact-form6-container1 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.contact-form6-input1 {
  gap: var(--dl-layout-space-halfunit);
  width: 50%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form6-text-input1 {
  border-color: #000000;
  border-width: 3px;
  background-color: #B3C8CF;
}
 
.contact-form6-input2 {
  gap: var(--dl-layout-space-halfunit);
  width: 50%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form6-text-input2 {
  border-color: #000000;
  border-width: 3px;
  background-color: #B3C8CF;
}
 
.contact-form6-container2 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.contact-form6-input3 {
  gap: var(--dl-layout-space-halfunit);
  width: 50%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form6-text-input3 {
  border-color: #000000;
  border-width: 3px;
  background-color: #B3C8CF;
}
 
.contact-form6-input4 {
  gap: var(--dl-layout-space-halfunit);
  width: 50%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form6-text-input4 {
  border-color: #000000;
  border-width: 3px;
  background-color: #B3C8CF;
}
 
.contact-form6-container3 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form6-input5 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form6-textarea {
  border-color: #000000;
  border-width: 3px;
  background-color: #B3C8CF;
}
 
.contact-form6-checkbox1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: flex-start;
  align-items: center;
}
 
.contact-form6-button {
  color: #000000;
  width: 112px;
  align-self: flex-start;
  transition: 0.3s;
  border-color: #000000;
  border-width: 2px;
  background-color: #89A8B2;
}
 
.contact-form6-button:hover {
  color: #000000;
  border-color: #000000;
  border-width: 3px;
  background-color: #a4cdda;
}
 
.home-fragment46 {
  display: contents;
}
 
.home-text63 {
  color: #000000;
  display: inline-block;
}
 
.home-fragment43 {
  display: contents;
}
 
.home-text60 {
  display: inline-block;
}
 
.home-fragment45 {
  display: contents;
}
 
.home-text62 {
  display: inline-block;
}
 
.home-fragment44 {
  display: contents;
}
 
.home-text61 {
  display: inline-block;
}
 
.home-fragment47 {
  display: contents;
}
 
.home-text64 {
  display: inline-block;
}
 
.contact-form6root-class-name {
  background-color: #E5E1DA;
}
 
@media(max-width: 991px) {
  .contact-form6-max-width {
    align-items: flex-start;
    flex-direction: column;
  }
  .contact-form6-section-title {
    width: 100%;
  }
  .contact-form6-form {
    width: 100%;
  }
  .contact-form6-container1 {
    gap: var(--dl-layout-space-twounits);
    width: 100%;
    flex-direction: row;
  }
  .contact-form6-input1 {
    width: 50%;
  }
  .contact-form6-input2 {
    width: 50%;
    flex-direction: column;
  }
  .contact-form6-container2 {
    gap: var(--dl-layout-space-twounits);
    width: 100%;
    flex-direction: row;
  }
  .contact-form6-input3 {
    width: 50%;
  }
  .contact-form6-input4 {
    width: 50%;
  }
  .contact-form6-container3 {
    gap: var(--dl-layout-space-twounits);
    width: 100%;
    flex-direction: row;
  }
  .contact-form6-checkbox1 {
    align-self: flex-start;
  }
}
 
@media(max-width: 479px) {
  .contact-form6-form {
    padding: var(--dl-layout-space-unit);
  }
  .contact-form6-container1 {
    align-items: stretch;
    flex-direction: column;
  }
  .contact-form6-input1 {
    width: 100%;
  }
  .contact-form6-input2 {
    width: 100%;
  }
  .contact-form6-container2 {
    align-items: stretch;
    flex-direction: column;
  }
  .contact-form6-input3 {
    width: 100%;
  }
  .contact-form6-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: 437px;
  height: 62px;
  margin-left: var(--dl-layout-space-twounits);
}
 
.footer4-credits {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.footer4root-class-name {
  background-color: #89A8B2;
}
 
@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 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text16 {
  display: inline-block;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text17 {
  display: inline-block;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text18 {
  display: inline-block;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text19 {
  display: inline-block;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text20 {
  color: #000000;
  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: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text26 {
  display: inline-block;
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text27 {
  color: rgb(25, 24, 24);
  display: inline-block;
  font-size: 25px;
}
 
.home-text28 {
  color: #000000;
  font-size: 25px;
}
 
.home-text30 {
  color: #000000;
  font-size: 25px;
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text31 {
  display: inline-block;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text32 {
  color: rgb(25, 24, 24);
  display: inline-block;
  font-size: 25px;
}
 
.home-text33 {
  color: #000000;
  font-size: 25px;
}
 
.home-text35 {
  color: #000000;
  font-size: 25px;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text36 {
  display: inline-block;
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text37 {
  display: inline-block;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text38 {
  display: inline-block;
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text39 {
  display: inline-block;
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text40 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment28 {
  display: contents;
}
 
.home-text41 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment29 {
  display: contents;
}
 
.home-text42 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text47 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text48 {
  display: inline-block;
}
 
.home-fragment32 {
  display: contents;
}
 
.home-text49 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment33 {
  display: contents;
}
 
.home-text50 {
  display: inline-block;
}
 
.home-fragment34 {
  display: contents;
}
 
.home-text51 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment35 {
  display: contents;
}
 
.home-text52 {
  display: inline-block;
}
 
.home-fragment36 {
  display: contents;
}
 
.home-text53 {
  display: inline-block;
}
 
.home-fragment37 {
  display: contents;
}
 
.home-text54 {
  display: inline-block;
}
 
.home-fragment38 {
  display: contents;
}
 
.home-text55 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment39 {
  display: contents;
}
 
.home-text56 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment40 {
  display: contents;
}
 
.home-text57 {
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment41 {
  display: contents;
}
 
.home-text58 {
  display: inline-block;
}
 
.home-fragment42 {
  display: contents;
}
 
.home-text59 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment43 {
  display: contents;
}
 
.home-text60 {
  display: inline-block;
}
 
.home-fragment44 {
  display: contents;
}
 
.home-text61 {
  display: inline-block;
}
 
.home-fragment45 {
  display: contents;
}
 
.home-text62 {
  display: inline-block;
}
 
.home-fragment46 {
  display: contents;
}
 
.home-text63 {
  color: #000000;
  display: inline-block;
}
 
.home-fragment47 {
  display: contents;
}
 
.home-text64 {
  display: inline-block;
}
