.elementor-2849 .elementor-element.elementor-element-787d7bc7{--display:flex;}.elementor-2849 .elementor-element.elementor-element-2413e381{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-2849 .elementor-element.elementor-element-44d8f4ed{text-align:start;}.elementor-2849 .elementor-element.elementor-element-7ea780b{text-align:start;}.elementor-2849 .elementor-element.elementor-element-64defb61.elementor-element{--align-self:flex-start;}.elementor-2849 .elementor-element.elementor-element-6ace8cae{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-2849 .elementor-element.elementor-element-266a6b1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-787d7bc7 *//* Knowledge */
.knowledge-a {
  justify-content: center;
}

/* Desktop */
@media (min-width: 1025px) {
/* Knowledge */
  .knowledge > div.e-con-inner {
    display: flex !important;
    flex-direction: row !important;
  }
}/* End custom CSS */
/* Start custom CSS *//* Hero */
.homepage-hero {
  min-height: 66.66vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.homepage-hero > div.e-con-inner {
  display: flex;
  justify-content: center !important;
}

.homepage-hero p {
    font-size: 18px
}

/* Highlights */
  .homepage-highlights .wth-421 {
      padding: 15px;
  }

.homepage-highlights figure {
  margin-bottom: 10px !important;
}

.homepage-highlights h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.homepage-highlights img {
  height: 64px;
  width: auto;
}

.homepage-highlights p {
  font-size: 14px;
}

/* Knowledge */
.homepage-knowledge-a {
  justify-content: center;
}

/* Services */
.homepage-services .services-types-cat-loop-simple {
  background-color: var(--ast-global-color-5);
}

/*  Welcome */
.homepage-welcome-b {
  justify-content: center;
}

/* Tablets only */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .homepage-highlights > div.e-con-inner {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px;
  }

  .homepage-highlights > div.e-con-inner > * {
    flex: 1 1 calc(50% - 15px);
  }
}

/* Tablet */
@media (min-width: 768px) {
  /* Misc */
  .homepage-highlights .wth-421,
  .homepage-services .services-types-cat-loop-simple {
    transition: background-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
  }

  .homepage-highlights .wth-421:hover,
  .homepage-services .services-types-cat-loop-simple:hover {
    background-color: var(--ast-global-color-5);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35);
  }

  /* Highlights */
  .homepage-highlights > div.e-con-inner {
    display: flex !important;
    flex-direction: row !important;
  }

  .homepage-highlights .wth-421 {
    transition: background-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
  }

  /* Services */
  .homepage-services .services-types-cat-loop-simple {
    background-color: var(--e-global-color-0197a7c);
  }

  /* What is */
  .homepage-whatis img {
    width: 50%;
    height: auto;
  }
}

/* Desktop */
@media (min-width: 1025px) {
  /* Misc */
  .homepage-knowledge > div.e-con-inner,
  .homepage-whatis > div.e-con-inner {
    display: flex !important;
    flex-direction: row !important;
  }

  /* Hero */
  .homepage-hero-container {
    width: 60%;
    text-align: center;
  }

  .homepage-hero > div.e-con-inner {
    padding-left: 120px;
  }

  /* What is */
  .homepage-whatis img {
    width: 100%;
  }

  .homepage-whatis .wth-311 {
    align-self: center;
  }
}/* End custom CSS */