@charset "UTF-8";
/**
 * Footer component styles.
 * SCSS: assets/css/components/footer.scss
 * CSS (compiled by IDE): assets/css/components/footer.css
 *
 * Layout: .s-713966c > .c-7a0348c > .f-1e803bb / .f-a530aee / .f-89b348e
 * All rows share the same .c-7a0348c column as header and sections.
 */
.s-713966c {
  background: var(--footer-bg, var(--block-bg, transparent));
  color: var(--text-color);
  /* Sections own bottom spacing via --block-section-spacing-bottom — do not stack. */
  margin-top: 0;
  padding: 24px var(--site-gutter, 15px);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}
.s-713966c > .c-7a0348c {
  padding-left: 0;
  padding-right: 0;
}

.s-e764305 {
  text-align: center;
  font-size: 14px;
}
.s-e764305 a {
  color: inherit;
  text-decoration: none;
}
.s-e764305 a:hover {
  color: var(--additional-c-elements);
}
.s-e764305 .s-244493f {
  margin: 0 8px;
  opacity: 0.6;
}

.f-1e803bb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.f-a742fec {
  flex-direction: row-reverse;
}
.f-f91110f {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
}
.f-f91110f a,
.f-f91110f button.f-6e4d730 {
  color: var(--text-color, #fff);
  margin: 0;
  border: none;
  background: transparent;
  padding: 0;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
  text-transform: none;
}
.f-f91110f a:hover,
.f-f91110f button.f-6e4d730:hover {
  color: var(--additional-c-elements, #fff);
}
.f-33d684c {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  flex-shrink: 0;
}
.f-812eb07 {
  background: rgba(255, 255, 255, 0.41);
  border-radius: var(--footer-icon-border-radius, 10px);
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
}
.f-812eb07 img {
  display: block;
  width: 100%;
  height: auto;
  padding: 5px;
  box-sizing: border-box;
}

.f-a530aee {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding: 20px 0;
  margin: 20px 0;
}
.f-35edecd {
  flex-direction: row-reverse;
}
.f-35edecd .f-060e618 {
  margin-left: 0;
  margin-right: auto;
}
.f-800edd3 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex-shrink: 0;
}
.f-800edd3 img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.f-060e618 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-left: auto;
  flex-shrink: 0;
}
.f-c3f15ab {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: fit-content;
  min-width: 0;
  padding: 8px 15px;
  border: none;
  border-radius: var(--footer-download-btn-border-radius, var(--button-border-radius, 5px));
  background: var(--footer-btn-bg, var(--footer-download-btn-bg, var(--button-bg)));
  color: var(--footer-download-btn-text-color, var(--button-text-color, #000));
  width: 150px;
  max-width: 100%;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}
.f-c3f15ab img,
.f-c3f15ab .f-e26d049 {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
}
.f-c3f15ab .f-42d9f92 {
  background-color: var(--footer-download-btn-icon-color, currentColor);
  -webkit-mask-image: var(--icon-mask);
  mask-image: var(--icon-mask);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.f-a911452 {
  font-size: var(--button-font-size, 14px);
  font-weight: 700;
  line-height: 1.2;
  min-width: 0;
}
.f-514222d {
  font-weight: 400;
  display: block;
  font-size: max(10px, calc(var(--button-font-size, 14px) - 2px));
  text-align: left;
}

.f-89b348e {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: "text icons" "copyright copyright";
  align-items: start;
  column-gap: 24px;
  row-gap: 20px;
}
.f-dfc719c {
  grid-template-areas: "icons text" "copyright copyright";
}
.f-dfc719c .f-6043caf {
  justify-content: flex-start;
}
.f-dfc719c .f-557e00f {
  text-align: right;
}
.f-557e00f {
  grid-area: text;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  color: var(--text-color);
}
.f-6043caf {
  grid-area: icons;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  flex-shrink: 0;
}
.f-6043caf img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.f-88188cb {
  grid-area: copyright;
  color: var(--text-color);
}
.f-5c341bf {
  text-align: left;
}
.f-7fa6aa1 {
  text-align: center;
}
.f-ff668b5 {
  text-align: right;
}

@media (max-width: 992px) {
  .f-1e803bb,
  .f-a530aee {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .f-89b348e {
    grid-template-columns: 1fr;
    grid-template-areas: "text" "icons" "copyright";
    text-align: center;
  }
  .f-f91110f,
  .f-33d684c,
  .f-800edd3,
  .f-060e618 {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }
  .f-060e618 {
    width: 100%;
  }
  .f-a742fec,
  .f-35edecd {
    flex-direction: column;
  }
  .f-35edecd .f-060e618 {
    margin-right: 0;
  }
  .f-dfc719c {
    grid-template-areas: "icons" "text" "copyright";
  }
  .f-dfc719c .f-557e00f {
    text-align: center;
  }
  .f-6043caf {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .s-713966c {
    padding: 20px var(--site-gutter, 15px);
  }
  .f-1e803bb {
    margin-bottom: 24px;
  }
  .f-f91110f {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .f-6e4d730 {
    text-align: center;
  }
  .f-a530aee {
    margin-bottom: 24px;
  }
  .f-060e618 {
    width: 100%;
  }
  .f-c3f15ab {
    width: 100%;
    justify-content: center;
    min-height: 52px;
  }
  .f-89b348e {
    row-gap: 15px;
  }
  .f-88188cb {
    font-size: 14px;
    line-height: 1.4;
  }
}
