.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: 488px;
  height: 70px;
}
 
.navbar8-container2 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: space-between;
  flex-direction: column;
}
 
.navbar8-action1 {
  display: flex;
  transition: 0.3s;
  border-color: #000000;
  flex-direction: row;
  text-decoration: none;
  background-color: #000000;
}
 
.navbar8-action1:hover {
  border-color: #000000;
  background-color: #AF3E3E;
}
 
.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-container3 {
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text10 {
  display: inline-block;
}
 
.navbar8root-class-name {
  background-color: #AF3E3E;
}
 
@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);
  }
}

.hero3-wrapper {
  display: contents;
}
 
.hero3-header9 {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.hero3-content {
  display: flex;
  justify-content: center;
}
 
.hero3-max-width {
  align-self: center;
  align-items: center;
}
 
.hero3-column1 {
  flex: 1;
  width: auto;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.hero3-text1 {
  height: 387px;
  padding-bottom: 288px;
}
 
.hero3-column2 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  width: auto;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.hero3-text2 {
  width: 785px;
}
 
.hero3-actions {
  gap: var(--dl-layout-space-unit);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text11 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text16 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-family: "Tahoma";
  font-weight: 900;
}
 
.hero3root-class-name {
  background-color: #AF3E3E;
}
 
@media(max-width: 991px) {
  .hero3-column1 {
    width: 100%;
  }
  .hero3-column2 {
    width: auto;
  }
}
 
@media(max-width: 767px) {
  .hero3-max-width {
    flex-direction: column;
  }
  .hero3-text1 {
    text-align: center;
  }
  .hero3-text2 {
    text-align: center;
  }
  .hero3-actions {
    width: 100%;
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .hero3-actions {
    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-content {
  align-self: stretch;
  align-items: center;
}
 
.features10-feature1 {
  align-items: flex-start;
}
 
.features10-feature1-image {
  border-radius: 25px;
}
 
.features10-feature1-title {
  text-align: center;
}
 
.features10-feature2 {
  align-items: flex-start;
}
 
.features10-feature2-image {
  border-radius: 25px;
}
 
.features10-feature3 {
  align-items: flex-start;
}
 
.features10-feature3-image {
  border-radius: 25px;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text19 {
  color: #ffffff;
  display: inline-block;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text20 {
  color: #ffffff;
  display: inline-block;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text24 {
  color: #ffffff;
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text21 {
  color: #ffffff;
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text18 {
  color: #ffffff;
  display: inline-block;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text17 {
  color: #ffffff;
  display: inline-block;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text27 {
  color: #ffffff;
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}
 
.features10root-class-name {
  background-color: #CD5656;
}
 
@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);
  }
}

.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-fragment21 {
  display: contents;
}
 
.home-text32 {
  color: #ffffff;
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}
 
.home-text33 {
  font-size: 25px;
}
 
.home-text35 {
  font-size: 25px;
}
 
.home-text36 {
  font-size: 25px;
}
 
.home-text37 {
  font-size: 25px;
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text31 {
  color: #ffffff;
  display: inline-block;
}
 
.features9root-class-name {
  background-color: #CD5656;
}

.features25-wrapper {
  display: contents;
}
 
.features25-container2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-layout-space-fiveunits);
  position: relative;
  grid-template-columns: 1fr 1fr;
}
 
.features25-tabs-menu {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.features25-tab-horizontal1 {
  gap: var(--dl-layout-space-twounits);
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.features25-content1 {
  gap: 16px;
  flex: 1;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.features25-tab-horizontal2 {
  gap: var(--dl-layout-space-twounits);
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.features25-content2 {
  gap: 16px;
  flex: 1;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.features25-tab-horizontal3 {
  gap: var(--dl-layout-space-twounits);
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.features25-content3 {
  gap: 16px;
  flex: 1;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.features25-image-container {
  height: 100%;
  display: flex;
  position: relative;
}
 
.features25-image {
  border-radius: 36px;
  animation-name: fadeIn;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text41 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text40 {
  color: #ffffff;
  display: inline-block;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text38 {
  color: #ffffff;
  display: inline-block;
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text45 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text39 {
  color: #ffffff;
  display: inline-block;
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text49 {
  color: #ffffff;
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}
 
.features25root-class-name {
  background-color: #CD5656;
}
 
@media(max-width: 991px) {
  .features25-container2 {
    grid-gap: var(--dl-layout-space-twounits);
    grid-template-columns: 1fr;
  }
  .features25-tabs-menu {
    order: 2;
  }
}

.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: 35px;
}
 
.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-fragment28 {
  display: contents;
}
 
.home-text53 {
  color: #ffffff;
  display: inline-block;
}
 
.home-fragment29 {
  display: contents;
}
 
.home-text54 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}
 
.home-text55 {
  font-size: 25px;
}
 
.home-text56 {
  font-size: 25px;
}
 
.home-text57 {
  font-size: 25px;
}
 
.home-text59 {
  font-size: 25px;
}
 
.features17root-class-name {
  background-color: #DA6C6C;
}
 
@media(max-width: 991px) {
  .features17-max-width {
    gap: var(--dl-layout-space-twounits);
    flex-direction: column;
  }
}

.features171-wrapper {
  display: contents;
}
 
.features171-layout349 {
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.features171-max-width {
  gap: var(--dl-layout-space-fiveunits);
  display: flex;
  align-items: center;
}
 
.features171-image-container {
  flex: 1;
  display: flex;
  position: relative;
  align-items: center;
}
 
.features171-placeholder-image {
  border-radius: 36px;
}
 
.features171-content1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.features171-section-title {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.features171-content2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text61 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text60 {
  color: #ffffff;
  display: inline-block;
}
 
.features171root-class-name {
  background-color: #DA6C6C;
}
 
@media(max-width: 991px) {
  .features171-max-width {
    gap: var(--dl-layout-space-twounits);
    flex-direction: column;
  }
}

.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-fragment32 {
  display: contents;
}
 
.home-text65 {
  color: #ffffff;
  display: inline-block;
}
 
.home-fragment33 {
  display: contents;
}
 
.home-text66 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}
 
.features91root-class-name {
  background-color: #DA6C6C;
}

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

.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-content7 {
  width: 1311px;
}
 
.content-list5-ul2 {
  align-items: flex-start;
  padding-left: var(--dl-layout-space-fiveunits);
}
 
.home-fragment35 {
  display: contents;
}
 
.home-text70 {
  color: #ffffff;
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}
 
.home-fragment34 {
  display: contents;
}
 
.home-text69 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}
 
.home-fragment38 {
  display: contents;
}
 
.home-text77 {
  color: #ffffff;
  display: inline-block;
}
 
.home-fragment36 {
  display: contents;
}
 
.home-text75 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}
 
.home-fragment37 {
  display: contents;
}
 
.home-text76 {
  color: #ffffff;
  display: inline-block;
}
 
.home-fragment39 {
  display: contents;
}
 
.home-text78 {
  color: #ffffff;
  display: inline-block;
}
 
.content-list5root-class-name {
  background-color: #dc6262;
}
 
@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);
  }
}

.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-image-container {
  flex: 1;
  display: flex;
  position: relative;
  align-items: center;
}
 
.features18-placeholder-image {
  border-radius: 36px;
}
 
.home-fragment40 {
  display: contents;
}
 
.home-text79 {
  color: #ffffff;
  display: inline-block;
}
 
.home-fragment41 {
  display: contents;
}
 
.home-text80 {
  color: #ffffff;
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}
 
.features18root-class-name {
  background-color: #df6565;
}
 
@media(max-width: 991px) {
  .features18-max-width {
    gap: var(--dl-layout-space-twounits);
    flex-direction: column-reverse;
  }
}

.contact-form111-wrapper {
  display: contents;
}
 
.contact-form111-contact11 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  overflow: hidden;
  position: relative;
  flex-direction: column;
}
 
.contact-form111-max-width {
  display: flex;
  flex-direction: column;
}
 
.contact-form111-row {
  align-self: stretch;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.contact-form111-content1 {
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
}
 
.contact-form111-icon10 {
  fill: var(--dl-color-theme-neutral-dark);
  color: #ffffff;
  height: 34px;
}
 
.contact-form111-contact-info1 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.contact-form111-text10 {
  color: #ffffff;
}
 
.contact-form111-email {
  text-align: center;
  text-decoration: none;
}
 
.contact-form111-content2 {
  display: flex;
  align-self: center;
  align-items: center;
  margin-left: 155px;
  flex-direction: column;
}
 
.contact-form111-icon15 {
  fill: var(--dl-color-theme-neutral-dark);
  color: #ffffff;
}
 
.contact-form111-contact-info2 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.contact-form111-text11 {
  color: #ffffff;
}
 
.contact-form111-phone {
  text-align: center;
  text-decoration: none;
}
 
.contact-form111-content3 {
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
}
 
.contact-form111-icon17 {
  fill: var(--dl-color-theme-neutral-dark);
  color: #ffffff;
  width: 36px;
  height: 36px;
}
 
.contact-form111-contact-info3 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.contact-form111-text12 {
  color: #ffffff;
}
 
.contact-form111-address {
  text-align: center;
}
 
.contact-form111-content4 {
  display: flex;
  align-self: stretch;
  align-items: flex-end;
  justify-content: center;
}
 
.contact-form111-form {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: auto;
  display: flex;
  align-self: flex-end;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.contact-form111-container {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.contact-form111-input1 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form111-text13 {
  color: #ffffff;
}
 
.contact-form111-text-input1 {
  border-color: #ffffff;
  border-width: 3px;
}
 
.contact-form111-input2 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form111-text14 {
  color: #ffffff;
}
 
.contact-form111-text-input2 {
  border-color: #ffffff;
  border-width: 3px;
}
 
.contact-form111-input3 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form111-text15 {
  color: #ffffff;
}
 
.contact-form111-text-input3 {
  border-color: #ffffff;
  border-width: 3px;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.contact-form111-input4 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form111-text16 {
  color: #ffffff;
}
 
.contact-form111-textarea {
  border-color: #ffffff;
  border-width: 3px;
}
 
.contact-form111-button {
  width: 1350px;
  height: 61px;
  transition: 0.3s;
  border-color: #ffffff;
  border-width: 4px;
  background-color: #e25050;
}
 
.contact-form111-button:hover {
  color: #000000;
  border-color: #000000;
  border-width: 3px;
  background-color: #AF3E3E;
}
 
.home-fragment42 {
  display: contents;
}
 
.home-text84 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-style: normal;
  font-weight: 600;
}
 
.home-fragment43 {
  display: contents;
}
 
.home-text85 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-style: normal;
  font-weight: 600;
}
 
.home-fragment44 {
  display: contents;
}
 
.home-text86 {
  color: #ffffff;
  display: inline-block;
  font-style: normal;
  font-weight: 600;
}
 
.home-fragment45 {
  display: contents;
}
 
.home-text90 {
  display: inline-block;
}
 
.contact-form111root-class-name {
  background-color: #CD5656;
}
 
@media(max-width: 991px) {
  .contact-form111-content1 {
    width: 50%;
  }
  .contact-form111-content2 {
    width: 50%;
  }
  .contact-form111-content3 {
    width: 50%;
  }
  .contact-form111-form {
    width: 50%;
  }
}
 
@media(max-width: 767px) {
  .contact-form111-container {
    flex-direction: column;
  }
}
 
@media(max-width: 479px) {
  .contact-form111-row {
    flex-direction: column;
  }
  .contact-form111-content1 {
    width: 100%;
  }
  .contact-form111-content2 {
    width: 100%;
  }
  .contact-form111-content3 {
    width: 100%;
  }
  .contact-form111-content4 {
    flex-direction: column;
  }
  .contact-form111-form {
    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;
  background-color: #AF3E3E;
}
 
.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: 399px;
  height: 57px;
  margin-left: var(--dl-layout-space-fourunits);
}
 
.footer4-credits {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.footer4-divider {
  background-color: #ffffff;
}
 
.footer4-row {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: space-between;
}
 
.footer4-container {
  display: flex;
  align-items: flex-start;
}
 
.footer4-text {
  color: #ffffff;
}
 
.footer4root-class-name {
  background-color: #AF3E3E;
}
 
@media(max-width: 767px) {
  .footer4-row {
    gap: var(--dl-layout-space-oneandhalfunits);
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
 
@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(255, 255, 255);
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text16 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-family: "Tahoma";
  font-weight: 900;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text17 {
  color: #ffffff;
  display: inline-block;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text18 {
  color: #ffffff;
  display: inline-block;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text19 {
  color: #ffffff;
  display: inline-block;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text20 {
  color: #ffffff;
  display: inline-block;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text21 {
  color: #ffffff;
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text24 {
  color: #ffffff;
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text27 {
  color: #ffffff;
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text31 {
  color: #ffffff;
  display: inline-block;
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text32 {
  color: #ffffff;
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}
 
.home-text33 {
  font-size: 25px;
}
 
.home-text35 {
  font-size: 25px;
}
 
.home-text36 {
  font-size: 25px;
}
 
.home-text37 {
  font-size: 25px;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text38 {
  color: #ffffff;
  display: inline-block;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text39 {
  color: #ffffff;
  display: inline-block;
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text40 {
  color: #ffffff;
  display: inline-block;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text41 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text45 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text49 {
  color: #ffffff;
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}
 
.home-fragment28 {
  display: contents;
}
 
.home-text53 {
  color: #ffffff;
  display: inline-block;
}
 
.home-fragment29 {
  display: contents;
}
 
.home-text54 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}
 
.home-text55 {
  font-size: 25px;
}
 
.home-text56 {
  font-size: 25px;
}
 
.home-text57 {
  font-size: 25px;
}
 
.home-text59 {
  font-size: 25px;
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text60 {
  color: #ffffff;
  display: inline-block;
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text61 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}
 
.home-fragment32 {
  display: contents;
}
 
.home-text65 {
  color: #ffffff;
  display: inline-block;
}
 
.home-fragment33 {
  display: contents;
}
 
.home-text66 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}
 
.home-fragment34 {
  display: contents;
}
 
.home-text69 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}
 
.home-fragment35 {
  display: contents;
}
 
.home-text70 {
  color: #ffffff;
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}
 
.home-fragment36 {
  display: contents;
}
 
.home-text75 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}
 
.home-fragment37 {
  display: contents;
}
 
.home-text76 {
  color: #ffffff;
  display: inline-block;
}
 
.home-fragment38 {
  display: contents;
}
 
.home-text77 {
  color: #ffffff;
  display: inline-block;
}
 
.home-fragment39 {
  display: contents;
}
 
.home-text78 {
  color: #ffffff;
  display: inline-block;
}
 
.home-fragment40 {
  display: contents;
}
 
.home-text79 {
  color: #ffffff;
  display: inline-block;
}
 
.home-fragment41 {
  display: contents;
}
 
.home-text80 {
  color: #ffffff;
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}
 
.home-fragment42 {
  display: contents;
}
 
.home-text84 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-style: normal;
  font-weight: 600;
}
 
.home-fragment43 {
  display: contents;
}
 
.home-text85 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-style: normal;
  font-weight: 600;
}
 
.home-fragment44 {
  display: contents;
}
 
.home-text86 {
  color: #ffffff;
  display: inline-block;
  font-style: normal;
  font-weight: 600;
}
 
.home-fragment45 {
  display: contents;
}
 
.home-text90 {
  display: inline-block;
}
