/* Newer stylesheet started February 2025 */
html, body {
  height: 100vh;
  font-size: 100%;
}

body {
  background-image: url("../images/common/img-pattern.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
}

.ff-yellowtail {
  font-family: Yellowtail, cursive;
}

.text-primary {
  color: #a51617 !important;
}

.text-secondary {
  color: #6bbbb0 !important;
}

.page-heading {
  margin: 3rem auto;
  color: #a51617;
}

.hr-primary {
  border-color: #a51617;
  border-width: 0.25rem;
  opacity: 1;
}
.hr-primary.end-bars {
  position: relative;
  overflow: visible;
}
.hr-primary.end-bars:before, .hr-primary.end-bars:after {
  content: "";
  display: block;
  position: absolute;
  top: -0.75rem;
  height: 1.25rem;
  width: 0.25rem;
  background-color: #a51617;
  z-index: 5;
}
.hr-primary.end-bars:before {
  left: 0;
}
.hr-primary.end-bars:after {
  right: 0;
}

.container-home {
  margin-top: 6rem;
}

.link-box {
  color: #ffffff;
  position: relative;
}
.link-box .link-box-background-image {
  border: 0.75rem solid #a51617;
}
.link-box .link-box-background-image img {
  height: auto;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.link-box.border-secondary .link-box-background-image {
  border-color: #6bbbb0;
}
.link-box .overlay {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
  background-color: #000000;
  opacity: 38%;
  transition: 0.2s opacity;
  z-index: 10;
}
.link-box:hover .overlay {
  opacity: 62%;
}
.link-box .link-box-content {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  padding: 2rem;
  text-align: center;
  transform: translateY(-50%);
  z-index: 15;
}
.link-box .link-box-content p {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.step-background-image {
  margin-bottom: 0.5rem;
}
.step-background-image img {
  height: auto;
  width: 100%;
}

.step-content {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

.investment-bubble {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 1rem 2rem 2rem;
  background-color: #ffffff;
  line-height: 1.2;
  border-radius: 100%;
  aspect-ratio: 1/1;
}
.investment-bubble img {
  height: 2rem;
  width: auto;
  margin-bottom: 0.5rem;
}
.investment-bubble h3 {
  margin-bottom: 0.25rem;
}
.investment-bubble.plus-icon:after {
  content: "+";
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: -3.5rem;
  height: 4rem;
  width: 4rem;
  color: #ffffff;
  background-color: #a51617;
  font-size: 3rem;
  font-weight: 700;
  border-radius: 2rem;
  transform: translateY(-50%);
  z-index: 5;
}

.land-dev-img {
  height: auto;
  width: 100%;
}

/*# sourceMappingURL=styles.css.map */
