.home-container1 {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  flex-direction: column;
  background-color: #e4e7f7;
}
 
.home-banner {
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
 
.home-header {
  width: 100%;
  height: 114px;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-self: center;
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-twounits);
  padding-right: var(--dl-layout-space-twounits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}
 
.home-image1 {
  height: 4rem;
}
 
.home-container2 {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-text10 {
  font-size: 6rem;
  margin-top: var(--dl-layout-space-threeunits);
  text-align: center;
  margin-bottom: var(--dl-layout-space-threeunits);
}
 
.home-text12 {
  color: var(--dl-color-gray-black);
}
 
.home-text13 {
  width: 60%;
  font-size: 30px;
  text-align: center;
  margin-bottom: var(--dl-layout-space-sixunits);
}
 
.home-container3 {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-text17 {
  width: 70%;
  font-size: 30px;
  text-align: center;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.home-container4 {
  flex: 0 0 auto;
  width: 100%;
  height: 74px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-link1 {
  display: contents;
}
 
.home-container5 {
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.31);
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-unit);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: 16px;
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-unit);
  justify-content: center;
  text-decoration: none;
  background-color: #ffffff;
}
 
.home-container5:hover {
  animation-name: none;
  animation-delay: 0s;
  background-color: rgba(0, 147, 211, 0.19);
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.home-text20 {
  font-size: 30px;
  align-self: center;
  font-style: normal;
  font-weight: 700;
}
 

 
.home-icon1 {
  width: auto;
  height: var(--dl-layout-size-small);
  margin-left: var(--dl-layout-space-unit);
}
 
.home-text21 {
  font-size: 25px;
  margin-top: var(--dl-layout-space-unit);
  margin-left: var(--dl-layout-space-twounits);
  margin-right: var(--dl-layout-space-twounits);
  margin-bottom: var(--dl-layout-space-unit);
}
 
.home-link2 {
  display: contents;
}
 
.home-container6 {
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.31);
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-unit);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: 16px;
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-unit);
  justify-content: center;
  text-decoration: none;
  background-color: #ffffff;
}
 
.home-container6:hover {
  background-color: rgba(0, 147, 211, 0.19);
}
 
.home-text22 {
  font-size: 30px;
  align-self: center;
  font-style: normal;
  font-weight: 700;
}
 
.home-pasted-image {
  height: var(--dl-layout-size-small);
  align-self: center;
  margin-left: var(--dl-layout-space-unit);
  padding-left: 0px;
}
 
.home-footer {
  flex: 0;
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-self: center;
  margin-top: auto;
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: space-between;
}
 
.home-image2 {
  height: 39px;
  object-fit: cover;
}
 
.home-icon-group {
  width: 70px;
  height: 35px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-link3 {
  display: contents;
}
 
.home-mail {
  width: 24px;
  height: 100%;
  margin-right: var(--dl-layout-space-twounits);
  text-decoration: none;
}
 
.home-link4 {
  display: contents;
}
 
.home-call {
  width: 24px;
  height: 100%;
  margin-right: var(--dl-layout-space-twounits);
  text-decoration: none;
}
 
.home-link5 {
  display: contents;
}
 
.home-facebook {
  width: var(--dl-layout-size-xsmall);
  height: 100%;
  text-decoration: none;
}
 
.home-link6 {
  display: contents;
}
 
.home-container7 {
  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-icon6 {
  width: 24px;
  margin-right: 4px;
}
 
.home-text24 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
 
@media(max-width: 1200px) {
  .home-footer {
    width: 100%;
  }
}
 
@media(max-width: 991px) {
  .home-footer {
    width: 100%;
  }
}
 
@media(max-width: 767px) {
  .home-banner {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .home-header {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .home-text13 {
    width: 80%;
    margin-bottom: var(--dl-layout-space-fourunits);
  }
  .home-container4 {
    height: 196px;
    margin-bottom: var(--dl-layout-space-twounits);
    flex-direction: column;
  }
  .home-footer {
    width: 100%;
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
    flex-direction: column;
  }
  .home-image2 {
    height: 2rem;
    margin: var(--dl-layout-space-halfunit);
  }
  .home-text23 {
    width: 40%;
    margin: var(--dl-layout-space-unit);
    text-align: center;
    line-height: 1;
  }
  .home-icon-group {
    margin-top: 0px;
    flex-direction: row;
  }
}
 
@media(max-width: 479px) {
  .home-banner {
    padding-top: var(--dl-layout-space-twounits);
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-twounits);
  }
  .home-header {
    padding: var(--dl-layout-space-unit);
  }
  .home-image1 {
    height: auto;
    margin-left: var(--dl-layout-space-threeunits);
    margin-right: var(--dl-layout-space-threeunits);
  }
  .home-text10 {
    font-size: 40px;
    margin-left: var(--dl-layout-space-twounits);
    margin-right: var(--dl-layout-space-twounits);
  }
  .home-text13 {
    width: 80%;
    font-size: 22px;
    margin-bottom: var(--dl-layout-space-threeunits);
  }
  .home-container3 {
    gap: 0;
    height: auto;
    align-items: center;
    margin-bottom: var(--dl-layout-space-halfunit);
    justify-content: flex-start;
  }
  .home-text17 {
    width: 90%;
    font-size: 30px;
  }
  .home-container4 {
    height: 183px;
    margin-bottom: var(--dl-layout-space-threeunits);
    flex-direction: column;
  }
  .home-container5 {
    width: 235px;
    height: 60px;
  }
  .home-container6 {
    height: 60px;
  }
  .home-text22 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
  }
  .home-pasted-image {
    height: 140%;
  }
  .home-footer {
    width: 100%;
    padding: var(--dl-layout-space-unit);
    margin-top: var(--dl-layout-space-twounits);
    margin-bottom: var(--dl-layout-space-twounits);
    flex-direction: column;
  }
  .home-image2 {
    margin-bottom: var(--dl-layout-space-unit);
  }
  .home-text23 {
    width: auto;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-layout-space-unit);
  }
}
