/* 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 ---------- */
/* scss/atoms/_pagination.scss */
.m-pagination {
  margin-top: 1rem;
  text-align: right;
}
.m-pagination button, .m-pagination ul, .m-pagination li {
  display: inline-block;
  color: #FF0027;
}
.m-pagination__prev, .m-pagination__next {
  display: inline-grid;
  place-items: center;
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #FF0027;
  border-radius: 50%;
  text-align: center;
}
.m-pagination__prev i, .m-pagination__next i {
  font-size: 0.6875rem;
  font-weight: 700;
}
.m-pagination ul {
  padding: 0;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.m-pagination ul li {
  margin-bottom: 1rem;
  padding: 0 1rem;
  line-height: 1em;
}
.m-pagination ul li.page-item {
  border-left: 1.5px solid #FF0027;
}
.m-pagination ul li.page-item:first-child {
  border-left: none;
}
.m-pagination ul li.active {
  color: #160000;
  font-weight: 700;
}
.-bg-night .m-pagination ul li.active {
  color: #FF7175;
}
#tx-solr-search .m-pagination {
  margin-top: 1rem;
  text-align: right;
}

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