#ast-scroll-top {
  transition: all 0.2s;
}

.fl-icon i {
  transition: 0.2s;
}

button,
.ast-button,
.fl-button,
.frm_button_submit {
  text-align: center !important;
  transition: 0.2s !important;
  text-decoration: unset !important;
}

.frm_button_submit {
  white-space: nowrap;
}

.fl-button {
  border: none !important;
  background: var(--ast-global-color-0) !important;
  border-radius: 4px !important;
  transition: 0.2s !important;
}

.fl-button:hover {
  background: var(--ast-global-color-4) !important;
}

.frm_button_submit {
  width: 100%;
  margin: 10px auto 0;
}

.fl-button-text {
  color: #fff !important;
  font-weight: 600 !important;
}

.fl-button-text::after,
.frm_button_submit::after {
  content: "\f105";
  margin-left: 12px;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 0.9em;
  display: inline-block;
  transition: 0.2s;
}

.fl-button:hover .fl-button-text::after,
.frm_button_submit:hover::after {
  transform: translateX(.3em) !important;
}

.fl-button-text * {
  color: inherit !important;
}

.jlx-compact .frm_forms {
  max-width: 640px !important;
  margin-left: auto;
  margin-right: auto;
}
.frm_forms fieldset {
  padding: 0;
}

.frm_form_fields input,
.frm_form_fields textarea {
  border-radius: 8px !important;
}

.jlx-hidden {
  display: none !important;
}

.fl-row.jlx-has-bg-circle-first--top-left .fl-row-content-wrap, .fl-row.jlx-has-bg-circle-first--top-right .fl-row-content-wrap, .fl-row.jlx-has-bg-circle-first--bottom-left .fl-row-content-wrap, .fl-row.jlx-has-bg-circle-first--bottom-right .fl-row-content-wrap, .fl-row.jlx-has-bg-circle-second--top-left .fl-row-content-wrap, .fl-row.jlx-has-bg-circle-second--top-right .fl-row-content-wrap, .fl-row.jlx-has-bg-circle-second--bottom-left .fl-row-content-wrap, .fl-row.jlx-has-bg-circle-second--bottom-right .fl-row-content-wrap {
  position: relative;
}
.fl-row.jlx-has-bg-circle-first--top-left .fl-row-content-wrap::before, .fl-row.jlx-has-bg-circle-first--top-right .fl-row-content-wrap::before, .fl-row.jlx-has-bg-circle-first--bottom-left .fl-row-content-wrap::before, .fl-row.jlx-has-bg-circle-first--bottom-right .fl-row-content-wrap::before, .fl-row.jlx-has-bg-circle-second--top-left .fl-row-content-wrap::after, .fl-row.jlx-has-bg-circle-second--top-right .fl-row-content-wrap::after, .fl-row.jlx-has-bg-circle-second--bottom-left .fl-row-content-wrap::after, .fl-row.jlx-has-bg-circle-second--bottom-right .fl-row-content-wrap::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  height: 1200px;
  width: 1200px;
  border-radius: 100%;
  background: radial-gradient(circle at 50% 50%, rgba(106, 190, 74, 0.12) 0%, #fff 60%);
}
@media screen and (max-width: 1800px) {
  .fl-row.jlx-has-bg-circle-first--top-left .fl-row-content-wrap::before, .fl-row.jlx-has-bg-circle-first--top-right .fl-row-content-wrap::before, .fl-row.jlx-has-bg-circle-first--bottom-left .fl-row-content-wrap::before, .fl-row.jlx-has-bg-circle-first--bottom-right .fl-row-content-wrap::before, .fl-row.jlx-has-bg-circle-second--top-left .fl-row-content-wrap::after, .fl-row.jlx-has-bg-circle-second--top-right .fl-row-content-wrap::after, .fl-row.jlx-has-bg-circle-second--bottom-left .fl-row-content-wrap::after, .fl-row.jlx-has-bg-circle-second--bottom-right .fl-row-content-wrap::after {
    height: 800px;
    width: 800px;
  }
}
@media (max-width: 1200px) {
  .fl-row.jlx-has-bg-circle-first--top-left .fl-row-content-wrap::before, .fl-row.jlx-has-bg-circle-first--top-right .fl-row-content-wrap::before, .fl-row.jlx-has-bg-circle-first--bottom-left .fl-row-content-wrap::before, .fl-row.jlx-has-bg-circle-first--bottom-right .fl-row-content-wrap::before, .fl-row.jlx-has-bg-circle-second--top-left .fl-row-content-wrap::after, .fl-row.jlx-has-bg-circle-second--top-right .fl-row-content-wrap::after, .fl-row.jlx-has-bg-circle-second--bottom-left .fl-row-content-wrap::after, .fl-row.jlx-has-bg-circle-second--bottom-right .fl-row-content-wrap::after {
    height: 600px;
    width: 600px;
  }
}
@media (max-width: 768px) {
  .fl-row.jlx-has-bg-circle-second--top-left .fl-row-content-wrap::after, .fl-row.jlx-has-bg-circle-second--top-right .fl-row-content-wrap::after, .fl-row.jlx-has-bg-circle-second--bottom-left .fl-row-content-wrap::after, .fl-row.jlx-has-bg-circle-second--bottom-right .fl-row-content-wrap::after {
    display: none;
  }
}
.fl-row.jlx-has-bg-circle-first--top-left .fl-row-content-wrap::before, .fl-row.jlx-has-bg-circle-second--top-left .fl-row-content-wrap::after {
  top: 0;
  left: 0;
  transform: translate(-33%, -33%);
}
.fl-row.jlx-has-bg-circle-first--top-right .fl-row-content-wrap::before, .fl-row.jlx-has-bg-circle-second--top-right .fl-row-content-wrap::after {
  top: 0;
  right: 0;
  transform: translate(33%, -33%);
}
.fl-row.jlx-has-bg-circle-first--bottom-left .fl-row-content-wrap::before, .fl-row.jlx-has-bg-circle-second--bottom-left .fl-row-content-wrap::after {
  bottom: 0;
  left: 0;
  transform: translate(-33%, 33%);
}
.fl-row.jlx-has-bg-circle-first--bottom-right .fl-row-content-wrap::before, .fl-row.jlx-has-bg-circle-second--bottom-right .fl-row-content-wrap::after {
  bottom: 0;
  right: 0;
  transform: translate(33%, 33%);
}

p:last-child,
ul:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  h1 br,
  h2 br,
  h3 br {
    display: none;
  }
}

#ast-hf-mobile-menu .ast-menu-toggle {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1 !important;
  box-shadow: none;
  overflow: hidden;
}
#ast-hf-mobile-menu .ast-arrow-svg {
  margin: 0 !important;
}

.jlx-hero-terms {
  margin-bottom: 0.7em;
}
.jlx-hero-terms a,
.jlx-hero-meta a {
  text-decoration: underline;
}
.jlx-hero-terms a:hover,
.jlx-hero-meta a:hover {
  text-decoration: none;
}

footer .fl-rich-text a,
#menu-footer-secondary a {
  text-decoration: underline;
}
footer .fl-rich-text a:hover,
#menu-footer-secondary a:hover {
  color: var(--ast-global-color-7) !important;
}

@media (max-width: 768px) {
  #menu-footer-secondary {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  #menu-footer-secondary a {
    padding-left: 0 !important;
  }
}

.fl-node-da5nsim902oc nav {
  display: flex !important;
}

#form_subscribe-us .frm_required {
  display: none !important;
}
@media (min-width: 769px) {
  #form_subscribe-us .frm_fields_container {
    display: flex;
    justify-content: space-between;
  }
}
#form_subscribe-us .frm_label_float_top .frm_primary_label {
  color: #fff;
}
#form_subscribe-us .frm_form_field:not(.frm_label_float_top) .frm_primary_label {
  top: 25px;
}
#form_subscribe-us .frm_button_submit {
  box-shadow: none !important;
  border: 1px solid;
  background-color: transparent !important;
  font-size: 16px !important;
  border-radius: 5px !important;
  margin-top: 18px !important;
  padding-top: 13px !important;
  padding-bottom: 12px !important;
}
@media (max-width: 768px) {
  #form_subscribe-us .frm_button_submit {
    margin-top: 0 !important;
  }
}

@media (min-width: 769px) {
  #frm_field_7_container {
    width: 100%;
  }
}
#frm_field_7_container input {
  border-radius: 5px !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  height: 50px;
}

.wpbr-collection--3-col {
  grid-gap: 32px !important;
}
.wpbr-review {
  border-radius: 20px !important;
  padding: 28px 28px 44px !important;
}
.wpbr-review__content {
  margin-top: 24px !important;
  font-size: 18px !important;
}
.wpbr-stars {
  background-size: 273px 116px !important;
  height: 33px !important;
  width: 127px !important;
}

.jlx-posts-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}
@media (max-width: 1355px) {
  .jlx-posts-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .jlx-posts-list {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
.jlx-posts-list__post {
  display: grid;
  grid-template-rows: max-content 1fr;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.jlx-posts-list__post__img-wrapper {
  position: relative;
  padding-top: 56.25%;
}
.jlx-posts-list__post__img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jlx-posts-list__post__text-wrapper {
  display: grid;
  grid-template-rows: max-content max-content 1fr max-content;
  padding: 20px;
  background: #f9f9fb;
}
.jlx-posts-list__post__title {
  margin-top: 0 !important;
  margin-bottom: 0.4em !important;
  color: inherit !important;
}
@media (max-width: 992px) {
  .jlx-posts-list__post__title {
    font-size: clamp(20px, 2.3vw, 26px);
  }
}
.jlx-posts-list__post__title a {
  color: inherit !important;
}
.jlx-posts-list__post__meta {
  display: flex;
  margin-top: 0.2em;
  margin-bottom: 0.6em;
  color: var(--ast-global-color-5);
  line-height: 1.1;
}
.jlx-posts-list__post__authors {
  margin-left: 0.5em;
  padding-left: 0.5em;
  border-left: 1px solid var(--ast-global-color-5);
}
.jlx-posts-list__post__read-more {
  color: var(--ast-global-color-0) !important;
  font-size: 1.1em;
}
.jlx-posts-list__post__read-more i {
  position: relative;
  bottom: -0.5px;
  display: inline-block;
  margin-left: .2em;
  transition: 0.3s;
  font-size: .9em !important;
}
.jlx-posts-list__post__read-more:hover i {
  transform: translateX(.3em);
}

.fl-post-grid-post {
  border-radius: 20px !important;
  background-color: #f9f9fb !important;
  border: none;
}
.fl-post-grid-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.fl-post-grid-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: 0.4s;
}
.fl-post-grid-post:hover .fl-post-grid-image img {
  transform: scale(1.02);
}
.fl-post-grid-title {
  color: var(--ast-global-color-21) !important;
}
.fl-post-grid-title a {
  color: inherit !important;
}
.fl-post-grid-more {
  margin-top: 20px;
}
.fl-post-grid-more i {
  position: relative;
  top: 1px;
}

.jlx-related-news-events {
  padding-left: 70px !important;
  padding-right: 70px !important;
  padding-top: 112px !important;
  padding-bottom: 112px !important;
}
@media (max-width: 992px) {
  .jlx-related-news-events {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 1200px) {
  .jlx-related-news-events {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}
@media (max-width: 992px) {
  .jlx-related-news-events {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media (max-width: 768px) {
  .jlx-related-news-events {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
.jlx-related-news-events_total-sections_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.jlx-related-news-events__section {
  border-right: 1px solid var(--ast-global-color-3);
  padding-right: 30px;
  padding-left: 30px;
}
.jlx-related-news-events__section:first-child {
  padding-left: 0;
}
.jlx-related-news-events__section:last-child {
  border-right: none;
  padding-right: 0;
}
.jlx-related-news-events__section__label {
  text-align: center;
}
.jlx-related-news-events__section__items {
  display: grid;
  row-gap: 45px;
  margin-top: 45px;
}
.jlx-related-news-events_total-sections_1 .jlx-related-news-events__section__items {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 60px;
}
.jlx-related-news-events__section__items__item {
  display: grid;
  grid-template-columns: 366px 1fr;
}
@media screen and (max-width: 1800px) {
  .jlx-related-news-events__section__items__item {
    grid-template-columns: 260px 1fr;
  }
}
.jlx-related-news-events__section__items__item__img-wrapper {
  padding-top: 74%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.jlx-related-news-events__section__items__item__img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: 0.4s;
}
.jlx-related-news-events__section__items__item:hover .jlx-related-news-events__section__items__item__img-wrapper img {
  transform: scale(1.02);
}
.jlx-related-news-events__section__items__item__content-wrapper {
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-template-rows: 1fr max-content;
  padding: 24px 0 24px 30px;
}
.jlx-related-news-events__section__items__item__label {
  grid-column: span 2;
  color: var(--ast-global-color-1);
  margin-bottom: 20px;
}
@media screen and (max-width: 1800px) {
  .jlx-related-news-events__section__items__item__label {
    font-size: 26px;
  }
}
.jlx-related-news-events__section__items__item__date {
  color: var(--ast-global-color-5);
}
.jlx-related-news-events__section__items__item__icon {
  color: var(--ast-global-color-0);
}

@media screen and (max-width: 1800px) {
  .jlx-providers-cards .fl-post-column {
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-bottom: 24px !important;
  }
}
@media (max-width: 768px) {
  .jlx-providers-cards .fl-post-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 1800px) {
  .jlx-providers-cards .fl-post-grid {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
}
@media (max-width: 768px) {
  .jlx-providers-cards .fl-post-grid {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.jlx-providers-cards .fl-post-grid-image {
  padding-bottom: 100%;
}
.jlx-providers-cards .fl-post-grid-title {
  font-size: 28px !important;
  margin-top: 6px !important;
  margin-bottom: 16px !important;
}
@media screen and (max-width: 1800px) {
  .jlx-providers-cards .fl-post-grid-title {
    font-size: 24px !important;
    margin-top: 4px !important;
    margin-bottom: 12px !important;
  }
}
.jlx-providers-cards .fl-post-text {
  text-align: center;
}
.jlx-providers-cards .fl-post-text .jlx-credentials {
  font-size: 18px;
  color: #808080;
}

@media screen and (min-width: 1355px) {
  .jlx-featured-blog-posts .jlx-posts-list__post:nth-child(4) {
    display: none;
  }
}