/**
 * Variables.
 */
/**
 * VVNS - landing & common blocks
 */
.vvns .black-bg {
  background-color: #000;
}
.vvns .case-study-bg {
  background-color: #aa9527;
}
.vvns .case-study-bg .animation-block {
  background-color: #aa9527;
}
.vvns .case-study-bg .col2-block__col__content {
  color: #fff;
}
.vvns .warmgrey-bg {
  background-color: #E2DBCF;
}
.vvns .warmgrey-bg .animation-block {
  background-color: #E2DBCF;
}

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner__content {
  text-align: center;
  opacity: 1;
  position: relative;
  background-color: #aa9527;
}
@media screen and (min-width: 768px) {
  .banner__content {
    opacity: 0;
  }
}
.banner__content__top {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  position: absolute;
}
.banner__content .slide {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.banner__content .slide--video {
  margin-left: 20px;
  margin-right: 20px;
}
.banner__content .slide__content {
  background-color: rgba(0, 0, 0, 0.83);
  margin-left: 20px;
  margin-right: 20px;
  padding: 30px 25px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-weight: 300;
  max-width: 639px;
  color: #fff;
}
.banner__content .slide__content p + p {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .banner__content .slide__content {
    padding: 36px 30px;
    font-size: 20px;
    line-height: 30px;
  }
  .banner__content .slide__content p + p {
    margin-top: 20px;
  }
}
.banner__content .slide__content--video {
  padding: 0;
  width: 100%;
}
.banner__content .slide__content__video-block {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
}
.banner__content .slide__content__video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.banner__content .slide__content__video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  opacity: 1;
}
.banner__content .slide__content__video-placeholder.disabled {
  opacity: 0;
  z-index: -1;
}
.banner__content .slide__content__video-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.banner__content .slide__content__video-icon {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 2;
  width: 80px;
  height: 100%;
}
.banner__content .slide__content__video-icon img {
  max-width: 100%;
}
@media screen and (min-width: 980px) {
  .banner__content .slide__content__video-icon {
    max-width: 123px;
  }
}
.banner__content .slide__content .title {
  color: #aa9527;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .banner__content .slide__content .title {
    font-size: 18px;
    line-height: 30px;
  }
}
.banner__content .slide__content ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.banner__content .slide__content ul li {
  margin-bottom: 10px;
}
.banner__content .slide__content ul li:last-child {
  margin-bottom: 0;
}
.banner__content .slide__content .speaker {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  font-style: italic;
  display: block;
  max-width: 80%;
  margin: 5px auto 0;
}
.banner__content .slide__content .speaker a {
  text-decoration: none;
  color: #fff;
  word-break: break-word;
}
.banner__content__figure {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  max-width: 100%;
}
.banner__content__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}
.banner__content__text-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Big Shoulders Stencil Text", Arial;
  text-transform: uppercase;
}
.banner__content__title {
  font-size: 16px;
  line-height: 19px;
  display: inline-block;
  background-color: #000;
  padding: 6px 9px;
  color: #FAFAFA;
}
@media screen and (min-width: 768px) {
  .banner__content__title {
    font-size: 40px;
    line-height: 48px;
    padding: 22px 18px;
  }
}
.banner__content__tag {
  display: flex;
  margin-top: 12px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .banner__content__tag {
    margin-top: 45px;
  }
}
.banner__content__tag span {
  font-size: 24px;
  line-height: 26px;
  display: inline-block;
  background-color: #000;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .banner__content__tag span {
    font-size: 5.208vw;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1920px) {
  .banner__content__tag span {
    font-size: 100px;
    line-height: 119px;
  }
}
.banner__content__step1 {
  color: #fff;
  padding: 6px 8px;
}
@media screen and (min-width: 768px) {
  .banner__content__step1 {
    padding: 24px 25px;
  }
}
.banner__content__step2 {
  color: #aa9527;
  padding: 6px 8px;
}
@media screen and (min-width: 768px) {
  .banner__content__step2 {
    padding: 24px 38px;
  }
}

.col2-block {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow-x: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .col2-block {
    flex-direction: row;
  }
}
.col2-block__col {
  min-height: 50vh;
  min-height: calc(var(--vh, 1vh) * 50);
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .col2-block__col {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .col2-block__col--left {
    order: 0;
  }
}
@media screen and (min-width: 768px) {
  .col2-block__col--right {
    order: 1;
  }
}
.col2-block__col--content {
  padding: 51px 53px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.col2-block__col--content .animation-block {
  width: 50%;
  height: 40px;
  position: absolute;
  transition: all 1s ease-in-out;
  z-index: 1;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
.col2-block__col--content .animation-block.animated {
  transform: translateY(100%);
}
@media screen and (min-width: 768px) {
  .col2-block__col--content .animation-block {
    width: 60px;
    height: 50%;
  }
}
@media screen and (min-width: 1920px) {
  .col2-block__col--content .animation-block {
    width: 100px;
  }
}
@media screen and (min-width: 768px) {
  .col2-block__col--content.col2-block__col--right {
    padding-left: calc(100% * ( 137 / 1920 ));
  }
}
@media screen and (min-width: 1315px) {
  .col2-block__col--content.col2-block__col--right {
    padding-right: calc((100vw - 1275px) / 2);
  }
}
@media screen and (min-width: 1920px) {
  .col2-block__col--content.col2-block__col--right {
    padding-left: 137px;
  }
}
@media screen and (min-width: 768px) {
  .col2-block__col--content.col2-block__col--right .animation-block {
    top: auto;
    bottom: 0;
    left: 0;
  }
  .col2-block__col--content.col2-block__col--right .animation-block.animated {
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 768px) {
  .col2-block__col--content.col2-block__col--left {
    padding-right: calc(100% * ( 137 / 1920 ));
  }
}
@media screen and (min-width: 1315px) {
  .col2-block__col--content.col2-block__col--left {
    padding-left: calc((100vw - 1275px) / 2);
  }
}
@media screen and (min-width: 1920px) {
  .col2-block__col--content.col2-block__col--left {
    padding-right: 137px;
  }
}
@media screen and (min-width: 768px) {
  .col2-block__col--content.col2-block__col--left .animation-block {
    top: auto;
    bottom: 0;
    right: 0;
    left: auto;
  }
  .col2-block__col--content.col2-block__col--left .animation-block.animated {
    transform: translateX(100%);
  }
}
.col2-block__col__content {
  font-size: 16px;
  line-height: 24px;
  color: #313131;
}
@media screen and (min-width: 980px) {
  .col2-block__col__content {
    font-size: 20px;
    line-height: 30px;
  }
  .col2-block--banner .col2-block__col__content {
    font-size: 24px;
    line-height: 35px;
  }
}
.col2-block__col__content__title {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 7px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (min-width: 980px) {
  .col2-block__col__content__title {
    font-size: 18px;
    line-height: 30px;
  }
}
.col2-block__col__content p + p {
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  .col2-block__col__content p + p {
    margin-top: 25px;
  }
}
.col2-block__col__figure {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #aa9527;
}
.col2-block__col__figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.col2-block--landing-page .title-content {
  font-family: "Big Shoulders Stencil Text", Arial;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  font-size: 60px;
  line-height: 66px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 980px) {
  .col2-block--landing-page .title-content {
    font-size: 8.75vw;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  .col2-block--landing-page .title-content {
    font-size: 168px;
    line-height: 177px;
  }
}
.col2-block--landing-page .title-content .title {
  display: flex;
  flex-direction: column;
}
.col2-block--landing-page .col2-block__col--content .animation-block {
  top: 0;
  left: 0;
}
.col2-block--landing-page .col2-block__col--content .animation-block.animated {
  transform: translateY(-100%);
}
@media screen and (min-width: 768px) {
  .col2-block--landing-page .col2-block__col--content .animation-block {
    top: auto;
    bottom: 0;
    left: 0;
  }
  .col2-block--landing-page .col2-block__col--content .animation-block.animated {
    transform: translateX(-100%);
  }
}

.landing-3col {
  background-color: #fff;
  padding-top: 60px;
  position: relative;
}
.landing-3col__text-block {
  text-align: center;
}
.landing-3col__text-block p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #313131;
  max-width: 420px;
  margin: 29px auto 0;
}
@media screen and (min-width: 768px) {
  .landing-3col__text-block p {
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .landing-3col__text-block p {
    font-size: 24px;
    line-height: 30px;
  }
}
.landing-3col__large-text {
  font-size: 25px;
  line-height: 31px;
  color: #aa9527;
  font-weight: 700;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .landing-3col__large-text {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 675px;
    margin: 0 auto;
    line-height: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .landing-3col__large-text {
    font-size: 30px;
    line-height: 50px;
    max-width: 780px;
  }
}
@media screen and (min-width: 768px) {
  .landing-3col__large-text .icon {
    width: 30px;
  }
}
.landing-3col__cards {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .landing-3col__cards {
    flex-direction: row;
    align-items: unset;
  }
}
.landing-3col__cards__block {
  padding: 40px 20px 20px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  max-width: 460px;
}
@media screen and (min-width: 768px) {
  .landing-3col__cards__block {
    width: calc((100% - 112px) / 3);
  }
}
@media screen and (min-width: 1200px) {
  .landing-3col__cards__block {
    padding: 40px 18px 18px;
    font-size: 20px;
    line-height: 30px;
  }
}
.landing-3col__cards__block.dark-yellow {
  background-color: #8E7C1A;
}
.landing-3col__cards__block.grey-light {
  background-color: #8E8659;
}
.landing-3col__cards__block.grey-dark {
  background-color: #79724D;
}
.landing-3col__cards__block .title {
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 29px;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .landing-3col__cards__block .title {
    font-size: 18px;
    line-height: 30px;
  }
}
.landing-3col__cards__icon {
  text-align: center;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  color: #aa9527;
}
@media screen and (min-width: 768px) {
  .landing-3col__cards__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
  }
}

.sub-page-links {
  display: flex;
  justify-content: center;
  position: relative;
  background-color: #fff;
}
.sub-page-links__list {
  font-family: "Big Shoulders Stencil Text", Arial;
  color: #E2DBCF;
  margin: 0;
  list-style: none;
  padding: 57px 50px 30px;
}
@media screen and (min-width: 768px) {
  .sub-page-links__list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) {
  .sub-page-links__list {
    padding-top: 125px;
    padding-bottom: 71px;
  }
}
@media screen and (min-width: 1315px) {
  .sub-page-links__list {
    padding-left: calc((100vw - 1275px) / 2);
    padding-right: calc((100vw - 1275px) / 2);
  }
}
.sub-page-links__list__item {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 27px;
}
@media screen and (min-width: 768px) {
  .sub-page-links__list__item {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .sub-page-links__list__item {
    font-size: 45px;
    line-height: 54px;
    margin-bottom: 54px;
  }
}
.sub-page-links__list__item a {
  color: #E2DBCF;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: flex;
}
.sub-page-links__list__item a:hover {
  color: #aa9527;
}
.sub-page-links__list__number {
  font-size: 70px;
  line-height: 1;
  min-width: 75px;
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
  .sub-page-links__list__number {
    font-size: 120px;
    min-width: 125px;
    padding-right: 22px;
  }
}
.sub-page-links__list__text {
  padding-top: 3px;
}
.sub-page-links__list__text.block-control {
  max-width: 152px;
}
@media screen and (min-width: 768px) {
  .sub-page-links__list__text.block-control {
    max-width: 205px;
  }
}
@media screen and (min-width: 1200px) {
  .sub-page-links__list__text.block-control {
    max-width: 370px;
  }
}

.cards {
  display: flex;
  height: 236px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cards {
    height: 400px;
  }
}
.cards__block {
  position: relative;
  font-family: "Big Shoulders Stencil Text", Arial;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 19%;
  overflow: hidden;
  transition: all 500ms ease;
}
@media screen and (min-width: 768px) {
  .cards__block {
    width: 13%;
  }
}
.cards__block:not(.active):hover {
  cursor: pointer;
}
.cards__block.active {
  width: 43%;
}
@media screen and (min-width: 768px) {
  .cards__block.active {
    width: 61%;
  }
}
.cards__block.active .cards__block__vertical-title {
  opacity: 0;
}
.cards__block.active .cards__block__content-wrap {
  opacity: 1;
  z-index: 1;
}
.cards__block__vertical-title {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 25px;
  margin: 0;
  background-color: #000;
  padding: 10px 17px;
  transform: rotate(-90deg);
  white-space: nowrap;
  opacity: 1;
  transition: all 400ms ease;
}
@media screen and (min-width: 768px) {
  .cards__block__vertical-title {
    font-size: 59px;
    line-height: 59px;
    padding: 10px 20px;
  }
}
.cards__block__title {
  font-size: 26px;
  line-height: 32px;
  padding: 5px 12px;
  background-color: #fff;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .cards__block__title {
    font-size: 59px;
    line-height: 71px;
    padding: 18px 35px;
  }
}
.cards__block__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .cards__block__image {
    background-position: center 75%;
    background-size: auto;
  }
}
.cards__block__image.nala-sopara {
  background-image: url(../images/nala-sopara.jpg);
}
.cards__block__image.kamathipura {
  background-image: url(../images/kamathipura_new.jpg);
}
.cards__block__image.jvlr {
  background-image: url(../images/jvlr.jpg);
}
.cards__block__image.mward {
  background-image: url(../images/mward.jpg);
}
.cards__block__content-wrap {
  position: absolute;
  z-index: -1;
  top: 50%;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-50%);
  transition: all 400ms ease;
  white-space: nowrap;
}
.cards__block .orange {
  color: #e26001;
}
.cards__block .green {
  color: #2cc369;
}
.cards__block .yellow {
  color: #aa9527;
}
.cards__block .blue {
  color: #2cafdb;
}

.case-study-header {
  font-family: "Big Shoulders Stencil Text", Arial;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .case-study-header__wrap {
    display: flex;
    align-items: flex-start;
  }
}
.case-study-header__name {
  background-color: #aa9527;
  color: #fff;
  min-width: 115px;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  padding: 7px 13px;
  margin-top: 15px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .case-study-header__name {
    margin-right: 16px;
    margin-top: 23px;
  }
}
.case-study-header__title {
  display: flex;
  font-weight: 800;
}
.case-study-header__title__number {
  font-size: 70px;
  line-height: 84px;
  color: #E2DBCF;
  margin-right: 18px;
}
@media screen and (min-width: 768px) {
  .case-study-header__title__number {
    font-size: 120px;
    line-height: 144px;
  }
}
.case-study-header__title__text {
  font-size: 25px;
  line-height: 30px;
  color: #aa9527;
  text-transform: uppercase;
  padding-top: 9px;
}
@media screen and (min-width: 768px) {
  .case-study-header__title__text {
    font-size: 45px;
    line-height: 54px;
    padding-top: 16px;
  }
}
.case-study-header__title__text.width-adjust {
  width: 205px;
}
@media screen and (min-width: 768px) {
  .case-study-header__title__text.width-adjust {
    width: 365px;
  }
}

/*
 * Case Study - 01
 */
.content-block {
  background-color: #fff;
  position: relative;
  padding: 65px 0;
}
@media screen and (min-width: 768px) {
  .content-block {
    padding: 95px 0;
  }
}
.content-block__container {
  max-width: 758px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #313131;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-block__container {
    font-size: 20px;
    line-height: 35px;
  }
}
.content-block__container p {
  margin-bottom: 26px;
}
.content-block__container p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .content-block__container p {
    margin-bottom: 35px;
  }
}
.content-block__container .highligted-text {
  color: #aa9527;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .content-block__container .highligted-text {
    font-size: 24px;
    line-height: 35px;
  }
}

.separator-content {
  display: flex;
  justify-content: center;
  position: relative;
  background-color: #fff;
}
.separator-content__container {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  max-width: 1016px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 66px 0;
  color: #313131;
}
@media screen and (min-width: 768px) {
  .separator-content__container {
    font-size: 20px;
    line-height: 30px;
    padding: 100px 0;
  }
}
.separator-content__container .light {
  font-weight: 300;
}
.separator-content__container .normal {
  font-weight: 400;
}
.separator-content__container .medium {
  font-weight: 500;
}
.separator-content__container .bold {
  font-weight: 700;
}
.separator-content__container .italic {
  font-style: italic;
}
.separator-content__container .casestudy-color {
  color: #aa9527;
}
.separator-content__container .title {
  font-size: 60px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Big Shoulders Stencil Text", Arial;
  font-weight: 800;
  color: #aa9527;
  opacity: 0.23;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .separator-content__container .title {
    font-size: 17vw;
  }
}
@media screen and (min-width: 1016px) {
  .separator-content__container .title {
    font-size: 180px;
  }
}
.separator-content__container .small-title {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.1em;
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .separator-content__container .small-title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 32px;
  }
}
.separator-content__container .places {
  padding: 54px 0 24px;
}
@media screen and (min-width: 768px) {
  .separator-content__container .places {
    padding: 68px 0 38px;
  }
}
.separator-content__container .places__block {
  margin-bottom: 30px;
}
.separator-content__container .places a {
  color: #313131;
  text-decoration: none;
  margin-top: 13px;
  display: block;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .separator-content__container .places a {
    margin-top: 7px;
  }
}
.separator-content__container .small-text {
  font-size: 14px;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .separator-content__container .normal-text {
    font-size: 24px;
    line-height: 38px;
  }
}
@media screen and (min-width: 768px) {
  .separator-content__container .large-text {
    font-size: 30px;
    line-height: 50px;
  }
}
.separator-content__container .extra-large-text {
  font-size: 25px;
  line-height: 30px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .separator-content__container .extra-large-text {
    font-size: 45px;
    line-height: 50px;
    margin-top: 32px;
  }
}
.separator-content__container .tag-text {
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .separator-content__container .tag-text {
    margin-top: 8px;
  }
}
.separator-content__img {
  margin: 56px auto 0;
}

.post-navigation {
  background-color: #fff;
  position: relative;
}
.post-navigation__wrap {
  padding: 40px 0;
}
.post-navigation__content {
  font-family: "Big Shoulders Stencil Text", Arial;
  display: flex;
  align-items: center;
}
.post-navigation__content span {
  color: #E2DBCF;
  font-weight: 800;
  text-transform: uppercase;
}
.post-navigation__content__container {
  display: flex;
}
.post-navigation__content__number {
  font-size: 70px;
  line-height: 1;
  margin-right: 18px;
}
@media screen and (min-width: 768px) {
  .post-navigation__content__number {
    font-size: 120px;
  }
}
.post-navigation__content__title {
  font-size: 25px;
  line-height: 30px;
  margin-top: 2px;
}
@media screen and (min-width: 768px) {
  .post-navigation__content__title {
    font-size: 45px;
    line-height: 54px;
    margin-top: 4px;
  }
}
.post-navigation__content__title.width-adjust {
  width: 152px;
}
@media screen and (min-width: 768px) {
  .post-navigation__content__title.width-adjust {
    width: 362px;
  }
}
.post-navigation__content__link {
  text-decoration: none;
  width: 40px;
  margin-left: 35px;
}
@media screen and (min-width: 768px) {
  .post-navigation__content__link {
    width: 122px;
    margin-left: 48px;
  }
}
.post-navigation__content__link img {
  max-width: 100%;
}

.paginations {
  background-color: #1C60BC;
  position: relative;
}
.paginations__list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
}
.paginations__list__item {
  font-family: "Big Shoulders Stencil Text", Arial;
  font-size: 25px;
  line-height: 30px;
  font-weight: 800;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .paginations__list__item {
    font-size: 58px;
    line-height: 69px;
  }
}
.paginations__list__item + .paginations__list__item {
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .paginations__list__item + .paginations__list__item {
    margin-left: 50px;
  }
}
.paginations__list__item.active span,
.paginations__list__item.active a {
  color: #fff;
}
.paginations__list__item span,
.paginations__list__item a {
  color: #4087E8;
  text-decoration: none;
  padding: 5px 0;
  display: block;
}
.paginations__list__item span:hover,
.paginations__list__item a:hover {
  color: #fff;
}

/*
 * Case Study - 02
 */
.map-container {
  width: 100%;
  position: relative;
}
.map-container__container {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  font-family: "Exo", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-container__container--has-legend {
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .map-container__container--has-legend {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.map-container__container__content {
  width: 100%;
  position: relative;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 300;
  max-width: 639px;
  background-color: rgba(0, 0, 0, 0.83);
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 27px 24px;
  box-sizing: border-box;
}
.map-container__container__content .title {
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #aa9527;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .map-container__container__content {
    font-size: 20px;
    line-height: 30px;
  }
  .map-container__container__content .title {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 30px;
  }
}
.map-container__legends-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(226, 219, 207, 0.8);
}
@media screen and (min-width: 1024px) {
  .map-container__legends-wrap {
    left: auto;
    right: 0;
  }
}
.map-container__legends-wrap__title {
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  margin-left: 20px;
}
.map-container__legend {
  background-color: rgba(226, 219, 207, 0.8);
  padding: 10px;
  border-radius: 3px;
  color: #313131;
  font-size: 14px;
  line-height: 18px;
  align-self: flex-end;
  position: relative;
  margin-left: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .map-container__legend {
    max-width: 458px;
    margin-right: 20px;
    margin-bottom: 50px;
  }
}
.map-container__legend .legend-wrap {
  display: flex;
  align-items: center;
}
.map-container__legend .legend-wrap + .legend-wrap {
  margin-top: 8px;
}
.map-container__legend .legend-key {
  display: inline-block;
  width: 30px;
  height: 18px;
  margin-right: 8px;
}
.map-container .map-wrapper {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: absolute;
  top: 0;
  width: 100%;
}
.map-container .map-item {
  width: 100%;
  height: 100%;
  position: absolute;
}

/*
 * Case Study - 03
 */
.full-page-banner img {
  max-width: 100%;
}
.full-page-banner img.hide-mobile {
  display: none;
}
@media screen and (min-width: 560px) {
  .full-page-banner img.hide-mobile {
    display: block;
  }
  .full-page-banner img.hide-desktop {
    display: none;
  }
}

/*
 * Case Study - 04
 */
.stories {
  background-color: #fff;
  position: relative;
}
.stories__container {
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .stories__container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -9px;
    margin-right: -9px;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 980px) {
  .stories__container {
    padding-bottom: 35px;
  }
}
.stories__card {
  position: relative;
  margin-bottom: 15px;
  background-color: #E2DBCF;
}
@media screen and (min-width: 768px) {
  .stories__card {
    width: calc(50% - 18px);
    margin: 0 9px 25px;
  }
}
@media screen and (min-width: 768px) {
  .stories__card {
    margin-bottom: 65px;
  }
}
.stories__card__link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.stories__card__figure {
  padding-bottom: 162px;
  position: relative;
}
@media screen and (min-width: 980px) {
  .stories__card__figure {
    padding-bottom: 320px;
  }
}
.stories__card__figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.stories__card__text {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.stories__card__title {
  background-color: rgba(49, 49, 49, 0.7);
  color: #fff;
  font-family: "Big Shoulders Stencil Text", Arial;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  padding: 6px 8px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .stories__card__title {
    font-size: 50px;
    padding: 10px 14px;
  }
}
.stories__card__content {
  color: #313131;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  padding: 36px 28px 56px;
}
@media screen and (min-width: 980px) {
  .stories__card__content {
    font-size: 20px;
    line-height: 30px;
    max-width: 371px;
    margin: 0 auto;
    padding: 45px 35px 89px;
  }
}
.stories__card__tag {
  margin-top: 30px;
  color: #aa9527;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 980px) {
  .stories__card__tag {
    font-size: 18px;
    line-height: 30px;
  }
}
.stories__video {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .stories__video {
    display: flex;
  }
}
.stories__video__left {
  position: relative;
}
@media screen and (min-width: 768px) {
  .stories__video__left {
    width: 50%;
  }
}
.stories__video__left iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
  z-index: 1;
}
.stories__video__placeholder {
  position: relative;
  padding-bottom: calc((315 / 560) * 100%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  opacity: 1;
}
.stories__video__placeholder.disabled {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .stories__video__placeholder {
    padding-bottom: calc((400 / 637) * 100%);
  }
}
.stories__video__thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 2;
}
.stories__video__icon {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 2;
  width: 80px;
  height: 100%;
}
.stories__video__icon img {
  max-width: 100%;
}
@media screen and (min-width: 980px) {
  .stories__video__icon {
    max-width: 123px;
  }
}
.stories__video__content {
  background-color: #313131;
  padding: 23px 70px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .stories__video__content {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 980px) {
  .stories__video__content__wrap {
    max-width: 306px;
    margin: 0 auto;
  }
}
.stories__video__content__text {
  width: 157px;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .stories__video__content__text {
    width: auto;
  }
}
.stories__video__content .description {
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  font-weight: 300;
  margin-top: 15px;
}
@media screen and (min-width: 980px) {
  .stories__video__content .description {
    font-size: 20px;
    line-height: 30px;
  }
}

.vvns-casestudy4 .banner1 .banner__content {
  background-color: #ffde00;
}
.vvns-casestudy4 .banner1 .banner__content__figure img {
  object-position: -35px;
}
@media screen and (min-width: 768px) {
  .vvns-casestudy4 .banner1 .banner__content__figure img {
    object-position: center;
    object-fit: contain;
  }
}
.vvns-casestudy4 .banner2 .banner__content__img.hide-mobile {
  display: none;
}
@media screen and (min-width: 768px) {
  .vvns-casestudy4 .banner2 .banner__content__img.hide-mobile {
    display: block;
  }
  .vvns-casestudy4 .banner2 .banner__content__img.hide-desktop {
    display: none;
  }
}
.vvns-casestudy4 .content-block__container {
  max-width: 1016px;
}
.vvns-casestudy4 .content-block__container .tag {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  line-height: 22px;
  font-style: italic;
  font-weight: 300;
  color: #5C5959;
}
@media screen and (min-width: 768px) {
  .vvns-casestudy4 .content-block__container .tag {
    display: inline;
  }
}

.banner__content__heading-wrap {
  margin-left: 20px;
  margin-right: 20px;
}
.banner__content__heading {
  font-family: "Big Shoulders Stencil Text", Arial;
  font-weight: 700;
  font-size: 53px;
  line-height: 63px;
  color: #313131;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .banner__content__heading {
    font-size: 7.29vw;
    line-height: 1.2;
    max-width: 1076px;
  }
}
@media screen and (min-width: 1200px) {
  .banner__content__heading {
    font-size: 5.2vw;
  }
}
@media screen and (min-width: 1920px) {
  .banner__content__heading {
    font-size: 94px;
  }
}

.charts {
  background-color: #fff;
  position: relative;
}
.charts .purple {
  background-color: #91426F;
}
.charts .light-green {
  background-color: #B3D56A;
}
.charts .light-blue {
  background-color: #7BB2B2;
}
.charts .mustard {
  background-color: #AA834F;
}
.charts .maroon {
  background-color: #BD4654;
}
.charts .blue {
  background-color: #34588D;
}
.charts .red {
  background-color: #F15A29;
}
.charts__wrapper {
  margin-left: 20px;
  margin-right: 20px;
}
.charts__container {
  max-width: 1275px;
  padding: 20px 0 60px;
}
@media screen and (min-width: 768px) {
  .charts__container {
    display: flex;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .charts__block {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.charts__block + .charts__block {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .charts__block + .charts__block {
    margin-left: 30px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .charts__block + .charts__block {
    margin-left: 75px;
  }
}
.charts__block__title {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #aa9527;
  text-transform: uppercase;
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .charts__block__title {
    flex-grow: 1;
  }
}
.block2 .charts__block__title {
  margin-bottom: 25px;
}
.charts__block__image {
  max-width: 100%;
}
.charts__block__legend {
  display: flex;
  margin-top: 33px;
}
@media screen and (min-width: 768px) {
  .charts__block__legend {
    min-height: 100px;
  }
}
.charts__block__legend ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.charts__block__legend ul + ul {
  margin-left: 25px;
}
.charts__block__legend li {
  display: flex;
  align-items: center;
}
.charts__block__legend li + li {
  margin-top: 10px;
}
.charts__block__legend .color {
  width: 20px;
  height: 3px;
  display: inline-block;
}
.charts__block__legend .label {
  margin-left: 9px;
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
}

.resources-section {
  background-color: #fff;
  position: relative;
}
.resources-section__container {
  text-align: center;
  padding: 70px 0 50px;
}
@media screen and (min-width: 768px) {
  .resources-section__container {
    padding: 100px 0 152px;
    max-width: 1016px;
    margin: 0 auto;
  }
}
.resources-section__link-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #1C60BC;
  border: 2px solid #1C60BC;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 7px;
}
.resources-section__list {
  list-style: none;
  padding-left: 0;
  margin: 45px 0 0;
}
@media screen and (min-width: 768px) {
  .resources-section__list {
    margin-top: 48px;
  }
}
.resources-section__item {
  color: #313131;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .resources-section__item {
    font-size: 20px;
    line-height: 30px;
  }
}
.resources-section__item__title {
  display: block;
  font-weight: 500;
}
.resources-section__item__link {
  font-weight: 300;
  text-decoration: none;
  color: #313131;
  word-break: break-word;
}

/*
 * Casestudies - sub pages
 */
.casestudy-banner {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
}
.casestudy-banner__figure {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  max-width: 100%;
}
.casestudy-banner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}
.casestudy-banner__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.casestudy-banner__content__title {
  font-size: 30px;
  line-height: 1;
  color: #fff;
  font-family: "Big Shoulders Stencil Text", Arial;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 6px 10px;
}
@media screen and (min-width: 768px) {
  .casestudy-banner__content__title {
    font-size: 50px;
    padding: 6px 15px;
  }
}

.casestudy-stories__wrap {
  max-width: 1016px;
  margin: 0 auto;
}
.casestudy-stories__story {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .casestudy-stories__story {
    margin-bottom: 84px;
  }
}
.casestudy-stories__images {
  margin-bottom: 65px;
}
@media screen and (min-width: 768px) {
  .casestudy-stories__images {
    display: flex;
    margin-bottom: 95px;
  }
}
.casestudy-stories__images img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .casestudy-stories__images img {
    width: calc(100% / 2);
  }
}
.casestudy-stories__images img + img {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .casestudy-stories__images img + img {
    margin-top: 0;
    margin-left: 16px;
  }
}
.casestudy-stories__title {
  margin: 0;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #aa9527;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .casestudy-stories__title {
    font-size: 18px;
    line-height: 30px;
  }
}
.casestudy-stories__content {
  font-size: 16px;
  line-height: 24px;
  color: #313131;
  font-weight: 300;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .casestudy-stories__content {
    margin-top: 34px;
    font-size: 20px;
    line-height: 30px;
  }
}
.casestudy-stories__content p + p {
  margin-top: 30px;
}
.casestudy-stories__quote {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .casestudy-stories__quote {
    display: flex;
    justify-content: space-between;
    margin-top: 39px;
  }
}
.casestudy-stories__quote blockquote {
  margin: 0;
  border-left: 14px solid #aa9527;
  padding-left: 13px;
  font-size: 16px;
  line-height: 24px;
  color: #aa9527;
}
@media screen and (min-width: 768px) {
  .casestudy-stories__quote blockquote {
    font-size: 30px;
    line-height: 50px;
    border-left: 0;
    padding-left: 0;
    border-right: 14px solid #aa9527;
    padding-right: 12px;
    width: calc((371 / 1016) * 100%);
    box-sizing: border-box;
  }
}
.casestudy-stories__quote__text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .casestudy-stories__quote__text {
    font-size: 20px;
    line-height: 30px;
    width: calc((629 / 1016) * 100%);
    margin-top: 0;
  }
}
.casestudy-stories__quote__text p + p {
  margin-top: 30px;
}
.casestudy-stories__related__title {
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #aa9527;
  text-transform: uppercase;
  margin-bottom: 38px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .casestudy-stories__related__title {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .casestudy-stories__related__items {
    display: flex;
  }
}
.casestudy-stories__related__block {
  position: relative;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .casestudy-stories__related__block {
    margin-bottom: 0;
    width: calc(100% / 3);
  }
  .casestudy-stories__related__block + .casestudy-stories__related__block {
    margin-left: 12px;
  }
}
.casestudy-stories__related__block img {
  max-width: 100%;
}
.casestudy-stories__related__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.casestudy-stories__related__heading {
  position: absolute;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  font-family: "Big Shoulders Stencil Text", Arial;
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 7px 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .casestudy-stories__related__heading {
    font-size: 30px;
  }
}
@media screen and (min-width: 980px) {
  .casestudy-stories__related__heading {
    font-size: 40px;
  }
}

.casestudy-navigation__wrap {
  max-width: 1016px;
  margin: 0 auto;
  padding: 45px 0 60px;
}
@media screen and (min-width: 768px) {
  .casestudy-navigation__wrap {
    padding: 80px 0;
  }
}
.casestudy-navigation__link {
  display: flex;
  text-decoration: none;
  color: #1C60BC;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}
.casestudy-navigation__link span {
  display: inline-block;
  max-width: 135px;
  margin-left: 34px;
}
