.pfy-swipe-slide-extra .pfy-swipe-slide-inner {
  justify-content: stretch;
}

.pfy-extra-template {
  width: 100%;
  height: 100%;
  min-height: 0;
  color: inherit;
}
.pfy-extra-template *,
.pfy-extra-template *::before,
.pfy-extra-template *::after {
  box-sizing: border-box;
}
.pfy-extra-template__inner {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: grid;
  gap: clamp(10px, 2.8vw, 16px);
}
.pfy-extra-template__heading {
  min-height: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(20px, 6vw, 28px);
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.pfy-extra-template__sub-heading {
  margin: 0 0 1em;
  line-height: 1.35;
  font-weight: 800;
  background-color: #f2f2f2;
  padding: .5em .7em;
  align-items: center;
  display: flex;
}
.pfy-extra-template__sub-heading::before {
  display: inline-block;
  width: 5px;
  height: 1.5em;
  margin-right: .5em;
  background-color: #111;
  content: '';
}

.pfy-extra-template--template-06.pfy-extra-template__text,
.pfy-extra-template--template-06 .pfy-extra-template__short-text {
  min-height: 0;
  overflow-wrap: anywhere;
  word-break: normal;
  line-height: 1.75;
  padding: 10px;
}
.pfy-extra-template__body,
.pfy-extra-template__media,
.pfy-extra-template__images,
.pfy-extra-template__videos,
.pfy-extra-template__rows,
.pfy-extra-template__faq-list,
.pfy-extra-template__table-wrap,
.pfy-extra-template__icon-buttons {
  min-height: 0;
}
.pfy-extra-template__image {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.18);
}
.pfy-extra-template__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.pfy-extra-template__video {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  border-radius: 0;
  background: #fff;
}
.pfy-extra-template__video-embed {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  border: 0;
  border-radius: 0;
  background: #fff;
}
.pfy-extra-template--template-06 .pfy-extra-template__inner {
  grid-template-rows: minmax(0, 1fr) minmax(0, 3fr) minmax(0, 3fr) minmax(0, 3fr);
}
.pfy-extra-template--template-06 .pfy-extra-template__body {
  min-height: 0;
  overflow: hidden;
  padding: 10px 0;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.14);
}
.pfy-extra-template--template-06 .pfy-extra-template__body--lead {
  background: transparent;
  padding: 0;
}
.pfy-seo-page .pfy-extra-template--template-06 {
  height: auto;
}
.pfy-seo-page .pfy-extra-template--template-06 .pfy-extra-template__inner {
  display: block;
}
.pfy-seo-page .pfy-extra-template--template-06 .pfy-extra-template__body {
  margin-top: 1rem;
}
