@charset "UTF-8";
.lh-post-single {
  font-family: Montserrat, serif;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
  padding: 40px 0;
}
@media screen and (max-width: 1199px) {
  .lh-post-single .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
.lh-post-single .lh-post-single-content {
  margin-bottom: 80px;
}
@media screen and (max-width: 967px) {
  .lh-post-single .lh-post-single-content {
    margin-bottom: 50px;
  }
}
@media all and (min-width: 1200px) {
  .lh-post-single .lh-post-single-content-flex {
    display: flex;
  }
}
@media print {
  .lh-post-single .lh-post-single-content-flex {
    display: flex;
  }
}
@media all and (min-width: 1200px) {
  .lh-post-single .lh-post-single-content-left {
    flex: 1 0 880px;
    max-width: 880px;
    position: relative;
    padding-right: 20px;
  }
}
@media print {
  .lh-post-single .lh-post-single-content-left {
    flex: 1 0 880px;
    max-width: 880px;
    position: relative;
    padding-right: 20px;
  }
}
.lh-post-single .lh-post-single-content-right {
  flex: 1 1 auto;
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .lh-post-single .lh-post-single-content-right {
    display: none;
  }
}
.lh-post-single .button {
  padding: 15px 36px;
  background: #FF6C1C;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}
@media screen and (max-width: 967px) {
  .lh-post-single .button {
    margin-bottom: 50px;
  }
}
.lh-post-single .button:hover {
  color: #ffffff;
  background-color: #E8400E;
}
.lh-post-single .button:active {
  background-color: #B52B02;
}
.lh-post-single .button[disabled] {
  background-color: #CBCCD1;
}
.lh-post-single .button.button-white {
  background: #ffffff;
  color: #202327;
}
.lh-post-single .button.button-white:hover {
  background: #F4F5F6;
  color: #8AB72B;
}
.lh-post-single .button.button-white:active {
  background-color: #EDF6D1;
  color: #202327;
}
.lh-post-single .button.button-white[disabled] {
  background-color: #CBCCD1;
  color: #202327;
}
.lh-post-single .lh-breadcrumbs {
  margin: 0 0 40px 0;
  color: #CBCCD1;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
}
@media screen and (max-width: 967px) {
  .lh-post-single .lh-breadcrumbs {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 967px) {
  .lh-post-single .lh-breadcrumbs {
    margin-bottom: 4px;
  }
}
.lh-post-single .lh-breadcrumbs li {
  display: inline-block;
}
.lh-post-single .lh-breadcrumbs li:after {
  content: "›";
  display: inline-block;
  transform: scale(1.1);
  padding: 0 6px 6px 0;
}
@media screen and (max-width: 967px) {
  .lh-post-single .lh-breadcrumbs li:after {
    transform: scale(1.8);
    padding: 0 6px 4px 0;
    font-weight: 400;
  }
}
.lh-post-single .lh-breadcrumbs li:last-child:after {
  display: none;
}
.lh-post-single .lh-breadcrumbs .item {
  display: inline-block;
  color: #CBCCD1;
  padding: 0 6px 6px 0;
}
@media screen and (max-width: 967px) {
  .lh-post-single .lh-breadcrumbs .item {
    padding-right: 10px;
  }
}
.lh-post-single .lh-breadcrumbs a {
  text-decoration: none;
}
.lh-post-single .lh-breadcrumbs a:hover {
  color: #8AB72B;
}
.lh-post-single .date-views-wrap {
  color: #A9ACB4;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
}
@media screen and (max-width: 967px) {
  .lh-post-single .date-views-wrap {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 967px) {
  .lh-post-single .date-views-wrap {
    margin-bottom: 30px;
  }
}
.lh-post-single .date-views-wrap .post-date, .lh-post-single .date-views-wrap .post-views-count {
  display: inline-block;
}
.lh-post-single .date-views-wrap .post-views-count {
  margin-left: 0.3em;
}
.lh-post-single .date-views-wrap .post-views-count:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 12px;
  background: url(../images/icons/eye.svg) 50% 50% no-repeat;
  background-size: contain;
  vertical-align: baseline;
  margin-right: 0.1em;
}
.lh-post-single .lh-blog-fact {
  margin-bottom: 30px;
}
@media screen and (max-width: 967px) {
  .lh-post-single .lh-blog-fact {
    margin-bottom: 20px;
  }
}
.lh-post-single .lh-blog-fact .fact-box {
  padding: 30px;
  background-color: #F4F5F6;
  border-radius: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 967px) {
  .lh-post-single .lh-blog-fact .fact-box {
    padding: 20px 25px;
  }
}
.lh-post-single .lh-blog-fact .fact-title {
  font-weight: 700;
  margin-bottom: 14px;
}
@media screen and (max-width: 967px) {
  .lh-post-single .lh-blog-fact .fact-title {
    margin-bottom: 10px;
  }
}
.lh-post-single .lh-blog-fact .fact-source {
  font-size: 16px;
  color: #CBCCD1;
}
@media screen and (max-width: 967px) {
  .lh-post-single .lh-blog-fact .fact-source {
    font-size: 14px;
  }
}
.lh-post-single .lh-blog-fact.green .fact-box {
  color: #8AB72B;
  background-color: #F7FBEA;
}
.lh-post-single .lh-blog-fact.green .fact-content {
  font-weight: 600;
}
.lh-post-single .lh-blog-fact.blue .fact-box {
  color: #2A77B8;
  background-color: #E8F4FA;
}
.lh-post-single .lh-blog-fact.blue .fact-content {
  font-weight: 600;
}
.lh-post-single .lh-blog-fact p {
  margin: 18px 0;
}
@media screen and (max-width: 967px) {
  .lh-post-single .lh-blog-fact p {
    margin: 10px 0;
  }
  .lh-post-single .lh-blog-fact p:first-child {
    margin-top: 0;
  }
  .lh-post-single .lh-blog-fact p:last-child {
    margin-bottom: 0;
  }
}
.lh-post-single .lh-blog-quote {
  border-radius: 15px;
  background-color: #F7FBEA;
  color: #202327;
  padding: 30px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
  margin: 80px 0;
}
@media screen and (max-width: 967px) {
  .lh-post-single .lh-blog-quote {
    font-size: 18px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 967px) {
  .lh-post-single .lh-blog-quote {
    padding: 30px 20px;
    margin: 50px 0;
  }
}
.lh-post-single .lh-blog-quote:before {
  content: "“";
  display: block;
  margin-bottom: 14px;
  color: #8AB72B;
  font-size: 60px;
  line-height: 8px;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (max-width: 967px) {
  .lh-post-single .lh-blog-quote:before {
    line-height: 6px;
    margin-bottom: 10px;
    margin-top: 12px;
  }
}
@media all and (min-width: 968px) {
  .lh-post-single .lh-blog-quote .quote-content {
    margin-bottom: 4px;
  }
}
@media print {
  .lh-post-single .lh-blog-quote .quote-content {
    margin-bottom: 4px;
  }
}
.lh-post-single .lh-blog-quote .quote-author {
  color: #8AB72B;
}
.lh-post-single .lh-blog-quote a:hover {
  color: #3F8C00;
}
.lh-post-single .lh-blog-quote cite {
  font-style: normal;
}
.lh-post-single .lh-blog-description {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .lh-post-single .lh-blog-description {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
  }
}
@media screen and (max-width: 967px) {
  .lh-post-single .lh-blog-description {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
  }
}
.lh-post-single .lh-single-thumbnail {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: url("../images/common/no-img.png") 50% 50% no-repeat #CBCCD1;
  aspect-ratio: 2/1.1;
  margin: 0 0 40px 0;
}
.lh-post-single .lh-single-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lh-post-single .author-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  color: #202327;
  text-decoration: none;
}
.lh-post-single .author-wrap:hover {
  color: #8AB72B;
}
@media screen and (max-width: 967px) {
  .lh-post-single .author-wrap {
    margin-bottom: 20px;
  }
}
.lh-post-single .author-wrap .author-thumbnail-wrap {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #D9D9D9;
  margin-right: 14px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 967px) {
  .lh-post-single .author-wrap .author-thumbnail-wrap {
    flex-basis: 50px;
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
}
.lh-post-single .author-wrap .author-thumbnail-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lh-post-single .author-wrap .author-content-wrap {
  flex-grow: 1;
}
.lh-post-single .author-wrap .author-name {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 967px) {
  .lh-post-single .author-wrap .author-name {
    font-size: 18px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 967px) {
  .lh-post-single .author-wrap .author-name {
    margin-bottom: 4px;
  }
}
.lh-post-single .author-wrap .author-description {
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}
@media screen and (max-width: 967px) {
  .lh-post-single .author-wrap .author-description {
    font-weight: 500;
  }
}
.lh-post-single p > a img, .lh-post-single p > a picture, .lh-post-single p > img, .lh-post-single p > picture {
  border-radius: 20px;
  max-width: 100%;
  height: auto;
}
.lh-post-single p > a img.size-large, .lh-post-single p > a picture.size-large, .lh-post-single p > img.size-large, .lh-post-single p > picture.size-large {
  width: 100%;
}
.lh-post-single .wp-caption {
  max-width: 100%;
}
.lh-post-single .wp-caption img {
  border-radius: 20px;
  max-width: 100%;
}
.lh-post-single .wp-caption-text {
  margin-top: 8px;
  color: #A9ACB4;
}
.lh-post-single .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.lh-post-single .gallery br {
  display: none;
}
@media screen and (max-width: 967px) {
  .lh-post-single .gallery {
    gap: 10px;
  }
}
.lh-post-single .gallery .gallery-item {
  flex: 1 0 auto;
  overflow: hidden;
  border-radius: 20px;
  background: url("../images/common/no-img.png") 50% 50% no-repeat #F4F5F6;
  background-size: 64px 50px;
  aspect-ratio: 1/1;
  padding: 0;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 967px) {
  .lh-post-single .gallery .gallery-item {
    border-radius: 10px;
    background-size: 48px 38px;
  }
}
.lh-post-single .gallery .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.lh-post-single .gallery.gallery-columns-2 .gallery-item {
  flex-basis: calc(50% - 20px);
}
@media screen and (max-width: 967px) {
  .lh-post-single .gallery.gallery-columns-2 .gallery-item {
    flex-basis: calc(50% - 5px);
  }
}
.lh-post-single .gallery.gallery-columns-3 .gallery-item {
  flex-basis: calc(33% - 20px);
}
@media screen and (max-width: 967px) {
  .lh-post-single .gallery.gallery-columns-3 .gallery-item {
    flex-basis: calc(33% - 5px);
  }
}
.lh-post-single .gallery.gallery-columns-4 .gallery-item {
  flex-basis: calc(25% - 20px);
}
@media screen and (max-width: 967px) {
  .lh-post-single .gallery.gallery-columns-4 .gallery-item {
    flex-basis: calc(25% - 5px);
  }
}
.lh-post-single .lh-post-single-banner-subscribe {
  border-radius: 15px;
  overflow: hidden;
  align-items: stretch;
  color: #ffffff;
  background-color: #9CA35F;
  margin-bottom: 80px;
}
.lh-post-single .lh-post-single-banner-subscribe .banner-image {
  display: block;
  max-width: 100%;
}
.lh-post-single .lh-post-single-banner-subscribe .banner-image:hover {
  transform: scale(1.02);
}
.lh-post-single .lh-post-single-banner-subscribe .banner-image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .lh-post-single .lh-post-single-banner-subscribe .banner-desktop {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .lh-post-single .lh-post-single-banner-subscribe .banner-mobile {
    display: none;
  }
}
@media print {
  .lh-post-single .lh-post-single-banner-subscribe .banner-mobile {
    display: none;
  }
}
.lh-post-single .lh-post-single-common-questions {
  margin-bottom: 40px;
}
@media screen and (max-width: 967px) {
  .lh-post-single .lh-post-single-common-questions {
    margin-bottom: 50px;
  }
}
.lh-post-single .lh-post-single-common-questions .common-questions-handle {
  font-size: 42px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 14px;
}
@media screen and (max-width: 967px) {
  .lh-post-single .lh-post-single-common-questions .common-questions-handle {
    font-size: 28px;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.lh-post-single .lh-post-single-common-questions .common-questions-meta {
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
  color: #CBCCD1;
  margin-bottom: 40px;
}
@media screen and (max-width: 967px) {
  .lh-post-single .lh-post-single-common-questions .common-questions-meta {
    font-size: 14px;
    line-height: 1.5;
  }
}
.lh-post-single .lh-post-single-common-questions .common-questions-list {
  margin-bottom: 40px;
}
.lh-post-single .lh-post-single-common-questions .common-questions-section.opened .section-title {
  background-color: #EDF6D1;
}
.lh-post-single .lh-post-single-common-questions .common-questions-section.opened .section-title:after {
  transform: rotate(-180deg);
}
.lh-post-single .lh-post-single-common-questions .common-questions-section summary::-webkit-details-marker {
  display: none;
}
.lh-post-single .lh-post-single-common-questions .section-title {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 600;
  padding: 15px 70px 15px 50px;
  border-radius: 12px;
  background-color: #F4F5F6;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin-bottom: 14px;
}
@media screen and (max-width: 1023px) {
  .lh-post-single .lh-post-single-common-questions .section-title {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
  }
}
@media screen and (max-width: 967px) {
  .lh-post-single .lh-post-single-common-questions .section-title {
    padding: 12px 50px 12px 20px;
    font-size: 20px;
  }
}
.lh-post-single .lh-post-single-common-questions .section-title:after {
  content: "";
  width: 17px;
  height: 10px;
  position: absolute;
  top: calc(50% - 3px);
  right: 28px;
  -webkit-mask: url(../images/icons/dropdown.svg) 50% 50% no-repeat;
          mask: url(../images/icons/dropdown.svg) 50% 50% no-repeat;
  background-color: #202327;
  -webkit-mask-size: cover;
          mask-size: cover;
  transition: all 0.2s ease-in-out;
}
@media all and (min-width: 968px) {
  .lh-post-single .lh-post-single-common-questions .section-title:hover {
    color: #8AB72B;
  }
  .lh-post-single .lh-post-single-common-questions .section-title:hover:after {
    background-color: #8AB72B;
  }
}
@media print {
  .lh-post-single .lh-post-single-common-questions .section-title:hover {
    color: #8AB72B;
  }
  .lh-post-single .lh-post-single-common-questions .section-title:hover:after {
    background-color: #8AB72B;
  }
}
.lh-post-single .lh-post-single-common-questions .common-questions-item {
  padding: 30px 40px;
  background-color: #F9FAFA;
  border-radius: 12px;
  margin-bottom: 14px;
}
@media screen and (max-width: 967px) {
  .lh-post-single .lh-post-single-common-questions .common-questions-item {
    padding: 12px 20px 40px 20px;
  }
}
.lh-post-single .lh-post-single-common-questions .item-question {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .lh-post-single .lh-post-single-common-questions .item-question {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
  }
}
@media screen and (max-width: 967px) {
  .lh-post-single .lh-post-single-common-questions .item-question {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 13px;
  }
}
.lh-post-single .lh-post-single-common-questions details {
  interpolate-size: allow-keywords;
}
.lh-post-single .lh-post-single-common-questions details::details-content {
  transition: block-size 0.5s, content-visibility 0.5s allow-discrete;
  overflow: hidden;
  block-size: 0;
}
.lh-post-single .lh-post-single-common-questions details[open]::details-content {
  block-size: auto;
}
.lh-post-single .right-subscribe-block {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  left: 10px;
  right: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  background-color: #F4F5F6;
}
.lh-post-single .right-subscribe-block .banner-image {
  display: block;
  max-width: 100%;
}
.lh-post-single .right-subscribe-block .banner-image:hover {
  transform: scale(1.02);
}
.lh-post-single .right-subscribe-block .banner-image img {
  width: 100%;
  height: auto;
}
.lh-post-single .common-questions-banner {
  background-color: #DBEEA8;
  border-radius: 15px;
  margin-bottom: 60px;
  overflow: hidden;
}
@media all and (min-width: 968px) {
  .lh-post-single .common-questions-banner {
    display: flex;
  }
}
@media print {
  .lh-post-single .common-questions-banner {
    display: flex;
  }
}
@media all and (min-width: 968px) {
  .lh-post-single .common-questions-banner .banner-content-left {
    flex: 1 0 69%;
    padding: 30px 5px 30px 50px;
  }
}
@media print {
  .lh-post-single .common-questions-banner .banner-content-left {
    flex: 1 0 69%;
    padding: 30px 5px 30px 50px;
  }
}
@media screen and (max-width: 967px) {
  .lh-post-single .common-questions-banner .banner-content-left {
    padding: 20px 20px 0 20px;
  }
}
.lh-post-single .common-questions-banner .banner-title {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .lh-post-single .common-questions-banner .banner-title {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
  }
}
@media screen and (max-width: 967px) {
  .lh-post-single .common-questions-banner .banner-title {
    max-width: 270px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 13px;
  }
}
.lh-post-single .common-questions-banner .banner-text {
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 967px) {
  .lh-post-single .common-questions-banner .banner-text {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 967px) {
  .lh-post-single .common-questions-banner .banner-text {
    margin-bottom: 13px;
  }
}
.lh-post-single .common-questions-banner .banner-content-right {
  position: relative;
}
.lh-post-single .common-questions-banner .banner-content-right img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 95%;
}
@media screen and (max-width: 1199px) {
  .lh-post-single .common-questions-banner .banner-content-right img {
    bottom: -13px;
    max-height: 270px;
    left: 10px;
  }
}
@media all and (min-width: 968px) {
  .lh-post-single .common-questions-banner .banner-content-right {
    flex: 1 0 31%;
  }
}
@media print {
  .lh-post-single .common-questions-banner .banner-content-right {
    flex: 1 0 31%;
  }
}
@media screen and (max-width: 967px) {
  .lh-post-single .common-questions-banner .banner-content-right {
    background-position: 62% 0;
    height: 280px;
  }
}
.lh-post-single .common-questions-banner .button {
  padding: 12px 20px;
  margin-right: 8px;
}
@media screen and (max-width: 967px) {
  .lh-post-single .common-questions-banner .button {
    padding: 13px 20px;
    display: block;
    margin-bottom: 12px;
  }
}
.lh-post-single .lh-post-single-sources {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
}
@media screen and (max-width: 967px) {
  .lh-post-single .lh-post-single-sources {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
  }
}
.lh-post-single .lh-post-single-sources .sources-handle {
  color: #A9ACB4;
}
.lh-post-single .lh-blog-single-tags {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
}
@media screen and (max-width: 967px) {
  .lh-post-single .lh-blog-single-tags {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
  }
}
.lh-post-single .lh-blog-single-tags .tags-handle {
  color: #A9ACB4;
}
.lh-post-single .lh-blog-single-tags a {
  display: inline-block;
  margin-right: 10px;
  text-transform: capitalize;
}
.lh-post-single .lh-blog-single-tags a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 967px) {
  .lh-post-single {
    font-size: 16px;
    line-height: 1.5;
  }
}
.lh-post-single h1 {
  font-size: 42px;
  line-height: 1.3;
  font-weight: 700;
  max-width: 780px;
}
@media screen and (max-width: 967px) {
  .lh-post-single h1 {
    font-size: 28px;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.lh-post-single h2 {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .lh-post-single h2 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
  }
}
.lh-post-single h3 {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .lh-post-single h3 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
  }
}
.lh-post-single h4 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 967px) {
  .lh-post-single h4 {
    font-size: 18px;
    line-height: 1.35;
  }
}
.lh-post-single a {
  color: #8AB72B;
  text-decoration: underline;
}
.lh-post-single a:hover {
  color: #3F8C00;
}
.lh-post-single p {
  margin: 20px 0;
}
.lh-post-single hr {
  border: 1.3px solid #D9D9D9;
  margin: 26px 0;
}
@media screen and (max-width: 967px) {
  .lh-post-single hr {
    margin: 20px 0;
  }
}

.lh-post-single-template-landing {
  font-family: Poppins, Montserrat, sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #202327;
}
.lh-post-single-template-landing .lh-single-post-blue-banner {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 15px;
  background-color: #1877F2;
  text-decoration: none;
  overflow: hidden;
  min-height: 126px;
  margin: 30px 0;
}
.lh-post-single-template-landing .lh-single-post-blue-banner:hover .button {
  transform: scale(1.02);
}
.lh-post-single-template-landing .lh-single-post-blue-banner.has-image .image-wrap {
  flex: 0 0 115px;
}
.lh-post-single-template-landing .lh-single-post-blue-banner.has-image .image-wrap:before {
  left: 0;
  right: 30px;
  top: -7px;
  bottom: -7px;
}
.lh-post-single-template-landing .lh-single-post-blue-banner .image-wrap {
  flex: 0 0 74px;
  align-self: stretch;
  position: relative;
}
.lh-post-single-template-landing .lh-single-post-blue-banner .image-wrap:before {
  background-color: #06469A;
  content: "";
  position: absolute;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  left: -30px;
  right: 20px;
  top: -4px;
  bottom: -4px;
}
.lh-post-single-template-landing .lh-single-post-blue-banner .image-wrap img, .lh-post-single-template-landing .lh-single-post-blue-banner .image-wrap picture {
  position: absolute;
  top: calc(50% - 50px);
  width: 94px;
  height: 94px;
  -o-object-fit: contain;
     object-fit: contain;
  left: 3px;
}
.lh-post-single-template-landing .lh-single-post-blue-banner .banner-content {
  flex: 1 1 auto;
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  padding: 30px 0;
  letter-spacing: -0.4px;
}
.lh-post-single-template-landing .lh-single-post-blue-banner .banner-button-wrap {
  flex: 0 0 auto;
  padding: 10px 34px 10px 10px;
}
.lh-post-single-template-landing .lh-single-post-blue-banner .banner-button-wrap .button {
  padding: 14px 20px;
  color: #202327;
  background-color: #ffffff;
  font-weight: 500;
}
@media screen and (max-width: 967px) {
  .lh-post-single-template-landing .lh-single-post-blue-banner {
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    margin: 24px 0;
    padding: 24px 13px 178px;
    border-radius: 12px;
    gap: 10px;
  }
  .lh-post-single-template-landing .lh-single-post-blue-banner:before {
    content: "";
    position: absolute;
    top: 68%;
    left: 50%;
    width: 110%;
    aspect-ratio: 1.3/1;
    transform: translateX(-50%);
    border-radius: 50% 50% 0 0;
    background: #06469A;
  }
  .lh-post-single-template-landing .lh-single-post-blue-banner:hover .button {
    transform: none;
  }
  .lh-post-single-template-landing .lh-single-post-blue-banner.has-image .image-wrap {
    flex: 0 0 auto;
  }
  .lh-post-single-template-landing .lh-single-post-blue-banner:not(.has-image) .image-wrap {
    display: none;
  }
  .lh-post-single-template-landing .lh-single-post-blue-banner .image-wrap {
    position: absolute;
    left: 50%;
    bottom: 18px;
    width: 184px;
    height: 184px;
    transform: translateX(-50%);
    z-index: 1;
    align-self: auto;
  }
  .lh-post-single-template-landing .lh-single-post-blue-banner .image-wrap:before {
    display: none;
  }
  .lh-post-single-template-landing .lh-single-post-blue-banner .image-wrap img,
  .lh-post-single-template-landing .lh-single-post-blue-banner .image-wrap picture {
    position: absolute;
    inset: 0;
    left: auto;
    top: auto;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .lh-post-single-template-landing .lh-single-post-blue-banner .banner-content {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -0.3px;
    padding: 0;
    margin-bottom: 26px;
  }
  .lh-post-single-template-landing .lh-single-post-blue-banner .banner-button-wrap {
    position: relative;
    z-index: 1;
    padding: 0;
  }
  .lh-post-single-template-landing .lh-single-post-blue-banner .banner-button-wrap .button {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
    border-radius: 8px;
    padding: 12px 16px;
  }
}
.lh-post-single-template-landing .lh-single-post-blue-banner.lh-theme-light {
  background-color: #D0E5FF;
}
.lh-post-single-template-landing .lh-single-post-blue-banner.lh-theme-light .banner-content {
  color: #1877F2;
}
.lh-post-single-template-landing .lh-single-post-blue-banner.lh-theme-light .image-wrap:before {
  background-color: #A3C9FA;
}
.lh-post-single-template-landing .lh-single-post-banner-with-background {
  position: relative;
  margin: 30px 0;
  border-radius: 18px;
  overflow: hidden;
  background-color: #06469A;
  box-shadow: 0 14px 36px rgba(6, 70, 154, 0.14);
  isolation: isolate;
}
.lh-post-single-template-landing .lh-single-post-banner-with-background:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(32, 35, 39, 0.42) 0%, rgba(32, 35, 39, 0.18) 34%, rgba(32, 35, 39, 0) 62%);
}
.lh-post-single-template-landing .lh-single-post-banner-with-background .banner-image {
  position: relative;
  aspect-ratio: 673/309;
}
.lh-post-single-template-landing .lh-single-post-banner-with-background .banner-image img, .lh-post-single-template-landing .lh-single-post-banner-with-background .banner-image picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 739px) {
  .lh-post-single-template-landing .lh-single-post-banner-with-background .banner-image-desktop {
    display: none;
  }
}
@media all and (min-width: 740px) {
  .lh-post-single-template-landing .lh-single-post-banner-with-background .banner-image-mobile {
    display: none;
  }
}
@media print {
  .lh-post-single-template-landing .lh-single-post-banner-with-background .banner-image-mobile {
    display: none;
  }
}
.lh-post-single-template-landing .lh-single-post-banner-with-background .banner-text-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  max-width: 420px;
  padding: 32px;
}
.lh-post-single-template-landing .lh-single-post-banner-with-background .banner-handle {
  color: #ffffff;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.03em;
  white-space: pre-line;
  margin: 0;
}
.lh-post-single-template-landing .lh-single-post-banner-with-background .banner-button-wrap {
  display: flex;
}
.lh-post-single-template-landing .lh-single-post-banner-with-background .banner-button-wrap a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  border-radius: 10px;
  background-color: #fff;
  color: #202327;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  box-shadow: 0 10px 20px rgba(32, 35, 39, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.lh-post-single-template-landing .lh-single-post-banner-with-background .banner-button-wrap a:hover {
  box-shadow: 0 12px 24px rgba(32, 35, 39, 0.18);
  background-color: #F1F7FF;
}
@media screen and (max-width: 739px) {
  .lh-post-single-template-landing .lh-single-post-banner-with-background {
    margin: 24px 0;
    border-radius: 16px;
  }
  .lh-post-single-template-landing .lh-single-post-banner-with-background:before {
    background: linear-gradient(180deg, rgba(32, 35, 39, 0.28) 0%, rgba(32, 35, 39, 0.12) 26%, rgba(32, 35, 39, 0) 56%);
  }
  .lh-post-single-template-landing .lh-single-post-banner-with-background .banner-image {
    aspect-ratio: 253/448;
    max-height: 530px;
    min-width: 100%;
  }
  .lh-post-single-template-landing .lh-single-post-banner-with-background .banner-text-wrap {
    justify-content: flex-start;
    gap: 16px;
    max-width: none;
    padding: 28px 18px 18px;
  }
  .lh-post-single-template-landing .lh-single-post-banner-with-background .banner-handle {
    font-size: 32px;
    line-height: 1.25;
  }
  .lh-post-single-template-landing .lh-single-post-banner-with-background .banner-button-wrap {
    width: 100%;
  }
  .lh-post-single-template-landing .lh-single-post-banner-with-background .banner-button-wrap a {
    width: 100%;
    min-height: 42px;
    padding: 14px 16px;
    border-radius: 11px;
    font-size: 16px;
    line-height: 24px;
  }
}
.lh-post-single-template-landing .lh-single-post-banner-with-image {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 32px 0;
  border-radius: 14px;
  overflow: hidden;
  background-color: #1d63bf;
}
.lh-post-single-template-landing .lh-single-post-banner-with-image .banner-text-content {
  display: flex;
  flex: 1 1 46%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  min-width: 0;
  padding: 64px 40px;
  color: #ffffff;
}
.lh-post-single-template-landing .lh-single-post-banner-with-image .banner-handle {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.02em;
}
.lh-post-single-template-landing .lh-single-post-banner-with-image .banner-text {
  margin: 0;
  max-width: 520px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
}
.lh-post-single-template-landing .lh-single-post-banner-with-image .banner-button-wrap {
  margin-top: 4px;
}
.lh-post-single-template-landing .lh-single-post-banner-with-image .banner-button-wrap a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 24px;
  border-radius: 10px;
  background-color: #f0f2f4;
  color: #202327;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  transition: background-color 0.2s ease;
}
.lh-post-single-template-landing .lh-single-post-banner-with-image .banner-button-wrap a:hover {
  background-color: #ffffff;
}
.lh-post-single-template-landing .lh-single-post-banner-with-image .banner-image-wrap {
  flex: 0 0 53%;
  max-width: 53%;
  border-radius: 27px 0 0 27px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.lh-post-single-template-landing .lh-single-post-banner-with-image .banner-image-wrap img, .lh-post-single-template-landing .lh-single-post-banner-with-image .banner-image-wrap picture {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 739px) {
  .lh-post-single-template-landing .lh-single-post-banner-with-image {
    flex-direction: column;
    margin: 24px 0;
    border-radius: 16px;
  }
  .lh-post-single-template-landing .lh-single-post-banner-with-image .banner-text-content {
    gap: 16px;
    padding: 20px 16px 26px;
    align-items: center;
  }
  .lh-post-single-template-landing .lh-single-post-banner-with-image .banner-handle {
    max-width: 260px;
    font-size: 26px;
    line-height: 1.3;
    text-align: center;
  }
  .lh-post-single-template-landing .lh-single-post-banner-with-image .banner-text {
    font-size: 20px;
    line-height: 1.35;
    max-width: none;
  }
  .lh-post-single-template-landing .lh-single-post-banner-with-image .banner-button-wrap {
    width: 100%;
    margin-top: 2px;
  }
  .lh-post-single-template-landing .lh-single-post-banner-with-image .banner-button-wrap a {
    width: 100%;
    min-height: 40px;
    padding: 9px 16px;
    border-radius: 9px;
    font-size: 18px;
    line-height: 1.35;
  }
  .lh-post-single-template-landing .lh-single-post-banner-with-image .banner-image-wrap {
    flex-basis: auto;
    max-width: none;
    margin-top: 2px;
    border-radius: 18px 18px 0 0;
    overflow: hidden;
    min-height: 260px;
  }
  .lh-post-single-template-landing .lh-single-post-banner-with-image .banner-image-wrap img, .lh-post-single-template-landing .lh-single-post-banner-with-image .banner-image-wrap picture {
    height: 100%;
    width: 100%;
    -o-object-position: center;
       object-position: center;
  }
}
.lh-post-single-template-landing .lh-single-post-banner-with-image.lh-block-theme-orange {
  background-color: #FFD59F;
}
@media screen and (max-width: 967px) {
  .lh-post-single-template-landing .lh-single-post-banner-with-image.lh-block-theme-orange {
    padding: 0;
  }
}
.lh-post-single-template-landing .lh-single-post-banner-with-image.lh-block-theme-orange .banner-text-content {
  color: #202327;
  padding: 30px 0 30px 60px;
}
@media screen and (max-width: 967px) {
  .lh-post-single-template-landing .lh-single-post-banner-with-image.lh-block-theme-orange .banner-text-content {
    padding: 30px 20px;
    display: block;
  }
}
.lh-post-single-template-landing .lh-single-post-banner-with-image.lh-block-theme-orange .banner-handle {
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 739px) {
  .lh-post-single-template-landing .lh-single-post-banner-with-image.lh-block-theme-orange .banner-handle {
    font-size: 26px;
    text-align: left;
    margin-bottom: 16px;
  }
}
.lh-post-single-template-landing .lh-single-post-banner-with-image.lh-block-theme-orange .banner-button-wrap a {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500;
  background-color: #ffffff;
}
.lh-post-single-template-landing .lh-single-post-banner-with-image.lh-block-theme-orange .banner-button-wrap a:hover {
  background-color: #FF6C1C;
  color: #ffffff;
}
@media screen and (max-width: 739px) {
  .lh-post-single-template-landing .lh-single-post-banner-with-image.lh-block-theme-orange .banner-button-wrap a {
    font-size: 18px;
    padding: 14px;
  }
}
.lh-post-single-template-landing .lh-single-post-banner-with-image.lh-block-theme-orange .banner-image-wrap {
  flex: 1 1 50%;
  max-width: none;
  border-right: 22px solid #FF9538;
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  border-radius: 160px 0 160px 0;
  aspect-ratio: 1.2;
  margin: 20px;
}
@media screen and (max-width: 739px) {
  .lh-post-single-template-landing .lh-single-post-banner-with-image.lh-block-theme-orange .banner-image-wrap {
    margin: 0 20px 35px 20px;
    border: none;
    border-radius: 100px 0 100px 0;
  }
}
.lh-post-single-template-landing .lh-single-post-banner-with-image.lh-block-theme-blue_light {
  background-color: #D0E5FF;
}
.lh-post-single-template-landing .lh-single-post-banner-with-image.lh-block-theme-blue_light .banner-text-content {
  color: #202327;
}
@media all and (min-width: 740px) {
  .lh-post-single-template-landing .lh-single-post-banner-with-image.lh-block-theme-blue_light .banner-image-wrap {
    flex-basis: 48%;
    max-width: 48%;
  }
}
@media print {
  .lh-post-single-template-landing .lh-single-post-banner-with-image.lh-block-theme-blue_light .banner-image-wrap {
    flex-basis: 48%;
    max-width: 48%;
  }
}
.lh-post-single-template-landing .template-section-table {
  overflow-x: auto;
  margin-left: -5px;
  width: calc(100% + 10px);
}
@media screen and (max-width: 967px) {
  .lh-post-single-template-landing .template-section-table {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.lh-post-single-template-landing .template-section-table table {
  width: 100%;
  min-width: 860px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 8px;
  font-size: 18px;
}
.lh-post-single-template-landing .template-section-table table th,
.lh-post-single-template-landing .template-section-table table td {
  border-radius: 10px;
  vertical-align: top;
  text-align: left;
  line-height: 1.2;
  word-break: break-word;
}
.lh-post-single-template-landing .template-section-table table th {
  padding: 16px 11px 16px 14px;
  background: #1877F2;
  color: #ffffff;
  font-weight: 400;
}
.lh-post-single-template-landing .template-section-table table th.empty-handle {
  background: #F6FAFF;
}
.lh-post-single-template-landing .template-section-table table td {
  padding: 18px 11px 18px 14px;
  background: #F6FAFF;
  color: #202327;
  font-weight: 500;
}
.lh-post-single-template-landing .template-section-table table tbody td:first-child {
  background: #D0E5FF;
}
.lh-post-single-template-landing .template-section-table .lh-theme-style-2 th:first-child {
  width: 180px;
}
.lh-post-single-template-landing .template-section-table .lh-theme-style-2 td:first-child {
  font-weight: 700;
}
.lh-post-single-template-landing .lh-single-post-download-by-email {
  position: relative;
  margin: 32px 0;
  padding: 36px 44px 30px;
  border-radius: 16px;
  background: #D0E5FF;
  overflow: hidden;
}
.lh-post-single-template-landing .lh-single-post-download-by-email .content-wrap {
  position: relative;
  z-index: 2;
  max-width: 560px;
}
.lh-post-single-template-landing .lh-single-post-download-by-email .handle {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.3px;
  margin-bottom: 8px;
}
.lh-post-single-template-landing .lh-single-post-download-by-email .description {
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 28px;
}
.lh-post-single-template-landing .lh-single-post-download-by-email .download-form {
  display: flex;
  align-items: center;
  gap: 16px;
}
.lh-post-single-template-landing .lh-single-post-download-by-email .download-form input {
  flex: 1 1 auto;
  width: 100%;
  max-width: 300px;
  min-height: 56px;
  border-radius: 12px;
  border: 1px solid rgba(24, 119, 242, 0.3);
  background: #ffffff;
  padding: 12px 20px;
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  color: #202327;
}
.lh-post-single-template-landing .lh-single-post-download-by-email .download-form input::-moz-placeholder {
  color: rgba(32, 35, 39, 0.38);
}
.lh-post-single-template-landing .lh-single-post-download-by-email .download-form input:-ms-input-placeholder {
  color: rgba(32, 35, 39, 0.38);
}
.lh-post-single-template-landing .lh-single-post-download-by-email .download-form input::placeholder {
  color: rgba(32, 35, 39, 0.38);
}
.lh-post-single-template-landing .lh-single-post-download-by-email .download-form input:focus {
  outline: none;
  border-color: #1877F2;
}
.lh-post-single-template-landing .lh-single-post-download-by-email .download-form .button {
  flex: 0 0 auto;
  min-width: 154px;
  min-height: 52px;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
  background: #1877F2;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  padding: 12px 22px;
}
.lh-post-single-template-landing .lh-single-post-download-by-email .download-form .button:hover {
  background: #06469A;
}
.lh-post-single-template-landing .lh-single-post-download-by-email .download-form .button:active {
  background: #053678;
}
.lh-post-single-template-landing .lh-single-post-download-by-email .download-form-message {
  display: none;
  margin-top: 14px;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.85);
  color: #202327;
  border: 1px solid transparent;
}
.lh-post-single-template-landing .lh-single-post-download-by-email .download-form-message.is-visible {
  display: block;
}
.lh-post-single-template-landing .lh-single-post-download-by-email .download-form-message.is-error {
  background: #fff2f2;
  border-color: #f3b1b1;
  color: #8f1d1d;
}
.lh-post-single-template-landing .lh-single-post-download-by-email .download-form-message.is-success {
  background: #effaf3;
  border-color: #acdcbc;
  color: #1b6a37;
}
.lh-post-single-template-landing .lh-single-post-download-by-email .download-form-loader {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.62);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.lh-post-single-template-landing .lh-single-post-download-by-email .download-form-loader__spinner {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 3px solid rgba(24, 119, 242, 0.25);
  border-top-color: #1877F2;
  -webkit-animation: lh-download-loader-spin 0.8s linear infinite;
          animation: lh-download-loader-spin 0.8s linear infinite;
}
.lh-post-single-template-landing .lh-single-post-download-by-email.is-loading .download-form-loader {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.lh-post-single-template-landing .lh-single-post-download-by-email p {
  margin: 22px 0;
}
@media screen and (max-width: 719px) {
  .lh-post-single-template-landing .lh-single-post-download-by-email {
    margin: 30px 0;
    padding: 26px 14px 227px;
    border-radius: 16px;
  }
  .lh-post-single-template-landing .lh-single-post-download-by-email .content-wrap {
    max-width: 100%;
  }
  .lh-post-single-template-landing .lh-single-post-download-by-email .handle {
    font-size: 26px;
    line-height: 1.1;
    margin-bottom: 9px;
  }
  .lh-post-single-template-landing .lh-single-post-download-by-email .description {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .lh-post-single-template-landing .lh-single-post-download-by-email .download-form {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .lh-post-single-template-landing .lh-single-post-download-by-email .download-form input,
  .lh-post-single-template-landing .lh-single-post-download-by-email .download-form .button {
    width: 100%;
    max-width: unset;
    min-height: 53px;
    font-size: 17px;
  }
  .lh-post-single-template-landing .lh-single-post-download-by-email .download-form input {
    padding: 10px 18px;
  }
  .lh-post-single-template-landing .lh-single-post-download-by-email .download-form .button {
    min-width: 0;
    padding: 12px 18px;
  }
  .lh-post-single-template-landing .lh-single-post-download-by-email .download-form-message {
    text-align: center;
  }
  .lh-post-single-template-landing .lh-single-post-download-by-email p {
    margin: 20px 0;
  }
}
.lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-blue {
  --download-image-top: -139px;
  --download-image-right: -202px;
  --download-image-width: 520px;
  --download-image-height: 480px;
}
.lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-blue:before {
  content: "";
  position: absolute;
  top: -139px;
  right: -202px;
  width: 520px;
  height: 480px;
  border-radius: 50%;
  background: rgba(24, 119, 242, 0.31);
  pointer-events: none;
}
@media screen and (max-width: 719px) {
  .lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-blue .handle {
    text-align: center;
  }
}
@media screen and (max-width: 719px) {
  .lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-blue .description {
    text-align: center;
  }
}
.lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-blue .image-wrap {
  position: absolute;
  top: var(--download-image-top);
  right: var(--download-image-right);
  width: var(--download-image-width);
  height: var(--download-image-height);
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
  pointer-events: none;
}
.lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-blue .image-wrap img,
.lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-blue .image-wrap picture {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-blue .image-wrap img.image-mobile,
.lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-blue .image-wrap picture.image-mobile {
  display: none;
}
@media screen and (max-width: 719px) {
  .lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-blue:before {
    right: auto;
    top: 59%;
    left: 50%;
    width: 130%;
    aspect-ratio: 1;
    transform: translateX(-50%);
    border-radius: 50% 50% 0 0;
    background: rgba(24, 119, 242, 0.34);
  }
  .lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-blue .image-wrap {
    right: auto;
    z-index: 1;
    overflow: hidden;
    top: 59%;
    left: 50%;
    width: 130%;
    aspect-ratio: 1;
    transform: translateX(-50%);
    border-radius: 50% 50% 0 0;
  }
  .lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-blue .image-wrap img,
  .lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-blue .image-wrap picture {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
    top: -30%;
    position: relative;
  }
  .lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-blue .image-wrap img.image-desktop,
  .lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-blue .image-wrap picture.image-desktop {
    display: none;
  }
}
.lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-green {
  position: relative;
  padding: 60px;
  background-color: #EDF6D1;
}
@media screen and (max-width: 719px) {
  .lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-green {
    display: flex;
    flex-direction: column;
    padding: 36px 20px 4px;
  }
}
.lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-green:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/green-line-1.svg) 100% 50% no-repeat;
  background-size: contain;
}
@media screen and (max-width: 719px) {
  .lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-green:before {
    top: unset;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/common/green-line-2.svg) 50% 100% no-repeat;
    background-size: 100%;
  }
}
.lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-green .handle {
  color: #497B02;
  font-size: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 719px) {
  .lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-green .handle {
    font-size: 32px;
  }
}
.lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-green .content-wrap {
  max-width: 424px;
}
@media screen and (max-width: 719px) {
  .lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-green .content-wrap {
    max-width: unset;
  }
}
.lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-green .description {
  margin-bottom: 22px;
}
.lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-green .description p {
  margin: 18px 0;
}
@media all and (min-width: 968px) {
  .lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-green .download-form input {
    min-width: 300px;
  }
}
@media print {
  .lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-green .download-form input {
    min-width: 300px;
  }
}
.lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-green .button {
  background: #FF6C1C;
}
.lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-green .button:hover {
  background: #ff8340;
}
.lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-green .button:active {
  background: #f75700;
}
.lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-green .image-wrap {
  z-index: 1;
  position: absolute;
  top: 40px;
  left: 68%;
  bottom: 10px;
  right: 0;
}
@media screen and (max-width: 719px) {
  .lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-green .image-wrap {
    position: unset;
    margin-left: -20px;
    margin-right: -20px;
    bottom: 30px;
  }
}
.lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-green .image-wrap img,
.lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-green .image-wrap picture {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
}
@media screen and (max-width: 719px) {
  .lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-green .image-wrap img,
  .lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-green .image-wrap picture {
    width: 100%;
    height: auto;
  }
  .lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-green .image-wrap img.image-desktop,
  .lh-post-single-template-landing .lh-single-post-download-by-email.lh-block-theme-green .image-wrap picture.image-desktop {
    display: none;
  }
}
@-webkit-keyframes lh-download-loader-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes lh-download-loader-spin {
  to {
    transform: rotate(360deg);
  }
}
.lh-post-single-template-landing .lh-single-post-template-common-questions {
  margin-bottom: 60px;
}
@media screen and (max-width: 967px) {
  .lh-post-single-template-landing .lh-single-post-template-common-questions {
    margin-bottom: 40px;
  }
}
.lh-post-single-template-landing .lh-single-post-template-common-questions .common-questions-meta {
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
  color: #CBCCD1;
  margin-bottom: 40px;
}
@media screen and (max-width: 967px) {
  .lh-post-single-template-landing .lh-single-post-template-common-questions .common-questions-meta {
    font-size: 14px;
    line-height: 1.5;
  }
}
.lh-post-single-template-landing .lh-single-post-template-common-questions .item-question {
  background-color: #D0E5FF;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  padding: 15px 70px 15px 50px;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin-bottom: 14px;
}
@media screen and (max-width: 967px) {
  .lh-post-single-template-landing .lh-single-post-template-common-questions .item-question {
    padding: 12px 50px 12px 20px;
    font-size: 20px;
  }
}
.lh-post-single-template-landing .lh-single-post-template-common-questions .item-question:after {
  background-color: #202327;
  content: "";
  width: 17px;
  height: 10px;
  position: absolute;
  top: calc(50% - 3px);
  right: 28px;
  -webkit-mask: url(../images/icons/dropdown.svg) 50% 50% no-repeat;
          mask: url(../images/icons/dropdown.svg) 50% 50% no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  transition: all 0.2s ease-in-out;
}
.lh-post-single-template-landing .lh-single-post-template-common-questions .item-answer {
  padding: 10px 40px;
  background-color: #F6FAFF;
  border-radius: 12px;
  margin-bottom: 14px;
}
@media screen and (max-width: 967px) {
  .lh-post-single-template-landing .lh-single-post-template-common-questions .item-answer {
    padding: 1px 20px 12px 20px;
  }
}
.lh-post-single-template-landing .lh-single-post-template-common-questions .item-answer p {
  margin: 20px 0;
}
.lh-post-single-template-landing .lh-single-post-template-common-questions details {
  interpolate-size: allow-keywords;
}
.lh-post-single-template-landing .lh-single-post-template-common-questions details::details-content {
  transition: block-size 0.5s, content-visibility 0.5s allow-discrete;
  overflow: hidden;
  block-size: 0;
}
.lh-post-single-template-landing .lh-single-post-template-common-questions details[open]::details-content {
  block-size: auto;
}
.lh-post-single-template-landing .lh-single-post-template-common-questions details[open] .item-question, .lh-post-single-template-landing .lh-single-post-template-common-questions details :hover .item-question {
  background-color: #1877F2;
  color: #ffffff;
}
@media all and (min-width: 968px) {
  .lh-post-single-template-landing .lh-single-post-template-common-questions details[open] .item-question:after, .lh-post-single-template-landing .lh-single-post-template-common-questions details :hover .item-question:after {
    background-color: #ffffff;
  }
}
@media print {
  .lh-post-single-template-landing .lh-single-post-template-common-questions details[open] .item-question:after, .lh-post-single-template-landing .lh-single-post-template-common-questions details :hover .item-question:after {
    background-color: #ffffff;
  }
}
.lh-post-single-template-landing .lh-single-post-template-common-questions details[open] .item-question:after {
  background-color: #ffffff;
  transform: rotate(-180deg);
}
.lh-post-single-template-landing .lh-post-single-banner-subscribe {
  margin-bottom: 30px;
}
@media screen and (max-width: 967px) {
  .lh-post-single-template-landing .lh-post-single-banner-subscribe {
    margin-bottom: 20px;
  }
}
.lh-post-single-template-landing .lh-single-post-blue-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.lh-post-single-template-landing .lh-single-post-blue-boxes .item {
  flex: 1 1 0;
  min-width: 220px;
  background-color: #D0E5FF;
  border-radius: 14px;
  padding: 24px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: center;
}
@media screen and (max-width: 967px) {
  .lh-post-single-template-landing .lh-single-post-blue-boxes .item {
    min-width: 180px;
  }
}
.lh-post-single-template-landing .lh-single-post-blue-boxes .item .item-handle {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}
.lh-post-single-template-landing .lh-single-post-blue-boxes .item a {
  display: block;
  width: 100%;
  background-color: #1877F2;
  color: #ffffff;
  padding: 11px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  transition: background-color 0.2s ease;
}
.lh-post-single-template-landing .lh-single-post-blue-boxes .item a:hover {
  background-color: #1877F2;
}
@media screen and (max-width: 967px) {
  .lh-post-single-template-landing .lh-single-post-blue-boxes {
    gap: 10px;
  }
  .lh-post-single-template-landing .lh-single-post-blue-boxes .item {
    flex: 1 1 calc(50% - 8px);
    padding: 20px;
    min-width: 120px;
  }
  .lh-post-single-template-landing .lh-single-post-blue-boxes .item .item-handle {
    font-size: 18px;
  }
  .lh-post-single-template-landing .lh-single-post-blue-boxes .item:last-child:nth-child(odd) {
    flex: 1 1 100%;
  }
  .lh-post-single-template-landing .lh-single-post-blue-boxes .item a {
    font-size: 14px;
    padding: 10px 12px;
  }
}
.lh-post-single-template-landing .lh-single-post-quote_blocks {
  display: grid;
  gap: 30px 20px;
  margin: 30px 0;
}
@media all and (min-width: 968px) {
  .lh-post-single-template-landing .lh-single-post-quote_blocks .quote-item {
    display: flex;
    gap: 20px;
  }
}
@media print {
  .lh-post-single-template-landing .lh-single-post-quote_blocks .quote-item {
    display: flex;
    gap: 20px;
  }
}
.lh-post-single-template-landing .lh-single-post-quote_blocks .quote-item--image-left {
  flex-direction: row-reverse;
}
.lh-post-single-template-landing .lh-single-post-quote_blocks .quote-item--no-image .quote-item__content {
  flex-basis: 100%;
  max-width: 100%;
  border-radius: 15px;
}
.lh-post-single-template-landing .lh-single-post-quote_blocks .quote-item__content {
  flex: 1 1 50%;
  max-width: 50%;
  min-height: 220px;
  padding: 30px 34px;
  background: #F1F7FF;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lh-post-single-template-landing .lh-single-post-quote_blocks .quote-item__text {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 18px;
}
.lh-post-single-template-landing .lh-single-post-quote_blocks .quote-item__text:before {
  font-family: Montserrat, serif;
  content: "“";
  display: block;
  color: #1877F2;
  font-size: 72px;
  line-height: 1;
  margin-bottom: -20px;
}
.lh-post-single-template-landing .lh-single-post-quote_blocks .quote-item__text p {
  margin: 0 0 14px;
}
.lh-post-single-template-landing .lh-single-post-quote_blocks .quote-item__text p:last-child {
  margin-bottom: 0;
}
.lh-post-single-template-landing .lh-single-post-quote_blocks .quote-item__name {
  color: #1877F2;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 600;
}
.lh-post-single-template-landing .lh-single-post-quote_blocks .quote-item__name p {
  margin: 0;
}
.lh-post-single-template-landing .lh-single-post-quote_blocks .quote-item__image {
  flex: 1 1 50%;
  min-height: 320px;
  border-radius: 18px;
  overflow: hidden;
}
.lh-post-single-template-landing .lh-single-post-quote_blocks .quote-item__image img,
.lh-post-single-template-landing .lh-single-post-quote_blocks .quote-item__image picture {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  .lh-post-single-template-landing .lh-single-post-quote_blocks .quote-item__content,
  .lh-post-single-template-landing .lh-single-post-quote_blocks .quote-item__image {
    min-height: 290px;
  }
}
@media (max-width: 1024px) {
  .lh-post-single-template-landing .lh-single-post-quote_blocks .quote-item__content,
  .lh-post-single-template-landing .lh-single-post-quote_blocks .quote-item__image {
    min-height: 280px;
  }
  .lh-post-single-template-landing .lh-single-post-quote_blocks .quote-item__content {
    padding: 24px;
  }
  .lh-post-single-template-landing .lh-single-post-quote_blocks .quote-item__text {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .lh-post-single-template-landing .lh-single-post-quote_blocks .quote-item__text:before {
    font-size: 48px;
    margin-bottom: 8px;
  }
  .lh-post-single-template-landing .lh-single-post-quote_blocks .quote-item__name {
    font-size: 16px;
  }
}
@media screen and (max-width: 967px) {
  .lh-post-single-template-landing .lh-single-post-quote_blocks {
    gap: 14px;
    margin: 24px 0;
  }
  .lh-post-single-template-landing .lh-single-post-quote_blocks .quote-item,
  .lh-post-single-template-landing .lh-single-post-quote_blocks .quote-item--image-left {
    flex-direction: column;
    gap: 0;
  }
  .lh-post-single-template-landing .lh-single-post-quote_blocks .quote-item__content {
    max-width: 100%;
    min-height: 0;
    border-radius: 15px;
    padding: 20px 20px 30px;
  }
  .lh-post-single-template-landing .lh-single-post-quote_blocks .quote-item--no-image .quote-item__content {
    border-radius: 16px;
  }
  .lh-post-single-template-landing .lh-single-post-quote_blocks .quote-item__text {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .lh-post-single-template-landing .lh-single-post-quote_blocks .quote-item__text:before {
    font-size: 64px;
    margin-bottom: 6px;
    height: 34px;
  }
  .lh-post-single-template-landing .lh-single-post-quote_blocks .quote-item__name {
    font-size: 17px;
    line-height: 1.4;
  }
  .lh-post-single-template-landing .lh-single-post-quote_blocks .quote-item__name br {
    display: none;
  }
  .lh-post-single-template-landing .lh-single-post-quote_blocks .quote-item__image {
    min-height: 240px;
    border-radius: 0 0 16px 16px;
  }
}
.lh-post-single-template-landing .lh-single-post-text-on-blue-frame {
  padding: 22px 35px;
  background-color: #F1F7FF;
  border-radius: 15px;
}
@media screen and (max-width: 967px) {
  .lh-post-single-template-landing .lh-single-post-text-on-blue-frame {
    padding: 1px 22px;
  }
}
@media screen and (max-width: 967px) {
  .lh-post-single-template-landing .lh-single-post-text-on-blue-frame h3 {
    padding: 25px 0;
  }
}
.lh-post-single-template-landing .lh-single-post-text-on-blue-frame p {
  margin: 28px 0;
}
@media screen and (max-width: 967px) {
  .lh-post-single-template-landing .lh-single-post-text-on-blue-frame p {
    margin: 20px 0;
  }
}
.lh-post-single-template-landing .lh-single-post-text-on-blue-frame ol li, .lh-post-single-template-landing .lh-single-post-text-on-blue-frame ul li {
  margin: 1px 0;
}
.lh-post-single-template-landing .lh-single-post-text-on-blue-frame b, .lh-post-single-template-landing .lh-single-post-text-on-blue-frame strong {
  font-weight: 700;
}
.lh-post-single-template-landing .gallery {
  margin-bottom: 32px;
}
@media screen and (max-width: 967px) {
  .lh-post-single-template-landing .gallery {
    flex-wrap: nowrap;
    margin: 0 -20px 30px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }
}
@media screen and (max-width: 967px) {
  .lh-post-single-template-landing .gallery .gallery-item {
    min-width: 210px;
  }
}
.lh-post-single-template-landing .lh-post-single-section-text.lh-theme-list_bold_green ul b, .lh-post-single-template-landing .lh-post-single-section-text.lh-theme-list_bold_green ul strong {
  color: #497B02;
}
.lh-post-single-template-landing .lh-post-single-section-text.lh-theme-list_bold_blue ul b, .lh-post-single-template-landing .lh-post-single-section-text.lh-theme-list_bold_blue ul strong {
  color: #1877F2;
}
.lh-post-single-template-landing .container {
  max-width: 1180px;
}
@media all and (min-width: 1200px) {
  .lh-post-single-template-landing .lh-post-single-content-left {
    max-width: 900px;
    flex-basis: 900px;
  }
}
@media print {
  .lh-post-single-template-landing .lh-post-single-content-left {
    max-width: 900px;
    flex-basis: 900px;
  }
}
.lh-post-single-template-landing .lh-breadcrumbs {
  margin-bottom: 32px;
}
@media screen and (max-width: 967px) {
  .lh-post-single-template-landing .lh-breadcrumbs {
    margin-bottom: 0;
    line-height: 1;
  }
}
.lh-post-single-template-landing hr {
  border: 1.3px solid #DFDFE1;
  margin: 80px 0 30px;
}
@media screen and (max-width: 967px) {
  .lh-post-single-template-landing hr {
    margin: 30px 0 40px;
  }
}
.lh-post-single-template-landing ul, .lh-post-single-template-landing ol {
  margin-bottom: 30px;
}
.lh-post-single-template-landing ul li, .lh-post-single-template-landing ol li {
  list-style: decimal;
  margin: 2px 0;
}
.lh-post-single-template-landing ol {
  padding-left: 1.5em;
  margin-left: 0;
  list-style-position: inside;
}
.lh-post-single-template-landing ol li {
  list-style: decimal;
}
.lh-post-single-template-landing ul {
  padding-left: 30px;
}
@media screen and (max-width: 967px) {
  .lh-post-single-template-landing ul {
    padding-left: 20px;
  }
}
.lh-post-single-template-landing ul li {
  list-style: disc;
}
.lh-post-single-template-landing a {
  color: #1877F2;
}
.lh-post-single-template-landing a:hover {
  color: #06469A;
}
.lh-post-single-template-landing .lh-post-single-introductory-text {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
}
.lh-post-single-template-landing .lh-post-single-introductory-text hr {
  display: none;
}
@media screen and (max-width: 967px) {
  .lh-post-single-template-landing .lh-post-single-introductory-text {
    font-size: 22px;
    line-height: 1.2;
  }
  .lh-post-single-template-landing .lh-post-single-introductory-text hr {
    display: block;
  }
}
.lh-post-single-template-landing h1 {
  font-size: 48px;
}
@media screen and (max-width: 967px) {
  .lh-post-single-template-landing h1 {
    font-size: 36px;
    line-height: 1.2;
  }
  .lh-post-single-template-landing h1 br {
    display: none;
  }
}
.lh-post-single-template-landing h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 967px) {
  .lh-post-single-template-landing h2 {
    font-size: 32px;
  }
}
.lh-post-single-template-landing p {
  margin: 24px 0;
}
@media screen and (max-width: 967px) {
  .lh-post-single-template-landing .lh-post-single-template-handle-wrap {
    display: flex;
    flex-direction: column;
  }
  .lh-post-single-template-landing .lh-post-single-template-handle-wrap .lh-single-thumbnail {
    order: 2;
    margin-bottom: 10px;
  }
}
