.elementor-4905 .elementor-element.elementor-element-8ed82d5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--flex-wrap:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4905 .elementor-element.elementor-element-8ed82d5:not(.elementor-motion-effects-element-type-background), .elementor-4905 .elementor-element.elementor-element-8ed82d5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-4905 .elementor-element.elementor-element-cf04147{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-4905 .elementor-element.elementor-element-8ed82d5{--justify-content:center;--padding-top:50px;--padding-bottom:100px;--padding-left:70px;--padding-right:70px;}}@media(max-width:767px){.elementor-4905 .elementor-element.elementor-element-8ed82d5{--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-cf04147 *//* =========================================
   HARMONY & PULSE — FOOTER
========================================= */

.hp-footer {
  --hp-bg: #47423d;
  --hp-heading: #f7f2eb;
  --hp-text: #d7cec4;
  --hp-muted: #a99f96;
  --hp-accent: #94b2c4;
  --hp-border: rgba(255,255,255,.12);

  width: 100%;
  overflow: hidden;

  background: var(--hp-bg);
  color: var(--hp-text);

  padding:
    clamp(75px, 7vw, 110px)
    24px
    30px;
}


/* =========================================
   MAIN GRID
========================================= */

.hp-footer-main {
  width: min(1500px, 100%);
  margin: 0 auto;

  display: grid;

  grid-template-columns:
    minmax(300px, 1.5fr)
    repeat(3, minmax(160px, .7fr));

  gap:
    clamp(45px, 5vw, 85px);

  align-items: start;
}


/* =========================================
   BRAND
========================================= */

.hp-footer-brand {
  max-width: 420px;
}

.hp-footer-logo {
  display: inline-flex;
}

.hp-footer-brand img {
  width: 210px !important;
  max-width: 100%;
  height: auto;

  display: block;
}

.hp-footer-brand > p {
  max-width: 390px;

  margin: 28px 0 0;

  color: var(--hp-text);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;

  line-height: 1.7;
}

.hp-footer-location {
  margin-top: 20px;

  color: var(--hp-accent);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.6;

  letter-spacing: .7px;
}


/* =========================================
   SOCIAL
========================================= */

.hp-footer-social {
  margin-top: 28px;

  display: flex;
  align-items: center;

  gap: 12px;
}

.hp-footer-social a {
  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid var(--hp-border);
  border-radius: 50%;

  color: var(--hp-text);

  transition:
    color .3s ease,
    background .3s ease,
    border-color .3s ease,
    transform .3s ease;
}

.hp-footer-social svg {
  width: 19px;
  height: 19px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.hp-footer-social a:nth-child(2) svg,
.hp-footer-social a:nth-child(3) svg {
  fill: currentColor;
  stroke: none;
}

.hp-footer-social a:hover {
  color: #fff;

  background: rgba(148,178,196,.15);

  border-color: rgba(148,178,196,.55);

  transform: translateY(-3px);
}


/* =========================================
   COLUMNS
========================================= */

.hp-footer-col h3 {
  margin: 0 0 24px;

  color: var(--hp-heading);

  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
}

.hp-footer-col nav {
  display: flex;
  flex-direction: column;

  align-items: flex-start;

  gap: 13px;
}

.hp-footer-col nav a {
  position: relative;

  color: var(--hp-text);

  text-decoration: none;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;

  line-height: 1.45;

  transition:
    color .25s ease,
    transform .25s ease;
}

.hp-footer-col nav a::before {
  content: "";

  position: absolute;

  left: 0;
  bottom: -4px;

  width: 0;
  height: 1px;

  background: var(--hp-accent);

  transition: width .3s ease;
}

.hp-footer-col nav a:hover {
  color: #fff;

  transform: translateX(3px);
}

.hp-footer-col nav a:hover::before {
  width: 100%;
}


/* =========================================
   BOOK LINK
========================================= */

.hp-footer-col nav .hp-footer-book {
  margin-top: 5px;

  padding:
    11px
    17px;

  border: 1px solid rgba(148,178,196,.5);

  color: #eaf2f6;

  text-transform: uppercase;

  font-size: 11px;
  font-weight: 600;

  letter-spacing: 1.6px;
}

.hp-footer-col nav .hp-footer-book::before {
  display: none;
}

.hp-footer-col nav .hp-footer-book:hover {
  background: rgba(148,178,196,.12);

  transform: translateY(-2px);
}


/* =========================================
   PULSE DIVIDER
========================================= */

.hp-footer-pulse {
  width: min(1500px, 100%);

  margin:
    clamp(55px, 6vw, 85px)
    auto
    0;

  display: grid;
  grid-template-columns: 1fr 65px 1fr;

  align-items: center;

  color: var(--hp-accent);
}

.hp-footer-pulse span {
  height: 1px;

  background: var(--hp-border);
}

.hp-footer-pulse svg {
  width: 65px;
  height: 26px;
}


/* =========================================
   DISCLAIMER
========================================= */

.hp-footer-disclaimer {
  width: min(1000px, 100%);

  margin:
    28px
    auto
    0;

  color: var(--hp-muted);

  text-align: center;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;

  line-height: 1.65;
}


/* =========================================
   BOTTOM BAR
========================================= */

.hp-footer-bottom {
  width: min(1500px, 100%);

  margin:
    35px
    auto
    0;

  padding-top: 25px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 25px;

  border-top: 1px solid var(--hp-border);

  color: var(--hp-muted);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.hp-footer-legal {
  display: flex;
  align-items: center;

  flex-wrap: wrap;

  gap: 22px;
}

.hp-footer-legal a {
  color: var(--hp-muted);

  text-decoration: none;

  transition: color .25s ease;
}

.hp-footer-legal a:hover {
  color: #fff;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1050px) {

  .hp-footer-main {
    grid-template-columns:
      minmax(280px, 1.2fr)
      repeat(2, minmax(160px, .7fr));
  }

  .hp-footer-col:last-child {
    grid-column: 2;
  }

}


/* =========================================
   MOBILE / TABLET
========================================= */

@media (max-width: 760px) {

  .hp-footer {
    padding:
      70px
      20px
      28px;
  }

  .hp-footer-main {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap:
      45px
      30px;
  }

  .hp-footer-brand {
    grid-column: 1 / -1;

    max-width: 520px;
  }

  .hp-footer-col:last-child {
    grid-column: auto;
  }

  .hp-footer-logo img {
    width: 185px;
  }

  .hp-footer-pulse {
    margin-top: 60px;
  }

  .hp-footer-bottom {
    flex-direction: column;

    align-items: flex-start;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 520px) {

  .hp-footer {
    padding:
      60px
      18px
      25px;
  }

  .hp-footer-main {
    grid-template-columns: 1fr;

    gap: 38px;
  }

  .hp-footer-brand {
    grid-column: auto;
  }

  .hp-footer-col h3 {
    margin-bottom: 18px;

    font-size: 20px;
  }

  .hp-footer-col nav {
    gap: 11px;
  }

  .hp-footer-col nav a {
    font-size: 13px;
  }

  .hp-footer-pulse {
    grid-template-columns:
      1fr
      48px
      1fr;
  }

  .hp-footer-pulse svg {
    width: 48px;
  }

  .hp-footer-disclaimer {
    font-size: 11px;
  }

  .hp-footer-bottom {
    margin-top: 28px;

    padding-top: 20px;

    font-size: 11px;
  }

  .hp-footer-legal {
    gap:
      10px
      18px;
  }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8ed82d5 */a, button, .elementor-button {
  -webkit-tap-highlight-color: transparent;
}/* End custom CSS */