/* Universal breakpoints */
@keyframes from-right {
  0% {
    opacity: 0;
    transform: translateX(40rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.short-image-hero {
  position: relative;
  box-sizing: border-box;
  padding-left: 120px;
  padding-right: 120px; }
  @media (min-width: 992px) {
    .short-image-hero {
      height: 400px; } }
  @media (min-width: 768px) and (max-width: 1080px) {
    .short-image-hero {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 991px) {
    .short-image-hero {
      padding: 0; } }
  .short-image-hero .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    @media (min-width: 992px) {
      .short-image-hero .bg-image::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        background: linear-gradient(82deg, #2d2e35 6.87%, rgba(59, 60, 67, 0.5) 48.63%, rgba(249, 249, 249, 0) 78.63%);
        mix-blend-mode: multiply; } }
    @media (max-width: 991px) {
      .short-image-hero .bg-image {
        position: relative; } }
    .short-image-hero .bg-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      display: block; }
      @media (max-width: 991px) {
        .short-image-hero .bg-image img {
          max-height: 300px; } }
  .short-image-hero .content {
    position: relative;
    z-index: 1;
    color: white;
    display: flex;
    height: 100%;
    align-items: center; }
    @media (max-width: 991px) {
      .short-image-hero .content {
        background-color: #3b3d49;
        padding: 24px 42px 48px 42px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px; }
        .short-image-hero .content.no-breadcrumbs {
          padding: 48px 42px; } }
    @media (max-width: 767px) {
      .short-image-hero .content {
        padding: 20px 16px 40px 16px; }
        .short-image-hero .content.no-breadcrumbs {
          padding: 40px 16px; } }
    .short-image-hero .content .breadcrumbs {
      color: #e8e9ec; }
      @media (min-width: 992px) {
        .short-image-hero .content .breadcrumbs {
          position: absolute;
          top: 16px; } }
      @media (max-width: 991px) {
        .short-image-hero .content .breadcrumbs {
          position: relative; } }
      .short-image-hero .content .breadcrumbs a {
        color: white;
        outline-color: #fbc600;
        font-weight: 500;
        text-decoration: none; }
        .short-image-hero .content .breadcrumbs a:hover {
          text-decoration: underline; }
      .short-image-hero .content .breadcrumbs .active-page {
		  cursor: default;
        color: #a0a8b7; }
    .short-image-hero .content h1 {
      font-size: 64px;
      line-height: 1.15;
      max-width: 800px;
      margin: 0; }
      @media (max-width: 991px) {
        .short-image-hero .content h1 {
          font-size: 38px; } }
      @media (max-width: 767px) {
        .short-image-hero .content h1 {
          font-size: 32px; } }
		  .short-image-hero .content .breadcrumbs .active-page:hover {
        text-decoration: none; }
		
