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

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

body {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #2D3436;
  background-color: #FFFFFF;
  overflow-x: hidden;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 5rem;
}

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

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

ul, ol {
  list-style: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

input, select, textarea {
  font-family: inherit;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1024px) {
  .container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1536px;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
}

p {
  line-height: 1.5em;
}

.prose {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #2D3436;
}
.prose h2 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-top: 2em;
  margin-bottom: 0.75em;
}
.prose h3 {
  font-size: 1.375rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.prose p {
  margin-bottom: 1.25em;
}
.prose a {
  color: #B8C42A;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.prose a:hover {
  color: #D5DF3D;
}
.prose ul {
  list-style: disc;
  padding-left: 1.5em;
  margin-bottom: 1.25em;
}
.prose ul li {
  margin-bottom: 0.5em;
}
.prose ul li::marker {
  color: #D5DF3D;
}
.prose ol {
  list-style: decimal;
  padding-left: 1.5em;
  margin-bottom: 1.25em;
}
.prose ol li {
  margin-bottom: 0.5em;
}
.prose blockquote {
  border-left: 4px solid #D5DF3D;
  padding-left: 1em;
  margin: 1.5em 0;
  font-style: italic;
  color: #666666;
}
.prose img {
  border-radius: 1.5rem;
  margin: 1.5em 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 767px) {
  button:not(.process-slider__pagination__page):not(.faq-slider__pagination__page),
  a:not(.category-toggle):not(.post-tags__tag):not(.article-card__badge):not(.blog-badge):not(.article-card__tag),
  input,
  select,
  textarea {
    min-height: 44px;
  }
  * {
    -webkit-overflow-scrolling: touch;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --section-padding: 3rem;
}

.acf-section {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}

.acf-section.cta-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.trust-indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 640px) {
  .trust-indicators {
    gap: 0.75rem;
  }
}
@media (min-width: 768px) {
  .trust-indicators {
    gap: 1.25rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.trust-indicators__divider {
  height: 1.5rem;
  width: 1px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 640px) {
  .trust-indicators__divider {
    height: 2.5rem;
  }
}
@media (min-width: 768px) {
  .trust-indicators__divider {
    height: 2rem;
  }
}
.trust-indicators__divider--dark {
  background-color: rgba(255, 255, 255, 0.3);
}
.trust-indicators__divider--light {
  background-color: rgba(26, 26, 26, 0.15);
}

.trust-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.trust-indicator__value {
  font-size: 1.125rem;
  font-weight: 700;
  white-space: nowrap;
}
@media (min-width: 640px) {
  .trust-indicator__value {
    font-size: 1.5rem;
  }
}
.trust-indicator__value--dark {
  color: #FFFFFF;
}
.trust-indicator__value--light {
  color: #1a1a1a;
}

.trust-indicator__label {
  font-size: 9px;
  white-space: nowrap;
  margin-top: 0.125rem;
}
@media (min-width: 640px) {
  .trust-indicator__label {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .trust-indicator__label {
    margin-top: 0.25rem;
  }
}
.trust-indicator__label--dark {
  color: #FFFFFF;
}
.trust-indicator__label--light {
  color: #1a1a1a;
}

.section-header {
  max-width: 56rem;
  margin: 0 auto 4rem;
}

.section-header__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.section-header__badge-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #D5DF3D;
  border-radius: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section-header__badge-icon svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #000000;
}

.section-header__badge-label {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(45, 52, 54, 0.7);
  display: block;
  width: 100%;
}
.section-header__badge-label span {
  display: block;
  width: 100%;
}

.section-header__heading {
  font-size: 1.875rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .section-header__heading {
    font-size: 2.25rem;
  }
}
.section-header__heading span {
  color: #D5DF3D;
}

.section-header__desc {
  color: #666666;
  font-size: 1.125rem;
}

.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #D5DF3D;
  color: #2D3436;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
}
.back-to-top:hover {
  background-color: #B8C42A;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.back-to-top svg {
  width: 1.25rem;
  height: 1.25rem;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.service-areas-section {
  background-color: #FFFFFF;
}

.sa-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 2.5rem;
}

.sa-tabs__btn {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #666666;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.sa-tabs__btn:hover {
  color: #1a1a1a;
}
.sa-tabs__btn.is-active {
  color: #1a1a1a;
  font-weight: 600;
  border-bottom-color: #1a1a1a;
}

.sa-panel {
  display: none;
}
.sa-panel.is-active {
  display: block;
}

.sa-panel__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .sa-panel__grid {
    -ms-grid-columns: 1fr 3rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.sa-panel__heading {
  font-size: 1.375rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
}
@media (min-width: 1024px) {
  .sa-panel__heading {
    font-size: 1.5rem;
  }
}

.sa-panel__desc {
  font-size: 1rem;
  color: #666666;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.sa-panel__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.sa-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(229, 231, 235, 0.6);
  text-decoration: none;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.sa-item:first-child {
  border-top: 1px solid rgba(229, 231, 235, 0.6);
}
.sa-item:hover .sa-item__title {
  color: #B8C42A;
}
.sa-item:hover .sa-item__arrow {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.sa-item__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sa-item__title {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.sa-item__desc {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.5;
  margin-top: 0.125rem;
}

.sa-item__arrow {
  width: 1.25rem;
  height: 1.25rem;
  color: rgba(102, 102, 102, 0.4);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.sa-panel__map-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.sa-map {
  width: 100%;
  height: 320px;
  border-radius: 1.5rem;
  border: 1px solid #e5e7eb;
  z-index: 0;
}
@media (min-width: 1024px) {
  .sa-map {
    height: 100%;
    min-height: 460px;
  }
}

.sa-map__caption {
  font-size: 0.8125rem;
  color: #666666;
  text-align: center;
  margin-top: 0.75rem;
}

.trust-bar {
  padding: 1rem 0;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  border-radius: 12px;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
  text-decoration: none;
  line-height: 1.5;
}

.btn--lime {
  background-color: #D5DF3D;
  color: #2D3436;
}
.btn--lime:hover {
  background-color: #B8C42A;
}

.btn--dark {
  background-color: #2D3436;
  color: #FFFFFF;
}
.btn--dark:hover {
  background-color: #1a1a1a;
}

.btn--sm {
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}

.btn--full {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn--lg {
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
}

.btn-phone-circle,
.btn-quote-circle {
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  background-color: transparent;
  border: 2px solid #D5DF3D;
  color: #D5DF3D;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.btn-phone-circle:hover,
.btn-quote-circle:hover {
  background-color: #D5DF3D;
  color: #2D3436;
}
.btn-phone-circle svg,
.btn-quote-circle svg {
  width: 1.25rem;
  height: 1.25rem;
}

.btn svg,
.btn .btn-icon {
  width: 1rem;
  height: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.form-group {
  margin-bottom: 0.75rem;
}

.form-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 0.375rem;
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 0.875rem 1rem;
  font-size: 0.9375rem;
  color: #1a1a1a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #FFFFFF;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-input::-webkit-input-placeholder, .form-select::-webkit-input-placeholder, .form-textarea::-webkit-input-placeholder {
  color: #666666;
}
.form-input::-moz-placeholder, .form-select::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #666666;
}
.form-input:-ms-input-placeholder, .form-select:-ms-input-placeholder, .form-textarea:-ms-input-placeholder {
  color: #666666;
}
.form-input::-ms-input-placeholder, .form-select::-ms-input-placeholder, .form-textarea::-ms-input-placeholder {
  color: #666666;
}
.form-input::placeholder,
.form-select::placeholder,
.form-textarea::placeholder {
  color: #666666;
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(213, 223, 61, 0.5);
          box-shadow: 0 0 0 2px rgba(213, 223, 61, 0.5);
  border-color: #D5DF3D;
}

.form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23666' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
  padding-right: 2.5rem;
  cursor: pointer;
}

.form-textarea {
  resize: none;
}

.form-submit {
  width: 100%;
  background-color: #D5DF3D;
  color: #2D3436;
  font-weight: 700;
  border-radius: 0.75rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  border: none;
  cursor: pointer;
  margin-top: 0.5rem;
}
.form-submit:hover {
  background-color: #B8C42A;
}

.form-note {
  font-size: 0.8125rem;
  color: #666666;
  margin-top: 0.875rem;
  text-align: center;
}

.form-honeypot {
  display: none !important;
}

.quote-card {
  background-color: #FFFFFF;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .quote-card {
    padding: 2rem;
  }
}

.quote-card__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.25rem;
}

.quote-card__subtitle {
  font-size: 0.875rem;
  color: #666666;
  margin-bottom: 1.5rem;
}

.quote-card--max-sm {
  width: 100%;
  max-width: 24rem;
}

.quote-card select.wpcf7-form-control {
  border-color: #D5DF3D;
}

.cta-section__form-card fieldset,
.quote-card fieldset,
.contact-card fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.cta-section__form-card .wpcf7-form > p,
.quote-card .wpcf7-form > p,
.contact-card .wpcf7-form > p {
  margin: 0 0 0.75rem;
}
.cta-section__form-card label,
.quote-card label,
.contact-card label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #666666;
  margin-bottom: 0.375rem;
}
.cta-section__form-card label br,
.quote-card label br,
.contact-card label br {
  display: none;
}
.cta-section__form-card .wpcf7-form-control-wrap,
.quote-card .wpcf7-form-control-wrap,
.contact-card .wpcf7-form-control-wrap {
  display: block;
}
.cta-section__form-card input.wpcf7-form-control:not([type=submit]),
.cta-section__form-card select.wpcf7-form-control,
.cta-section__form-card textarea.wpcf7-form-control,
.quote-card input.wpcf7-form-control:not([type=submit]),
.quote-card select.wpcf7-form-control,
.quote-card textarea.wpcf7-form-control,
.contact-card input.wpcf7-form-control:not([type=submit]),
.contact-card select.wpcf7-form-control,
.contact-card textarea.wpcf7-form-control {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 0.875rem 1rem;
  font-size: 0.9375rem;
  color: #1a1a1a;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.cta-section__form-card input.wpcf7-form-control:not([type=submit])::-webkit-input-placeholder, .cta-section__form-card select.wpcf7-form-control::-webkit-input-placeholder, .cta-section__form-card textarea.wpcf7-form-control::-webkit-input-placeholder, .quote-card input.wpcf7-form-control:not([type=submit])::-webkit-input-placeholder, .quote-card select.wpcf7-form-control::-webkit-input-placeholder, .quote-card textarea.wpcf7-form-control::-webkit-input-placeholder, .contact-card input.wpcf7-form-control:not([type=submit])::-webkit-input-placeholder, .contact-card select.wpcf7-form-control::-webkit-input-placeholder, .contact-card textarea.wpcf7-form-control::-webkit-input-placeholder {
  color: #666666;
}
.cta-section__form-card input.wpcf7-form-control:not([type=submit])::-moz-placeholder, .cta-section__form-card select.wpcf7-form-control::-moz-placeholder, .cta-section__form-card textarea.wpcf7-form-control::-moz-placeholder, .quote-card input.wpcf7-form-control:not([type=submit])::-moz-placeholder, .quote-card select.wpcf7-form-control::-moz-placeholder, .quote-card textarea.wpcf7-form-control::-moz-placeholder, .contact-card input.wpcf7-form-control:not([type=submit])::-moz-placeholder, .contact-card select.wpcf7-form-control::-moz-placeholder, .contact-card textarea.wpcf7-form-control::-moz-placeholder {
  color: #666666;
}
.cta-section__form-card input.wpcf7-form-control:not([type=submit]):-ms-input-placeholder, .cta-section__form-card select.wpcf7-form-control:-ms-input-placeholder, .cta-section__form-card textarea.wpcf7-form-control:-ms-input-placeholder, .quote-card input.wpcf7-form-control:not([type=submit]):-ms-input-placeholder, .quote-card select.wpcf7-form-control:-ms-input-placeholder, .quote-card textarea.wpcf7-form-control:-ms-input-placeholder, .contact-card input.wpcf7-form-control:not([type=submit]):-ms-input-placeholder, .contact-card select.wpcf7-form-control:-ms-input-placeholder, .contact-card textarea.wpcf7-form-control:-ms-input-placeholder {
  color: #666666;
}
.cta-section__form-card input.wpcf7-form-control:not([type=submit])::-ms-input-placeholder, .cta-section__form-card select.wpcf7-form-control::-ms-input-placeholder, .cta-section__form-card textarea.wpcf7-form-control::-ms-input-placeholder, .quote-card input.wpcf7-form-control:not([type=submit])::-ms-input-placeholder, .quote-card select.wpcf7-form-control::-ms-input-placeholder, .quote-card textarea.wpcf7-form-control::-ms-input-placeholder, .contact-card input.wpcf7-form-control:not([type=submit])::-ms-input-placeholder, .contact-card select.wpcf7-form-control::-ms-input-placeholder, .contact-card textarea.wpcf7-form-control::-ms-input-placeholder {
  color: #666666;
}
.cta-section__form-card input.wpcf7-form-control:not([type=submit])::placeholder,
.cta-section__form-card select.wpcf7-form-control::placeholder,
.cta-section__form-card textarea.wpcf7-form-control::placeholder,
.quote-card input.wpcf7-form-control:not([type=submit])::placeholder,
.quote-card select.wpcf7-form-control::placeholder,
.quote-card textarea.wpcf7-form-control::placeholder,
.contact-card input.wpcf7-form-control:not([type=submit])::placeholder,
.contact-card select.wpcf7-form-control::placeholder,
.contact-card textarea.wpcf7-form-control::placeholder {
  color: #666666;
}
.cta-section__form-card input.wpcf7-form-control:not([type=submit]):focus,
.cta-section__form-card select.wpcf7-form-control:focus,
.cta-section__form-card textarea.wpcf7-form-control:focus,
.quote-card input.wpcf7-form-control:not([type=submit]):focus,
.quote-card select.wpcf7-form-control:focus,
.quote-card textarea.wpcf7-form-control:focus,
.contact-card input.wpcf7-form-control:not([type=submit]):focus,
.contact-card select.wpcf7-form-control:focus,
.contact-card textarea.wpcf7-form-control:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(213, 223, 61, 0.5);
          box-shadow: 0 0 0 2px rgba(213, 223, 61, 0.5);
  border-color: #D5DF3D;
}
.cta-section__form-card select.wpcf7-form-control,
.quote-card select.wpcf7-form-control,
.contact-card select.wpcf7-form-control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23666' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
  padding-right: 2.5rem;
  cursor: pointer;
  color: #666666;
}
.cta-section__form-card select.wpcf7-form-control:valid,
.quote-card select.wpcf7-form-control:valid,
.contact-card select.wpcf7-form-control:valid {
  color: #1a1a1a;
}
.cta-section__form-card textarea.wpcf7-form-control,
.quote-card textarea.wpcf7-form-control,
.contact-card textarea.wpcf7-form-control {
  resize: vertical;
  min-height: 7rem;
}
.cta-section__form-card input.wpcf7-submit,
.quote-card input.wpcf7-submit,
.contact-card input.wpcf7-submit {
  display: block;
  width: 100%;
  background-color: #D5DF3D;
  color: #2D3436;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 12px;
  padding: 1rem 1.5rem;
  border: none;
  cursor: pointer;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  margin-top: 0.25rem;
}
.cta-section__form-card input.wpcf7-submit:hover,
.quote-card input.wpcf7-submit:hover,
.contact-card input.wpcf7-submit:hover {
  background-color: #B8C42A;
}
.cta-section__form-card .wpcf7-spinner,
.quote-card .wpcf7-spinner,
.contact-card .wpcf7-spinner {
  display: none;
}
.cta-section__form-card .wpcf7-response-output,
.quote-card .wpcf7-response-output,
.contact-card .wpcf7-response-output {
  font-size: 0.875rem;
  margin-top: 0.75rem;
}

.contact-card {
  background-color: #FFFFFF;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}
@media (min-width: 768px) {
  .contact-card {
    padding: 1.25rem;
  }
}
.contact-card .contact-card__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
}
.contact-card label {
  font-weight: 500;
  color: #1a1a1a;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.contact-card br {
  display: none;
}
.contact-card p {
  margin: 0;
}
.contact-card input.wpcf7-form-control:not([type=submit]),
.contact-card select.wpcf7-form-control,
.contact-card textarea.wpcf7-form-control {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
}
.contact-card textarea.wpcf7-form-control {
  min-height: 6.5rem;
}
.contact-card .contact-card__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .contact-card .contact-card__grid {
    -ms-grid-columns: minmax(0, 1fr) 1rem minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.875rem 1rem;
  }
}
.contact-card .contact-card__field {
  margin: 0;
}
.contact-card .contact-card__field--full {
  grid-column: 1/-1;
}
.contact-card .contact-card__actions {
  margin: 0.75rem 0 0;
}
@media (min-width: 768px) {
  .contact-card .contact-card__actions {
    margin-top: 0.875rem;
  }
}
.contact-card .contact-card__actions input.wpcf7-submit {
  font-size: 0.9375rem;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  text-align: center;
  min-height: 3.25rem;
  line-height: 1;
  padding: 0 3rem 0 1.125rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%232D3436' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10.5 13.5L21 3M10.5 13.5L13.5 21L21 3M10.5 13.5L3 10.5L21 3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  background-size: 1rem;
}
.contact-card .contact-card__divider {
  height: 1px;
  background-color: #e5e7eb;
  margin: 0.875rem 0 0.75rem;
}
@media (min-width: 768px) {
  .contact-card .contact-card__divider {
    margin: 1rem 0 0.875rem;
  }
}
.contact-card .contact-card__callout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  width: 100%;
  background-color: #D5DF3D;
  color: #2D3436;
  border-radius: 12px;
  padding: 0 1.125rem;
  min-height: 3.25rem;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.contact-card .contact-card__callout:hover {
  background-color: #B8C42A;
}
.contact-card .contact-card__callout-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.contact-card .contact-card__callout-icon svg {
  width: 1rem;
  height: 1rem;
}
.contact-card .contact-card__callout-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.125rem;
  line-height: 1.05;
  text-align: left;
  min-width: 0;
}
.contact-card .contact-card__callout-number {
  font-weight: 700;
  font-size: 0.9375rem;
}
.contact-card .contact-card__callout-sub {
  font-size: 0.75rem;
  color: rgba(45, 52, 54, 0.7);
}
.contact-card .wpcf7-not-valid-tip {
  font-size: 0.75rem;
  margin-top: 0.375rem;
}
.contact-card .wpcf7-response-output {
  margin: 0.75rem 0 0;
}

.service-quote-form {
  background-color: #FFFFFF;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .service-quote-form {
    padding: 2rem;
  }
}

.service-quote-form__title {
  font-size: 1.625rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.25rem;
}

.service-quote-form__subtitle {
  font-size: 0.875rem;
  color: #666666;
  margin-bottom: 1.25rem;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background-color: #2D3436;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.site-header.scrolled {
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.site-header.header-hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

body.logged-in .site-header {
  top: 32px;
}
body.logged-in .site-header.header-hidden {
  -webkit-transform: translateY(calc(-100% - 32px));
          transform: translateY(calc(-100% - 32px));
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 5rem;
}

.header-spacer {
  height: 5rem;
}

.site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-logo img {
  height: 3rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}
.site-logo:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.15));
}
@media (min-width: 640px) {
  .site-logo img {
    height: 4rem;
  }
}

.site-logo__text {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2D3436;
}

.desktop-nav {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .desktop-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: #FFFFFF;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.nav-link:hover, .nav-link.is-active {
  color: #D5DF3D;
}

.nav-dropdown {
  position: relative;
}
.nav-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 0.75rem;
}

.nav-dropdown__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #FFFFFF;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  padding: 0;
}
.nav-dropdown__trigger:hover, .nav-dropdown__trigger.is-active {
  color: #D5DF3D;
}
.nav-dropdown__trigger svg {
  width: 1rem;
  height: 1rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.nav-dropdown__menu {
  display: none;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  width: 16rem;
  background-color: #2D3436;
  border-radius: 1rem;
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.5rem 0;
  z-index: 50;
  max-height: 24rem;
  overflow-y: auto;
}
.nav-dropdown:hover .nav-dropdown__menu {
  display: block;
}

.nav-dropdown__item {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #FFFFFF;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.nav-dropdown__item:hover {
  color: #D5DF3D;
  background-color: rgba(255, 255, 255, 0.08);
}
.nav-dropdown__item.is-active {
  color: #D5DF3D;
}

.nav-dropdown__menu--scroll {
  width: 16rem;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.nav-dropdown__menu--scroll.is-expanded {
  width: 26rem;
}

.nav-dropdown__group {
  padding: 0.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-dropdown__group:last-child {
  border-bottom: none;
}

.nav-dropdown__item--parent {
  font-weight: 600;
  font-size: 0.9375rem;
}

.nav-dropdown__subgroup {
  padding: 0 1rem 0.25rem;
}

.nav-dropdown__subtoggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.25rem 0;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  width: 100%;
  outline: none;
}
.nav-dropdown__subtoggle:focus, .nav-dropdown__subtoggle:focus-visible {
  outline: none;
}
.nav-dropdown__subtoggle:hover, .nav-dropdown__subtoggle.is-open {
  color: #D5DF3D;
}

.nav-dropdown__subtoggle-chevron {
  width: 0.875rem;
  height: 0.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.nav-dropdown__subtoggle.is-open .nav-dropdown__subtoggle-chevron {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.nav-dropdown__sublist {
  display: none;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 0.25rem 0;
}
.nav-dropdown__sublist.is-open {
  display: -ms-grid;
  display: grid;
}

.nav-dropdown__item--child {
  font-size: 0.8125rem;
  padding: 0.3rem 0.5rem;
}

.header-actions {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media (min-width: 1280px) {
  .header-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.btn-cta-desktop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  background-color: #D5DF3D;
  color: #2D3436;
  border-radius: 12px;
  padding: 0.625rem 1.25rem;
  text-decoration: none;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.btn-cta-desktop:hover {
  background-color: #B8C42A;
}

.btn-cta-desktop__icon {
  width: 1.25rem;
  height: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.btn-cta-desktop__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.2;
}

.btn-cta-desktop__label {
  font-size: 0.9375rem;
  font-weight: 600;
}

.btn-cta-desktop__sub {
  font-size: 0.6875rem;
  font-weight: 400;
  opacity: 0.8;
}

.mobile-header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media (min-width: 1280px) {
  .mobile-header-actions {
    display: none;
  }
}

.mobile-icon-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media (min-width: 1024px) {
  .mobile-icon-btns {
    display: none;
  }
}

.hamburger {
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
}
.hamburger svg {
  width: 1.5rem;
  height: 1.5rem;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
}
.mobile-menu.open {
  display: block;
}

.mobile-menu__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.mobile-menu__panel {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20rem;
  max-width: 85vw;
  background-color: rgb(35.7272727273, 41.2848484848, 42.8727272727);
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  overflow-y: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.mobile-menu.open .mobile-menu__panel {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mobile-menu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu__title {
  font-weight: 600;
  color: #FFFFFF;
}

.mobile-menu__close {
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
}
.mobile-menu__close svg {
  width: 1.25rem;
  height: 1.25rem;
}

.mobile-menu__nav {
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.mobile-menu__link {
  display: block;
  padding: 0.875rem 0;
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.mobile-menu__link:hover, .mobile-menu__link.is-active {
  color: #D5DF3D;
}

.mobile-menu__accordion {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu__accordion-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0.875rem 0;
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
  list-style: none;
}
.mobile-menu__accordion-trigger::-webkit-details-marker {
  display: none;
}
.mobile-menu__accordion-trigger::marker {
  display: none;
}

.mobile-menu__accordion-chevron {
  width: 1.25rem;
  height: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.mobile-menu__accordion[open] > .mobile-menu__accordion-trigger .mobile-menu__accordion-chevron {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mobile-menu__accordion-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.25rem 0 0.75rem 0.75rem;
}

.mobile-menu__accordion-link {
  display: block;
  padding: 0.375rem 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.mobile-menu__accordion-link:hover, .mobile-menu__accordion-link.is-active {
  color: #D5DF3D;
}
.mobile-menu__accordion-link--parent {
  font-size: 1rem;
  font-weight: 600;
  color: #FFFFFF;
  padding: 0.5rem 0 0.25rem;
}
.mobile-menu__accordion-link--child {
  padding-left: 0.75rem;
  font-size: 0.8125rem;
}

.mobile-menu__subaccordion {
  margin-bottom: 0.25rem;
}

.mobile-menu__subaccordion-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0.25rem 0 0.375rem;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  list-style: none;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.mobile-menu__subaccordion-trigger::-webkit-details-marker {
  display: none;
}
.mobile-menu__subaccordion-trigger::marker {
  display: none;
}
.mobile-menu__subaccordion[open] > .mobile-menu__subaccordion-trigger {
  color: #D5DF3D;
}
.mobile-menu__subaccordion-trigger .mobile-menu__accordion-chevron {
  width: 1rem;
  height: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.mobile-menu__subaccordion[open] > .mobile-menu__subaccordion-trigger .mobile-menu__accordion-chevron {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mobile-menu__subaccordion-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0.75rem;
  padding-bottom: 0.5rem;
}

.mobile-menu__ctas {
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}

.mobile-phone-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  background-color: #D5DF3D;
  border-radius: 1rem;
  padding: 0.875rem 1rem;
  text-decoration: none;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.mobile-phone-cta:hover {
  background-color: #B8C42A;
}

.mobile-phone-cta__icon-wrap {
  width: 2.25rem;
  height: 2.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(45, 52, 54, 0.15);
  border-radius: 9999px;
  color: #2D3436;
}
.mobile-phone-cta__icon-wrap svg {
  width: 1.125rem;
  height: 1.125rem;
}

.mobile-phone-cta__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.25;
}

.mobile-phone-cta__number {
  font-size: 1rem;
  font-weight: 600;
  color: #2D3436;
}

.mobile-phone-cta__sub {
  font-size: 0.75rem;
  color: rgba(45, 52, 54, 0.7);
}

.site-footer {
  background-color: #fcfbf9;
  border-top: 1px solid #f2f0ed;
  color: #2D3436;
  padding: 5rem 0 3rem;
}

.footer-grid {
  display: -ms-grid;
  display: grid;
  gap: 3rem;
}
@media (min-width: 768px) {
  .footer-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .footer-grid {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.footer-col__title {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.footer-col__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}

.footer-col__link {
  font-size: 0.875rem;
  color: #2D3436;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.footer-col__link:hover {
  color: #D5DF3D;
}

.footer-accordion summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  color: #2D3436;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  list-style: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer-accordion summary::-webkit-details-marker {
  display: none;
}
.footer-accordion summary:hover {
  color: #D5DF3D;
}
.footer-accordion summary svg {
  width: 0.75rem;
  height: 0.75rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.footer-accordion[open] > summary svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.footer-accordion__content {
  padding-left: 0.75rem;
}

.footer-accordion__borough {
  margin-top: 0.5rem;
}

.footer-accordion__borough-link {
  display: block;
  font-weight: 600;
  font-size: 0.875rem;
  color: #2D3436;
  padding: 0.1rem 0;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.footer-accordion__borough-link:hover {
  color: #D5DF3D;
}

.footer-accordion--nested {
  margin-left: 0.5rem;
}
.footer-accordion--nested summary {
  font-size: 0.8125rem;
  color: #666666;
  font-weight: 400;
  outline: none;
}
.footer-accordion--nested summary:focus, .footer-accordion--nested summary:focus-visible {
  outline: none;
}

.footer-neighborhoods {
  margin-top: 0.5rem;
  margin-left: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 0.5rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.25rem 0.5rem;
}

.footer-neighborhoods__link {
  font-size: 0.75rem;
  color: #2D3436;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.footer-neighborhoods__link:hover {
  color: #D5DF3D;
}

.footer-borough__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: #2D3436;
  font-weight: 500;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.footer-borough__link:hover {
  color: #D5DF3D;
}

.footer-area-list {
  margin-top: 0.5rem;
  margin-left: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.footer-area-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.footer-contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: #2D3436;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  text-decoration: none;
}
.footer-contact__item:hover {
  color: #D5DF3D;
}

.footer-contact__item--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-contact__icon {
  width: 1rem;
  height: 1rem;
  color: #D5DF3D;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.125rem;
}

.footer-contact__icon--center {
  margin-top: 0;
}

.footer-contact__address-name {
  font-weight: 500;
  color: #2D3436;
}

.footer-licenses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(45, 52, 54, 0.1);
}

.footer-licenses__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.footer-license-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.footer-license__link {
  font-size: 0.75rem;
  color: #2D3436;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.footer-license__link:hover {
  color: #D5DF3D;
}

.footer-license__sep {
  font-size: 0.75rem;
  color: rgba(45, 52, 54, 0.3);
}

.footer-bbb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: #2D3436;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.footer-bbb:hover {
  color: #D5DF3D;
}

.footer-bbb__badge {
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background-color: #003F87;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer-bbb__badge span {
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 700;
}

.footer-bbb__text-title {
  font-size: 0.75rem;
  font-weight: 600;
}

.footer-bbb__text-sub {
  font-size: 0.75rem;
  color: rgba(45, 52, 54, 0.8);
}

.footer-instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: #2D3436;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.footer-instagram:hover {
  color: #D5DF3D;
}

.footer-instagram__icon {
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background-color: #D5DF3D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.footer-instagram__icon svg {
  width: 1rem;
  height: 1rem;
  color: #000000;
}
.footer-instagram__icon:hover {
  background-color: #B8C42A;
}

.footer-bottom {
  border-top: 1px solid rgba(45, 52, 54, 0.1);
  margin-top: 3rem;
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .footer-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer-bottom__copyright {
  font-size: 0.875rem;
  color: rgba(45, 52, 54, 0.7);
}

.footer-legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}

.footer-legal__link {
  font-size: 0.875rem;
  color: #2D3436;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.footer-legal__link:hover {
  color: #D5DF3D;
}

.ratings-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.ratings-list li {
  padding: 0;
}
.ratings-list li::before {
  display: none;
}
.ratings-list a, .ratings-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 0;
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.ratings-list a:hover, .ratings-list__item:hover {
  color: #1a1a1a;
}
.ratings-list a svg, .ratings-list__item svg {
  width: 2.5rem;
  height: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ratings-list__icon {
  width: 2.5rem;
  height: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ratings-list a > div strong, .ratings-list__text strong {
  display: block;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
}
.ratings-list a > div, .ratings-list__text {
  font-size: 0.9375rem;
  color: #666666;
  line-height: 1.4;
}

.hero-mobile {
  display: block;
  background-color: #FFFFFF;
  padding: 1.5rem 1.5rem 0;
}
@media (min-width: 768px) {
  .hero-mobile {
    display: none;
  }
}
.hero-mobile--dark {
  background-color: #111111;
  padding-bottom: 1.5rem;
}
.hero-mobile--solid {
  padding-bottom: 1.5rem;
}

.hero-mobile__content {
  max-width: 48rem;
}

.hero-mobile__image {
  width: 100%;
  height: 16rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
.hero-mobile__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.hero-desktop {
  position: relative;
  display: none;
  overflow: hidden;
  background-color: #FFFFFF;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .hero-desktop {
    display: block;
  }
}
.hero-desktop--dark {
  background-color: #111111;
}
.hero-desktop--dark .hero-desktop__image-container {
  background-color: #111111;
}
.hero-desktop--dark .hero-desktop__overlay {
  background: none;
}
.hero-desktop--solid .hero-desktop__image-container {
  background-color: transparent;
}
.hero-desktop--solid .hero-desktop__overlay {
  background: none;
}
.hero-desktop--fullwidth > .hero-desktop__image-container {
  width: 100%;
}
.hero-desktop:not(.hero-desktop--fullwidth) .hero-desktop__image-container {
  border-radius: 1.875rem;
}

.hero-desktop__wrapper {
  padding: 1.5rem 0;
}
@media (min-width: 768px) {
  .hero-desktop__wrapper {
    padding: 2rem 0;
  }
}

.hero-desktop__image-container {
  border-radius: 0;
  overflow: hidden;
  position: relative;
}

.hero-desktop__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-desktop__overlay {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), color-stop(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.15)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.15));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 560px;
}

.hero-desktop__grid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 3fr) 4rem minmax(0, 2fr);
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  padding: 3rem 1.5rem;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .hero-desktop__grid {
    padding: 3rem;
  }
}
.hero-desktop__grid--single {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.hero-desktop__grid--single .hero-desktop__text {
  max-width: 66%;
}
.hero-desktop__grid--no-gap {
  gap: 0;
}

.hero-desktop__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-desktop__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
}

.hero-desktop__orb {
  position: absolute;
  top: 5rem;
  left: -5rem;
  width: 18rem;
  height: 18rem;
  background-color: rgba(122, 140, 115, 0.1);
  border-radius: 9999px;
  -webkit-filter: blur(49px);
          filter: blur(49px);
  pointer-events: none;
}

.hero-heading {
  font-size: 2.25rem;
  font-weight: 200;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
}
@media (min-width: 768px) {
  .hero-heading {
    font-size: 3rem;
    margin-bottom: 0.75rem;
  }
}

.hero-heading--white {
  color: #FFFFFF;
}
.hero-heading--white span {
  color: #D5DF3D;
}

.hero-heading--dark {
  color: #1a1a1a;
}
.hero-heading--dark span {
  color: #D5DF3D;
}

.hero-heading__accent {
  font-weight: 600;
  display: inline-block;
  color: #B8C42A;
}

.hero-subheading {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

.hero-subheading--white {
  color: #FFFFFF;
}

.hero-subheading--dark {
  color: #1a1a1a;
  margin-bottom: 1.5rem;
}

.hero-checklist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  max-width: 42rem;
  margin-bottom: 1rem;
}
.hero-checklist--2col {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  max-width: 85%;
}

.hero-checklist--mobile {
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.hero-checklist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
}

.hero-checklist__check {
  width: 1rem;
  height: 1rem;
  margin-top: 0.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.hero-checklist__item--white .hero-checklist__check {
  color: #D5DF3D;
}
.hero-checklist__item--white .hero-checklist__link {
  color: rgba(255, 255, 255, 0.85);
}

.hero-checklist__item--dark .hero-checklist__check {
  color: #2D3436;
}
.hero-checklist__item--dark .hero-checklist__link {
  color: #666666;
}

.hero-checklist__link {
  font-size: 0.875rem;
  font-weight: 400;
}

.hero-desktop__ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hero-desktop__ctas .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-form-mobile {
  display: block;
  padding: 1.25rem 1rem;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .hero-form-mobile {
    display: none;
  }
}

.hero-trust-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 1.5rem;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .hero-trust-mobile {
    display: none;
  }
}

.hero-ctas-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  padding: 1.25rem 1rem 1rem;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .hero-ctas-mobile {
    display: none;
  }
}

.hero-trust-desktop {
  margin-top: 3rem;
}

.services-section {
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.services-section__orb {
  position: absolute;
  width: 24rem;
  height: 24rem;
  background-color: rgba(213, 223, 61, 0.05);
  border-radius: 9999px;
  -webkit-filter: blur(48px);
          filter: blur(48px);
}
.services-section__orb--top {
  top: 0;
  right: 0;
}
.services-section__orb--bottom {
  bottom: 0;
  left: 0;
}

.services-section__inner {
  position: relative;
  z-index: 1;
}

.section-header {
  max-width: 56rem;
  margin: 0 auto 4rem;
}

.section-header__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.section-header__icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #D5DF3D;
  border-radius: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section-header__icon svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #000000;
}

.section-header__label {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(45, 52, 54, 0.7);
}

.section-header__heading {
  font-size: 1.875rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .section-header__heading {
    font-size: 2.25rem;
  }
}

.section-header__desc {
  font-size: 1.125rem;
  color: #666666;
  line-height: 1.75;
}

.service-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  -ms-scroll-snap-type: x proximity;
      scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  gap: 1rem;
  scrollbar-width: none;
}
.service-cards::-webkit-scrollbar {
  display: none;
}
.service-cards > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 82%;
          flex: 0 0 82%;
  scroll-snap-align: start;
}
@media (min-width: 768px) {
  .service-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    overflow-x: visible;
  }
  .service-cards > * {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
@media (min-width: 1024px) {
  .service-cards {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.service-cards--3 .service-card__title {
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .service-cards--3 .service-card__title {
    font-size: 1.875rem;
  }
}
.service-cards--3 .service-card__image-wrapper {
  height: 360px;
}
@media (min-width: 1024px) {
  .service-cards--4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.service-cards--4 .service-card__image-wrapper {
  height: 280px;
}
@media (min-width: 1024px) {
  .service-cards--5 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
.service-cards--5 .service-card__image-wrapper {
  height: 240px;
}
@media (min-width: 768px) {
  .service-cards--6 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .service-cards--6 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
.service-cards--6 .service-card__image-wrapper {
  height: 200px;
}

.service-card {
  display: block;
}

.service-card__image-wrapper {
  position: relative;
  height: 280px;
  overflow: hidden;
  background: linear-gradient(135deg, #f9fafb, #f3f4f6);
  border: 1px solid #e5e7eb;
  border-radius: 1.5rem;
}
@media (min-width: 1024px) {
  .service-card__image-wrapper {
    border-radius: 0;
  }
  .service-cards > :first-child .service-card__image-wrapper {
    border-radius: 1.875rem 0 0 1.875rem;
  }
  .service-cards > :last-child .service-card__image-wrapper {
    border-radius: 0 1.875rem 1.875rem 0;
  }
}

.service-card__image-inner {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .service-cards > :first-child .service-card__image-inner {
    border-radius: 1.875rem 0 0 1.875rem;
  }
}
@media (min-width: 1024px) {
  .service-cards > :last-child .service-card__image-inner {
    border-radius: 0 1.875rem 1.875rem 0;
  }
}

.service-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-card__gradient {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(rgba(0, 0, 0, 0.2)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2), transparent);
}

.service-card__content {
  position: absolute;
  inset: 0;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 1;
}

.service-card__title {
  font-weight: 600;
  color: #FFFFFF;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.service-card__accent {
  display: block;
  width: 3rem;
  height: 0.25rem;
  background-color: #D5DF3D;
  margin-top: 0.5rem;
}

.service-card__desc {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #555555;
  margin-top: 0.75rem;
  padding: 0 0.25rem;
}

.service-card__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service-card__placeholder-icon {
  width: 4rem;
  height: 4rem;
  background-color: rgba(213, 223, 61, 0.2);
  border-radius: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service-cards--additional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  -ms-scroll-snap-type: x proximity;
      scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  gap: 1rem;
  scrollbar-width: none;
}
.service-cards--additional::-webkit-scrollbar {
  display: none;
}
.service-cards--additional > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72%;
          flex: 0 0 72%;
  scroll-snap-align: start;
}
@media (min-width: 640px) {
  .service-cards--additional > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}
@media (min-width: 768px) {
  .service-cards--additional {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    overflow-x: visible;
  }
  .service-cards--additional > * {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}

.service-card-sm__image-wrapper {
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 1.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-card-sm__image-wrapper:hover {
  border-color: rgb(200.1739130435, 204.3913043478, 212.8260869565);
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .service-card-sm__image-wrapper {
    border-radius: 0;
  }
  .service-card-sm__image-wrapper--first {
    border-radius: 1.875rem 0 0 1.875rem;
  }
  .service-card-sm__image-wrapper--last {
    border-radius: 0 1.875rem 1.875rem 0;
  }
}

.service-card-sm__image-inner {
  position: relative;
  height: 260px;
}

.service-card-sm__content {
  position: absolute;
  inset: 0;
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.service-card-sm__title {
  font-size: 1rem;
  font-weight: 600;
  color: #FFFFFF;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.service-card-sm__accent {
  display: block;
  width: 2.5rem;
  height: 0.25rem;
  background-color: #D5DF3D;
  margin-top: 0.5rem;
}

.additional-header {
  max-width: 56rem;
  margin: 0 auto 3rem;
}

.video-section {
  background-color: #FFFFFF;
}

.video-section__inner {
  max-width: 56rem;
  margin: 0 auto;
}

.video-section__video {
  margin-top: 2rem;
  border-radius: 1.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  aspect-ratio: 16/9;
  width: 100%;
  position: relative;
  background-color: #000000;
}

.video-section__poster {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
}
.video-section__poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-section__play-overlay {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.video-section__play-overlay:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.video-section__play-btn {
  width: 4rem;
  height: 4rem;
  background-color: #dc2626;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.video-section__play-btn svg {
  width: 1.75rem;
  height: 1.75rem;
  color: #FFFFFF;
  margin-left: 0.25rem;
}

.video-section__iframe {
  width: 100%;
  height: 100%;
}

.section-divider {
  border: none;
  border-top: 1px solid #D5DF3D;
  margin: 0;
}

.cta-section {
  background-color: #111111;
  position: relative;
  overflow: hidden;
}

.cta-first-input--highlighted {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(213, 223, 61, 0.5) !important;
          box-shadow: 0 0 0 2px rgba(213, 223, 61, 0.5) !important;
}

.cta-section__orb {
  position: absolute;
  border-radius: 9999px;
  pointer-events: none;
}
.cta-section__orb--top {
  top: 0;
  left: 25%;
  width: 24rem;
  height: 24rem;
  background-color: rgba(122, 140, 115, 0.2);
  -webkit-filter: blur(120px);
          filter: blur(120px);
}
.cta-section__orb--bottom {
  bottom: 0;
  right: 25%;
  width: 20rem;
  height: 20rem;
  background-color: rgba(122, 140, 115, 0.1);
  -webkit-filter: blur(100px);
          filter: blur(100px);
}

.cta-section__inner {
  position: relative;
  z-index: 1;
  max-width: 70rem;
  margin: 0 auto;
}

.cta-section__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .cta-section__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5rem;
  }
}

.cta-section__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media (min-width: 1024px) {
  .cta-section__text {
    text-align: left;
  }
}

.cta-section__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .cta-section__badge {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.cta-section__pulse {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #EAF212;
  border-radius: 9999px;
  -webkit-animation: pulse-dot 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse-dot 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cta-section__badge-text {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #EAF212;
}

.cta-section__heading {
  font-size: 2.25rem;
  font-weight: 200;
  color: #FFFFFF;
  line-height: 1.1;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .cta-section__heading {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .cta-section__heading {
    font-size: 3.75rem;
  }
}

.cta-section__heading-bold {
  position: relative;
  display: inline-block;
  font-weight: 600;
}

.cta-section__heading-underline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background-color: #D5DF3D;
}

.cta-section__desc {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.125rem;
  line-height: 1.75;
  margin-bottom: 1rem;
  font-weight: 300;
}

.cta-section__form {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 1024px) {
  .cta-section__form {
    width: 420px;
  }
}

.cta-section__form-card {
  background-color: #FFFFFF;
  border-radius: 1.5rem;
  padding: 2rem;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.cta-form__title {
  font-size: 1.625rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.25rem;
}

.cta-form__subtitle {
  font-size: 0.875rem;
  color: #666666;
  margin-bottom: 1.25rem;
}

@-webkit-keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

@keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.cta-simple {
  background-color: #FAF9F6;
}

.cta-simple__inner {
  max-width: 44rem;
  margin: 0 auto;
  text-align: center;
}

.cta-simple__heading {
  font-size: 2rem;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .cta-simple__heading {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .cta-simple__heading {
    font-size: 3rem;
  }
}
.cta-simple__heading strong, .cta-simple__heading b {
  color: #B8C42A;
  font-weight: 500;
}
.cta-simple__heading span {
  color: #8A9A1A;
}

.cta-simple__desc {
  font-size: 1.0625rem;
  color: #666666;
  line-height: 1.75;
  margin-bottom: 2rem;
}

.cta-simple__action .btn {
  padding: 0.875rem 2rem;
  border-radius: 12px;
  font-size: 1rem;
}
.cta-simple__action .btn--tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  padding: 0.875rem 2rem;
  text-align: left;
}
.cta-simple__action .btn--tel svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.btn-tel__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.3;
}

.btn-tel__number {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.btn-tel__label {
  font-size: 0.8125rem;
  font-weight: 400;
  opacity: 0.8;
}

.faq-section {
  background-color: #FFFFFF;
}
.faq-section .section-header {
  margin: 0 auto 2rem !important;
}

.faq-list {
  max-width: 56rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}

.faq-item {
  border: 1px solid #e5e7eb;
  border-radius: 1.25rem;
  overflow: hidden;
}
.faq-item summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  padding: 1rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #2D3436;
  list-style: none;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary:hover {
  background-color: rgba(250, 249, 246, 0.5);
}
.faq-item summary svg {
  width: 1rem;
  height: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 1rem;
  color: #D5DF3D;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.faq-item[open] > summary svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-item__answer {
  padding: 0 1.5rem 1rem;
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.75;
}

.process-slider {
  display: block;
}

.process-slider__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
  margin-bottom: 1.5rem;
}
.process-slider__tabs::-webkit-scrollbar {
  display: none;
}

.process-slider__tab {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  color: rgba(45, 52, 54, 0.6);
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.process-slider__tab:hover {
  color: #2D3436;
}
.process-slider__tab.is-active {
  color: #2D3436;
  text-decoration: underline;
  text-decoration-color: #D5DF3D;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.process-slider__tab:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1rem;
  background-color: rgba(45, 52, 54, 0.2);
  margin-left: 0.75rem;
  vertical-align: middle;
}

.process-slider__pagination {
  display: none;
}
@media (min-width: 768px) {
  .process-slider__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.process-slider__pagination {
  gap: 0.375rem;
  padding: 0.5rem 0 1.25rem;
}

.process-slider__pagination__page {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 9999px;
  background-color: rgba(45, 52, 54, 0.2);
  border: none;
  padding: 0;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.process-slider__pagination__page.is-active {
  width: 1.25rem;
  background-color: #D5DF3D;
}

.process-slider__card {
  border: 1px solid #D5DF3D;
  border-radius: 1.5rem;
  padding: 1.25rem;
}

.process-slider__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #1a1a1a;
  margin-bottom: 1rem;
}

.process-slider__card-number {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #1a1a1a;
}

.process-slider__card-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #1a1a1a;
}

.process-slider__card-title {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.3;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}

.process-slider__card-desc {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.6;
  color: #666666;
  margin-bottom: 1rem;
}

.process-slider__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.process-slider__item p {
  margin: 0;
}

.process-slider__item-title {
  font-size: 0.75rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.125rem;
}

.process-slider__item-desc {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.5;
  color: #666666;
}

.faq-slider {
  background-color: #FFFFFF;
}

.faq-slider__header {
  text-align: center;
  margin-bottom: 3rem;
}

.faq-slider__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.faq-slider__badge-dot {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 9999px;
  background-color: #D5DF3D;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.faq-slider__badge-text {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #666666;
}

.faq-slider__title {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  color: #1a1a1a;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .faq-slider__title {
    font-size: 2.5rem;
  }
}

.faq-slider__desc {
  font-size: 0.9375rem;
  color: #666666;
  max-width: 40rem;
  margin: 0 auto;
  line-height: 1.6;
}
.faq-slider__desc p {
  margin: 0;
}

.faq-slider__splide {
  padding-bottom: 0.5rem;
}

.faq-slider__card {
  background: #FFFFFF;
  border: 1px solid #e5e7eb;
  border-radius: 1.5rem;
  padding: 1.5rem;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.faq-slider__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.75rem;
  background-color: #D5DF3D;
  margin-bottom: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.faq-slider__icon svg {
  width: 1.125rem;
  height: 1.125rem;
  stroke: #2D3436;
  fill: none;
}

.faq-slider__card-title {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.625rem;
  line-height: 1.4;
}

.faq-slider__card-body {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.7;
  color: #666666;
}
.faq-slider__card-body p {
  margin: 0;
}

.faq-slider__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.375rem;
  padding-top: 1.75rem;
}

.faq-slider__pagination__page {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 9999px;
  background-color: rgba(45, 52, 54, 0.2);
  border: none;
  padding: 0;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-slider__pagination__page.is-active {
  width: 1.25rem;
  background-color: #D5DF3D;
}

.coi-banner {
  background-color: #2D3436;
}

.coi-banner__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .coi-banner__grid {
    -ms-grid-columns: 1fr 5rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.coi-banner__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.coi-banner__badge-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  background-color: #D5DF3D;
  border-radius: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.coi-banner__badge-icon svg {
  width: 1.375rem;
  height: 1.375rem;
  color: #1a1a1a;
}

.coi-banner__badge-text {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.coi-banner__title {
  font-size: 2rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .coi-banner__title {
    font-size: 2.5rem;
  }
}

.coi-banner__text {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.75;
  margin-bottom: 2rem;
}

.coi-banner__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding: 0.75rem 1.5rem;
  background-color: #D5DF3D;
  border-radius: 9999px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  -webkit-transition: background 0.2s, -webkit-transform 0.15s;
  transition: background 0.2s, -webkit-transform 0.15s;
  transition: background 0.2s, transform 0.15s;
  transition: background 0.2s, transform 0.15s, -webkit-transform 0.15s;
}
.coi-banner__cta svg {
  width: 1rem;
  height: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.coi-banner__cta:hover {
  background-color: #B8C42A;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.coi-banner__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.75rem;
}

.coi-banner__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.coi-banner__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.coi-banner__item-icon svg {
  width: 1.125rem;
  height: 1.125rem;
  color: #D5DF3D;
}

.coi-banner__item-title {
  font-size: 1rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.3;
  margin-bottom: 0.375rem;
}

.coi-banner__item-text {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.65;
  margin: 0;
}

.features-section {
  background-color: #FAF9F6;
}

.features-section__header {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 3rem;
}

.features-section__heading {
  font-size: 1.875rem;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
}
.features-section__heading strong, .features-section__heading b {
  font-weight: 700;
}
@media (min-width: 768px) {
  .features-section__heading {
    font-size: 2.25rem;
  }
}

.features-section__desc {
  font-size: 1.0625rem;
  color: #666666;
  line-height: 1.6;
}

.features-section__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (min-width: 1024px) {
  .features-section__grid {
    -ms-grid-columns: 1fr 3rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.features-section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.feature-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
  background-color: #FFFFFF;
  border-radius: 1.25rem;
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(229, 231, 235, 0.6);
}

.feature-card__number {
  width: 2.75rem;
  height: 2.75rem;
  min-width: 2.75rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #60a5fa, #3b82f6);
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feature-card__title {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.25rem;
}

.feature-card__desc {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.5;
}

.features-section__grid--no-image {
  display: block;
}
.features-section__grid--no-image .features-section__list {
  max-width: 40rem;
  margin: 0 auto;
}

.features-section__image {
  border-radius: 1.5rem;
  overflow: hidden;
}
.features-section__image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1024px) {
  .features-section__image {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .features-section__image img {
    height: 100%;
    max-height: none;
  }
}

.comparison-section {
  background-color: #FAF9F6;
}

.comparison-section__header {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 3rem;
}

.comparison-section__heading {
  font-size: 1.875rem;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
}
.comparison-section__heading strong, .comparison-section__heading b {
  font-weight: 700;
}
@media (min-width: 768px) {
  .comparison-section__heading {
    font-size: 2.25rem;
  }
}

.comparison-section__desc {
  font-size: 1.0625rem;
  color: #666666;
  line-height: 1.6;
}

.comparison {
  max-width: 56rem;
  margin: 0 auto;
}

.comparison__headers {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

.comparison__header {
  padding: 0.875rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}
.comparison__header--left {
  color: #666666;
  border-bottom: 2px solid #e5e7eb;
}
.comparison__header--right {
  border-bottom: 2px solid #D5DF3D;
  color: #1a1a1a;
}

.comparison__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.comparison__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.comparison__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-radius: 1rem;
  font-size: 0.9375rem;
  line-height: 1.4;
}
.comparison__cell--left {
  background-color: #FFFFFF;
  border: 1px solid rgba(229, 231, 235, 0.6);
  color: #666666;
}
.comparison__cell--right {
  background-color: #FFFFFF;
  border: 1px solid rgba(213, 223, 61, 0.4);
  color: #1a1a1a;
}

.comparison__icon {
  width: 1.25rem;
  height: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.comparison__icon--x {
  color: #dc2626;
  opacity: 0.6;
}
.comparison__icon--check {
  color: #B8C42A;
}

@media (max-width: 768px) {
  .comparison__headers {
    gap: 0.5rem;
  }
  .comparison__header {
    font-size: 0.8125rem;
    padding: 0.625rem 0.75rem;
  }
  .comparison__row {
    gap: 0.5rem;
  }
  .comparison__cell {
    font-size: 0.75rem;
    padding: 0.625rem 0.75rem;
    gap: 0.5rem;
  }
  .comparison__icon {
    width: 1rem;
    height: 1rem;
  }
}
.storage-section {
  background-color: #FFFFFF;
  overflow-x: hidden;
}

.storage-section__header {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto 3rem;
}

.storage-section__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.storage-section__badge-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #D5DF3D;
  border-radius: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.storage-section__badge-icon svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #000000;
}

.storage-section__badge-text {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(45, 52, 54, 0.6);
}

.storage-section__heading {
  font-size: 1.875rem;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
}
.storage-section__heading strong, .storage-section__heading b {
  font-weight: 700;
}
@media (min-width: 768px) {
  .storage-section__heading {
    font-size: 2.25rem;
  }
}

.storage-section__desc {
  font-size: 1.0625rem;
  color: #666666;
  line-height: 1.7;
}

.storage-highlights {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .storage-highlights {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.storage-highlight__icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 1rem;
}
.storage-highlight__icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.storage-highlight__title {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.25rem;
}

.storage-highlight__desc {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.5;
}

.storage-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .storage-cards {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.storage-card {
  background-color: #FAF9F6;
  border-radius: 1.25rem;
  padding: 1.5rem;
  border: 1px solid rgba(229, 231, 235, 0.5);
}

.storage-card__title {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}

.storage-card__desc {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.6;
}

.storage-pricing {
  max-width: 44rem;
  margin: 0 auto;
}

.storage-pricing__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.storage-pricing__scroll::-webkit-scrollbar {
  display: none;
}

.storage-pricing__heading {
  font-size: 1.875rem;
  font-weight: 400;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 0.375rem;
}
.storage-pricing__heading strong, .storage-pricing__heading b {
  font-weight: 700;
}
@media (min-width: 768px) {
  .storage-pricing__heading {
    font-size: 2.25rem;
  }
}

.storage-pricing__text {
  font-size: 1.0625rem;
  color: #666666;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.storage-pricing__bottom-text {
  font-size: 0.8125rem;
  color: #555555;
  font-style: italic;
  margin-top: 0.875rem;
}

.storage-pricing__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e5e7eb;
  border-radius: 1.25rem;
  overflow: hidden;
}
.storage-pricing__table th, .storage-pricing__table td {
  padding: 0.75rem 0.75rem;
  text-align: left;
  font-size: 0.8125rem;
  max-width: 200px;
}
@media (min-width: 768px) {
  .storage-pricing__table th, .storage-pricing__table td {
    padding: 1rem 1.5rem;
    font-size: 0.9375rem;
    max-width: none;
  }
}
.storage-pricing__table thead th {
  background-color: #FAF9F6;
  font-weight: 600;
  color: #1a1a1a;
  border-bottom: 1px solid #e5e7eb;
}
.storage-pricing__table tbody tr {
  border-bottom: 1px solid rgba(229, 231, 235, 0.6);
}
.storage-pricing__table tbody tr:last-child {
  border-bottom: none;
}
.storage-pricing__table tbody td {
  color: #666666;
  border-bottom: 1px solid rgba(229, 231, 235, 0.4);
}
.storage-pricing__table tbody tr:last-child td {
  border-bottom: none;
}
.storage-pricing__table tbody td strong {
  color: #1a1a1a;
  font-weight: 600;
}

.storage-section__cta {
  text-align: center;
}

.storage-section__cta-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.storage-section__cta-link:hover {
  color: #B8C42A;
}
.storage-section__cta-link svg {
  width: 1.25rem;
  height: 1.25rem;
}

.mci {
  background-color: #FFFFFF;
}

.mci--2col .container {
  max-width: 52rem;
}

.mci__header {
  text-align: center;
  margin: 0 auto 3.5rem;
}
.mci__header--left {
  text-align: left;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.mci__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin-bottom: 1rem;
}

.mci__badge-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2rem;
  height: 2rem;
  background-color: #D5DF3D;
  border-radius: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mci__badge-icon svg {
  width: 1rem;
  height: 1rem;
  color: #1a1a1a;
}
.mci__header--left .mci__badge-icon {
  width: 3rem;
  height: 3rem;
}
.mci__header--left .mci__badge-icon svg {
  width: 1.375rem;
  height: 1.375rem;
}

.mci__badge-text {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #666666;
}

.mci__title {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.15;
  margin-bottom: 0.75rem;
}
.mci__title span {
  color: #D5DF3D;
}
@media (min-width: 768px) {
  .mci__title {
    font-size: 2.5rem;
  }
}

.mci__desc {
  font-size: 1rem;
  color: #666666;
  line-height: 1.75;
  margin: 0;
}

.mci__grid {
  --cols: 3;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 640px) {
  .mci__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .mci__grid {
    -ms-grid-columns: (1fr)[var(--cols)];
    grid-template-columns: repeat(var(--cols), 1fr);
  }
}
.mci__grid--2col {
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}

.mci__card {
  background: #FFFFFF;
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: 1rem;
  padding: 1.75rem;
}
.mci__card--has-icon {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1rem 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.mci__card--has-icon > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.mci__card--has-icon > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.mci__card--has-icon > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.mci__card--has-icon > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.mci__card--has-icon .mci__item-icon {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  margin-bottom: 0;
  -ms-grid-row-align: center;
      align-self: center;
}
.mci__card--has-icon .mci__item-title {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 0;
}
.mci__card--has-icon .mci__item-body {
  grid-column: 1/-1;
  -ms-grid-row: 2;
  grid-row: 2;
  margin-top: 1rem;
}

.mci__card--numbered {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1rem 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.mci__card--numbered > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.mci__card--numbered > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.mci__card--numbered > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.mci__card--numbered > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.mci__card--numbered .mci__item-number {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  margin-bottom: 0;
  -ms-grid-row-align: center;
      align-self: center;
}
.mci__card--numbered .mci__item-title {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 0;
}
.mci__card--numbered .mci__item-body {
  grid-column: 1/-1;
  -ms-grid-row: 2;
  grid-row: 2;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .mci__card--numbered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mci__card--numbered .mci__item-number {
    margin-bottom: 1.25rem;
  }
  .mci__card--numbered .mci__item-title {
    margin-bottom: 0.5rem;
    width: 100%;
  }
  .mci__card--numbered .mci__item-body {
    margin-top: 0;
  }
}

.mci__item-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  background-color: #D5DF3D;
  border-radius: 9999px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #2D3436;
  margin-bottom: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.mci__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  background-color: #D5DF3D;
  border-radius: 0.75rem;
  margin-bottom: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mci__item-icon svg {
  width: 1.375rem;
  height: 1.375rem;
  color: #1a1a1a;
}

.mci__item-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.mci__item-body {
  font-size: 0.9375rem;
  color: #666666;
  line-height: 1.65;
  margin: 0;
}
.mci__item-body ul:not(.ratings-list) {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
}
.mci__item-body ul:not(.ratings-list) li {
  position: relative;
  padding-left: 1.25rem;
}
.mci__item-body ul:not(.ratings-list) li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #D5DF3D;
  border-radius: 50%;
}
.mci__item-body ul:not(.ratings-list) li strong {
  display: block;
  color: #1a1a1a;
}

.mci__split-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (min-width: 1024px) {
  .mci__split-wrap {
    -ms-grid-columns: 1fr 3rem 22rem;
    grid-template-columns: 1fr 22rem;
    gap: 3rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 1280px) {
  .mci__split-wrap {
    -ms-grid-columns: 1fr 26rem;
    grid-template-columns: 1fr 26rem;
  }
}

.mci__split-main {
  min-width: 0;
}
.mci__split-main .mci__header {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}
.mci__split-main .mci__grid {
  -ms-grid-columns: 1fr !important;
  grid-template-columns: 1fr !important;
  gap: 0;
}
@media (min-width: 640px) {
  .mci__split-main .mci__grid {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
}
@media (min-width: 1024px) {
  .mci__split-main .mci__grid {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
}
.mci__split-main .mci__card {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.08);
}
.mci__split-main .mci__card:first-child {
  padding-top: 0;
}
.mci__split-main .mci__card:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.mci__split-card {
  background-color: #D5DF3D;
  border-radius: 1rem;
  padding: 2rem 1.75rem;
}
@media (min-width: 1024px) {
  .mci__split-card {
    padding: 2.5rem 2rem;
    position: sticky;
    top: 2rem;
  }
}
.mci__split-card h2, .mci__split-card h3, .mci__split-card h4 {
  color: inherit;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.mci__split-card p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.mci__split-card p:last-child {
  margin-bottom: 0;
}
.mci__split-card ul, .mci__split-card ol {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
  line-height: 1.7;
}
.mci__split-card ul:last-child, .mci__split-card ol:last-child {
  margin-bottom: 0;
}
.mci__split-card a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.mci__split-card strong {
  font-weight: 700;
}

.mci__cta-wrap {
  margin-top: 3rem;
  text-align: center;
}
.mci--left .mci__cta-wrap {
  text-align: left;
}

.mci__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  padding: 0.875rem 1.75rem;
  background-color: #D5DF3D;
  border-radius: 12px;
  text-decoration: none;
  -webkit-transition: background 0.2s, -webkit-transform 0.15s;
  transition: background 0.2s, -webkit-transform 0.15s;
  transition: background 0.2s, transform 0.15s;
  transition: background 0.2s, transform 0.15s, -webkit-transform 0.15s;
}
.mci__cta svg {
  width: 1.25rem;
  height: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #1a1a1a;
}
.mci__cta span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.1rem;
}
.mci__cta strong {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
}
.mci__cta small {
  font-size: 0.75rem;
  font-weight: 400;
  color: rgba(26, 26, 26, 0.7);
  line-height: 1.2;
}
.mci__cta:hover {
  background-color: #B8C42A;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.neighborhood-about {
  background-color: #FAF9F6;
}
.neighborhood-about .container {
  max-width: 85vw;
}

.neighborhood-about__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin-bottom: 1rem;
}

.neighborhood-about__badge-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2rem;
  height: 2rem;
  background-color: #D5DF3D;
  border-radius: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.neighborhood-about__badge-icon svg {
  width: 1rem;
  height: 1rem;
  color: #1a1a1a;
}

.neighborhood-about__badge-text {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #666666;
}

.neighborhood-about__title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.1;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .neighborhood-about__title {
    font-size: 2.75rem;
  }
}

.neighborhood-about__text {
  font-size: 1rem;
  line-height: 1.75;
  color: #666666;
  max-width: 52rem;
  margin-bottom: 3rem;
}

.neighborhood-about__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  -ms-scroll-snap-type: x proximity;
      scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  gap: 1.5rem;
  margin-right: -1.5rem;
  padding-right: 1.5rem;
  scrollbar-width: none;
}
.neighborhood-about__columns::-webkit-scrollbar {
  display: none;
}
.neighborhood-about__columns > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  scroll-snap-align: start;
}
@media (min-width: 768px) {
  .neighborhood-about__columns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    overflow-x: visible;
    margin-right: 0;
    padding-right: 0;
  }
  .neighborhood-about__columns > * {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
@media (min-width: 1024px) {
  .neighborhood-about__columns {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}

.neighborhood-about__col-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.neighborhood-about__col-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.125rem;
}
.neighborhood-about__col-icon svg {
  width: 1.125rem;
  height: 1.125rem;
  color: #D5DF3D;
}

.neighborhood-about__col-label {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
}

.neighborhood-about__col-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
}
.neighborhood-about__col-body p {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.5;
  margin: 0;
}

.neighborhood-cta {
  background: linear-gradient(135deg, #2D3436 0%, #1e2527 100%);
  text-align: center;
}

.neighborhood-cta__heading {
  font-size: 2rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.15;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .neighborhood-cta__heading {
    font-size: 2.75rem;
  }
}

.neighborhood-cta__subtext {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.75;
  max-width: 42rem;
  margin: 0 auto 2.5rem;
}
@media (min-width: 768px) {
  .neighborhood-cta__subtext {
    font-size: 1.125rem;
  }
}

.neighborhood-cta__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (min-width: 640px) {
  .neighborhood-cta__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.neighborhood-cta__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  padding: 0.875rem 1.75rem;
  background-color: #D5DF3D;
  border-radius: 12px;
  text-decoration: none;
  -webkit-transition: background 0.2s, -webkit-transform 0.15s;
  transition: background 0.2s, -webkit-transform 0.15s;
  transition: background 0.2s, transform 0.15s;
  transition: background 0.2s, transform 0.15s, -webkit-transform 0.15s;
}
.neighborhood-cta__btn svg {
  width: 1.25rem;
  height: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #1a1a1a;
}
.neighborhood-cta__btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.1rem;
}
.neighborhood-cta__btn strong {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
}
.neighborhood-cta__btn small {
  font-size: 0.75rem;
  font-weight: 400;
  color: rgba(26, 26, 26, 0.7);
  line-height: 1.2;
}
.neighborhood-cta__btn:hover {
  background-color: #B8C42A;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.neighborhood-info__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .neighborhood-info__grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.neighborhood-info__title {
  font-size: 2rem;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.15;
  margin-bottom: 1.25rem;
}

.neighborhood-info__body {
  font-size: 1rem;
  line-height: 1.75;
  color: #666666;
  margin-bottom: 1.25rem;
}

.neighborhood-info__areas {
  font-size: 1rem;
  line-height: 1.75;
  color: #666666;
  margin-bottom: 1.5rem;
}
.neighborhood-info__areas strong {
  color: #1a1a1a;
  font-weight: 600;
}

.neighborhood-info__checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.neighborhood-info__check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.625rem;
  font-size: 0.9375rem;
  color: #666666;
}
.neighborhood-info__check-item svg {
  width: 1.125rem;
  height: 1.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.125rem;
  color: #D5DF3D;
}

.neighborhood-info__map-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.neighborhood-info__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 0.8125rem;
  color: #666666;
}

.neighborhood-info__legend-dot {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 9999px;
  margin-right: 0.25rem;
  vertical-align: middle;
}
.neighborhood-info__legend-dot--service {
  background-color: #D5DF3D;
}
.neighborhood-info__legend-dot--landmark {
  background-color: #3b82f6;
}
.neighborhood-info__legend-dot--transit {
  background-color: #22c55e;
}

.neighborhood-info__map {
  width: 100%;
  height: 480px;
  border-radius: 1.25rem;
  overflow: hidden;
  z-index: 0;
}

.neighborhood-map__header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2.5rem;
}

.neighborhood-map__title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.15;
  margin-bottom: 1rem;
}

.neighborhood-map__text {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: #666666;
}
.neighborhood-map__text p {
  margin: 0;
}

.neighborhood-map__map {
  width: 100%;
  height: 420px;
  border-radius: 1.25rem;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 2.5rem;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .neighborhood-map__map {
    height: 500px;
  }
}

.neighborhood-map__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .neighborhood-map__list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.neighborhood-map__item {
  border-radius: 1rem;
  overflow: hidden;
}

.neighborhood-map__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding: 0.875rem 1rem;
  background: #FAF9F6;
  border-radius: 1rem;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.neighborhood-map__link:hover {
  background: #D5DF3D;
}
.neighborhood-map__link:hover .neighborhood-map__arrow {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.neighborhood-map__check {
  width: 1rem;
  height: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #B8C42A;
}
.neighborhood-map__link:hover .neighborhood-map__check {
  color: #1a1a1a;
}

.neighborhood-map__name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #1a1a1a;
}

.neighborhood-map__arrow {
  width: 1rem;
  height: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #1a1a1a;
  opacity: 0;
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.neighborhood-siblings {
  text-align: center;
}

.neighborhood-siblings__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 2rem;
}

.neighborhood-siblings__grid {
  list-style: none;
  margin: 0 0 2.5rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}

@media (max-width: 639px) {
  .neighborhood-siblings__item {
    width: calc(50% - 12px);
  }
}
@media (min-width: 640px) {
  .neighborhood-siblings__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

.neighborhood-siblings__link {
  display: block;
  padding: 1rem 1.5rem;
  background: #FAF9F6;
  border-radius: 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.neighborhood-siblings__link:hover {
  background: #D5DF3D;
  color: #1a1a1a;
}

.neighborhood-siblings__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.neighborhood-siblings__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.75rem;
  border: 1.5px solid #1a1a1a;
  border-radius: 12px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  -webkit-transition: background 0.2s, color 0.2s, border-color 0.2s;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.neighborhood-siblings__btn svg {
  width: 1rem;
  height: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.neighborhood-siblings__btn:hover {
  background: #1a1a1a;
  color: #FFFFFF;
  border-color: #1a1a1a;
}
.neighborhood-siblings__btn:hover svg {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.text-block-section__inner {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

.text-block-section__header {
  margin-bottom: 2rem;
}

.text-block-section__prehead {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(45, 52, 54, 0.6);
  margin-bottom: 0.5rem;
}

.text-block-section__title {
  font-size: 1.875rem;
  font-weight: 400;
  color: #1a1a1a;
}
.text-block-section__title strong, .text-block-section__title b {
  font-weight: 700;
}
@media (min-width: 768px) {
  .text-block-section__title {
    font-size: 2.25rem;
  }
}
.text-block-section__title span {
  color: #D5DF3D;
}

.text-block-section__desc {
  font-size: 1.0625rem;
  color: #666666;
  line-height: 1.75;
  margin-top: 1rem;
}

.text-block-section__body h2, .text-block-section__body h3, .text-block-section__body h4 {
  color: #1a1a1a;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.text-block-section__body p {
  font-size: 1.0625rem;
  color: #666666;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.text-block-section__body ul, .text-block-section__body ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  color: #666666;
  line-height: 1.7;
}
.text-block-section__body a {
  color: #B8C42A;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.shortcode-section > iframe,
.shortcode-section > div {
  width: 100%;
}
.shortcode-section > .container:not(.shortcode-section__header) > iframe,
.shortcode-section > .container:not(.shortcode-section__header) > div {
  width: 100%;
}
.shortcode-section iframe[src*=".pdf"] {
  display: block;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  height: auto !important;
  aspect-ratio: 8.5/10.5;
  border-radius: 0.75rem;
}
.shortcode-section__header {
  text-align: center;
  margin-bottom: 2rem;
}
.shortcode-section__title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 400;
  margin-bottom: 0.75rem;
}
.shortcode-section__title strong {
  font-weight: 700;
}
.shortcode-section__desc {
  color: #636e72;
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}

.stats-bar {
  background-color: #FFFFFF;
}

.stats-bar__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .stats-bar__grid {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.stats-bar__value {
  font-size: 2.25rem;
  font-weight: 700;
  color: #B8C42A;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .stats-bar__value {
    font-size: 2.75rem;
  }
}

.stats-bar__label {
  font-size: 0.9375rem;
  color: #666666;
}

.why-us-subsections {
  padding-bottom: 4rem;
}

.numbered-section {
  background-color: #FFFFFF;
}

.numbered-section__label {
  margin-bottom: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.numbered-section__label-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 0.25rem;
}

.numbered-section__number {
  font-size: 0.75rem;
  font-weight: 700;
  color: #8A9A1A;
  letter-spacing: 0.1em;
}

.numbered-section__name {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(45, 52, 54, 0.7);
}

.numbered-section__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
@media (min-width: 1024px) {
  .numbered-section__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.numbered-section__heading {
  font-size: 1.25rem;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .numbered-section__heading {
    font-size: 1.5rem;
  }
}

.numbered-section__desc {
  font-size: 1rem;
  color: #666666;
  font-weight: 300;
  line-height: 1.75;
}

.numbered-section__cta {
  margin-top: 1.5rem;
}

.bullet-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

.bullet-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}

.bullet-item__icon {
  width: 1rem;
  height: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.25rem;
  color: rgba(45, 52, 54, 0.5);
}
.bullet-item__icon svg {
  width: 1rem;
  height: 1rem;
}

.bullet-item__title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.25rem;
}

.bullet-item__desc {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.75;
}

.nl-section {
  background-color: #FAF9F6;
}

.nl-section__header {
  max-width: 52rem;
  margin-bottom: 3rem;
}

.nl-section__subtitle {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 0.75rem;
}

.nl-section__title {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.15;
  margin-bottom: 0.75rem;
}
.nl-section__title span {
  color: #8A9A1A;
}
@media (min-width: 768px) {
  .nl-section__title {
    font-size: 2.5rem;
  }
}

.nl-section__desc {
  font-size: 1rem;
  color: #666666;
  line-height: 1.75;
  margin: 0;
}

.nl-section__grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .nl-section__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .nl-section__grid {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.nl-section__grid li::before {
  display: none;
}

.nl-section__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  padding: 1.25rem 1rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  height: 100%;
  -webkit-transition: background 0.15s, border-color 0.15s;
  transition: background 0.15s, border-color 0.15s;
}
.nl-section__card svg {
  width: 1rem;
  height: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.15s;
  transition: opacity 0.15s, -webkit-transform 0.15s;
  transition: transform 0.15s, opacity 0.15s;
  transition: transform 0.15s, opacity 0.15s, -webkit-transform 0.15s;
}
.nl-section__card:hover {
  background-color: #D5DF3D;
  border-color: #D5DF3D;
  color: #1a1a1a;
}
.nl-section__card:hover svg {
  opacity: 1;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.nl-section__cta {
  margin-top: 2rem;
  text-align: center;
}

.nl-section__cta-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  border: 1px solid rgba(26, 26, 26, 0.2);
  border-radius: 9999px;
  padding: 0.75rem 1.5rem;
  -webkit-transition: border-color 0.2s, background 0.2s;
  transition: border-color 0.2s, background 0.2s;
}
.nl-section__cta-link svg {
  width: 1rem;
  height: 1rem;
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
}
.nl-section__cta-link:hover {
  border-color: #1a1a1a;
  background-color: #1a1a1a;
  color: #FFFFFF;
}
.nl-section__cta-link:hover svg {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.service-hero {
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
}

.service-hero__inner {
  padding: 1.5rem 0 1.5rem;
}
@media (min-width: 768px) {
  .service-hero__inner {
    padding: 2rem 0;
  }
}

.service-hero__banner {
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
  height: 300px;
}
@media (min-width: 768px) {
  .service-hero__banner {
    height: 400px;
  }
}

.service-hero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-hero__placeholder {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(#e5e7eb), to(#d1d5db));
  background: linear-gradient(to bottom right, #e5e7eb, #d1d5db);
}

.service-hero__overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), color-stop(rgba(0, 0, 0, 0.4)), to(transparent));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4), transparent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-hero__content {
  padding: 2rem;
  max-width: 42rem;
}
@media (min-width: 768px) {
  .service-hero__content {
    padding: 3rem;
  }
}

.service-hero__title {
  font-size: 1.875rem;
  font-weight: 200;
  color: #FFFFFF;
  line-height: 1.1;
  margin-bottom: 1rem;
  letter-spacing: -0.025em;
}
@media (min-width: 768px) {
  .service-hero__title {
    font-size: 3rem;
  }
}

.service-hero__excerpt {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  line-height: 1.625;
}

.service-hero__cta {
  margin-top: 1.5rem;
}

.service-hero__trust {
  padding: 1rem 0;
}

.service-content {
  padding: 3rem 0 4rem;
  background-color: #FFFFFF;
}
@media (min-width: 1024px) {
  .service-content {
    padding: 4rem 0;
  }
}

.service-content__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .service-content__grid {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }
}

.service-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.service-sidebar__related {
  background-color: #FAF9F6;
  border-radius: 1.5rem;
  padding: 1.5rem;
}

.service-sidebar__related-title {
  font-weight: 600;
  font-size: 1rem;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.service-sidebar__related-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-sidebar__related-link {
  font-size: 0.875rem;
  color: #2D3436;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.service-sidebar__related-link:hover {
  color: #D5DF3D;
}

.breadcrumb {
  padding: 1rem 0;
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #666666;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumb__link {
  color: #666666;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.breadcrumb__link:hover {
  color: #D5DF3D;
}

.breadcrumb__separator {
  color: #ccc;
}

.breadcrumb__current {
  color: #2D3436;
  font-weight: 500;
}

.neighborhood-hero {
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
}

.neighborhood-hero__inner {
  padding-bottom: 1.5rem;
}

.neighborhood-hero__banner {
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
  height: 300px;
}
@media (min-width: 768px) {
  .neighborhood-hero__banner {
    height: 450px;
  }
}

.neighborhood-hero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.neighborhood-hero__placeholder {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(#e5e7eb), to(#d1d5db));
  background: linear-gradient(to bottom right, #e5e7eb, #d1d5db);
}

.neighborhood-hero__overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), color-stop(rgba(0, 0, 0, 0.4)), to(transparent));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4), transparent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 768px) {
  .neighborhood-hero__overlay {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.neighborhood-hero__content {
  padding: 2rem;
  max-width: 42rem;
}
@media (min-width: 768px) {
  .neighborhood-hero__content {
    padding: 3rem;
  }
}

.neighborhood-hero__parent {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.neighborhood-hero__title {
  font-size: 1.875rem;
  font-weight: 200;
  color: #FFFFFF;
  line-height: 1.1;
  margin-bottom: 0.75rem;
  letter-spacing: -0.025em;
}
@media (min-width: 768px) {
  .neighborhood-hero__title {
    font-size: 3rem;
  }
}

.neighborhood-hero__title-accent {
  font-weight: 600;
  color: #B8C42A;
}

.neighborhood-hero__tagline {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
}

.neighborhood-hero__bullets {
  margin-top: 1rem;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}

.neighborhood-hero__bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  color: #FFFFFF;
  font-size: 0.875rem;
}

.neighborhood-hero__bullet-check {
  font-size: 10px;
  margin-top: 0.125rem;
}

.neighborhood-hero__trust {
  padding: 1rem 0;
}

.neighborhood-content {
  padding: 3rem 0 4rem;
  background-color: #FFFFFF;
}
@media (min-width: 1024px) {
  .neighborhood-content {
    padding: 4rem 0;
  }
}

.neighborhood-content__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .neighborhood-content__grid {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }
}

.neighborhood-zip {
  background-color: #FAF9F6;
  border-radius: 1.5rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.neighborhood-zip__title {
  font-weight: 600;
  font-size: 1rem;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}

.neighborhood-zip__codes {
  font-size: 0.875rem;
  color: #666666;
}

.neighborhood-services {
  margin-bottom: 3rem;
}

.neighborhood-services__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
}

.neighborhood-services__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 640px) {
  .neighborhood-services__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.neighborhood-service-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 1.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.neighborhood-service-link:hover {
  border-color: #D5DF3D;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.neighborhood-service-link__dot {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #D5DF3D;
  border-radius: 9999px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.neighborhood-service-link__name {
  font-size: 0.875rem;
  font-weight: 500;
  color: #2D3436;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.neighborhood-service-link:hover .neighborhood-service-link__name {
  color: #B8C42A;
}

.neighborhood-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.neighborhood-sidebar__related {
  background-color: #FAF9F6;
  border-radius: 1.5rem;
  padding: 1.5rem;
}

.neighborhood-sidebar__related-title {
  font-weight: 600;
  font-size: 1rem;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.neighborhood-sidebar__related-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.neighborhood-sidebar__related-link {
  font-size: 0.875rem;
  color: #2D3436;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.neighborhood-sidebar__related-link:hover {
  color: #D5DF3D;
}

.blog-page-hero {
  background-color: #2D3436;
  padding: 3.5rem 0 3rem;
}
@media (min-width: 1024px) {
  .blog-page-hero {
    padding: 5rem 0 4rem;
  }
}

.blog-page-hero__title {
  font-size: 2rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.1;
  margin-bottom: 0.75rem;
  letter-spacing: -0.025em;
}
@media (min-width: 768px) {
  .blog-page-hero__title {
    font-size: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .blog-page-hero__title {
    font-size: 3.25rem;
  }
}

.blog-page-hero__desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
  max-width: 44rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .blog-page-hero__desc {
    font-size: 1.0625rem;
  }
}

.category-toggles {
  padding: 1.5rem 0;
  border-bottom: 1px solid #e5e7eb;
  background-color: #FFFFFF;
  position: relative;
  z-index: 10;
}

.category-toggles__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}
.category-toggles__list::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .category-toggles__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow-x: visible;
  }
}

.category-toggle {
  display: inline-block;
  padding: 0.4rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #666666;
  background-color: transparent;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  text-decoration: none;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}
.category-toggle:hover {
  background-color: #FAF9F6;
  color: #1a1a1a;
  border-color: rgb(205.9391304348, 209.7130434783, 217.2608695652);
}
.category-toggle--active {
  background-color: #D5DF3D;
  color: #2D3436;
  border-color: #D5DF3D;
  font-weight: 600;
}
.category-toggle--active:hover {
  background-color: #B8C42A;
  border-color: #B8C42A;
}

.featured-feed {
  padding: 3rem 0 0;
  background-color: #FFFFFF;
}

.featured-feed__label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #B8C42A;
  margin-bottom: 1rem;
}

.featured-grid {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
}
.featured-grid--1col {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.featured-grid--2col {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .featured-grid--2col {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.featured-grid--3col {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .featured-grid--3col {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .featured-grid--3col {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.featured-card {
  border: 1px solid #e5e7eb;
  border-radius: 1.5rem;
  overflow: hidden;
  background-color: #FFFFFF;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.featured-card:hover {
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.featured-card__image-link {
  display: block;
  text-decoration: none;
}

.featured-card__image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/7;
  overflow: hidden;
  background-color: #D5DF3D;
}
.featured-grid--1col .featured-card__image-wrapper {
  aspect-ratio: 16/6;
}

.featured-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.featured-card:hover .featured-card__img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.featured-card__img-placeholder {
  width: 100%;
  height: 100%;
  background-color: #D5DF3D;
}

.featured-card__body {
  padding: 1.5rem;
}
@media (min-width: 1024px) {
  .featured-grid--1col .featured-card__body {
    padding: 2rem 2.25rem;
  }
}

.featured-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .featured-grid--1col .featured-card__title {
    font-size: 1.625rem;
  }
}
.featured-card__title a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.featured-card__title a:hover {
  color: #B8C42A;
}

.featured-card__excerpt {
  font-size: 0.9375rem;
  color: #666666;
  line-height: 1.65;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.featured-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem 1rem;
  margin-bottom: 0.875rem;
}

.featured-card__meta-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.35rem;
  font-size: 0.8125rem;
  color: #666666;
}
.featured-card__meta-item svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0.6;
}

.featured-card__meta-sep {
  opacity: 0.4;
  margin: 0 0.1rem;
}

.featured-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.375rem;
}

.posts-feed {
  padding: 3rem 0 4rem;
  background-color: #FFFFFF;
}

.posts-feed__heading {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 2rem;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .posts-feed__heading {
    font-size: 1.875rem;
  }
}

.posts-feed__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .posts-feed__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .posts-feed__grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.posts-feed__pagination {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.posts-feed__count {
  font-size: 0.8125rem;
  color: #666666;
}

.posts-feed__pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}

.posts-feed__page-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.625rem;
  border-radius: 1rem;
  font-size: 0.875rem;
  color: #2D3436;
  text-decoration: none;
  border: 1px solid #e5e7eb;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.posts-feed__page-btn:hover {
  background-color: #FAF9F6;
  border-color: rgb(205.9391304348, 209.7130434783, 217.2608695652);
}
.posts-feed__page-btn--active {
  background-color: #D5DF3D;
  color: #2D3436;
  border-color: #D5DF3D;
  font-weight: 600;
}
.posts-feed__page-btn--nav {
  font-size: 1.25rem;
  color: #666666;
}

.blog-badge {
  display: inline-block;
  padding: 0.3rem 0.875rem;
  background-color: #D5DF3D;
  color: #2D3436;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 9999px;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.blog-archive {
  padding: 4rem 0 6rem;
  background-color: #FFFFFF;
}
@media (min-width: 1024px) {
  .blog-archive {
    padding: 6rem 0;
  }
}

.blog-archive__header {
  max-width: 56rem;
  margin: 0 auto 3rem;
}

.blog-archive__heading {
  font-size: 1.875rem;
  font-weight: 200;
  color: #1a1a1a;
  line-height: 1.1;
  margin-bottom: 1rem;
  letter-spacing: -0.025em;
}
@media (min-width: 768px) {
  .blog-archive__heading {
    font-size: 3rem;
  }
}

.blog-archive__heading-accent {
  font-weight: 600;
  color: #B8C42A;
}

.blog-archive__desc {
  color: #666666;
  font-size: 1.125rem;
}

.blog-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .blog-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .blog-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.blog-archive__empty {
  text-align: center;
  color: #666666;
}

.blog-pagination {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.blog-pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  border-radius: 1.25rem;
  font-size: 0.875rem;
  color: #2D3436;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.blog-pagination .page-numbers:hover {
  background-color: #FAF9F6;
}
.blog-pagination .page-numbers.current {
  background-color: #D5DF3D;
  color: #2D3436;
  font-weight: 600;
}
.blog-pagination .prev,
.blog-pagination .next {
  font-weight: 500;
}

.article-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FFFFFF;
  border: 1px solid #e5e7eb;
  border-radius: 1.5rem;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.article-card:hover {
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.article-card__link {
  display: block;
  text-decoration: none;
}

.article-card__image-wrapper {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #e6e7eb;
}
.article-card__image-wrapper img.article-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.article-card:hover .article-card__image-wrapper img.article-card__img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.article-card__img-placeholder {
  width: 100%;
  height: 100%;
  background-color: #e6e7eb;
}

.article-card__badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1;
  display: inline-block;
  padding: 0.3rem 0.875rem;
  background-color: #D5DF3D;
  color: #2D3436;
  font-size: 0.7rem;
  font-weight: 600;
  border-radius: 9999px;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.article-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem 1.25rem 1.25rem;
}

.article-card__title {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
  margin: 0;
}
.article-card__title a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.article-card__title a:hover {
  color: #B8C42A;
}
@media (min-width: 768px) {
  .article-card__title {
    font-size: 1.0625rem;
  }
}

.article-card__excerpt {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.25rem;
}

.article-card__meta-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3rem;
  font-size: 0.75rem;
  color: #666666;
}
.article-card__meta-item svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0.7;
}

.article-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.375rem;
  margin-top: 0.25rem;
}

.article-card__tag {
  font-size: 0.7rem;
  color: #666666;
  text-decoration: none;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.article-card__tag:hover {
  color: #B8C42A;
}

.blog-breadcrumb {
  padding: 1rem 0;
  background-color: #FFFFFF;
}

.blog-breadcrumb__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  color: #666666;
  text-decoration: none;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.blog-breadcrumb__link svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.blog-breadcrumb__link:hover {
  color: #B8C42A;
}

.blog-single__hero {
  width: 100%;
  height: 280px;
  overflow: hidden;
  background-color: #D5DF3D;
}
@media (min-width: 768px) {
  .blog-single__hero {
    height: 380px;
  }
}
@media (min-width: 1024px) {
  .blog-single__hero {
    height: 460px;
  }
}

.blog-single__hero-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.blog-single {
  padding: 3rem 0 4rem;
  background-color: #FFFFFF;
}

.blog-single__inner {
  max-width: 46rem;
  margin: 0 auto;
}

.blog-single__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
  margin: 0.875rem 0 1.25rem;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .blog-single__title {
    font-size: 2.25rem;
  }
}

.blog-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem 1.25rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}

.blog-single__meta-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.35rem;
  font-size: 0.8125rem;
  color: #666666;
}
.blog-single__meta-item svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0.6;
}

.blog-single__meta-sep {
  margin: 0 0.1rem;
  opacity: 0.5;
}

.blog-single__body {
  font-size: 1rem;
  line-height: 1.75;
  color: #666666;
}
@media (min-width: 768px) {
  .blog-single__body {
    font-size: 1.0625rem;
  }
}
.blog-single__body h2 {
  font-size: 1.375rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 2rem 0 0.75rem;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .blog-single__body h2 {
    font-size: 1.625rem;
  }
}
.blog-single__body h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 1.75rem 0 0.5rem;
}
@media (min-width: 768px) {
  .blog-single__body h3 {
    font-size: 1.25rem;
  }
}
.blog-single__body p {
  margin-bottom: 1.25rem;
}
.blog-single__body ul, .blog-single__body ol {
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
}
.blog-single__body ul li, .blog-single__body ol li {
  margin-bottom: 0.375rem;
}
.blog-single__body ul li {
  list-style-type: disc;
}
.blog-single__body ol li {
  list-style-type: decimal;
}
.blog-single__body strong {
  font-weight: 600;
  color: #1a1a1a;
}
.blog-single__body a {
  color: #B8C42A;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.blog-single__body a:hover {
  color: #8A9A1A;
}
.blog-single__body blockquote {
  border-left: 3px solid #D5DF3D;
  padding-left: 1.25rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: #555555;
}

.blog-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 3rem;
  padding: 1.5rem;
  background-color: #FAF9F6;
  border-radius: 1.5rem;
}

.blog-author__avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 9999px;
  background-color: #D5DF3D;
  color: #2D3436;
  font-size: 1.25rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.blog-author__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-author__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.blog-author__name-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.125rem;
}

.blog-author__name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1a1a1a;
}

.blog-author__exp {
  font-size: 0.75rem;
  color: #666666;
  background-color: rgba(213, 223, 61, 0.2);
  padding: 0.125rem 0.5rem;
  border-radius: 9999px;
}

.blog-author__role {
  font-size: 0.8125rem;
  color: #B8C42A;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.blog-author__bio {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

.blog-author__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.375rem;
}

.blog-author__tag {
  font-size: 0.7rem;
  color: #555555;
  background-color: #FFFFFF;
  border: 1px solid #e5e7eb;
  padding: 0.2rem 0.625rem;
  border-radius: 9999px;
}

.post-tags {
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  padding: 1.25rem 0;
  margin-top: 2rem;
}

.post-tags__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.post-tags__tag {
  display: inline-block;
  padding: 0.35rem 0.875rem;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  font-size: 0.875rem;
  color: #666666;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.post-tags__tag:hover {
  background-color: #D5DF3D;
  border-color: #D5DF3D;
  color: #2D3436;
}

.related-articles {
  padding: 4rem 0;
  background-color: #FAF9F6;
}

.related-articles__heading {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .related-articles__heading {
    font-size: 1.875rem;
  }
}

.related-articles__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .related-articles__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .related-articles__grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.blog-cta {
  padding: 5rem 2rem;
  background-color: #292f31;
  text-align: center;
}

.blog-cta__heading {
  font-size: 1.75rem;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .blog-cta__heading {
    font-size: 2.25rem;
  }
}

.blog-cta__desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 2rem;
}

.blog-cta__btn {
  display: inline-block;
  padding: 0.875rem 2rem;
  background-color: #D5DF3D;
  color: #2D3436;
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-cta__btn:hover {
  background-color: #B8C42A;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.page-header {
  padding: 4rem 0 0;
  background-color: #FFFFFF;
}
@media (min-width: 1024px) {
  .page-header {
    padding: 6rem 0 0;
  }
}

.page-header__inner {
  max-width: 56rem;
  margin: 0 auto;
}

.page-header__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.page-header__badge-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #D5DF3D;
  border-radius: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-header__badge-icon svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #000000;
}

.page-header__badge-label {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(45, 52, 54, 0.7);
}

.page-header__heading {
  font-size: 1.875rem;
  font-weight: 200;
  color: #1a1a1a;
  line-height: 1.1;
  margin-bottom: 1rem;
  letter-spacing: -0.025em;
}
@media (min-width: 768px) {
  .page-header__heading {
    font-size: 3rem;
  }
}

.page-header__heading-accent {
  font-weight: 600;
  color: #B8C42A;
}

.page-header__desc {
  color: #666666;
  font-size: 1.125rem;
  line-height: 1.625;
}

.page-default {
  padding: 4rem 0 6rem;
  background-color: #FFFFFF;
}
@media (min-width: 1024px) {
  .page-default {
    padding: 6rem 0;
  }
}

.page-default__inner {
  max-width: 56rem;
  margin: 0 auto;
}

.page-default__title {
  font-size: 1.875rem;
  font-weight: 200;
  color: #1a1a1a;
  line-height: 1.1;
  margin-bottom: 2rem;
  letter-spacing: -0.025em;
}
@media (min-width: 768px) {
  .page-default__title {
    font-size: 3rem;
  }
}

.about-stats {
  padding: 3rem 0;
  background-color: #111111;
}

.about-stats__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .about-stats__grid {
    gap: 4rem;
  }
}

.about-stat {
  text-align: center;
}

.about-stat__value {
  font-size: 1.875rem;
  font-weight: 700;
  color: #D5DF3D;
}
@media (min-width: 768px) {
  .about-stat__value {
    font-size: 2.25rem;
  }
}

.about-stat__label {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.25rem;
}

.about-content {
  padding: 4rem 0 6rem;
  background-color: #FFFFFF;
}
@media (min-width: 1024px) {
  .about-content {
    padding: 6rem 0;
  }
}

.about-content__inner {
  max-width: 56rem;
  margin: 0 auto;
}

.about-advantages {
  padding: 4rem 0;
  background-color: #FAF9F6;
}

.about-advantages__header {
  max-width: 56rem;
  margin: 0 auto 3rem;
}

.about-advantages__title {
  font-size: 1.875rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.about-advantages__desc {
  color: #666666;
  font-size: 1.125rem;
  line-height: 1.625;
}

.about-advantages__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 64rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .about-advantages__grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.about-advantage-card {
  background-color: #FFFFFF;
  border-radius: 1.5rem;
  padding: 1.5rem;
  border: 1px solid rgba(229, 231, 235, 0.5);
}

.about-advantage-card__title {
  font-weight: 600;
  font-size: 1.125rem;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
}

.about-advantage-card__desc {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.625;
}

.contact-section {
  padding: 4rem 0 6rem;
  background-color: #FFFFFF;
}
@media (min-width: 1024px) {
  .contact-section {
    padding: 6rem 0;
  }
}

.contact-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 3rem;
  max-width: 64rem;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .contact-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

.contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.contact-info__title {
  font-weight: 600;
  font-size: 1.125rem;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.contact-info__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.contact-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  color: #2D3436;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.contact-info-item:hover {
  color: #D5DF3D;
}
.contact-info-item--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact-info-item__icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(213, 223, 61, 0.1);
  border-radius: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-info-item__icon svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #D5DF3D;
}

.contact-info-item__text {
  font-weight: 500;
}

.contact-info-item__subtext {
  font-size: 0.875rem;
  color: #666666;
}

.contact-info-item__text--break {
  word-break: break-all;
}

.contact-map {
  border-radius: 1.5rem;
  overflow: hidden;
  height: 16rem;
  background-color: #FAF9F6;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.page-404 {
  padding: 6rem 0 8rem;
  background-color: #FFFFFF;
  text-align: center;
}
@media (min-width: 1024px) {
  .page-404 {
    padding: 8rem 0;
  }
}

.page-404__code {
  font-size: 3.75rem;
  font-weight: 200;
  color: #D5DF3D;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .page-404__code {
    font-size: 6rem;
  }
}

.page-404__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .page-404__title {
    font-size: 1.875rem;
  }
}

.page-404__desc {
  color: #666666;
  font-size: 1.125rem;
  margin-bottom: 2rem;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.page-404__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media (min-width: 640px) {
  .page-404__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}