/**
 * Footer Styles (Site Options)
 */

.block-footer,
.block-footer * {
  box-sizing: border-box;
}

.block-footer {
  --footer-divider: rgba(3, 9, 13, 0.15);
  --footer-muted: rgba(3, 9, 13, 0.58);
  background: var(--color-1);
  color: var(--color-2);
  padding-top: 8em;
}

.footer {
  display: grid;
  grid-template-columns: minmax(0, 711fr) minmax(0, 1017fr);
  min-height: 43em;
  margin: 0 0.5em;
  padding-top: 0.5em;
  border-top: 1px solid var(--footer-divider);
  border-bottom: 1px solid var(--footer-divider);
  position: relative;
}

.footer::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 41.1458%;
  width: 1px;
  background: var(--footer-divider);
  transform: translateX(-0.5px);
  pointer-events: none;
}

.footer > * {
  min-width: 0;
}

.block-footer__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.875em;
  padding-right: 0.5em;
}

.block-footer__figure {
  width: 100%;
  aspect-ratio: 1.48 / 1;
  margin: 0;
  overflow: hidden;
  border-radius: 0.375em;
  align-self: start;
}

.block-footer__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.block-footer__content-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.18em;
  width: min(21.875em, calc(100% - 3.3em));
  margin-left: auto;
  margin-right: 3.3em;
  padding: 0 0 0.35em;
}

.block-footer__description {
  max-width: 21.875em;
  color: var(--color-2);
}

.block-footer__description,
.block-footer__description p {
  margin: 0;
  line-height: 1;
  letter-spacing: -2%;
}

.block-footer__button {
  min-height: 1.75em;
  text-transform: uppercase;
  white-space: nowrap;
}

.block-footer__aside {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 5.35em;
  padding: 2.85em 0 2.55em 6.6em;
}

.block-footer__form {
  width: min(100%, 31.8em);
  order: 1;
}

.block-footer__menu {
  width: min(100%, 23.7em);
  order: 2;
}

.block-footer__form,
.block-footer__menu {
  display: flex;
  flex-direction: column;
  gap: 3.875em;
  min-width: 0;
}

.block-footer__eyebrow {
  display: inline-flex;
  width: fit-content;
  opacity: 50%;
  text-transform: uppercase;
}

.block-footer__eyebrow.eyebrow {
  letter-spacing: 60%;
  line-height: 0.9;
}

.block-footer__menu-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 3.25em;
  row-gap: 1.125em;
}

.block-footer__menu-content ul {
  display: contents;
  list-style: none;
  margin: 0;
  padding: 0;
}

.block-footer__menu-content li {
  min-width: 0;
}

.block-footer__menu-content .link {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  line-height: 0.9;
  letter-spacing: 3%;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.block-footer__menu-content .link:hover {
  color: var(--color-3);
}

.block-footer__menu-content .link svg {
  width: 0.7em;
  height: 0.7em;
  flex: 0 0 auto;
  transform: translateY(-0.05em);
}

.form-footer {
  width: 100%;
  min-width: 0;
}

.form-footer .field {
  position: relative;
  background: var(--color-1);
}

.form-footer .field + .field {
  margin-top: 0.55em;
}

.form-footer .field input {
  width: 100%;
  max-width: 100%;
  height: 1.85em;
  padding: 0 0.55em 0.4em;
  background: var(--color-1);
  border: 0;
  border-bottom: 1px solid rgba(3, 9, 13, 0.18);
  border-radius: 0;
  outline: none;
  color: var(--color-2);
  font-family: var(--font-link);
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.form-footer .field input::placeholder {
  color: var(--color-2);
  opacity: 1;
}

.form-footer .field label {
  display: none;
}

.form-footer .field.is-invalid input {
  border-color: #c1531b;
}

.form-footer .form__button {
  display: flex;
  justify-content: flex-end;
  margin-top: 1em;
  background: var(--color-1);
}

.form-footer .form__button .link,
.footer-subscribe-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5em;
  padding: 0.45em 0.58em 0.45em 1.35em;
  gap: 0.55em;
  border-radius: 999px;
  background: var(--color-6);
  color: var(--color-2);
  font-family: var(--font-link);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.form-footer .form__button .link svg,
.footer-subscribe-button svg {
  width: 1.25em;
  height: 1.25em;
  flex: 0 0 auto;
}

.copyright {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 16.375em;
  margin: 0 0.5em;
  padding: 1.65em 4em 0.8em;
}

.block-footer__logotype {
  width: min(8.35em, 42vw);
  margin: 0 auto;
}

.block-footer__logotype-image {
  width: 100%;
  height: auto;
}

.copyright-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2em;
  color: var(--footer-muted);
  text-transform: uppercase;
}

.terms {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4em;
  text-transform: uppercase;
}

.terms a {
  transition: color 0.25s ease;
}

.terms a:hover {
  color: var(--color-3);
}

/* Flodesk embed */
[data-ff-el="root"].ff-696fbad62fc2af59ab1e69c3 {
  width: 100% !important;
  background: var(--color-1) !important;
}

[data-ff-el="root"].ff-696fbad62fc2af59ab1e69c3 *,
[data-ff-el="root"].ff-696fbad62fc2af59ab1e69c3 *::before,
[data-ff-el="root"].ff-696fbad62fc2af59ab1e69c3 *::after {
  box-sizing: border-box !important;
}

[data-ff-el="root"].ff-696fbad62fc2af59ab1e69c3 .ff-696fbad62fc2af59ab1e69c3__title,
[data-ff-el="root"].ff-696fbad62fc2af59ab1e69c3 .ff-696fbad62fc2af59ab1e69c3__subtitle {
  display: none !important;
}

[data-ff-el="root"].ff-696fbad62fc2af59ab1e69c3 [class*="__container"],
[data-ff-el="root"].ff-696fbad62fc2af59ab1e69c3 [class*="__content"],
[data-ff-el="root"].ff-696fbad62fc2af59ab1e69c3 [class*="__body"] {
  background: var(--color-1) !important;
}

[data-ff-el="root"].ff-696fbad62fc2af59ab1e69c3 .ff-696fbad62fc2af59ab1e69c3__form {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  background: var(--color-1) !important;
  font-family: var(--font-link) !important;
}

[data-ff-el="root"].ff-696fbad62fc2af59ab1e69c3 .ff-696fbad62fc2af59ab1e69c3__field {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 0 0.48em !important;
  position: relative !important;
  background: var(--color-1) !important;
}

[data-ff-el="root"].ff-696fbad62fc2af59ab1e69c3 .ff-696fbad62fc2af59ab1e69c3__label {
  width: 100% !important;
  margin: 0 !important;
  color: var(--color-2) !important;
  font-family: var(--font-link) !important;
  font-size: 0.6875rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

[data-ff-el="root"].ff-696fbad62fc2af59ab1e69c3 .ff-696fbad62fc2af59ab1e69c3__control {
  width: 100% !important;
  min-height: 1.85em !important;
  padding: 0 0.55em 0.4em !important;
  background: var(--color-1) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(3, 9, 13, 0.18) !important;
  border-radius: 0 !important;
  color: var(--color-2) !important;
  font-family: var(--font-link) !important;
  font-size: 0.6875rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}

[data-ff-el="root"].ff-696fbad62fc2af59ab1e69c3 .ff-696fbad62fc2af59ab1e69c3__control::placeholder {
  color: var(--color-2) !important;
  opacity: 1 !important;
}

[data-ff-el="root"].ff-696fbad62fc2af59ab1e69c3 .ff-696fbad62fc2af59ab1e69c3__footer {
  display: flex !important;
  justify-content: flex-end !important;
  padding: 0 !important;
  margin: 0.52em 0 0 !important;
  background: var(--color-1) !important;
  text-align: right !important;
}

[data-ff-el="root"].ff-696fbad62fc2af59ab1e69c3 .ff-696fbad62fc2af59ab1e69c3__button {
  width: auto !important;
  align-self: flex-end !important;
  min-height: 2.5em !important;
  padding: 0.45em 3em 0.45em 1.35em !important;
  border: 0 !important;
  border-radius: 999px !important;
  background-color: var(--color-6) !important;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%2303090D'/%3E%3Cpath d='M5.96159 9.12923L7.52061 9.1595L12.3944 9.17464L12.8561 9.19734L12.8636 9.1595L12.2355 8.68271L9.87427 6.32149L10.4343 5.76145L14.1048 9.43195L14.1048 9.67413L10.4267 13.3522L9.87427 12.7997L12.2506 10.4234L12.8636 9.96171L12.8561 9.90874L12.3793 9.93144L7.70224 9.94658L5.96916 9.96928L5.96159 9.12923Z' fill='%23F8F2E5'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 1.35em top 50% !important;
  background-size: 1.25em 1.25em !important;
  color: var(--color-2) !important;
  cursor: pointer !important;
  font-family: var(--font-link) !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  box-shadow: none !important;
  transition: background-color 0.25s ease !important;
}

[data-ff-el="root"].ff-696fbad62fc2af59ab1e69c3 .ff-696fbad62fc2af59ab1e69c3__button:hover,
[data-ff-el="root"].ff-696fbad62fc2af59ab1e69c3 .ff-696fbad62fc2af59ab1e69c3__button:focus-visible {
  background-color: #ffffff !important;
}

@media screen and (max-width: 1024px) {
  .block-footer {
    padding-top: 2em;
  }

  .footer {
    display: flex;
    flex-direction: column;
    min-height: 0;
    margin: 0 0.185em;
    padding-top: 0.25em;
    border-bottom: 0;
  }

  .footer::after {
    display: none;
  }

  .block-footer__content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.625em 0 0;
    border-bottom: 1px solid var(--footer-divider);
  }

  .block-footer__figure {
    aspect-ratio: 1.49 / 1;
  }

  .block-footer__content-description {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    gap: 1.85em;
    padding: 0.8em 0.6em 1.45em;
  }

  .block-footer__description {
    max-width: none;
  }

  .block-footer__button {
    align-self: flex-start;
  }

  .block-footer__aside {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
  }

  .block-footer__menu {
    order: 1;
    width: 100%;
    gap: 2.3em;
    padding: 2em 0.6em 2.5em;
  }

  .block-footer__form {
    order: 2;
    width: 100%;
    gap: 2.3em;
    padding: 2em 0.6em 2.6em;
    border-bottom: 1px solid var(--footer-divider);
  }

  .block-footer__eyebrow.eyebrow {
    font-size: 0.625rem;
    letter-spacing: 0.62em;
  }

  .block-footer__menu-content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    column-gap: 0;
    row-gap: 0.75rem;
    width: 100%;
  }

  .block-footer__menu-content .link {
    font-size: 0.875rem;
  }

  .copyright {
    min-height: 0;
    margin: 0 0.185em;
    padding: 2.15em 0 1.95em;
  }

  .block-footer__logotype {
    width: min(9.65em, 58vw);
    margin-bottom: 1.55em;
  }

  .copyright-content {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 0.32em;
    text-align: center;
  }

  .terms {
    justify-content: center;
    gap: 0;
  }

  .terms a + a {
    display: none;
  }

  .copyright-content .link-mini,
  .terms .link-mini {
    font-size: 0.625rem;
    line-height: 1;
  }

  [data-ff-el="root"].ff-696fbad62fc2af59ab1e69c3 .ff-696fbad62fc2af59ab1e69c3__footer {
    margin-top: 0.95em !important;
  }
}

@media screen and (max-width: 479px) {
  .block-footer__menu-content {
    column-gap: 0;
  }
}
