/* 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 ---------- */
.p-level2__header {
  margin-bottom: 2rem;
}
.p-level2__header > * {
  margin-bottom: 0;
}
.p-level2__header h1 {
  font-weight: bold;
}

.m-level2 {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #DBD9D9;
  min-height: 100%;
  padding: 3.375rem 1.75rem 2.125rem;
  aspect-ratio: 26/37;
  cursor: pointer;
}
.m-level2__background {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: radial-gradient(closest-corner at 50% 25%, var(--card-color-glow-from) 0%, var(--card-color-glow-to) 100%);
  opacity: 0;
  transition: opacity 350ms ease-in-out;
}
.m-level2__inner {
  position: relative;
  z-index: 1;
}
.m-level2__imgContainer, .m-level2__videoContainer {
  position: relative;
  z-index: 1;
  aspect-ratio: 3/2;
}
.m-level2__header {
  width: 100%;
  color: var(--color-primary);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.m-level2__text {
  flex-grow: 1;
  width: 100%;
  margin: 0 0 1.25rem;
}
.m-level2:hover .m-level2__background {
  opacity: 1;
}
.m-level2:hover .m-level2__text {
  color: #FFF;
}
.m-level2 [class^=lci-] {
  color: var(--color-primary);
}

/*# sourceMappingURL=level2-list.css.map */