.elementor-991 .elementor-element.elementor-element-2342ed9{--display:flex;--min-height:179px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-991 .elementor-element.elementor-element-021df9d img{width:100%;max-width:100%;height:500px;}/* Start custom CSS for image, class: .elementor-element-021df9d */.external-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;

  width: fit-content;
  max-width: 100%;
  padding: 50px 50px;

  background: #ffffff;
  border-radius: 25px;
  text-decoration: none;

  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);

  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.external-card-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.external-card-link img {
  display: block;
  max-height: 95px;
  width: auto;
}

/* External link icon - CSS only */
.external-card-link::after {
  content: "";
  flex: 0 0 auto;

  width: 42px;
  height: 42px;
  border-radius: 50%;

  background-color: #034A9B;

  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M14 3h7v7h-2V6.41l-9.29 9.3-1.42-1.42 9.3-9.29H14V3z'/%3E%3Cpath fill='white' d='M5 5h6v2H7v10h10v-4h2v6H5V5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px 19px;

  transition: background-color 0.25s ease, transform 0.25s ease;
}

.external-card-link:hover::after {
  background-color: #ED6D20;
  transform: translate(3px, -3px);
}

.external-card-link:focus-visible {
  outline: 3px solid #ED6D20;
  outline-offset: 4px;
}

/* Mobile */
@media (max-width: 767px) {
  .external-card-link {
    gap: 20px;
    padding: 20px 24px;
  }

  .external-card-link img {
    max-height: 70px;
  }

  .external-card-link::after {
    width: 38px;
    height: 38px;
    background-size: 17px 17px;
  }
}/* End custom CSS */