.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-385851e */.eer-footer {
  --pink: #f75f8b;
  --pink-soft: #f6a1bb;
  --pink-paper: #ffe7ef;
  --lilac: #b5a8f4;
  --lilac-paper: #eeeaff;
  --blue-paper: #eaf8ff;
  --mint: #5ae3d6;
  --paper: #fffdf8;
  --ink: #29262d;
  --gray: #716d76;

  position: relative;
  width: 100%;
  margin-top: 80px;
  padding: 70px 24px 22px;

  background:
    radial-gradient(
      circle,
      rgba(41, 38, 45, 0.04) 0 0.7px,
      transparent 0.8px
    ),
    var(--paper);

  background-size: 13px 13px;
  color: var(--ink);
  overflow: hidden;
}

.eer-footer *,
.eer-footer *::before,
.eer-footer *::after {
  box-sizing: border-box;
}

.eer-footer a {
  color: inherit;
  text-decoration: none;
}

.eer-footer-tear {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 45px;

  background:
    linear-gradient(
      135deg,
      transparent 10px,
      var(--paper) 0
    ) 0 0 / 26px 26px repeat-x;
}

.eer-footer-inner {
  position: relative;
  z-index: 2;

  max-width: 1180px;
  margin: 0 auto;

  display: grid;

  grid-template-columns:
    minmax(0, 1.25fr)
    minmax(300px, 0.75fr);

  gap: 90px;
  align-items: start;
}

.eer-footer-brand {
  max-width: 560px;
}

.eer-footer-kicker {
  display: inline-block;
  padding: 7px 12px;
  margin-bottom: 18px;
  background: var(--mint);
  font-size: 9px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.11em;
  transform: rotate(-2deg);
}

.eer-footer-brand h2 {
  margin: 0;
  max-width: 520px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 0.95;
  letter-spacing: -0.045em;
  font-weight: 850;
  color: var(--pink);
}

.eer-footer-brand p {
  max-width: 500px;
  margin: 22px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--gray);
}

.eer-footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.eer-footer-socials a {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  border: 1.2px solid rgba(41, 38, 45, 0.4);
  border-radius: 50%;

  background: var(--pink-paper);
  color: var(--ink);

  font-size: 16px;

  transition:
    background 0.18s ease,
    transform 0.18s ease;
}

.eer-footer-socials a:hover {
  background: var(--mint);
  transform: rotate(-4deg);
}

.eer-footer-note-wrap {
  position: relative;
  width: 100%;
  max-width: 430px;
  margin-left: auto;
}

.eer-footer-note {
  position: relative;

  padding:
    36px
    32px
    31px;

  background: var(--lilac-paper);

  border:
    1.2px solid
    rgba(41, 38, 45, 0.34);

  transform: none;
}

.eer-footer-tape {
  position: absolute;
  top: -12px;
  left: 42px;
  width: 90px;
  height: 24px;
  background: rgba(247, 95, 139, 0.48);
  transform: rotate(-5deg);
}

.eer-footer-note-small {
  margin-bottom: 18px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.13em;
  color: var(--gray);
}

.eer-footer-note-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  width: 100%;
}

.eer-footer-note-links a {
  all: unset;
  box-sizing: border-box;

  position: relative;

  display: grid;

  grid-template-columns:
    20px
    auto;

  align-items: center;
  column-gap: 7px;

  width: fit-content;
  max-width: 100%;

  min-height: 38px;

  padding:
    7px
    4px;

  margin: 0;

  color: var(--ink);

  font-size: 18px;
  line-height: 22px;
  font-weight: 800;

  cursor: pointer;

  transition:
    color 0.18s ease;
}

.eer-footer-note-links a::before {
  content: "\f00c";

  display: block;

  width: 20px;

  color: var(--mint);

  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  font-weight: 900;
  line-height: 1;

  text-align: center;

  opacity: 0;

  transition:
    opacity 0.16s ease;
}

.eer-footer-note-links a::after {
  content: none !important;
  display: none !important;
}

.eer-footer-note-links a:hover,
.eer-footer-note-links a:focus-visible {
  color: var(--pink);
}

.eer-footer-note-links a:hover::before,
.eer-footer-note-links a:focus-visible::before {
  opacity: 1;
}

.eer-footer-advice-wrap {
  position: relative;
  margin-top: 32px;
  padding-top: 104px;
}

.eer-footer-advice {
  all: unset;
  box-sizing: border-box;

  display: flex;
  align-items: center;
  gap: 14px;

  width: fit-content;
  margin-left: auto;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;

  cursor: pointer;

  -webkit-tap-highlight-color: transparent;
}

.eer-footer-advice::before,
.eer-footer-advice::after {
  display: none !important;
  content: none !important;
}

.eer-footer-envelope-scene {
  position: relative;
  display: block;
  width: 78px;
  height: 58px;
  flex: 0 0 78px;
}

.eer-footer-envelope {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 78px;
  height: 58px;
  z-index: 4;
}

.eer-footer-envelope-back {
  position: absolute;
  left: 0;
  bottom: 0;

  width: 78px;
  height: 51px;

  border:
    1.3px solid
    rgba(41, 38, 45, 0.32);

  border-radius:
    5px
    7px
    6px
    8px;

  background: #f7bfd0;
}

.eer-footer-envelope-front {
  position: absolute;
  left: 0;
  bottom: 0;

  width: 78px;
  height: 51px;

  border:
    1.3px solid
    rgba(41, 38, 45, 0.32);

  border-radius:
    5px
    7px
    6px
    8px;

  background: var(--pink-paper);

  clip-path:
    polygon(
      0 0,
      50% 58%,
      100% 0,
      100% 100%,
      0 100%
    );

  z-index: 3;
}

.eer-footer-envelope-flap {
  position: absolute;
  left: 1px;
  top: 7px;

  width: 76px;
  height: 40px;

  background: var(--pink-soft);

  clip-path:
    polygon(
      0 0,
      50% 72%,
      100% 0
    );

  transform-origin: top center;

  z-index: 5;

  transition:
    transform 0.32s ease,
    opacity 0.2s ease;
}

.eer-footer-envelope-paper {
  position: absolute;

  left: 50%;
  bottom: 64px;

  width: 150px;
  min-height: 112px;

  padding:
    18px
    14px
    15px;

  border:
    1px solid
    rgba(41, 38, 45, 0.2);

  background: var(--blue-paper);

  color: var(--ink);

  opacity: 0;

  transform:
    translateX(-50%)
    translateY(26px)
    rotate(-2deg)
    scale(0.96);

  transform-origin: bottom center;

  transition:
    transform 0.42s ease,
    opacity 0.24s ease;

  box-shadow:
    0 5px 12px
    rgba(41, 38, 45, 0.06);

  z-index: 2;

  pointer-events: none;
}

.eer-footer-envelope-paper::before {
  content: "";

  position: absolute;

  top: -7px;
  left: 24px;

  width: 50px;
  height: 15px;

  background:
    rgba(181, 168, 244, 0.65);

  transform: rotate(-4deg);
}

.eer-footer-envelope-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 31px;
  height: 31px;

  margin:
    0 auto
    9px;

  border-radius: 50%;

  background: var(--pink-paper);

  color: var(--pink);

  font-size: 14px;
}

.eer-footer-envelope-message {
  display: block;
  width: 100%;

  font-size: 11px;
  line-height: 1.35;

  font-weight: 850;

  text-align: center;

  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.eer-footer-advice.is-open
.eer-footer-envelope-paper {
  opacity: 1;

  transform:
    translateX(-50%)
    translateY(-22px)
    rotate(-2deg)
    scale(1);

  z-index: 6;
}

.eer-footer-advice.is-open
.eer-footer-envelope-flap {
  transform: rotateX(180deg);
  opacity: 0.55;
}

.eer-footer-advice-label {
  position: relative;

  display: inline-flex;
  align-items: center;

  min-height: 43px;
  max-width: 225px;

  padding:
    10px
    15px;

  background: var(--pink-paper);

  border:
    1px solid
    rgba(41, 38, 45, 0.18);

  color: var(--ink);

  font-size: 10px;
  line-height: 1.3;

  font-weight: 850;

  text-align: left;

  transform:
    rotate(0.5deg);

  transition:
    background 0.18s ease;
}

.eer-footer-advice-label::before {
  content: "";

  position: absolute;

  left: -7px;
  top: 50%;

  width: 13px;
  height: 13px;

  background: var(--pink-paper);

  border-left:
    1px solid
    rgba(41, 38, 45, 0.18);

  border-bottom:
    1px solid
    rgba(41, 38, 45, 0.18);

  transform:
    translateY(-50%)
    rotate(45deg);
}

.eer-footer-advice:hover
.eer-footer-advice-label {
  background: #ffdce8;
}

.eer-footer-bottom {
  max-width: 1180px;

  margin:
    72px auto
    0;

  padding-top: 18px;

  border-top:
    1px solid
    rgba(41, 38, 45, 0.14);

  display: flex;

  justify-content: space-between;
  align-items: center;

  gap: 20px;

  font-size: 9px;

  color: var(--gray);
}

.eer-footer-credit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;

  line-height: 1.5;
}

.eer-footer-credit a {
  all: unset;

  box-sizing: border-box;

  display: inline;

  color: var(--ink) !important;

  font: inherit;
  font-weight: 850;

  line-height: inherit;

  cursor: pointer;

  text-decoration: none !important;

  background: none !important;

  border: 0 !important;

  box-shadow: none !important;

  transition:
    color 0.18s ease;
}

.eer-footer-credit a::before,
.eer-footer-credit a::after {
  content: none !important;
  display: none !important;
}

.eer-footer-credit a:hover,
.eer-footer-credit a:focus,
.eer-footer-credit a:active,
.eer-footer-credit a:visited {
  text-decoration: none !important;

  background: none !important;

  border: 0 !important;

  box-shadow: none !important;
}

.eer-footer-credit a:hover {
  color: var(--pink) !important;
}

.eer-footer-legal {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.eer-footer-legal a {
  background-image:
    linear-gradient(
      var(--pink),
      var(--pink)
    );

  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;

  padding-bottom: 3px;

  transition:
    background-size 0.18s ease;
}

.eer-footer-legal a:hover {
  background-size: 100% 1px;
}

@media (max-width: 900px) {

  .eer-footer-inner {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(280px, 0.8fr);

    gap: 45px;
  }

}

@media (max-width: 600px) {

  .eer-footer {
    margin-top: 55px;

    padding:
      60px
      18px
      20px;
  }

  .eer-footer-inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .eer-footer-brand {
    max-width: none;
  }

  .eer-footer-brand h2 {
    font-size: 43px;
  }

  .eer-footer-brand p {
    font-size: 12px;
  }

  .eer-footer-note-wrap {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .eer-footer-note {
    width: 100%;

    padding:
      34px
      22px
      27px;

    transform: none;
  }

  .eer-footer-note-links a {
    grid-template-columns:
      18px
      auto;

    column-gap: 6px;

    min-height: 36px;

    padding:
      6px
      3px;

    font-size: 17px;
    line-height: 22px;
  }

  .eer-footer-note-links a::before {
    width: 18px;
    font-size: 12px;
  }

  .eer-footer-advice-wrap {
    margin-top: 30px;
    padding-top: 112px;
  }

  .eer-footer-advice {
    width: 100%;
    justify-content: flex-start;
    gap: 12px;
  }

  .eer-footer-envelope-scene {
    width: 70px;
    height: 54px;
    flex-basis: 70px;
  }

  .eer-footer-envelope {
    width: 70px;
    height: 54px;
  }

  .eer-footer-envelope-back,
  .eer-footer-envelope-front {
    width: 70px;
    height: 47px;
  }

  .eer-footer-envelope-flap {
    width: 68px;
    height: 37px;
  }

  .eer-footer-envelope-paper {
    left: 0;

    width: 145px;
    min-height: 108px;

    bottom: 61px;

    padding:
      17px
      13px
      14px;

    transform:
      translateX(0)
      translateY(26px)
      rotate(-2deg)
      scale(0.96);

    transform-origin: bottom left;
  }

  .eer-footer-envelope-message {
    font-size: 10px;
  }

  .eer-footer-advice-label {
    flex: 1;
    min-width: 0;
    max-width: none;
    font-size: 10px;
  }

  .eer-footer-advice.is-open
  .eer-footer-envelope-paper {
    transform:
      translateX(0)
      translateY(-20px)
      rotate(-2deg)
      scale(1);
  }

  .eer-footer-bottom {
    margin-top: 70px;

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    gap: 18px;
  }

  .eer-footer-legal {
    order: 1;

    width: 100%;

    gap: 15px;
  }

  .eer-footer-credit {
    order: 2;

    width: 100%;

    padding-top: 15px;

    border-top:
      1px solid
      rgba(41, 38, 45, 0.1);

    font-size: 8px;

    line-height: 1.6;
  }

}/* End custom CSS */