/* 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) ---------- */
.m_siteNavigation a {
  font-size: 1.25rem;
  line-height: 3.125rem;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  .m_siteNavigation a { /* min-width: 992px */
    font-size: 1.875rem;
  }
}

/* ---------- default fonts: 16 (15-18) ---------- */
.m_siteNavigation p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

/* ---------- 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) ---------- */
.m_siteNavigation a {
  font-size: 1.25rem;
  line-height: 3.125rem;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  .m_siteNavigation a { /* min-width: 992px */
    font-size: 1.875rem;
  }
}

/* ---------- default fonts: 16 (15-18) ---------- */
.m_siteNavigation p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

/* ---------- small fonts: 13 - (12-14) ---------- */
/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
.m_siteNavigation {
  position: relative;
  z-index: 0;
  padding: 4.1875rem 0 4.375rem;
  display: flex;
  justify-content: center;
}
.m_siteNavigation:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: inherit;
  margin: 0 calc(-50vw + 50%);
}
@media only screen and (min-width: 992px) {
  .m_siteNavigation { /* min-width: 992px */
    padding: 3.5625rem 0 4.75rem;
  }
}
.m_siteNavigation ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.m_siteNavigation ul li::marker {
  content: normal;
}
.m_siteNavigation__inner {
  position: relative;
  left: 3%;
}
.m_siteNavigation p {
  margin-bottom: 1.125rem;
}
.m_siteNavigation li {
  position: relative;
}
.m_siteNavigation li::before {
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  border: 0.125rem solid #160000;
  border-radius: 50%;
  position: absolute;
  top: 1.0625rem;
  left: -2.1875rem;
}
.m_siteNavigation li::after {
  content: "";
  width: 1.5625rem;
  height: 0.125rem;
  position: absolute;
  top: 3rem;
  left: -2.5rem;
  background-color: #160000;
  transform: rotate(90deg);
}
.m_siteNavigation li:last-child::after {
  display: none;
}
.m_siteNavigation a {
  text-decoration: underline;
  color: #160000;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .m_siteNavigation a { /* min-width: 992px */
    text-transform: none;
  }
}
.m_siteNavigation:is(.-bg-night, .-bg-glow) li::before {
  border-color: #FFF;
}
.m_siteNavigation:is(.-bg-night, .-bg-glow) li::after {
  background-color: #FFF;
}
.m_siteNavigation:is(.-bg-night, .-bg-glow) a {
  color: #FFF;
}

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