.spanimage {
  display: grid;
  grid-template-columns: minmax(1rem, calc(50% - 660px)) repeat(12, 1fr) minmax(1rem, calc(50% - 660px));
}

.spanimg {
  grid-area: 1/1/2/15;
  width: 100%;
}

.caseunique {
  background-color: #f0efe6;
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: minmax(1rem, calc(50% - 660px)) repeat(12, 1fr) minmax(1rem, calc(50% - 660px));
  align-items: center;
}
@media (min-width: 800px) {
  .caseunique {
    padding: 4rem 0;
  }
}
@media (max-width: 799px) {
  .caseunique {
    grid-template-rows: repeat(2, min-content);
    padding: 2rem 0;
  }
}

.unique__copy {
  font-size: 18px;
}
@media (min-width: 800px) {
  .unique__copy {
    grid-area: 1/2/2/9;
  }
}
@media (max-width: 799px) {
  .unique__copy {
    grid-area: 2/2/3/14;
  }
}
.unique__copy h5 {
  font-size: 18px;
  text-transform: uppercase;
  color: rgba(71, 85, 105, 0.5);
  border-top: 1px solid #64748b;
  padding-top: 1rem;
  margin-top: 2rem;
}

.unique__image {
  justify-self: center;
}
@media (min-width: 800px) {
  .unique__image {
    grid-area: 1/9/2/14;
  }
}
@media (max-width: 799px) {
  .unique__image {
    grid-area: 1/2/2/14;
    padding-bottom: 2rem;
  }
}

.unique__img {
  border-radius: 50%;
  max-width: 90%;
}

.casebottom {
  background-color: #f0efe6;
  overflow: hidden;
}

.casevision,
.casebrand,
.caseopportunities {
  display: grid;
  grid-template-columns: minmax(1rem, calc(50% - 660px)) repeat(12, 1fr) minmax(1rem, calc(50% - 660px));
  align-items: center;
  padding: 2rem 0;
}
@media (max-width: 799px) {
  .casevision,
.casebrand,
.caseopportunities {
    grid-template-rows: repeat(2, min-content);
  }
}

.vision__copy,
.opportunities__copy {
  font-size: 18px;
}
@media (min-width: 800px) {
  .vision__copy,
.opportunities__copy {
    grid-area: 1/8/2/14;
  }
}

@media (min-width: 800px) {
  .vision__image,
.opportunities__image {
    grid-area: 1/1/2/8;
    justify-self: flex-end;
    margin-right: 2rem;
  }
}

@media (max-width: 799px) {
  .vision__img,
.opportunities__img {
    max-width: 100%;
  }
}

.vision__copy,
.opportunities__copy,
.brand__copy {
  border-top: 1px solid #111;
  padding-top: 1rem;
  font-size: 18px;
}
@media (max-width: 799px) {
  .vision__copy,
.opportunities__copy,
.brand__copy {
    grid-area: 2/2/3/14;
  }
}

@media (max-width: 799px) {
  .vision__image,
.opportunities__image,
.brand__image {
    grid-area: 1/2/2/14;
    padding-bottom: 2rem;
  }
}

@media (max-width: 799px) {
  .vision__img,
.opportunities__img,
.brand__img {
    max-width: 100%;
  }
}

.vision__heading,
.opportunities__heading,
.brand__heading {
  font-family: "abril-display", serif;
  font-weight: 700;
  line-height: 1.2;
}

.brand__copy {
  font-size: 18px;
}
@media (min-width: 800px) {
  .brand__copy {
    grid-area: 1/2/2/8;
  }
}

@media (min-width: 800px) {
  .brand__image {
    grid-area: 1/8/2/15;
    justify-self: flex-start;
    margin-left: 2rem;
  }
}

.casebottom h4 {
  font-family: "abril-display", serif;
  font-weight: 700;
  line-height: 1.1;
  padding-top: 1rem;
  border-top: 1px solid #111111;
}
@media (min-width: 800px) {
  .casebottom h4 {
    font-size: 50px;
  }
}
@media (max-width: 799px) {
  .casebottom h4 {
    font-size: 32px;
  }
}

.casebottom p {
  color: #475569;
}
@media (min-width: 800px) {
  .casebottom p {
    font-size: 18px;
  }
}

.br_brand__img {
  max-width: 100%;
}

.casevideo {
  display: grid;
  grid-template-columns: minmax(1rem, calc(50% - 660px)) repeat(12, 1fr) minmax(1rem, calc(50% - 660px));
}

.casevideo__a {
  grid-area: 1/1/2/15;
  position: relative;
}

.casevideo__img {
  grid-area: 1/1/2/15;
}

.casevideo__img {
  max-width: 100%;
}

.casevideo__content {
  grid-area: 1/2/2/14;
  align-self: flex-end;
  color: #fff;
  font-size: 18px;
}
@media (min-width: 800px) {
  .casevideo__content {
    padding-bottom: 2rem;
  }
}
@media (max-width: 799px) {
  .casevideo__content {
    padding-bottom: 1rem;
    line-height: 1.4;
  }
}

.casevideo__heading {
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.casevideo__play {
  grid-area: 1/2/2/14;
  align-self: center;
  justify-self: center;
}

@media (max-width: 599px) {
  .casevideo__play-img {
    width: 70px;
  }
}

.case__slideshow {
  position: relative;
}
.case__slideshow .owl-nav span {
  font-size: 0;
}
.case__slideshow .owl-prev {
  background-image: url(/images/slideshow_arrow.svg);
  background-position: 0 50%;
  background-size: contain;
  background-repeat: no-repeat;
  border: 0;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1rem;
}
@media (min-width: 800px) {
  .case__slideshow .owl-prev {
    width: 90px;
  }
}
@media (max-width: 799px) {
  .case__slideshow .owl-prev {
    width: 40px;
  }
}
.case__slideshow .owl-next {
  background-image: url(/images/slideshow_arrow.svg);
  background-position: 0 50%;
  background-size: contain;
  background-repeat: no-repeat;
  border: 0;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  transform: rotate(180deg);
}
@media (min-width: 800px) {
  .case__slideshow .owl-next {
    width: 90px;
  }
}
@media (max-width: 799px) {
  .case__slideshow .owl-next {
    width: 40px;
  }
}

.casefooter {
  display: grid;
  grid-template-columns: minmax(1rem, calc(50% - 660px)) repeat(12, 1fr) minmax(1rem, calc(50% - 660px));
  grid-template-rows: repeat(4, min-content);
  background-color: #3053a4;
  color: #fff;
  overflow: hidden;
}
@media (min-width: 800px) {
  .casefooter {
    padding-bottom: 4rem;
  }
}
@media (max-width: 799px) {
  .casefooter {
    padding-bottom: 2rem;
  }
}

@media (min-width: 800px) {
  .casefooter__top-content {
    align-self: center;
    grid-area: 1/9/2/14;
    padding-bottom: 4rem;
  }
}
@media (min-width: 600px) and (max-width: 799px) {
  .casefooter__top-content {
    grid-area: 1/6/2/14;
    margin-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 599px) {
  .casefooter__top-content {
    grid-area: 2/2/3/14;
    padding-bottom: 2rem;
  }
}

@media (min-width: 800px) {
  .casefooter__top-image {
    grid-area: 1/2/2/8;
    padding-bottom: 4rem;
  }
}
@media (min-width: 600px) and (max-width: 799px) {
  .casefooter__top-image {
    grid-area: 1/2/2/6;
    padding-right: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 599px) {
  .casefooter__top-image {
    grid-area: 1/3/2/13;
    padding: 2rem 0;
  }
}

.casefooter__top-img {
  max-width: 100%;
  border-radius: 50%;
}
@media (min-width: 800px) {
  .casefooter__top-img {
    transform: translateY(-25%);
    margin-bottom: -25%;
  }
}
@media (min-width: 600px) and (max-width: 799px) {
  .casefooter__top-img {
    margin-top: 2rem;
  }
}

.casefooter__sideimg {
  grid-area: 1/1/2/3;
  justify-self: flex-end;
  position: relative;
  margin-top: 6rem;
}
.casefooter__heading {
  font-family: "abril-display", serif;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
}
@media (min-width: 800px) {
  .casefooter__heading {
    font-style: 60px;
  }
}

@media (min-width: 600px) {
  .casefooter__bottom-content {
    grid-area: 2/2/3/10;
  }
}
@media (max-width: 599px) {
  .casefooter__bottom-content {
    grid-area: 3/2/4/14;
    padding-bottom: 2rem;
  }
}

.casefooter__quote {
  font-family: "abril-display", serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1.1;
  padding-top: 2rem;
  border-top: 1px solid #fff;
}
@media (min-width: 1000px) {
  .casefooter__quote {
    font-size: 48px;
  }
}
@media (max-width: 999px) {
  .casefooter__quote {
    font-size: 32px;
  }
}
.casefooter__quote p {
  margin-bottom: 2rem;
}

.casefooter__by {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-weight: 700;
}

@media (min-width: 600px) {
  .casefooter__bottom-image {
    grid-area: 2/10/3/14;
  }
}
@media (min-width: 600px) and (max-width: 799px) {
  .casefooter__bottom-image {
    padding-left: 2rem;
  }
}
@media (max-width: 599px) {
  .casefooter__bottom-image {
    grid-area: 4/2/5/14;
  }
}

.casefooter__bottom-img {
  margin: 0 auto;
}
@media (min-width: 800px) {
  .casefooter__bottom-img {
    max-width: 90%;
  }
}
@media (max-width: 799px) {
  .casefooter__bottom-img {
    max-width: 100%;
  }
}

@media (max-width: 799px) {
  .casefooter__sideimg {
    display: none;
  }
}

@media (min-width: 1000px) {
  .--lb-gradient {
    background: linear-gradient(200deg, transparent 50%, #000 100%);
  }
}

.casehero {
  display: grid;
  grid-template-columns: minmax(1rem, calc(50% - 660px)) repeat(12, 1fr) minmax(1rem, calc(50% - 660px));
}
@media (min-width: 1000px) {
  .casehero {
    grid-template-rows: 90vh min-content;
  }
}
@media (min-width: 800px) and (max-width: 999px) {
  .casehero {
    grid-template-rows: calc(90vh - 56px) min-content;
  }
}
@media (max-width: 799px) {
  .casehero {
    grid-template-rows: min-content min-content;
  }
}

.casehero__background {
  grid-area: 1/1/2/15;
  overflow: hidden;
}

.casehero__overlay {
  grid-area: 1/1/-1/-1;
}
@media (max-width: 799px) {
  .casehero__overlay {
    background-color: rgba(0, 0, 0, 0.6);
  }
}

.casehero__img {
  object-fit: cover;
  object-position: 100% 100%;
  width: 100%;
  height: 100%;
}

.casehero__content {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
}
@media (min-width: 800px) {
  .casehero__content {
    grid-area: 1/2/2/9;
  }
}
@media (min-width: 600px) and (max-width: 799px) {
  .casehero__content {
    grid-area: 1/2/2/-2;
  }
}
@media (min-width: 800px) {
  .casehero__content {
    padding-bottom: 4rem;
  }
}
@media (max-width: 799px) {
  .casehero__content {
    padding-bottom: 2rem;
  }
}
@media (max-width: 599px) {
  .casehero__content {
    grid-area: 1/1/2/15;
    padding: 1rem;
  }
}

@media (min-width: 800px) {
  .casehero__teams {
    display: flex;
    grid-area: 1/11/2/14;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 4rem;
  }
}
@media (max-width: 799px) {
  .casehero__teams {
    grid-area: 2/1/3/15;
  }
}

.casehero__subheading {
  letter-spacing: 0.1rem;
  line-height: 1.75;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid #fff;
  align-self: flex-start;
  margin-bottom: 1.75rem;
  padding-bottom: 0.25rem;
  border-bottom: 3px solid #b91c1c;
  display: inline-block;
}

.casehero__heading {
  font-family: "abril-display", serif;
  font-weight: 700;
  line-height: 1.1;
  max-width: 700px;
  color: #fff;
  margin-bottom: 2rem;
}
@media (min-width: 1000px) {
  .casehero__heading {
    font-size: 62px;
  }
}
@media (max-width: 999px) {
  .casehero__heading {
    font-size: 42px;
  }
}

.casehero__copy {
  max-width: 720px;
  line-height: 1.4;
  color: #fff;
}
@media (min-width: 1000px) {
  .casehero__copy {
    font-size: 18px;
  }
}
@media (max-width: 999px) {
  .casehero__copy {
    font-size: 16px;
  }
}
.casehero__copy p:last-child {
  margin-bottom: 0;
}

.casehero__teams-wrapper {
  text-align: center;
  background-color: #dc2626;
  align-self: flex-end;
  text-transform: uppercase;
  letter-spacing: 0.025rem;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
  color: #fff;
}
@media (min-width: 800px) {
  .casehero__teams-wrapper {
    border-radius: 8px;
    padding: 2rem;
  }
}
@media (max-width: 799px) {
  .casehero__teams-wrapper {
    padding: 1rem 1rem;
  }
}
.casehero__teams-wrapper li {
  list-style: none;
}
.casehero__teams-wrapper li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.casehero__teams-heading {
  color: rgba(255, 255, 255, 0.66);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1rem;
}

.related {
  background-color: #0F172A;
  padding: 2rem 1rem 4rem;
}

.related__title {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 700;
  color: #64748B;
  margin-bottom: 2rem;
}

.related__items {
  position: relative;
  z-index: 0;
  display: flex;
  max-width: 1276px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.related__item {
  position: relative;
  z-index: 0;
  margin: 1rem;
}
@media (min-width: 800px) {
  .related__item:nth-child(4) {
    display: none;
  }
}

.related__a, .related__a:hover, .related__a:focus {
  color: #fff;
}

.related__img {
  width: 360px;
  height: 270px;
  object-fit: cover;
}

.related__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 1.5rem 1rem;
  background-image: linear-gradient(to bottom, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.63) 77%, rgba(15, 23, 42, 0.63) 100%);
}

.related__arrow {
  height: 28px;
  transition: 0.2s;
  display: none;
}
.related__arrow:before {
  font-size: 20px;
}
.related__a:not(:hover) .related__arrow {
  visibility: hidden;
  margin-top: -28px;
}
.related__a:not(:hover) .related__arrow:before {
  visibility: hidden;
}

.related__subheading {
  font-size: 12px;
  line-height: 16px;
}

.related__heading {
  line-height: 1.2;
  font-weight: 700;
}
@media (min-width: 1000px) {
  .related__heading {
    font-size: 24px;
  }
}
@media (max-width: 999px) {
  .related__heading {
    font-size: 18px;
  }
}

/*# sourceMappingURL=briland.css.map */
