.elementor-widget-trio_category_hero_section .trio-category-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.125rem;
  background-color: var(--color-primary-100, #e6eefb);
  border-bottom: none;
  padding: 0 4.0625rem 0 3.125rem;
}
@media (max-width: 1024px) {
  .elementor-widget-trio_category_hero_section .trio-category-hero {
    flex-direction: column;
    gap: 3rem;
    padding: 2.5rem 0.75rem 5rem;
  }
}
.elementor-widget-trio_category_hero_section .trio-category-hero__illustration {
  flex-shrink: 0;
  width: 30.625rem;
}
@media (max-width: 1024px) {
  .elementor-widget-trio_category_hero_section .trio-category-hero__illustration {
    width: 100vw;
  }
}
.elementor-widget-trio_category_hero_section .trio-category-hero__image {
  width: 100%;
  height: auto;
  display: block;
}
.elementor-widget-trio_category_hero_section .trio-category-hero__image--mobile {
  display: none;
}
@media (max-width: 1024px) {
  .elementor-widget-trio_category_hero_section .trio-category-hero__image--desktop {
    display: none;
  }
  .elementor-widget-trio_category_hero_section .trio-category-hero__image--mobile {
    display: block;
  }
}
.elementor-widget-trio_category_hero_section .trio-category-hero__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  max-width: 26.5625rem;
  padding: 4rem 0;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .elementor-widget-trio_category_hero_section .trio-category-hero__content {
    max-width: 100%;
    padding: 0;
  }
}
.elementor-widget-trio_category_hero_section .trio-category-hero__label {
  font-family: "Funnel Display", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
  text-transform: uppercase;
  color: var(--foreground, #030712);
  padding-left: 0.125rem;
}
@media (max-width: 1024px) {
  .elementor-widget-trio_category_hero_section .trio-category-hero__label {
    font-size: 1.125rem;
  }
}
.elementor-widget-trio_category_hero_section .trio-category-hero__title {
  font-family: "Funnel Display", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.05;
  text-transform: uppercase;
  color: var(--foreground-actionable, #054ad9);
  margin: 0;
}
@media (max-width: 1024px) {
  .elementor-widget-trio_category_hero_section .trio-category-hero__title {
    font-size: 2.375rem;
  }
}
.elementor-widget-trio_category_hero_section .trio-category-hero__description {
  font-family: "Funnel Display", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.25;
  color: var(--foreground, #030712);
  padding-left: 0.125rem;
}
.elementor-widget-trio_category_hero_section .trio-category-hero__description p {
  margin: 0;
}
@media (max-width: 1024px) {
  .elementor-widget-trio_category_hero_section .trio-category-hero__description {
    font-size: 1.125rem;
  }
}
