.home-banner {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .home-banner {
    padding-top: 112px;
    margin-bottom: 6.25rem;
  }
}
.home-banner .container {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
}
@media (min-width: 992px) {
  .home-banner .container {
    padding-top: 100px;
  }
}
.home-banner h1 {
  padding-bottom: 12px;
  text-align: center;
  font-size: 35px;
  letter-spacing: 0.17px;
}
@media (min-width: 992px) {
  .home-banner h1 {
    font-size: 66px;
  }
}
.home-banner p {
  text-align: center;
  letter-spacing: 0;
  font-weight: normal;
  font-size: 20px;
}
@media (min-width: 992px) {
  .home-banner p {
    font-size: 26px;
  }
}
.home-banner form {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.home-banner form .domain-search-wrapper {
  display: flex;
  flex: 0 0 100%;
  justify-content: center;
  height: 52px;
}
@media (min-width: 992px) {
  .home-banner form .domain-search-wrapper {
    height: unset;
  }
}
.home-banner form .domain-search-wrapper button {
  font-size: 25px;
  width: 70px;
  border: 1px solid #B0DABE;
  border-radius: 0 10px 10px 0;
  border-left: none;
  background-color: #B0DABE;
  max-height: unset;
  position: relative;
}
.home-banner form .domain-search-wrapper button i {
  color: #2b5140;
  font-size: 17px;
  position: relative;
  bottom: 10px;
}
@media (min-width: 992px) {
  .home-banner form .domain-search-wrapper button i {
    font-size: 25px;
    bottom: unset;
  }
}
.home-banner form .domain-search-wrapper input {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  max-width: 680px;
  background: #fff;
  color: #C0C5C6;
  padding: 16px 14px;
  border: 2px solid #CACECF;
  border-right: none;
  border-radius: 10px 0 0 10px;
}
@media (min-width: 992px) {
  .home-banner form .domain-search-wrapper input {
    font-size: 22px;
    padding: 22px 24px;
  }
}
.home-banner .domain-specials {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media (min-width: 992px) {
  .home-banner .domain-specials {
    padding-top: 16px;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .home-banner .domain-specials {
    justify-content: center;
    gap: 0;
  }
}
.home-banner .domain-specials a {
  color: #345C97;
}
.home-banner .domain-specials a:visited {
  color: #345C97;
}
.home-banner .domain-specials section {
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
  flex-direction: column;
  align-content: flex-start;
}
@media (min-width: 768px) {
  .home-banner .domain-specials section {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .home-banner .domain-specials section {
    justify-content: flex-end;
    width: 63%;
  }
}
@media (min-width: 1200px) {
  .home-banner .domain-specials section {
    width: 55%;
  }
}
.home-banner .domain-specials section div {
  display: flex;
  gap: 6px;
  background-color: #DCE4F0;
  border-radius: 30px;
  padding: 10px 16px;
}
.home-banner .domain-specials section div h2 {
  font-size: 14px;
  font-family: Outfit;
  padding-bottom: 0;
  margin-bottom: 0;
}
.home-banner .domain-specials section div h2:first-child {
  border-right: 1px solid black;
  padding-right: 8px;
}
.home-banner .domain-specials section div h2:last-child {
  font-weight: bold;
}
.home-banner .disclaimer-wrapper {
  display: flex;
  justify-content: flex-end;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.home-banner .disclaimer-wrapper * {
  font-size: 14px;
  padding-top: 0.7rem;
}

/*# sourceMappingURL=home-banner.css.map*/