.home-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-footer {
  display: flex;
  max-width: 1400px;
  align-self: stretch;
  align-items: center;
  padding-top: 32px;
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 32px;
  justify-content: space-between;
}
.home-link {
  display: contents;
}
.home-image {
  width: 150px;
  height: 1.4rem;
  object-fit: cover;
  text-decoration: none;
}
.home-icon-group {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-link1 {
  display: contents;
}
.home-icon {
  width: 16px;
  height: 16px;
  margin-right: 32px;
  text-decoration: none;
}
.home-link2 {
  display: contents;
}
.home-icon2 {
  width: 16px;
  height: 16px;
  margin-right: 32px;
  text-decoration: none;
}
.home-link3 {
  display: contents;
}
.home-icon4 {
  width: 16px;
  height: 16px;
  text-decoration: none;
}
@media(max-width: 767px) {
  .home-footer {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media(max-width: 479px) {
  .home-footer {
    padding: var(--dl-space-space-unit);
    flex-direction: column;
  }
}
.home-text {
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
}
.home-container1 {
  width: 274px;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: 147px;
  display: flex;
  opacity: 0;
  position: relative;
  align-self: center;
  align-items: center;
  border-style: hidden;
  border-width: 0px;
  flex-direction: column;
  justify-content: center;
}
.home-form {
  width: 597px;
  height: 100px;
}
.home-container2 {
  flex: 0 0 auto;
  width: auto;
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-select {
  width: 134px;
  height: 83px;
  padding: var(--dl-space-space-tripleunit);
  z-index: 100;
  align-self: center;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  text-align: right;
  border-color: var(--dl-color-gray-black);
  border-style: solid;
  border-width: 2px;
  border-radius: var(--dl-radius-radius-radius4);
}
.home-container3 {
  width: 37px;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: 91px;
  display: flex;
  opacity: 0;
  position: relative;
  align-self: center;
  align-items: center;
  border-style: hidden;
  border-width: 0px;
  flex-direction: column;
  justify-content: center;
}
.home-textinput {
  color: #000000;
  width: 396px;
  height: 83px;
  padding: 0px;
  align-self: center;
  text-align: center;
  border-color: var(--dl-color-gray-black);
  border-style: solid;
  border-width: 2px;
  border-radius: var(--dl-radius-radius-radius4);
}
.home-container4 {
  width: 274px;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: 44px;
  display: flex;
  opacity: 0;
  position: relative;
  align-self: center;
  align-items: center;
  border-style: hidden;
  border-width: 0px;
  flex-direction: column;
  justify-content: center;
}
.home-cta-btn {
  color: var(--dl-color-gray-white);
  width: 204px;
  height: 65px;
  padding: var(--dl-space-space-doubleunit);
  font-size: 24px;
  align-self: center;
  font-style: normal;
  text-align: center;
  transition: 0.3s;
  font-weight: 700;
  border-width: 0px;
  border-radius: 24px;
  background-color: var(--dl-color-primary-100);
}
.home-cta-btn:hover {
  background-color: var(--dl-color-primary-500);
}
.home-container5 {
  width: 263px;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: 75px;
  display: flex;
  opacity: 0;
  position: relative;
  align-self: center;
  align-items: center;
  border-style: hidden;
  border-width: 0px;
  flex-direction: column;
  justify-content: center;
}
.home-container7 {
  width: 263px;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: 0px;
  display: flex;
  opacity: 0;
  position: relative;
  align-self: center;
  align-items: center;
  border-style: hidden;
  border-width: 0px;
  flex-direction: column;
  justify-content: center;
}
