html {
  height: 100%;
  min-height: 100vh;
  min-height: 100dvh
}

body {
  padding-top: 0 !important;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  background-color: #3f3f3f
}

.advertorial-banner {
  margin: 0;
  padding: 0.65rem 1rem;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #4a5568;
  background-color: #edf2f7;
  border-bottom: 1px solid #cbd5e0
}

b,
strong {
  font-weight: 700
}

hr {
  border: 0;
  border-top: 1px solid #b0b0b0
}

.published-static img {
  width: 40px;
  margin-right: 10px
}

h2 strong,
h3 strong {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #20262b !important;
  font-weight: 400;
  font-size: 1.75rem
}

h3 strong {
  font-size: 23px !important;
  font-weight: 700
}

blockquote {
  background-color: #f2f2f2;
  border-left: 5px solid #4472c4;
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px
}

blockquote p {
  margin: 0
}

.iq-container {
  max-width: unset;
  padding-left: 0;
  padding-right: 0;
  background-color: #f5f5f5;
  background-image: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.iq-container a {
  text-decoration: none;
  color: #2888fd
}

.lp-content-column {
  margin: 0 auto;
  max-width: 1320px;
  padding-left: 3%;
  padding-right: 3%;
  margin-bottom: 2rem
}

.lp-header-column {
  margin-bottom: 2rem;
  max-width: unset;
  background-color: #fff
}

.lp-header-column .lp-header-content {
  margin: 0 auto;
  margin-bottom: 0;
  max-width: 1200px;
  min-height: 5.5em;
  padding: 1.25rem 1.5rem 1rem;
  align-items: center
}

.lp-header-logo-col {
  display: flex;
  align-items: center
}

.lp-header-cta-col {
  display: flex;
  align-items: center;
  justify-content: flex-end
}

.site-logo-link {
  display: inline-block;
  text-decoration: none;
  line-height: 1
}

.site-logo-link:hover {
  opacity: 0.92
}

.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px
}

.site-logo__icon {
  flex-shrink: 0;
  display: block;
  width: 44px;
  height: auto
}

.site-logo__text {
  display: flex;
  flex-direction: column;
  gap: 2px
}

.site-logo__line {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.1;
  color: #1a365d
}

.site-logo__line--accent {
  color: #1a7fc4
}

.lp-header-column .lp-header-content .green-button-wrap {
  float: none;
  margin-right: 0;
  padding-top: 1rem
}

.lp-header-column .lp-header-content .green-button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 299px;
  height: 63px;
  border-radius: 9px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition: filter 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease
}

.lp-header-column .lp-header-content .green-button:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.35)
}

.green-button__text {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  background: linear-gradient(180deg, #52d852 0%, #38c838 45%, #2fb82f 100%);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45)
}

.green-button__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  flex-shrink: 0;
  color: #fff;
  background: linear-gradient(180deg, #2a9a2a 0%, #228522 55%, #1d751d 100%);
  border-left: 1px solid rgba(0, 0, 0, 0.12)
}

.lp-content-left-column {
  padding: 1rem;
  background-color: #fff
}

.iq-single-post {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0
}

.iq-single-post > .iq-container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0
}

.iq-single-post > .iq-container > .row {
  flex: 1 1 auto;
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  min-height: 0;
  margin-left: 0;
  margin-right: 0
}

.iq-single-post > .iq-container > .row > .col {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0
}

.iq-single-post .wp-block-columns:has(.lp-footer-column) {
  flex: 1 1 auto;
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
  background-color: #3f3f3f
}

.lp-footer-column {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: .5rem solid #2aacd6 !important;
  padding: 2rem 2rem 3rem;
  font-size: .8rem;
  background-color: #3f3f3f !important;
  color: #ccc
}

.sabox-authors {
  display: none
}

.lp-footer-column .has-gray-gray-400-color,
.lp-footer-column .has-gray-gray-500-color {
  color: #ccc !important
}

.iq-container .lp-footer-column a {
  color: #ccc !important
}

.iq-container .lp-footer-column a:hover {
  color: #fff !important
}

.iq .wp-block-image img {
  border-radius: 0
}

.only-desktop {
  display: block
}

.only-mobile {
  display: none
}

.only-desktop img {
  width: 100%;
  height: auto;
  display: block
}

@media (max-width:767px) {
  .article-title strong {
    font-size: 1.5rem
  }

  .lp-header-column {
    margin-bottom: 0
  }

  .lp-header-column .lp-header-content {
    padding: 1rem 1rem 0.75rem
  }

  .site-logo__icon {
    width: 36px
  }

  .site-logo__line {
    font-size: 1.05rem
  }

  .lp-content-column {
    padding: 0
  }

  .only-desktop {
    display: none !important
  }

  .only-mobile {
    display: block
  }
}

@media (min-width:768px) {
  .lp-content-column {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: flex-start;
    gap: 2rem
  }

  .lp-content-left-column {
    flex: 0 0 66.66% !important
  }

  .only-desktop {
    flex: 0 0 25% !important;
    display: block !important
  }
}
