/* scss/settings/_breakpoints.scss */ /* scss/utilities/_functions.scss */
/*
    .cssClass {
        font-size: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(20), rem-calc(50));
        margin-bottom: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(10), rem-calc(20));
    }

*/
/* scss/utilities/_mixins.scss */ /* xsmall = 10 (1 - 11)
small = 13 - (12-14)
default = 16 (15-18)
medium = 20 (18-26)
large = 32 (26-36)
xlarge = 40 (36 <) */
/* ---------- headers ---------- */
/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- small fonts: 13 - (12-14) ---------- */
/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
.frame {
  margin-bottom: 6.25rem;
}

.seoText {
  margin-top: 6.25rem;
}

.frame-space-after-none {
  margin-bottom: 0;
}

.frame-space-after-small {
  margin-bottom: 3.125rem;
}

.frame-space-after-medium {
  margin-bottom: 6.25rem;
}

.frame-space-after-large {
  margin-bottom: 9.375rem;
}

body {
  scroll-behavior: smooth;
}

.no-transitions,
.no-transitions * {
  transition: none !important;
  animation: none !important;
}

/* scss/utilities/_functions.scss */
/*
    .cssClass {
        font-size: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(20), rem-calc(50));
        margin-bottom: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(10), rem-calc(20));
    }

*/
/* scss/utilities/_mixins.scss */ /* xsmall = 10 (1 - 11)
small = 13 - (12-14)
default = 16 (15-18)
medium = 20 (18-26)
large = 32 (26-36)
xlarge = 40 (36 <) */
/* ---------- headers ---------- */
/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- small fonts: 13 - (12-14) ---------- */
/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
.o-filtersForm {
  margin-bottom: 3rem;
}
.o-filtersForm .a-fieldwrap {
  margin-bottom: 0;
}
.o-filtersForm .a-fieldwrap.-pn {
  min-width: 15.3125rem;
}
.o-filtersForm__group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.o-filtersForm__group.-space-between {
  justify-content: space-between;
  row-gap: 2rem;
}
.o-filtersForm__group.-border {
  margin-top: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid #C5BEB9;
}
.o-filtersForm__group.-row {
  padding: 2rem 0 0;
}
.o-filtersForm__group.-filters {
  padding: 0;
  transition: all 350ms ease-out;
}
.o-filtersForm__group.-filters.-filled {
  padding: 2rem 0;
  min-height: 8.75rem;
}
.o-filtersForm__group.-dates {
  row-gap: 2rem;
}
.o-filtersForm__group.-buttons {
  border-top: 1px solid #C5BEB9;
  padding-top: 2rem;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .o-filtersForm__group.-buttons {
    border-top: none;
    padding-top: 0;
    width: auto;
  }
}
.o-filtersForm label {
  color: var(--color-primary);
}
.o-filtersForm .m-filter label {
  color: #FFF;
}
.o-filtersForm input[type=date] {
  color: var(--color-primary);
}
.o-filtersForm-sum {
  text-align: right;
}

/*# sourceMappingURL=filtersForm.css.map */