*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
}

img,
video,
picture {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "Qubic Grid";
  src: url("../fonts/Qubic-Grid-Light.woff2") format("woff2"), url("../fonts/Qubic-Grid-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Qubic Grid";
  src: url("../fonts/Qubic-Grid-Regular.woff2") format("woff2"), url("../fonts/Qubic-Grid-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Qubic Grid";
  src: url("../fonts/Qubic-Grid-Medium.woff2") format("woff2"), url("../fonts/Qubic-Grid-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Qubic Grid";
  src: url("../fonts/Qubic-Grid-Semibold.woff2") format("woff2"), url("../fonts/Qubic-Grid-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Qubic Grid";
  src: url("../fonts/Qubic-Grid-Bold.woff2") format("woff2"), url("../fonts/Qubic-Grid-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Qubic Grid";
  src: url("../fonts/Qubic-Grid-Extrabold.woff2") format("woff2"), url("../fonts/Qubic-Grid-Extrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Qubic Grid", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #3B2A24;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Qubic Grid", system-ui, sans-serif;
  font-weight: 600;
  line-height: 1.15;
  color: #3B2A24;
}

.heading-section {
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  font-weight: 600;
  line-height: 1.1;
}

.label-section {
  font-family: "Qubic Grid", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #83806F;
  text-transform: none;
  letter-spacing: 0;
}

p {
  line-height: 1.6;
}

p + p {
  margin-top: 1em;
}

a {
  color: #E26C48;
  text-decoration: none;
  transition: color 180ms ease;
}
a:hover {
  color: #B2543B;
}

strong, b {
  font-weight: 700;
}

.pct {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  line-height: 1;
  vertical-align: 0.05em;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 9999;
  width: auto;
  height: auto;
  padding: 0.75rem 1.5rem;
  clip: auto;
  background: #3B2A24;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 4px;
}

:root {
  --color-bg: #F2EDE7;
  --color-primary: #3B2A24;
  --color-orange: #E26C48;
  --color-olive: #83806F;
  --color-white: #FFFFFF;
  --header-height: 72px;
  --section-padding-y: clamp(60px, 8vw, 100px);
  --container-max: 1312px;
  --container-pad: clamp(16px, 4vw, 64px);
}

html {
  scroll-behavior: smooth;
}

#proyecto, #ubicacion, #masterplan, #contacto {
  scroll-margin-top: var(--header-height);
}

::-moz-selection {
  background: #E26C48;
  color: #FFFFFF;
}

::selection {
  background: #E26C48;
  color: #FFFFFF;
}

:focus-visible {
  outline: 2px solid #E26C48;
  outline-offset: 3px;
}

.section-padding {
  padding-block: var(--section-padding-y);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  font-family: "Qubic Grid", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  transition: background-color color border-color 200ms ease;
}
.btn:focus-visible {
  outline: 2px solid #E26C48;
  outline-offset: 3px;
}
.btn--primary {
  background-color: #E26C48;
  color: #FFFFFF;
  border-color: #E26C48;
}
.btn--primary:hover {
  background-color: #B2543B;
  border-color: #B2543B;
  color: #FFFFFF;
}
.btn--outline {
  background-color: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn--outline:hover {
  background-color: #FFFFFF;
  color: #3B2A24;
}
.btn--lg {
  padding: 1rem 2rem;
  font-size: 1.125rem;
}
.btn--sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
.btn--dark {
  background-color: #3B2A24;
  color: #FFFFFF;
  border-color: #3B2A24;
  padding: 1rem 1.75rem;
  min-width: 253px;
  min-height: 60px;
}
.btn--dark:hover {
  background-color: rgb(33.6610526316, 23.9621052632, 20.5389473684);
  border-color: rgb(33.6610526316, 23.9621052632, 20.5389473684);
  color: #FFFFFF;
}

.hero {
  background-color: #F2EDE7;
  position: relative;
  z-index: 1;
  height: 92svh;
  display: flex;
  align-items: flex-end;
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: 0 0 120px 0;
}
.hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(26, 28, 28, 0.2) 0%, rgba(26, 28, 28, 0.2) 100%);
}
.hero__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  object-fit: cover;
}
.hero__bg-fallback {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero__video + .hero__bg-fallback {
  display: none;
}
.hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 30px;
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 860px;
  margin-bottom: -60px;
}
@media (min-width: 768px) {
  .hero__content {
    gap: 2rem;
  }
}
.hero__title {
  font-family: "Qubic Grid", sans-serif;
  font-size: clamp(1.5rem, 8vw, 4.5rem);
  font-weight: 600;
  line-height: 1.05;
  color: #FFFFFF;
}
.hero__subtitle {
  font-family: "Qubic Grid", sans-serif;
  font-size: clamp(1rem, 4vw, 1.5rem);
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.4;
  letter-spacing: 0.3px;
}
.hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  background-color: #E26C48;
  color: #FFFFFF;
  font-family: "Qubic Grid", sans-serif;
  font-size: 1rem;
  font-size: clamp(0.875rem, 4vw, 1rem);
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 16px 4px;
  margin: 1rem 0 0 0;
  transition: background-color 180ms ease;
}
@media (min-width: 768px) {
  .hero__cta {
    margin: 0;
    padding: 1.25rem 2rem;
  }
}
.hero__cta svg {
  flex-shrink: 0;
}
.hero__cta:hover {
  background-color: #B2543B;
  color: #FFFFFF;
}

.img-mask {
  --mask-r: 96px;
  overflow: hidden;
}
.img-mask--bl {
  -webkit-mask-image: radial-gradient(circle var(--mask-r) at 0% 100%, transparent calc(var(--mask-r) - 1px), #000 var(--mask-r));
  mask-image: radial-gradient(circle var(--mask-r) at 0% 100%, transparent calc(var(--mask-r) - 1px), #000 var(--mask-r));
}
.img-mask--br {
  -webkit-mask-image: radial-gradient(circle var(--mask-r) at 100% 100%, transparent calc(var(--mask-r) - 1px), #000 var(--mask-r));
  mask-image: radial-gradient(circle var(--mask-r) at 100% 100%, transparent calc(var(--mask-r) - 1px), #000 var(--mask-r));
}
.img-mask--tl {
  -webkit-mask-image: radial-gradient(circle var(--mask-r) at 0% 0%, transparent calc(var(--mask-r) - 1px), #000 var(--mask-r));
  mask-image: radial-gradient(circle var(--mask-r) at 0% 0%, transparent calc(var(--mask-r) - 1px), #000 var(--mask-r));
}
.img-mask--tr {
  -webkit-mask-image: radial-gradient(circle var(--mask-r) at 100% 0%, transparent calc(var(--mask-r) - 1px), #000 var(--mask-r));
  mask-image: radial-gradient(circle var(--mask-r) at 100% 0%, transparent calc(var(--mask-r) - 1px), #000 var(--mask-r));
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero__content > * {
  animation: heroFadeUp 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.hero__content > *:nth-child(1) {
  animation-delay: 0.15s;
}
.hero__content > *:nth-child(2) {
  animation-delay: 0.28s;
}
.hero__content > *:nth-child(3) {
  animation-delay: 0.42s;
}

.js .reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.js .reveal--visible {
  opacity: 1;
  transform: translateY(0);
}

.btn,
.hero__cta,
.site-header__cta {
  transition-property: background-color, color, border-color, transform;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.btn:hover,
.hero__cta:hover,
.site-header__cta:hover {
  transform: translateY(-1px);
}
.btn:active,
.hero__cta:active,
.site-header__cta:active {
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .hero__content > * {
    animation-duration: 0.01ms !important;
    animation-delay: 0.01ms !important;
  }
  .js .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .btn,
  .hero__cta,
  .site-header__cta,
  .service-card,
  .payment-card {
    transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease !important;
    transform: none !important;
  }
}
.wa-float {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 999;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #25d366;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.wa-float svg {
  width: 32px;
  height: 32px;
}
.wa-float:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
}
.wa-float:active {
  transform: scale(0.96);
}
@media (min-width: 768px) {
  .wa-float {
    width: 60px;
    height: 60px;
    bottom: 2rem;
    right: 2rem;
  }
}

.container {
  width: 100%;
  max-width: calc(var(--container-max) + var(--container-pad) * 2);
  margin-inline: auto;
  padding-inline: var(--container-pad);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--header-height);
  transition: background-color 300ms ease, box-shadow 300ms ease;
}
.site-header.is-scrolled {
  background-color: #FFFFFF;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.1);
}
.site-header.is-scrolled .site-nav__link {
  color: #3B2A24;
}
.site-header.is-scrolled .site-nav__link:hover {
  color: #3B2A24;
  opacity: 0.65;
}
.site-header.is-scrolled .site-nav__toggle span {
  background-color: #3B2A24;
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: calc(var(--container-max) + var(--container-pad) * 2);
  margin-inline: auto;
  padding-inline: var(--container-pad);
}
.site-header__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.site-header__logo img {
  height: 32px;
  width: auto;
  max-width: 119px;
  display: block;
}

@media (max-width: calc(1024px - 1px)) {
  .site-nav {
    position: fixed;
    inset: var(--header-height) 0 0 0;
    background-color: #FFFFFF;
    padding: 2rem var(--container-pad) 2.5rem;
    transform: translateX(100%);
    transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
  }
  .is-nav-open .site-nav {
    transform: translateX(0);
  }
}
.site-nav__list {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: calc(1024px - 1px)) {
  .site-nav__list {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.site-nav__cta-mobile {
  display: none;
}
@media (max-width: calc(1024px - 1px)) {
  .site-nav__cta-mobile {
    display: inline-flex;
    border-radius: 16px 4px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
  }
}
.site-nav__item {
  list-style: none;
}
.site-nav__link {
  font-family: "Qubic Grid", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  color: #FFFFFF;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: opacity 180ms ease;
}
@media (max-width: calc(1024px - 1px)) {
  .site-nav__link {
    font-size: 1.25rem;
  }
}
.site-nav__link:hover {
  opacity: 0.75;
  color: #FFFFFF;
}
.site-nav__link.is-active {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

.site-nav__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 8px;
  cursor: pointer;
  background: none;
  border: none;
}
@media (max-width: calc(1024px - 1px)) {
  .site-nav__toggle {
    display: flex;
  }
}
.site-nav__toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #FFFFFF;
  border-radius: 2px;
  transition: transform 250ms ease, opacity 250ms ease;
}
.site-nav__toggle[aria-expanded=true] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.site-nav__toggle[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.site-nav__toggle[aria-expanded=true] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-header__cta {
  font-family: "Qubic Grid", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
  background-color: #E26C48;
  border: none;
  padding: 0.5rem 1.25rem;
  border-radius: 12px 2px;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 180ms ease;
}
@media (max-width: calc(1024px - 1px)) {
  .site-header__cta {
    display: none;
  }
}
.site-header__cta:hover {
  background-color: #B2543B;
  color: #FFFFFF;
}

@media (max-width: calc(1024px - 1px)) {
  body.is-nav-open {
    overflow: hidden;
  }
}
@media (max-width: calc(768px - 1px)) {
  body.is-nav-open .site-header__cta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1rem;
  }
}
@media (max-width: calc(1024px - 1px)) {
  body.is-nav-open #site-header {
    background-color: #FFFFFF;
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.1);
  }
  body.is-nav-open .site-nav__link {
    color: #3B2A24;
  }
  body.is-nav-open .site-nav__link:hover {
    color: #3B2A24;
    opacity: 0.65;
  }
  body.is-nav-open .site-nav__toggle span {
    background-color: #3B2A24;
  }
}

.site-footer {
  padding: 0;
  position: relative;
  z-index: 2;
  position: relative;
  background: #FFFFFF;
  padding-inline: var(--container-pad);
}
@media (min-width: 768px) {
  .site-footer {
    padding: 0;
    padding-bottom: 3rem;
  }
}
.site-footer__inner {
  padding: 3rem 1rem 2rem 1rem;
  background-color: #F2EDE7;
  border-radius: 12px 64px 12px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
.site-footer__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.site-footer__logo img {
  height: 45px;
  width: auto;
}
.site-footer__logo p {
  color: #E26C48;
  font-family: "Qubic Grid", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.site-footer__copy {
  font-family: "Qubic Grid", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #83806F;
  margin: 1.5rem auto 0;
  line-height: 166.667%;
  letter-spacing: 4.2px;
  text-transform: uppercase;
}
.site-footer .vector {
  position: absolute;
  bottom: -25%;
  left: -85%;
  height: 360px;
  width: 635px;
}
.site-footer .vector img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .site-footer .vector {
    bottom: 0;
    left: 0;
    height: 432px;
    width: 763px;
  }
}
.site-footer .redes {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 2rem auto 0 auto;
}
.site-footer .redes a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #83806F;
  border-radius: 100px;
  width: 50px;
  height: 50px;
}
.site-footer .redes a:hover {
  background: #3B2A24;
}

.floatingButtonWhatsapp {
  position: fixed;
  bottom: 0.75rem;
  right: 0.75rem;
  display: flex;
  border-radius: 50%;
  padding: 0.75rem;
  color: #FFF;
  background: #25D366;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
.floatingButtonWhatsapp a {
  display: flex;
}
.floatingButtonWhatsapp a svg {
  height: 22px;
  width: 22px;
}

.section-about {
  background-color: #F2EDE7;
  padding: 6rem 0 4rem 0;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1024px) {
  .section-about {
    padding-block: var(--section-padding-y);
  }
}
.section-about__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .section-about__inner {
    grid-template-columns: 3fr 2fr;
    gap: 2rem;
    align-items: center;
  }
}
.section-about__content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.section-about__label {
  font-family: "Qubic Grid", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 4.2px;
  text-transform: uppercase;
  color: #83806F;
}
.section-about__body {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.section-about__text {
  font-family: "Qubic Grid", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.3px;
  color: #3B2A24;
  padding: 0 0 0 0px;
}
@media (min-width: 1024px) {
  .section-about__text {
    font-size: 2.25rem;
    padding: 0 60px 0 0px;
  }
}
.section-about__text--secondary {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.3px;
  color: #3B2A24;
  padding: 0;
  margin: 0;
}
.section-about__highlight--green {
  color: #40ba71;
}
.section-about__highlight--orange {
  color: #E26C48;
}
.section-about__link {
  font-family: "Qubic Grid", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #E26C48;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
}
.section-about__link:hover {
  color: #B2543B;
}
.section-about__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin: 2rem 0 0 0;
}
.section-about__brand img {
  max-width: 166px;
  width: 100%;
}
@media (min-width: 1024px) {
  .section-about__brand {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.section-about__brand-label {
  font-family: "Qubic Grid", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 4.2px;
  text-transform: uppercase;
  color: #83806F;
}
.section-about__photo-wrap {
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
  border-radius: 12px 64px 12px 12px;
}
@media (min-width: 1024px) {
  .section-about__photo-wrap {
    height: 724px;
  }
}
.section-about .about-slider {
  width: 100%;
  height: 100%;
}
.section-about .about-slider .swiper-slide {
  height: 100%;
}
.section-about .about-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.section-about .about-slider__pagination {
  position: absolute;
  z-index: 10;
  display: flex;
  gap: 8px;
  width: auto !important;
  bottom: 1rem;
  left: 50% !important;
  transform: translateX(-50%);
  right: auto !important;
}
@media (min-width: 1024px) {
  .section-about .about-slider__pagination {
    left: auto !important;
    right: 1rem !important;
    transform: none;
  }
}
.section-about .about-slider__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FFFFFF;
  opacity: 1;
  margin: 0 !important;
  transition: background-color 250ms ease;
}
.section-about .about-slider__pagination .swiper-pagination-bullet-active {
  background-color: #40ba71;
}
.section-about .vector {
  position: absolute;
  top: 30%;
  right: -60%;
  width: 360px;
  height: 635px;
  z-index: 1;
}
@media (min-width: 768px) {
  .section-about .vector {
    top: 4rem;
    right: 20%;
    width: 432px;
    height: 763px;
  }
}
.section-about .vector img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .section-about .vector {
    position: fixed;
  }
}

.section-location {
  background-color: #F2EDE7;
  padding-block: var(--section-padding-y);
  padding-top: 0rem;
  z-index: 2;
  position: relative;
}
@media (min-width: 1024px) {
  .section-location {
    padding-top: 4rem;
  }
}
.section-location__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .section-location__inner {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
  }
}
.section-location__inner .btn {
  margin: 0 0 1rem 0;
  padding: 0;
}
.section-location__inner .btn a {
  background-color: #e26c48;
  border-radius: 12px 2px;
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1.25rem;
  text-transform: uppercase;
  padding: 0.5rem 1.25rem;
}
.section-location__inner .btn a:hover {
  background-color: #B2543B;
}
.section-location__label {
  font-family: "Qubic Grid", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #83806F;
  margin-bottom: 1.5rem;
  line-height: 142.857%;
  letter-spacing: 4.2px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .section-location__label {
    font-size: 0.875rem;
  }
}
.section-location__heading {
  font-family: "Qubic Grid", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.75rem);
  font-weight: 600;
  color: #3B2A24;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}
.section-location__description {
  font-family: "Qubic Grid", sans-serif;
  font-size: 1rem;
  color: #3B2A24;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  letter-spacing: 0.3px;
}
@media (min-width: 768px) {
  .section-location__description {
    font-size: 1.25rem;
  }
}
.section-location__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
.section-location__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-family: "Qubic Grid", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #3B2A24;
  line-height: 1.4;
  letter-spacing: 0.3px;
}
.section-location__item-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-top: 1px;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-location__media-wrap {
  position: relative;
  order: 2;
}
@media (min-width: 1024px) {
  .section-location__media-wrap {
    order: 0;
  }
}
.section-location__media {
  border-radius: 12px 64px 12px 12px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .section-location__media {
    min-height: 642px;
  }
}
.section-location__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.location-refs {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.625rem 1rem;
  margin-top: 1rem;
  padding: 0;
}
@media (min-width: 1024px) {
  .location-refs {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    margin-top: 0;
  }
}

.location-ref {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
@media (min-width: 1024px) {
  .location-ref {
    max-width: 190px;
  }
}
.location-ref__dot {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.location-ref__dot img {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.location-ref__label {
  font-family: "Qubic Grid", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
  color: #3B2A24;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
@media (min-width: 1024px) {
  .location-ref__label {
    color: #FFFFFF;
  }
}
.location-ref__detail {
  opacity: 0.85;
}

.section-services {
  background-color: #F2EDE7;
  padding-block: var(--section-padding-y);
  padding-top: 0rem;
  z-index: 2;
  position: relative;
}
@media (min-width: 768px) {
  .section-services {
    padding-top: 4rem;
  }
}
.section-services__heading {
  font-family: "Qubic Grid", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.75rem);
  font-weight: 600;
  color: #3B2A24;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .section-services__heading {
    margin-bottom: 3rem;
  }
}
.section-services .btn {
  margin: 2rem auto 0 auto;
  display: flex;
  padding: 0;
}
.section-services .btn a {
  background-color: #e26c48;
  border-radius: 12px 2px;
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1.25rem;
  text-transform: uppercase;
  padding: 0.5rem 1.25rem;
}
.section-services .btn a:hover {
  background-color: #B2543B;
}
.section-services__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .section-services__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

.service-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 1.5rem 1.25rem 1.375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.875rem;
}
@media (min-width: 768px) {
  .service-card {
    padding: 2.25rem 2rem 2.25rem;
    gap: 1rem;
  }
}
.service-card__icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-card__icon svg {
  width: 100%;
  height: 100%;
}
.service-card__label {
  font-family: "Qubic Grid", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #E26C48;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .service-card__label {
    font-size: 0.75rem;
  }
}

.section-masterplan {
  background-color: #83806F;
  padding: 2rem 0;
  z-index: 2;
  position: relative;
}
@media (min-width: 768px) {
  .section-masterplan {
    padding-block: var(--section-padding-y);
  }
}
.section-masterplan__heading {
  font-family: "Qubic Grid", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.75rem);
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .section-masterplan__heading {
    margin-bottom: 0rem;
  }
}
.section-masterplan__subheading {
  font-family: "Qubic Grid", sans-serif;
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 133.333%;
  letter-spacing: 0.3px;
  margin: 0;
}
.section-masterplan__map {
  width: 100%;
}
.section-masterplan__map img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.section-masterplan__map-inner {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}
@media (max-width: calc(1024px - 1px)) {
  .section-masterplan__map-inner {
    cursor: grab;
  }
  .section-masterplan__map-inner:active {
    cursor: grabbing;
  }
}
.section-masterplan__map-inner img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
.section-masterplan__zoom-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  margin-top: 0.75rem;
  font-family: "Qubic Grid", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.3px;
}
.section-masterplan__zoom-hint svg {
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .section-masterplan__zoom-hint {
    display: none;
  }
}

.section-payments {
  background-color: #F2EDE7;
  padding: 2rem 1rem 0 1rem;
  z-index: 20;
  position: relative;
}
@media (min-width: 768px) {
  .section-payments {
    padding: 6rem 0 0 0;
  }
}
.section-payments .container {
  background-color: #E26C48;
  padding: 2rem 1rem;
  border-radius: 12px 64px 12px 12px;
}
@media (min-width: 768px) {
  .section-payments .container {
    padding: 5rem 3.5rem;
  }
}
.section-payments__heading {
  font-family: "Qubic Grid", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.75rem);
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .section-payments__heading {
    text-align: left;
    margin-bottom: 2.5rem;
  }
}
.section-payments__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .section-payments__grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
.section-payments__cta {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.section-payments__cta a {
  border-radius: 16px 4px;
  font-size: 1rem;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .section-payments__cta {
    margin-top: 2.5rem;
  }
}

.payment-card {
  border-radius: 8px;
  padding: 1.25rem 1rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .payment-card {
    padding: clamp(1.5rem, 3vw, 2rem);
    gap: 1.25rem;
  }
}
.payment-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.payment-card--terracotta {
  background-color: #B2543B;
}
.payment-card--terracotta .payment-card__title,
.payment-card--terracotta .payment-card__text {
  color: #FFFFFF;
}
.payment-card--olive {
  background-color: #83806F;
}
.payment-card--olive .payment-card__title,
.payment-card--olive .payment-card__text {
  color: #FFFFFF;
}
.payment-card--gray {
  background-color: #E2E2E2;
}
.payment-card--gray .payment-card__title {
  color: #83806F;
}
.payment-card--gray .payment-card__text {
  color: #83806F;
}
.payment-card--green {
  background-color: #63D18F;
}
.payment-card--green .payment-card__title {
  color: #3B2A24;
}
.payment-card--green .payment-card__text {
  color: #3B2A24;
}
.payment-card__icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .payment-card__icon {
    width: 40px;
    height: 40px;
  }
}
.payment-card__title {
  font-family: "Qubic Grid", sans-serif;
  font-size: clamp(1.125rem, 2vw, 1.875rem);
  font-weight: 700;
  line-height: 1.2;
}
.payment-card__text {
  font-family: "Qubic Grid", sans-serif;
  font-size: clamp(0.875rem, 1.2vw, 1.125rem);
  font-weight: 400;
  line-height: 1.5;
}

.section-faq {
  background-color: #F2EDE7;
  padding-block: var(--section-padding-y);
  z-index: 2;
  position: relative;
}
.section-faq__inner {
  max-width: 720px;
  padding: 0;
  margin-inline: auto;
  position: relative;
  z-index: 2;
  padding-inline: var(--container-pad);
}
.section-faq__heading {
  font-family: "Qubic Grid", sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  font-weight: 600;
  color: #3B2A24;
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .section-faq__heading {
    margin-bottom: 2rem;
  }
}
.section-faq .vector {
  position: absolute;
  top: -10rem;
  left: -20%;
  width: 360px;
  height: 635px;
  z-index: 1;
}
.section-faq .vector img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .section-faq .vector {
    width: 432px;
    height: 763px;
  }
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  background-color: #F9F9F9;
  border-radius: 12px;
  overflow: hidden;
}
.faq-item__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.125rem 1.25rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .faq-item__trigger {
    padding: 2rem;
  }
}
.faq-item__question {
  font-family: "Qubic Grid", sans-serif;
  font-size: clamp(1rem, 1.3vw, 1.25rem);
  font-weight: 600;
  color: #3B2A24;
  line-height: 1.3;
}
.faq-item__chevron {
  flex-shrink: 0;
  width: 12px;
  height: 7px;
  transition: transform 250ms ease;
}
.faq-item__chevron path {
  stroke: #83806F;
}
.faq-item__body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 300ms ease;
  padding-inline: 1.25rem;
}
@media (min-width: 768px) {
  .faq-item__body {
    padding-inline: 1.75rem;
  }
}
.faq-item__answer {
  font-family: "Qubic Grid", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #431D10;
  line-height: 1.6;
  padding-bottom: 1.25rem;
  letter-spacing: 0.3px;
}
@media (min-width: 768px) {
  .faq-item__answer {
    font-size: 1rem;
    padding-bottom: 1.5rem;
  }
}
.faq-item__list {
  font-family: "Qubic Grid", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #431D10;
  line-height: 1.6;
  letter-spacing: 0.3px;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  list-style: disc;
}
.faq-item__list li + li {
  margin-top: 0.35rem;
}
@media (min-width: 768px) {
  .faq-item__list {
    font-size: 1rem;
    padding-bottom: 1.5rem;
  }
}
.faq-item.is-open .faq-item__chevron {
  transform: rotate(180deg);
}
.faq-item.is-open .faq-item__body {
  max-height: 600px;
}

.section-contact {
  background-color: #FFFFFF;
  padding-block: var(--section-padding-y);
  z-index: 2;
  position: relative;
}
.section-contact__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .section-contact__inner {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: start;
  }
}
.section-contact__heading {
  font-family: "Qubic Grid", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.75rem);
  font-weight: 600;
  color: #3B2A24;
  margin-bottom: 0.625rem;
}
.section-contact__description {
  font-family: "Qubic Grid", sans-serif;
  font-size: 1rem;
  color: #3B2A24;
  line-height: 1.6;
  margin-bottom: 2rem;
  max-width: 528px;
}
@media (min-width: 768px) {
  .section-contact__description {
    font-size: 1.125rem;
  }
}
.section-contact__channels {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .section-contact__channels {
    gap: 2rem;
  }
}

.contact-channel {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.contact-channel__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: #F2EDE7;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-channel__icon svg {
  fill: #3B2A24;
  width: 20px;
  height: 20px;
}
.contact-channel__label {
  font-family: "Qubic Grid", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: #E26C48;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0.25rem;
  letter-spacing: 1.2px;
}
@media (min-width: 768px) {
  .contact-channel__label {
    font-size: 0.875rem;
  }
}
.contact-channel__value {
  font-family: "Qubic Grid", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #3B2A24;
  text-decoration: none;
}
.contact-channel__value:hover {
  color: #E26C48;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .contact-form {
    gap: 1.25rem;
  }
}
.contact-form__group {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.contact-form__label {
  font-family: "Qubic Grid", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: #83806F;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .contact-form__label {
    font-size: 0.875rem;
  }
}
.contact-form__input {
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #83806F;
  border-radius: 12px;
  padding: 0.625rem 1rem;
  font-family: "Qubic Grid", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #3B2A24;
  outline: none;
  transition: border-color 180ms ease;
  height: 40px;
  letter-spacing: 0.7px;
}
@media (min-width: 768px) {
  .contact-form__input {
    padding: 0.875rem 1rem;
    font-size: 1rem;
    height: 48px;
  }
}
.contact-form__input::-moz-placeholder {
  color: #838383;
}
.contact-form__input::placeholder {
  color: #838383;
}
.contact-form__input:focus {
  border-color: #E26C48;
}
.contact-form__textarea {
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #83806F;
  border-radius: 12px;
  padding: 0.75rem 1rem;
  font-family: "Qubic Grid", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #3B2A24;
  letter-spacing: 0.7px;
  outline: none;
  resize: vertical;
  min-height: 110px;
  transition: border-color 180ms ease;
}
@media (min-width: 768px) {
  .contact-form__textarea {
    font-size: 1rem;
    min-height: 120px;
  }
}
.contact-form__textarea::-moz-placeholder {
  color: #838383;
}
.contact-form__textarea::placeholder {
  color: #838383;
}
.contact-form__textarea:focus {
  border-color: #E26C48;
}
.contact-form__submit {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.5rem 1.25rem;
  background-color: #e26c48;
  color: #FFFFFF;
  font-family: "Qubic Grid", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  border: none;
  border-radius: 12px 2px;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  letter-spacing: 0.1em;
  transition: background-color 180ms ease;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .contact-form__submit {
    padding: 0.75rem 2rem;
    height: 48px;
  }
}
.contact-form__submit svg {
  width: 24px;
  height: 24px;
}
.contact-form__submit:hover {
  background-color: #B2543B;
}
.contact-form__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.rse-hero {
  position: relative;
  z-index: 1;
  height: 92svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 0 0 60px 0;
}
@media (min-width: 1024px) {
  .rse-hero {
    border-radius: 0 0 120px 0;
  }
}
.rse-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.rse-hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
@media (min-width: 768px) {
  .rse-hero__bg img {
    -o-object-position: center center;
       object-position: center center;
  }
}
.rse-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(26, 20, 16, 0.55) 0%, rgba(26, 20, 16, 0.15) 100%);
}
.rse-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-block: 2.5rem;
}
.rse-hero__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 672px;
}
@media (min-width: 768px) {
  .rse-hero__content {
    gap: 1.5rem;
  }
}
.rse-hero__label {
  font-family: "Qubic Grid", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 4.2px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.rse-hero__heading {
  font-family: "Qubic Grid", sans-serif;
  font-size: clamp(1.75rem, 6vw, 4.5rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
.rse-hero__text {
  font-family: "Qubic Grid", sans-serif;
  font-size: clamp(1rem, 2.2vw, 1.5rem);
  font-weight: 400;
  line-height: 1.4;
  color: #FFFFFF;
}

.rse-values {
  background-color: #F2EDE7;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.rse-values > .container {
  position: relative;
  z-index: 2;
}
.rse-values .vector {
  position: absolute;
  z-index: 1;
  top: -6rem;
  right: -40%;
  width: 360px;
  height: 635px;
}
@media (min-width: 768px) {
  .rse-values .vector {
    top: -8rem;
    right: 0;
    width: 432px;
    height: 763px;
  }
}
.rse-values .vector img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rse-values__heading {
  font-family: "Qubic Grid", sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 600;
  line-height: 1.3;
  color: #3B2A24;
  max-width: 640px;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .rse-values__heading {
    margin-bottom: 3rem;
  }
}
.rse-values__highlight {
  color: #E26C48;
}
.rse-values__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 1024px) {
  .rse-values__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

.value-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .value-card {
    padding: 2rem;
  }
}
.value-card__icon {
  width: 24px;
  height: 24px;
}
.value-card__heading {
  font-family: "Qubic Grid", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #3B2A24;
}
.value-card__text {
  font-family: "Qubic Grid", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #431D10;
}

.rse-transparency__band {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.rse-transparency__band--green {
  background-color: #63D18F;
}
.rse-transparency__band--white {
  background-color: #FFFFFF;
}
.rse-transparency__band > .container {
  position: relative;
  z-index: 2;
}
.rse-transparency .vector {
  position: absolute;
  z-index: 1;
  top: -6rem;
  left: -40%;
  width: 360px;
  height: 635px;
}
@media (min-width: 768px) {
  .rse-transparency .vector {
    top: -8rem;
    left: -5%;
    width: 432px;
    height: 763px;
  }
}
.rse-transparency .vector img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rse-transparency__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .rse-transparency__row {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
  .rse-transparency__row--reverse .rse-transparency__media {
    order: 2;
  }
  .rse-transparency__row--reverse .rse-transparency__content {
    order: 1;
  }
}
.rse-transparency__media {
  border-radius: 12px 64px 12px 12px;
  overflow: hidden;
  aspect-ratio: 609/680;
}
.rse-transparency__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rse-transparency__content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.rse-transparency__heading {
  font-family: "Qubic Grid", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.75rem);
  font-weight: 600;
  line-height: 1.3;
  color: #3B2A24;
}
.rse-transparency__text {
  font-family: "Qubic Grid", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3B2A24;
}

.impact-rows {
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
}

.impact-row {
  padding-block: 1.25rem;
  border-bottom: 1px solid #83806F;
}
.impact-row:last-child {
  border-bottom: none;
}
.impact-row__label {
  font-family: "Qubic Grid", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #3B2A24;
  margin-bottom: 0.5rem;
}
.impact-row__text {
  font-family: "Qubic Grid", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.45;
  color: #431D10;
  margin: 0;
}

.rse-community {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 auto 4rem auto;
}
.rse-community__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.rse-community__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rse-community__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(59, 42, 36, 0.9);
}
.rse-community__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.rse-community__heading {
  font-family: "Qubic Grid", sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 600;
  line-height: 1.2;
  color: #FFFFFF;
  max-width: 700px;
  margin-bottom: 1.5rem;
}
.rse-community__text {
  font-family: "Qubic Grid", sans-serif;
  font-size: clamp(1.125rem, 1.5vw, 1.25rem);
  font-weight: 400;
  line-height: 1.4;
  color: #FFFFFF;
  max-width: 620px;
}
.rse-community__text + .rse-community__text {
  margin-top: 0.5rem;
}
.rse-community__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: 100%;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .rse-community__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 980px;
  }
}

.community-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem;
  border: 1px solid #E26C48;
  border-radius: 12px;
}
.community-card__icon {
  width: 30px;
  height: 30px;
}
.community-card__label {
  font-family: "Qubic Grid", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.wp-block {
  max-width: none;
}
/*# sourceMappingURL=main.min.css.map */
