.navbar81-wrapper {
  display: contents;
}
 
.navbar81-container1 {
  top: 0;
  width: 100%;
  display: flex;
  z-index: 1000;
  position: sticky;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar81-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;
}
 
.navbar81-image1 {
  width: 758px;
  height: 109px;
}
 
.navbar81-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.navbar81-burger-menu {
  display: none;
}
 
.navbar81-icon1 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar81-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);
}
 
.navbar81-container2 {
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar81root-class-name {
  background-color: #2b7c9d;
}
 
@media(max-width: 767px) {
  .navbar81-navbar-interactive {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .navbar81-desktop-menu {
    display: none;
  }
  .navbar81-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar81-mobile-menu {
    padding-top: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-oneandhalfunits);
  }
}
 
@media(max-width: 479px) {
  .navbar81-navbar-interactive {
    padding: var(--dl-layout-space-unit);
  }
  .navbar81-mobile-menu {
    padding: var(--dl-layout-space-unit);
  }
}

.hero2-wrapper {
  display: contents;
}
 
.hero2-header5 {
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: flex-end;
}
 
.hero2-image {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
 
.hero2-container1 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
 
.hero2-max-width {
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: flex-start;
}
 
.hero2-column {
  gap: 24px;
  width: auto;
  display: flex;
  z-index: 1;
  max-width: 560px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.hero2-content {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  animation-name: fadeInLeftBig;
  flex-direction: column;
  animation-delay: 0s;
  animation-duration: 500ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.hero2-text2 {
  width: 959px;
}
 
.hero2-actions {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
}
 
.hero2-container2 {
  display: flex;
  align-items: flex-start;
}
 
.hero2-button {
  color: #000000;
  width: 355px;
  height: 41px;
  display: flex;
  box-sizing: content-box;
  transition: 0.3s;
  align-items: center;
  border-color: #000000;
  border-style: solid;
  border-width: 5px;
  justify-content: center;
  text-decoration: none;
  background-color: #41c7ff;
}
 
.hero2-button:hover {
  color: #000000;
  border-color: #000000;
  border-width: 3px;
  background-color: #00b3ff;
}
 
.hero2-container3 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: flex-start;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text12 {
  display: inline-block;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text11 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text10 {
  display: inline-block;
}
 
@media(max-width: 767px) {
  .hero2-header5 {
    justify-content: center;
  }
  .hero2-max-width {
    justify-content: center;
  }
  .hero2-column {
    width: 100%;
  }
  .hero2-text1 {
    text-align: center;
  }
  .hero2-text2 {
    text-align: center;
  }
  .hero2-actions {
    width: 100%;
    align-self: flex-start;
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .hero2-actions {
    flex-direction: column;
  }
  .hero2-container2 {
    width: 100%;
  }
  .hero2-button {
    width: 100%;
  }
  .hero2-container3 {
    width: 100%;
  }
}

.features163-wrapper {
  display: contents;
}
 
.features163-layout300 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.features163-max-width {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.features163-section-title {
  gap: 16px;
  width: 100%;
  display: flex;
  max-width: 800px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.features163-content1 {
  gap: 24px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.features163-text10 {
  text-align: center;
}
 
.features163-container {
  width: 1309px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.features163-text11 {
  text-align: center;
}
 
.features163-content2 {
  gap: 48px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.features163-row {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: center;
}
 
.features163-feature1 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.features163-feature1-image {
  border-radius: 35px;
}
 
.features163-content3 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.features163-feature1-title {
  text-align: center;
}
 
.features163-feature2 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.features163-feature2-image {
  border-radius: 35px;
}
 
.features163-content4 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.features163-feature3 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.features163-feature3-image {
  border-radius: 35px;
}
 
.features163-content5 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text14 {
  display: inline-block;
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text20 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text17 {
  display: inline-block;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text18 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text15 {
  display: inline-block;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text13 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text19 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text16 {
  display: inline-block;
}
 
.features163root-class-name {
  background-color: #2b7c9d;
}
 
@media(max-width: 991px) {
  .features163-section-title {
    width: 100%;
  }
}
 
@media(max-width: 767px) {
  .features163-max-width {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .features163-section-title {
    width: auto;
  }
  .features163-text10 {
    text-align: center;
  }
  .features163-row {
    flex-direction: column;
  }
  .features163-feature2 {
    width: auto;
  }
  .features163-feature3 {
    width: auto;
  }
}

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

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

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

.features913-wrapper {
  display: contents;
}
 
.features913-layout186 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.features913-text1 {
  z-index: 2;
  text-align: center;
}
 
.features913-text2 {
  z-index: 2;
  text-align: center;
}
 
.home-fragment28 {
  display: contents;
}
 
.home-text28 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text27 {
  display: inline-block;
}
 
.features913root-class-name {
  background-color: #2b7c9d;
}

.gallery51-wrapper {
  display: contents;
}
 
.gallery51-gallery3 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  border-radius: 41px;
  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;
  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: 41px;
}
 
.gallery51-image2 {
  width: 100%;
  height: 60%;
  max-height: 700px;
  object-fit: cover;
  border-radius: 41px;
}
 
.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: 41px;
}
 
.gallery51-image4 {
  width: 100%;
  height: 440px;
  max-height: 700px;
  object-fit: cover;
  border-radius: 41px;
}
 
.gallery51root-class-name {
  background-color: #2b7c9d;
}
 
@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;
  }
}

.features914-wrapper {
  display: contents;
}
 
.features914-layout186 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.features914-text1 {
  z-index: 2;
  text-align: center;
}
 
.features914-text2 {
  z-index: 2;
  text-align: center;
}
 
.home-fragment29 {
  display: contents;
}
 
.home-text29 {
  display: inline-block;
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text30 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.features914root-class-name {
  background-color: #2b7c9d;
}

.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: 25px;
}
 
.home-fragment32 {
  display: contents;
}
 
.home-text32 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text31 {
  display: inline-block;
}
 
.features188root-class-name {
  background-color: #2b7c9d;
}
 
@media(max-width: 991px) {
  .features188-max-width {
    gap: var(--dl-layout-space-twounits);
    flex-direction: column-reverse;
  }
}

.content-list63-wrapper {
  display: contents;
}
 
.content-list63-container1 {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.content-list63-max-width {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: flex-start;
  flex-direction: row;
}
 
.content-list63-container2 {
  width: auto;
  padding: var(--dl-layout-space-twounits);
  align-items: flex-start;
}
 
.content-list63-container3 {
  align-self: stretch;
  align-items: flex-start;
}
 
.content-list63-ul1 {
  align-items: flex-start;
}
 
.content-list63-li1 {
  align-items: flex-start;
}
 
.content-list63-heading7 {
  align-self: center;
  text-align: center;
}
 
.content-list63-ul2 {
  align-items: flex-start;
  padding-left: var(--dl-layout-space-fiveunits);
}
 
.home-fragment33 {
  display: contents;
}
 
.home-text33 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment34 {
  display: contents;
}
 
.home-text34 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment35 {
  display: contents;
}
 
.home-text35 {
  display: inline-block;
}
 
.home-fragment36 {
  display: contents;
}
 
.home-text36 {
  display: inline-block;
}
 
.home-fragment37 {
  display: contents;
}
 
.home-text37 {
  display: inline-block;
}
 
.home-fragment38 {
  display: contents;
}
 
.home-text38 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.content-list63root-class-name {
  background-color: #348caf;
}
 
@media(max-width: 767px) {
  .content-list63-max-width {
    align-items: center;
    flex-direction: column;
  }
  .content-list63-container2 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .content-list63-ul2 {
    padding-left: var(--dl-layout-space-threeunits);
  }
}
 
@media(max-width: 479px) {
  .content-list63-max-width {
    flex-direction: column;
  }
  .content-list63-ul2 {
    padding-left: var(--dl-layout-space-oneandhalfunits);
  }
}

.contact-form82-wrapper {
  display: contents;
}
 
.contact-form82-contact1 {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.contact-form82-max-width {
  align-items: flex-start;
}
 
.contact-form82-section-title {
  gap: var(--dl-layout-space-unit);
  width: 40%;
  align-items: flex-start;
}
 
.contact-form82-content1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  flex-direction: column;
}
 
.contact-form82-content2 {
  gap: 16px;
  display: flex;
  padding: 8px 0;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form82-row1 {
  gap: 16px;
  display: flex;
  align-items: flex-start;
}
 
.contact-form82-email {
  text-decoration: none;
}
 
.contact-form82-row2 {
  gap: 16px;
  display: flex;
  align-items: flex-start;
}
 
.contact-form82-phone {
  text-decoration: none;
}
 
.contact-form82-row3 {
  gap: 16px;
  display: flex;
  align-items: flex-start;
}
 
.contact-form82-form {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 60%;
}
 
.contact-form82-container1 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.contact-form82-input1 {
  gap: var(--dl-layout-space-halfunit);
  width: 50%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form82-text-input1 {
  color: #000000;
  border-color: #000000;
  border-width: 2px;
  background-color: #99d3ea;
}
 
.contact-form82-input2 {
  gap: var(--dl-layout-space-halfunit);
  width: 50%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form82-text-input2 {
  color: #000000;
  border-color: #000000;
  border-width: 2px;
  background-color: #99d3ea;
}
 
.contact-form82-container2 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.contact-form82-input3 {
  gap: var(--dl-layout-space-halfunit);
  width: 50%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form82-text-input3 {
  color: #000000;
  border-color: #000000;
  border-width: 2px;
  background-color: #99d3ea;
}
 
.contact-form82-input4 {
  gap: var(--dl-layout-space-halfunit);
  width: 50%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form82-text-input4 {
  color: #000000;
  border-color: #000000;
  border-width: 2px;
  background-color: #99d3ea;
}
 
.contact-form82-container3 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form82-input5 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form82-textarea {
  color: #000000;
  border-color: #000000;
  border-width: 2px;
  background-color: #99d3ea;
}
 
.contact-form82-checkbox1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: flex-start;
  align-items: center;
}
 
.contact-form82-button {
  color: #000000;
  width: 219px;
  height: 37px;
  align-self: flex-start;
  transition: 0.3s;
  border-color: #000000;
  border-width: 4px;
  background-color: #41c7ff;
}
 
.contact-form82-button:hover {
  color: #000000;
  border-color: #000000;
  border-width: 2px;
  background-color: #03b8ff;
}
 
.home-fragment39 {
  display: contents;
}
 
.home-text39 {
  display: inline-block;
}
 
.home-fragment40 {
  display: contents;
}
 
.home-text42 {
  display: inline-block;
}
 
.home-fragment41 {
  display: contents;
}
 
.home-text43 {
  display: inline-block;
}
 
.home-fragment42 {
  display: contents;
}
 
.home-text44 {
  display: inline-block;
}
 
.home-fragment43 {
  display: contents;
}
 
.home-text45 {
  display: inline-block;
}
 
.home-fragment44 {
  display: contents;
}
 
.home-text46 {
  display: inline-block;
}
 
.home-fragment45 {
  display: contents;
}
 
.home-text47 {
  display: inline-block;
}
 
.contact-form82root-class-name {
  background-color: #2b7c9d;
}
 
@media(max-width: 991px) {
  .contact-form82-max-width {
    align-items: flex-start;
    flex-direction: column;
  }
  .contact-form82-section-title {
    width: 100%;
  }
  .contact-form82-form {
    width: 100%;
  }
  .contact-form82-container1 {
    gap: var(--dl-layout-space-twounits);
    width: 100%;
    flex-direction: row;
  }
  .contact-form82-input1 {
    width: 50%;
  }
  .contact-form82-input2 {
    width: 50%;
    flex-direction: column;
  }
  .contact-form82-container2 {
    gap: var(--dl-layout-space-twounits);
    width: 100%;
    flex-direction: row;
  }
  .contact-form82-input3 {
    width: 50%;
  }
  .contact-form82-input4 {
    width: 50%;
  }
  .contact-form82-container3 {
    gap: var(--dl-layout-space-twounits);
    width: 100%;
    flex-direction: row;
  }
  .contact-form82-checkbox1 {
    align-self: flex-start;
  }
}
 
@media(max-width: 479px) {
  .contact-form82-text12 {
    text-align: center;
  }
  .contact-form82-form {
    padding: var(--dl-layout-space-unit);
  }
  .contact-form82-container1 {
    align-items: stretch;
    flex-direction: column;
  }
  .contact-form82-input1 {
    width: 100%;
  }
  .contact-form82-input2 {
    width: 100%;
  }
  .contact-form82-container2 {
    align-items: stretch;
    flex-direction: column;
  }
  .contact-form82-input3 {
    width: 100%;
  }
  .contact-form82-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-logo {
  width: 550px;
  height: 78px;
  margin-left: 100px;
}
 
.footer4-text {
  font-size: 11px;
}
 
.footer4root-class-name {
  background-color: #2b7c9d;
}
 
@media(max-width: 479px) {
  .footer4-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: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text12 {
  display: inline-block;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text13 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text14 {
  display: inline-block;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text15 {
  display: inline-block;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text16 {
  display: inline-block;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text17 {
  display: inline-block;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text18 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text19 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text20 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text21 {
  display: inline-block;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text22 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text23 {
  display: inline-block;
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text24 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text25 {
  display: inline-block;
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text26 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text27 {
  display: inline-block;
}
 
.home-fragment28 {
  display: contents;
}
 
.home-text28 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment29 {
  display: contents;
}
 
.home-text29 {
  display: inline-block;
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text30 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text31 {
  display: inline-block;
}
 
.home-fragment32 {
  display: contents;
}
 
.home-text32 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment33 {
  display: contents;
}
 
.home-text33 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment34 {
  display: contents;
}
 
.home-text34 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment35 {
  display: contents;
}
 
.home-text35 {
  display: inline-block;
}
 
.home-fragment36 {
  display: contents;
}
 
.home-text36 {
  display: inline-block;
}
 
.home-fragment37 {
  display: contents;
}
 
.home-text37 {
  display: inline-block;
}
 
.home-fragment38 {
  display: contents;
}
 
.home-text38 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment39 {
  display: contents;
}
 
.home-text39 {
  display: inline-block;
}
 
.home-fragment40 {
  display: contents;
}
 
.home-text42 {
  display: inline-block;
}
 
.home-fragment41 {
  display: contents;
}
 
.home-text43 {
  display: inline-block;
}
 
.home-fragment42 {
  display: contents;
}
 
.home-text44 {
  display: inline-block;
}
 
.home-fragment43 {
  display: contents;
}
 
.home-text45 {
  display: inline-block;
}
 
.home-fragment44 {
  display: contents;
}
 
.home-text46 {
  display: inline-block;
}
 
.home-fragment45 {
  display: contents;
}
 
.home-text47 {
  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-text48 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
