.banner {
  position: relative;
  color: white;
  overflow: hidden;
  min-height: 364px;
  height: auto;
  background: transparent linear-gradient(90deg, #071621 0%, #284660 100%) 0% 0%
    no-repeat padding-box;
  display: flex;
  flex-direction: column;

  & div[class*='mila-container']:first-of-type {
    margin-bottom: auto;
  }

  @media (--screenMD) {
    min-height: 535px;
  }

  @media (--screenXL) {
    min-height: 455px;
  }

  &:not(.banner--with-svg-image):not(.banner--with-logo) .banner__titles {
    margin-top: calc(25px + 90px);

    @media (--screenMD) {
      margin-top: calc(55px + 120px);
    }

    @media (--screenXL) {
      margin-top: calc(105px + 110px);
    }
  }
}

.banner--with-featured-partner {
  @media (--screenXL) {
    min-height: 535px;
  }
}

.banner-package {
  min-height: 150px;

  @media (--screenMD) {
    min-height: 300px;
  }

  @media (--screenXL) {
    min-height: 455px;
  }
}

.banner--with-svg-image,
.banner--with-logo {
  min-height: 485px;
  height: auto;

  @media (--screenLG) {
    min-height: 656px;
  }

  & .banner__svg,
  & .banner__logo {
    margin: 105px auto 0 0;
    max-height: 160px;

    & svg {
      max-height: 160px;
      height: 160px;
    }

    @media (--screenMD) {
      margin: 125px auto 0 0;
    }

    @media (--screenLG) {
      margin: 175px 0 0 0;
    }
  }
}

.banner__text-wrap,
.banner__search {
  z-index: 1;
}

.banner--with-image {
  max-height: 400px;
  min-height: unset;

  & .banner__text {
    color: var(--colorWhite);
  }

  & .banner__container {
    color: var(--colorWhite);
  }

  & .banner__text-wrap {
  }
}

.banner__text {
  position: relative;
  display: flex;
  align-items: center;
}

.banner__title {
}

.banner__subtitle {
  margin: 0;
}

.banner__placeholder {
  background: var(--colorGrey);
}

.banner__logo {
  width: 150px;
  height: auto;
  background-color: transparent;
  font-size: 0;
  border-radius: 3px;
  align-self: flex-start;
  display: flex;
}

.banner__titles {
  margin-top: 45px;
  margin-bottom: 20px;
}

.banner__logo-image img {
  object-fit: contain !important;
}

.featured-partner {
  background: rgba(250, 250, 250, 0.06);
  margin-top: 40px;
  margin-bottom: 20px;
}

.arrow__svg {
  height: 12px;
  transform: rotate(-180deg);
  margin-left: 10px;
  font-size: 16px;
}
