/*$line-height-lg:              1.8 !default;
$line-height-sm:              1.8 !default;*/
.stacked-component *,
.stacked-component *::before,
.stacked-component *::after {
  backface-visibility: visible; }

.stacked-component .stacked-element {
  padding: 16px; }

.stacked-component .cont-img img {
  display: block;
  width: 100%;
  height: auto; }

.stacked-component .stacked-content {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto; }

.stacked-component .feature-list ul {
  margin: 0;
  display: block;
  list-style: none;
  list-style-position: outside;
  padding: 0; }

.stacked-component .feature-list ul li {
  font-family: "SeatMedium", sans-serif;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 26px;
  display: flex; }

.stacked-component .feature-list .bullet {
  margin-right: 16px;
  display: inline-block;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  position: relative; }

.stacked-component .feature-list .bullet::after {
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: #0f0f0f;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
  content: ""; }

.stacked-component .feature-list .icon {
  margin-right: 16px;
  display: inline-block; }

.stacked-component .feature-list .icon img {
  min-width: 32px;
  max-width: 32px; }

.stacked-component .text-light .feature-list .bullet::after {
  background-color: #fafaf9; }

.stacked-component .eyebrow {
  font-family: "SeatBold", sans-serif;
  font-size: 14px;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: normal;
  margin-bottom: 16px;
  margin-top: 32px; }

.stacked-component .article-title {
  font-family: "SeatBold", sans-serif;
  font-size: 18px;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: normal;
  margin-bottom: 16px;
  margin-top: 32px; }
  .stacked-component .article-title:first-of-type {
    margin-top: 0; }

.stacked-component .title {
  font-family: "SeatBlack", sans-serif;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: normal;
  font-stretch: normal;
  max-height: calc(38px * 5 + 4px);
  overflow: hidden;
  margin-bottom: 32px; }

.stacked-component .description {
  font-size: 16px;
  line-height: 30px; }

.stacked-component .cta-container .btn {
  width: 212px;
  height: 48px; }

@media (min-width: 750px) {
  .stacked-component .title {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 24px;
    max-height: calc(48px * 6 + 4px); }
  .stacked-component .columns-content .description {
    columns: 2;
    column-gap: 56px; } }

@media (min-width: 1025px) {
  .stacked-component .two-cols-content .content {
    columns: 2;
    column-gap: 56px; }
  .stacked-component .columns-content .description {
    columns: 3;
    column-gap: 56px; }
  .stacked-component .stacked-element {
    padding: 0; }
  .stacked-component .eyebrow {
    margin-top: 0;
    font-size: 16px;
    line-height: 30px;
    max-height: 30px;
    max-width: 296px; }
  .stacked-component .stacked-content {
    max-width: calc(296px * 2 + 4px); }
  .stacked-component .stacked-content.stacked-fw-content {
    max-width: calc(296px * 3 + 4px); }
  .stacked-component .stacked-content.img-right {
    margin-left: auto;
    margin-right: 48px; }
  .stacked-component .stacked-content.img-left {
    margin-right: auto;
    margin-left: 48px; }
  .stacked-component .cont-img {
    position: relative;
    min-height: 660px; }
    .stacked-component .cont-img picture {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      height: 100%;
      width: 100%; }
    .stacked-component .cont-img img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .stacked-component .stacked-content.stacked-fw-content {
    min-height: 660px; } }

@media (min-width: 1400px) {
  .stacked-component .stacked-content .eyebrow {
    font-size: 14px;
    line-height: 26px;
    max-height: 26px;
    overflow: hidden;
    margin-bottom: 16px;
    margin-top: 32px; }
  .stacked-component .stacked-content {
    max-width: calc(404px * 2 + 4px); }
  .stacked-component .stacked-content.stacked-fw-content {
    max-width: calc(404px * 3 + 4px); } }
