/*
 * DO NOT EDIT THIS FILE.
 * It's generated automatically by 'yarn build' command.
 * @preserve
 */

.m-graph-banner {
  position: relative;
}

.m-graph-banner__background-image {
  display: none;
}

@media (min-width: 769px) {
  .m-graph-banner__background-image {
    display: block;
  }
}

.m-graph-banner__background-image img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-graph-banner__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 769px) {
  .m-graph-banner__content {
    min-height: 38.75rem;
    padding-block: 3rem;
    gap: 0;
  }
}

@media (min-width: 1025px) {
  .m-graph-banner__content {
    min-height: 45rem;
    padding-block: 5rem;
  }
}

.m-graph-banner__graph-image {
  max-width: 25rem;
}

.m-graph-banner__text-container {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

@media (min-width: 769px) {
  .m-graph-banner__text-container {
    padding-left: 25rem;
    color: var(--color-primary-white);
  }
}

.m-graph-banner__text-container:first-child {
  margin-top: auto;
}
