/* 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 ---------- */
.m-moduleStory {
  margin: 0 auto;
  padding: 12.5rem 0;
  position: relative;
  display: grid;
  column-gap: 2rem;
  row-gap: 2rem;
  grid-template-columns: 33% 1fr;
  grid-template-areas: "content content" "asset asset";
  position: relative;
  overflow: visible;
  z-index: 0;
}
.pageChapter > .frame-type-module_story:first-of-type .m-moduleStory {
  padding-top: 0;
}
.lc_content .m-moduleStory {
  padding: 2.5rem 0 0;
}
.m-moduleStory:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  margin: 0 calc(-50vw + 50%);
  background: inherit;
}
@media only screen and (min-width: 1200px) {
  .m-moduleStory {
    grid-template-areas: "content asset";
  }
  .m-moduleStory.ce-left {
    grid-template-columns: 1fr 33%;
    grid-template-areas: "asset content";
  }
}
.m-moduleStory__asset {
  grid-area: asset;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.m-moduleStory__asset .blur-load {
  max-width: 945px;
}
@media only screen and (min-width: 1200px) {
  .m-moduleStory__asset .blur-load {
    max-width: none;
  }
}
.m-moduleStory__button {
  margin-top: 2rem;
}
.m-moduleStory__content {
  grid-area: content;
}
.-bg-glow .m-moduleStory__content {
  color: #FFF;
}
.m-moduleStory__thumbs {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.lc_content .m-moduleStory__thumbs {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
.m-moduleStory img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.lc_content .m-moduleStory img {
  width: auto;
  max-width: 100%;
}
.m-moduleStory figcaption {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 400;
}

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