@charset "UTF-8";
@font-face {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/LibreBaskerville-Regular.woff2") format("woff2"), url("../fonts/LibreBaskerville-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/LibreBaskerville-Bold.woff2") format("woff2"), url("../fonts/LibreBaskerville-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-display: swap;
  src: local("Roboto"), local("Roboto Variable"), url("../fonts/Roboto-Variable.woff2") format("woff2-variations"), url("../fonts/Roboto-Variable.ttf") format("truetype-variations");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-display: swap;
  src: local("Roboto Italic"), local("Roboto Italic Variable"), url("../fonts/Roboto-Italic-Variable.woff2") format("woff2-variations"), url("../fonts/Roboto-Italic-Variable.ttf") format("truetype-variations");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-display: swap;
  src: local("Open Sans"), local("Open Sans Variable"), url("../fonts/OpenSans-Variable.woff2") format("woff2-variations"), url("../fonts/OpenSans-Variable.ttf") format("truetype-variations");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-display: swap;
  src: local("Open Sans Italic"), local("Open Sans Italic Variable"), url("../fonts/OpenSans-Italic-Variable.woff2") format("woff2-variations"), url("../fonts/OpenSans-Italic-Variable.ttf") format("truetype-variations");
}
:root {
  --lh26-typ-color-heading: #104B10;
  --lh26-typ-color-text: #231F20;
  --lh26-typ-color-text-alternate: #104B10;
  --lh26-typ-color-text-link: #F9C34E;
  --lh26-typ-color-text-link-hover: #104B10;
  --lh26-typ-color-text-cards: #231201;
  --lh26-typ-color-button-primary-text: #104C10;
  --lh26-typ-color-button-primary-background: #F9C34E;
  --lh26-typ-color-button-primary-border: #F9C34E;
  --lh26-typ-color-button-primary-text-hover: #104B10;
  --lh26-typ-color-button-primary-background-hover: #fff;
  --lh26-typ-color-button-primary-border-hover: #104B10;
  --lh26-typ-color-border-cards: #E2E8F0;
  --lh26-typ-color-border-cards-alternate: #F9C34E33;
}

/* Structure */
body:has(section[class*=lh26-typ-]) footer {
  display: none;
}

[class*=lh26-typ-] {
  background-color: #FFFCF5;
}
[class*=lh26-typ-]:not(.lh26-typ-header-logo-centered) {
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  [class*=lh26-typ-]:not(.lh26-typ-header-logo-centered) {
    padding-bottom: 32px;
  }
}
[class*=lh26-typ-] h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: var(--lh26-typ-color-heading);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  [class*=lh26-typ-] h1 {
    font-size: 30px;
    line-height: 37.5px;
  }
}
[class*=lh26-typ-] h2 {
  font-family: "Libre Baskerville", serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 36px;
  color: var(--lh26-typ-color-heading);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  [class*=lh26-typ-] h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
[class*=lh26-typ-] h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
  color: var(--lh26-typ-color-heading);
}
[class*=lh26-typ-] p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  [class*=lh26-typ-] p {
    font-size: 16px;
    line-height: 26px;
  }
}
[class*=lh26-typ-] ul li {
  display: flex;
  align-items: flex-start;
  color: var(--lh26-stca-color-ul-li);
  font-size: 13px;
  gap: 0.5em;
  padding-left: 0;
  position: relative;
}
[class*=lh26-typ-] ul li::before {
  mask-image: url("/wp-content/themes/magenium-child/img/icons/circle-check.svg");
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
  content: "";
  background-color: var(--lh26-stca-color-ul-li-before);
  display: block;
  height: 1.1em;
  margin-top: 0.2em;
  width: 1.1em;
}
[class*=lh26-typ-] > .wpb_row {
  padding-right: 16px;
  padding-left: 16px;
  max-width: 896px;
  margin: 0 auto;
}
[class*=lh26-typ-] .wpb_content_element:last-child {
  margin-bottom: 0;
}

.lh26-typ-header-logo-centered {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  padding-top: 26px;
  padding-bottom: 26px;
}
@media (max-width: 767px) {
  .lh26-typ-header-logo-centered {
    padding-bottom: 12px;
  }
}
.lh26-typ-header-logo-centered .vc_single_image-wrapper {
  max-width: 50%;
  width: 380px;
}
@media (max-width: 767px) {
  .lh26-typ-header-logo-centered .vc_single_image-wrapper {
    max-width: 60%;
    width: 300px;
  }
}
@media (max-width: 420px) {
  .lh26-typ-header-logo-centered .vc_single_image-wrapper {
    max-width: 100%;
    width: 100%;
  }
}

.lh26-typ-hero-centered {
  text-align: center;
}
.lh26-typ-hero-centered p {
  font-size: 20px;
  color: var(--lh26-typ-color-text);
}
@media (max-width: 767px) {
  .lh26-typ-hero-centered p {
    font-size: 18px;
  }
}
.lh26-typ-hero-centered p:has(+ h1) {
  color: var(--lh26-typ-color-text-alternate);
}
.lh26-typ-hero-centered p em {
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  color: var(--lh26-typ-color-text);
}
@media (max-width: 767px) {
  .lh26-typ-hero-centered p em {
    font-size: 16px;
    line-height: 24px;
  }
}
.lh26-typ-hero-centered p + h1 {
  font-size: 36px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .lh26-typ-hero-centered p + h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
.lh26-typ-hero-centered p + h1 + p {
  color: var(--lh26-typ-color-text);
  font-size: 18px;
}
@media (max-width: 767px) {
  .lh26-typ-hero-centered p + h1 + p {
    font-size: 16px;
    line-height: 24px;
  }
}

.lh26-typ-content .wpb_single_image {
  overflow: hidden;
}

.lh26-typ-content-over-white > .wpb_row > .wpb_column > .vc_column-inner {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  padding: 36px 34px;
}
@media (max-width: 767px) {
  .lh26-typ-content-over-white > .wpb_row > .wpb_column > .vc_column-inner {
    color: var(--lh26-typ-color-text-alternate);
    padding: 28px 26px;
  }
}

.lh26-typ-content-over-white-2images > .wpb_row > .wpb_column > .vc_column-inner {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  padding: 36px 34px;
}
@media (max-width: 767px) {
  .lh26-typ-content-over-white-2images > .wpb_row > .wpb_column > .vc_column-inner {
    color: var(--lh26-typ-color-text-alternate);
    padding: 28px 26px;
  }
}
.lh26-typ-content-over-white-2images > .wpb_row > .wpb_column > .vc_column-inner .wpb_text_column h2 {
  margin-bottom: 8px;
}
.lh26-typ-content-over-white-2images > .wpb_row > .wpb_column > .vc_column-inner .wpb_text_column p {
  font-size: 16px;
  line-height: 24px;
}
.lh26-typ-content-over-white-2images > .wpb_row > .wpb_column > .vc_column-inner .wpb_text_column p a {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  align-items: center;
  display: inline-flex;
  gap: 16px;
  justify-content: center;
  background-color: var(--lh26-typ-color-button-primary-background);
  border: 1px solid var(--lh26-typ-color-button-primary-border);
  color: var(--lh26-typ-color-button-primary-text);
  padding: 11px 31px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.5s ease;
}
.lh26-typ-content-over-white-2images > .wpb_row > .wpb_column > .vc_column-inner .wpb_text_column p a:is(:hover, :focus, :focus-visible) {
  background-color: var(--lh26-typ-color-button-primary-background-hover);
  border-color: var(--lh26-typ-color-button-primary-border-hover);
  color: var(--lh26-typ-color-button-primary-text-hover);
  text-decoration: none;
}
.lh26-typ-content-over-white-2images > .wpb_row > .wpb_column > .vc_column-inner .wpb_text_column p a::before {
  mask-image: url("/wp-content/themes/magenium-child/img/icons/download-green.svg");
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
  content: "";
  background-color: currentColor;
  display: block;
  height: 16px;
  width: 16px;
}
.lh26-typ-content-over-white-2images > .wpb_row > .wpb_column > .vc_column-inner .wpb_row.vc_inner {
  align-items: flex-end;
  gap: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 44px;
  max-width: 490px;
}
@media (min-width: 990px) {
  .lh26-typ-content-over-white-2images > .wpb_row > .wpb_column > .vc_column-inner .wpb_row.vc_inner {
    padding-top: 8px;
  }
}
@media (max-width: 767px) {
  .lh26-typ-content-over-white-2images > .wpb_row > .wpb_column > .vc_column-inner .wpb_row.vc_inner {
    justify-content: center;
    gap: 24px;
    margin-bottom: 24px;
  }
}
.lh26-typ-content-over-white-2images > .wpb_row > .wpb_column > .vc_column-inner .wpb_row.vc_inner:has(.wpb_text_column) {
  align-items: flex-start;
  max-width: 100%;
}
@media (max-width: 767px) {
  .lh26-typ-content-over-white-2images > .wpb_row > .wpb_column > .vc_column-inner .wpb_row.vc_inner:has(.wpb_text_column) > .wpb_column {
    width: 100%;
  }
}
.lh26-typ-content-over-white-2images > .wpb_row > .wpb_column > .vc_column-inner .wpb_row.vc_inner:has(.wpb_text_column) h3 {
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
}
.lh26-typ-content-over-white-2images > .wpb_row > .wpb_column > .vc_column-inner .wpb_row.vc_inner:has(.wpb_text_column) p {
  font-size: 14px;
  line-height: 20px;
}
.lh26-typ-content-over-white-2images > .wpb_row > .wpb_column > .vc_column-inner .wpb_row.vc_inner:has(.wpb_text_column) .wpb_single_image {
  max-width: 215px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .lh26-typ-content-over-white-2images > .wpb_row > .wpb_column > .vc_column-inner .wpb_row.vc_inner:has(.wpb_text_column) .wpb_single_image {
    width: 63.5%;
  }
}
@media (max-width: 420px) {
  .lh26-typ-content-over-white-2images > .wpb_row > .wpb_column > .vc_column-inner .wpb_row.vc_inner:has(.wpb_text_column) .wpb_single_image {
    width: 80%;
  }
}
.lh26-typ-content-over-white-2images > .wpb_row > .wpb_column > .vc_column-inner .wpb_row.vc_inner > .wpb_column {
  width: calc(50% - 20px);
}
@media (max-width: 767px) {
  .lh26-typ-content-over-white-2images > .wpb_row > .wpb_column > .vc_column-inner .wpb_row.vc_inner > .wpb_column {
    width: 63.5%;
  }
}
@media (max-width: 420px) {
  .lh26-typ-content-over-white-2images > .wpb_row > .wpb_column > .vc_column-inner .wpb_row.vc_inner > .wpb_column {
    width: 80%;
  }
}
.lh26-typ-content-over-white-2images > .wpb_row > .wpb_column > .vc_column-inner .wpb_row.vc_inner > .wpb_column .wpb_single_image {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
  border-radius: 5px;
  overflow: hidden;
}

.lh26-typ-content-over-green h1, .lh26-typ-content-over-green h2, .lh26-typ-content-over-green h3, .lh26-typ-content-over-green p {
  color: #fff;
}
.lh26-typ-content-over-green > .wpb_row > .wpb_column > .vc_column-inner {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
  padding: 32px 34px 36px;
}
@media (max-width: 767px) {
  .lh26-typ-content-over-green > .wpb_row > .wpb_column > .vc_column-inner {
    padding: 24px 26px 28px;
  }
  .lh26-typ-content-over-green > .wpb_row > .wpb_column > .vc_column-inner .wpb_single_image {
    margin-left: auto;
    margin-right: auto;
    width: 48px;
  }
}

.lh26-typ-intro-video > .wpb_row > .wpb_column > .vc_column-inner {
  padding: 32px 32px 40px;
}
@media (max-width: 767px) {
  .lh26-typ-intro-video > .wpb_row > .wpb_column > .vc_column-inner {
    padding: 30px 24px;
  }
}

.lh26-typ-cta-border-left h2 {
  font-family: "Open Sans", Arial, Sans-Serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 8px;
}
.lh26-typ-cta-border-left p {
  font-size: 16px;
  line-height: 24px;
}
.lh26-typ-cta-border-left > .wpb_row > .wpb_column > .vc_column-inner {
  padding: 24px;
}

@media (max-width: 767px) {
  .lh26-typ-title-3cards {
    padding-bottom: 48px;
  }
}
.lh26-typ-title-3cards .cards {
  --cards-gap: 24px;
  gap: var(--cards-gap);
}
@media (max-width: 989px) {
  .lh26-typ-title-3cards .cards {
    --cards-gap: 16px;
  }
}
.lh26-typ-title-3cards .cards > .wpb_column {
  width: calc(33.33% - 2 * var(--cards-gap) / 3);
}
@media (max-width: 767px) {
  .lh26-typ-title-3cards .cards > .wpb_column {
    width: 100%;
  }
}
.lh26-typ-title-3cards .cards .vc_column-inner {
  background-color: #fff;
  border: 1px solid var(--lh26-typ-color-border-cards);
  border-radius: 10px;
  padding: 24px 16px 24px 16px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
}
.lh26-typ-title-3cards .cards .vc_column-inner > .wpb_wrapper {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
}
.lh26-typ-title-3cards .cards .vc_column-inner > .wpb_wrapper h3 {
  margin-bottom: 8px;
}
.lh26-typ-title-3cards .cards .vc_column-inner > .wpb_wrapper p {
  color: var(--lh26-typ-color-text-cards);
  font-size: 14px;
  line-height: 20px;
}
.lh26-typ-title-3cards .cards .vc_column-inner > .wpb_wrapper .wpb_single_image {
  flex-shrink: 0;
  margin-bottom: 0;
  width: 48px;
}

.lh26-typ-logos .wpb_wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 38px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .lh26-typ-logos .wpb_wrapper {
    flex-direction: column;
    gap: 0;
  }
}
.lh26-typ-logos .wpb_wrapper .wpb_single_image {
  max-width: 140px;
  margin-bottom: 0;
}
.lh26-typ-logos .wpb_wrapper .wpb_single_image:nth-child(2) {
  max-width: 145px;
}
.lh26-typ-logos .wpb_wrapper .wpb_single_image:nth-child(3) {
  max-width: 97px;
}
@media (max-width: 767px) {
  .lh26-typ-logos .wpb_wrapper .wpb_single_image:first-child {
    margin-bottom: 38px;
  }
  .lh26-typ-logos .wpb_wrapper .wpb_single_image:nth-child(2) {
    margin-bottom: 28px;
  }
}

@media (max-width: 767px) {
  .lh26-typ-title-2cards {
    padding-bottom: 48px;
  }
}
.lh26-typ-title-2cards .cards {
  --cards-gap: 24px;
  gap: var(--cards-gap);
}
@media (max-width: 989px) {
  .lh26-typ-title-2cards .cards {
    --cards-gap: 16px;
  }
}
.lh26-typ-title-2cards .cards > .wpb_column {
  width: calc(50% - var(--cards-gap) / 2);
}
@media (max-width: 767px) {
  .lh26-typ-title-2cards .cards > .wpb_column {
    width: 100%;
  }
}
.lh26-typ-title-2cards .cards > .wpb_column.card-expanded {
  width: 100%;
}
.lh26-typ-title-2cards .cards .vc_column-inner {
  background-color: #fff;
  border: 2px solid var(--lh26-typ-color-border-cards-alternate);
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
}
.lh26-typ-title-2cards .cards .vc_column-inner > .wpb_wrapper {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
}
.lh26-typ-title-2cards .cards .vc_column-inner > .wpb_wrapper h3 {
  font-weight: 600;
  margin-bottom: 8px;
}
.lh26-typ-title-2cards .cards .vc_column-inner > .wpb_wrapper p {
  color: var(--lh26-typ-color-text-cards);
  font-size: 14px;
  line-height: 20px;
}
.lh26-typ-title-2cards .cards .vc_column-inner > .wpb_wrapper .wpb_single_image {
  flex-shrink: 0;
  margin-bottom: 0;
  width: 48px;
}

@media (max-width: 767px) {
  .lh26-typ-title-2articles {
    padding-bottom: 48px;
  }
}
.lh26-typ-title-2articles .cards {
  --cards-gap: 24px;
  gap: var(--cards-gap);
}
.lh26-typ-title-2articles .cards > .wpb_column {
  width: calc(50% - var(--cards-gap) / 2);
}
@media (max-width: 767px) {
  .lh26-typ-title-2articles .cards > .wpb_column {
    width: 100%;
  }
}
.lh26-typ-title-2articles .cards .vc_column-inner {
  background-color: #fff;
  border: 1px solid var(--lh26-typ-color-border-cards);
  border-radius: 10px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  overflow: hidden;
}
.lh26-typ-title-2articles .cards .vc_column-inner > .wpb_wrapper {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.lh26-typ-title-2articles .cards .vc_column-inner > .wpb_wrapper h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 14px;
}
.lh26-typ-title-2articles .cards .vc_column-inner > .wpb_wrapper p {
  color: var(--lh26-typ-color-text-cards);
  font-size: 16px;
  line-height: 24px;
}
.lh26-typ-title-2articles .cards .vc_column-inner > .wpb_wrapper p:last-child:has(a) {
  margin-top: 4px;
}
.lh26-typ-title-2articles .cards .vc_column-inner > .wpb_wrapper .wpb_single_image {
  aspect-ratio: 16/9;
  margin-bottom: 0;
  width: 100%;
}
.lh26-typ-title-2articles .cards .vc_column-inner > .wpb_wrapper .wpb_single_image > .vc_figure, .lh26-typ-title-2articles .cards .vc_column-inner > .wpb_wrapper .wpb_single_image .vc_single_image-wrapper, .lh26-typ-title-2articles .cards .vc_column-inner > .wpb_wrapper .wpb_single_image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.lh26-typ-title-2articles .cards .vc_column-inner > .wpb_wrapper .wpb_text_column {
  background-color: #fff;
  padding: 24px 48px 24px 24px;
}
@media (max-width: 767px) {
  .lh26-typ-title-2articles .cards .vc_column-inner > .wpb_wrapper .wpb_text_column {
    padding: 24px;
  }
}
.lh26-typ-title-2articles .cards .vc_column-inner > .wpb_wrapper .wpb_text_column a {
  color: var(--lh26-typ-color-text-link);
  cursor: pointer;
  display: inline-flex;
  text-decoration: none;
}
.lh26-typ-title-2articles .cards .vc_column-inner > .wpb_wrapper .wpb_text_column a:is(:hover, :focus, :focus-visible) {
  color: var(--lh26-typ-color-text-link-hover);
  text-decoration: none;
}
.lh26-typ-title-2articles .cards .vc_column-inner > .wpb_wrapper .wpb_text_column a::after {
  content: "→";
  display: inline-block;
  margin-left: 4px;
}

.lh26-typ-footer-main {
  padding-top: 38px;
  padding-bottom: 38px;
}
.lh26-typ-footer-main h1, .lh26-typ-footer-main h2, .lh26-typ-footer-main h3, .lh26-typ-footer-main p, .lh26-typ-footer-main a {
  color: #fff;
}
.lh26-typ-footer-main p {
  font-size: 14px;
  line-height: 18px;
}
.lh26-typ-footer-main p a {
  text-decoration: underline;
}
.lh26-typ-footer-main p a:is(:hover, :focus, :focus-visible) {
  color: #fff;
  text-decoration: none;
}
.lh26-typ-footer-main > .wpb_row {
  max-width: 1300px;
}

/*# sourceMappingURL=lh26-thank-you.css.map */
