/**
 * Variables.
 */
/**
 * M-Ward - landing & common blocks
 */
.mward .black-bg {
  background-color: #000;
}
.mward .case-study-bg {
  background-color: #2cafdb;
}
.mward .case-study-bg .animation-block {
  background-color: #2cafdb;
}
.mward .case-study-bg .col2-block__col__content {
  color: #fff;
}
.mward .warmgrey-bg {
  background-color: #E2DBCF;
}
.mward .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: #2cafdb;
}
@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__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__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: 66px;
    padding: 13px 32px;
  }
}
.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;
  padding: 6px 8px;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .banner__content__tag span {
    font-size: 4.68vw;
    line-height: 1.2;
    padding: 30px 42px;
  }
}
@media screen and (min-width: 1920px) {
  .banner__content__tag span {
    font-size: 90px;
    line-height: 96px;
  }
}
.banner__content__step1 {
  color: #fff;
}
.banner__content__step2 {
  color: #2cafdb;
}

.timeline {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  overflow: hidden;
}
.timeline__background {
  height: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.timeline__background .text {
  color: #A7A7A6;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 18.229vw;
  line-height: 0.9;
  font-weight: 600;
  mix-blend-mode: multiply;
}
.timeline__background__top {
  height: calc((100% - 52px) / 2);
  background: #E2DBCF url(../images/mward/timeline-top-bg.png) center calc(100% + 45px) repeat-x;
  position: relative;
  overflow-y: hidden;
}
.timeline__background__top .text {
  opacity: 0.33;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .timeline__background__top .text {
    opacity: 0.23;
  }
}
.timeline__background__middle {
  height: 52px;
  background-color: #fff;
}
.timeline__background__bottom {
  height: calc((100% - 52px) / 2);
  background: #2cafdb url(../images/mward/timeline-bottom-bg.png) center top repeat-x;
  background-blend-mode: multiply;
  position: relative;
}
.timeline__background__bottom .text {
  opacity: 0.26;
  top: 0;
}
.timeline__content {
  height: 100%;
  position: relative;
  margin: 0 35px;
  max-width: 1470px;
}
@media screen and (min-width: 560px) {
  .timeline__content {
    margin: 0 40px;
  }
}
@media screen and (min-width: 1550px) {
  .timeline__content {
    margin: 0 auto;
  }
}
.timeline__content__container {
  display: flex;
  height: 100%;
  padding-left: 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 560px) {
  .timeline__content__container {
    padding-left: 18px;
  }
}
@media screen and (min-width: 768px) {
  .timeline__content__container .owl-item {
    opacity: 0;
    transition: opacity 0.8s ease-in;
  }
  .timeline__content__container .owl-item.active {
    opacity: 1;
  }
}
.timeline__content__container .owl-nav {
  position: absolute;
  z-index: -1;
  left: -27px;
  right: -27px;
  top: 50%;
  height: 52px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 560px) {
  .timeline__content__container .owl-nav {
    left: -25px;
    right: -25px;
  }
}
.timeline__content__container .owl-nav button {
  width: 28px;
  height: 25px;
}
@media screen and (min-width: 560px) {
  .timeline__content__container .owl-nav button {
    width: 34px;
    height: 30px;
  }
}
.timeline__content__container .owl-nav button.disabled {
  visibility: hidden;
}
.timeline__content__container .owl-nav button.owl-prev {
  background: url(../images/mward/arrow-left.svg) 0 0/100% auto no-repeat;
}
.timeline__content__container .owl-nav button.owl-next {
  background: url(../images/mward/arrow-right.svg) 0 0/100% auto no-repeat;
}
.timeline__content__block {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding-left: 18px;
}
.timeline__content__make {
  height: calc((100% - 52px) / 2);
  display: flex;
  padding-top: 30px;
  box-sizing: border-box;
}
@media screen and (min-width: 560px) {
  .timeline__content__make {
    padding-top: 78px;
  }
}
@media screen and (min-width: 768px) {
  .timeline__content__make {
    padding-top: 50px;
  }
  .timeline__content__make.full-width-container {
    width: calc(100% + 45px);
  }
  .timeline__content__make.large-container {
    width: 125%;
  }
  .timeline__content__make.extra-large-container {
    width: 150%;
  }
}
@media screen and (min-width: 1920px) {
  .timeline__content__make {
    padding-top: 78px;
  }
}
.timeline__content__make .details {
  margin-top: 70px;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px dashed #000;
  position: relative;
  color: #313131;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 560px) {
  .timeline__content__make .details {
    margin-top: 78px;
  }
}
.timeline__content__make .icon {
  position: absolute;
  top: 0;
  left: -30px;
  transform: translateY(calc(-100% - 10px));
  max-width: 60px;
}
@media screen and (min-width: 560px) {
  .timeline__content__make .icon {
    left: -37px;
    transform: translateY(calc(-100% - 20px));
    max-width: 75px;
  }
}
.timeline__content__year {
  height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 30px;
  line-height: 30px;
  color: #2cafdb;
  font-weight: 500;
  font-family: "Big Shoulders Stencil Text", Arial;
}
.timeline__content__year.extra-space {
  margin-left: -18px;
}
.timeline__content__year span {
  font-size: 16px;
  line-height: 1;
  font-family: "Exo", sans-serif;
}
.timeline__content__break {
  height: calc((100% - 52px) / 2);
  display: flex;
  padding-bottom: 30px;
  box-sizing: border-box;
}
@media screen and (min-width: 560px) {
  .timeline__content__break {
    padding-bottom: 78px;
  }
}
@media screen and (min-width: 768px) {
  .timeline__content__break {
    padding-bottom: 50px;
  }
  .timeline__content__break.full-width-container {
    width: calc(100% + 45px);
  }
}
@media screen and (min-width: 1920px) {
  .timeline__content__break {
    padding-bottom: 78px;
  }
}
.timeline__content__break .details {
  margin-bottom: 70px;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px dashed #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 560px) {
  .timeline__content__break .details {
    margin-bottom: 78px;
  }
}
.timeline__content__break .details ul {
  padding-left: 0;
  font-size: 14px;
  line-height: 20px;
  list-style: none;
  margin: 6px 0 0;
}
.timeline__content__break .details ul li {
  position: relative;
}
.timeline__content__break .details ul li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: -10px;
}
.timeline__content__break .icon {
  position: absolute;
  top: auto;
  bottom: 0;
  left: -30px;
  transform: translateY(calc(100% + 10px));
  max-width: 60px;
}
@media screen and (min-width: 560px) {
  .timeline__content__break .icon {
    left: -37px;
    transform: translateY(calc(100% + 20px));
    max-width: 75px;
  }
}

.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: 50px 0 26px;
}
@media screen and (min-width: 768px) {
  .sub-page-links__list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .sub-page-links__list {
    padding-top: 125px;
    padding-bottom: 71px;
  }
}
.sub-page-links__list__item {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .sub-page-links__list__item {
    width: 50%;
    box-sizing: border-box;
  }
  .sub-page-links__list__item:nth-child(even) {
    padding-left: 20px;
  }
}
@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:nth-child(even) {
    padding-left: 40px;
  }
}
.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: #2cafdb;
}
.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;
    line-height: 1;
    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;
  }
}
.sub-page-links__list__text span {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  font-family: "Exo", sans-serif;
  display: block;
}
@media screen and (min-width: 1200px) {
  .sub-page-links__list__text span {
    font-size: 20px;
    line-height: 30px;
  }
}

.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;
}
.case-study-header__wrap {
  padding: 15px 0 11px;
}
@media screen and (min-width: 768px) {
  .case-study-header__wrap {
    display: flex;
    align-items: flex-start;
    padding: 19px 0 13px;
  }
}
.case-study-header__name {
  background-color: #2cafdb;
  color: #fff;
  min-width: 115px;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  padding: 7px 13px;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .case-study-header__name {
    margin-right: 16px;
    margin-top: 5px;
  }
}
.case-study-header__title {
  display: flex;
  font-weight: 800;
  margin-top: 11px;
}
.case-study-header__title .hide-mobile {
  display: none;
}
@media screen and (min-width: 768px) {
  .case-study-header__title {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .case-study-header__title .hide-mobile {
    display: block;
  }
  .case-study-header__title .hide-desktop {
    display: none;
  }
}
.case-study-header__title__number {
  font-size: 70px;
  line-height: 1;
  color: #E2DBCF;
  padding-right: 18px;
  min-width: 82px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .case-study-header__title__number {
    font-size: 120px;
    line-height: 0.9;
  }
}
.case-study-header__title__text {
  font-size: 25px;
  line-height: 30px;
  color: #2cafdb;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .case-study-header__title__text {
    font-size: 45px;
    line-height: 54px;
  }
}
@media screen and (min-width: 1024px) {
  .case-study-header__title__text {
    display: flex;
    align-items: flex-end;
  }
}
.case-study-header__title__sub-text {
  font-family: "Exo", sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  display: block;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .case-study-header__title__sub-text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .case-study-header__title__sub-text {
    margin-top: 0;
    margin-bottom: 2px;
    margin-left: 40px;
  }
}

/*
 * Case Study - 01
 */
.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;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  margin-right: 20px;
}
.map-container__container--has-mask {
  position: relative;
}
.map-container__container--has-mask::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.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;
  font-weight: 300;
  max-width: 639px;
  background-color: rgba(0, 0, 0, 0.83);
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 27px 30px;
  box-sizing: border-box;
}
.map-container__container__content .title {
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2cafdb;
  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;
  }
}
.map-container__container__img {
  max-width: 639px;
  width: 100%;
  position: relative;
}
.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-top: 20px;
}
@media screen and (min-width: 768px) {
  .map-container__legend {
    max-width: 458px;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.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-caption {
  background-color: rgba(44, 175, 219, 0.6);
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  padding: 9px 11px;
  font-style: italic;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .map-container__map-caption {
    max-width: 458px;
    margin-bottom: 40px;
  }
}
.map-container .map-wrapper {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: absolute;
  top: 0;
  width: 100%;
}
.map-container .map-wrapper .mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  margin-top: 140px;
}
@media screen and (min-width: 768px) {
  .map-container .map-wrapper .mapboxgl-ctrl-top-right .mapboxgl-ctrl {
    margin-top: 110px;
  }
}
@media screen and (min-width: 1024px) {
  .map-container .map-wrapper .mapboxgl-ctrl-top-right .mapboxgl-ctrl {
    margin-top: 175px;
  }
}
.map-container .map-item {
  width: 100%;
  height: 100%;
  position: absolute;
}

.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--left .col2-block__col__figure .title {
    margin-left: 20px;
    margin-right: 90px;
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 1920px) {
  .col2-block__col--left .col2-block__col__figure .title {
    margin-right: 130px;
  }
}
@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: #2cafdb;
}
.col2-block__col__figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.col2-block__col__figure .title {
  display: block;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  font-style: italic;
  padding: 6px 19px 6px 11px;
  position: absolute;
  bottom: 29px;
  top: auto;
  left: 0;
  opacity: 0.6;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .col2-block__col__figure .title {
    padding: 13px 14px;
    margin-left: 90px;
    bottom: 30px;
    max-width: 85%;
  }
}
@media screen and (min-width: 1920px) {
  .col2-block__col__figure .title {
    margin-left: 130px;
  }
}

.separator-content {
  display: flex;
  justify-content: center;
  position: relative;
  background-color: #fff;
}
.separator-content__container {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #2cafdb;
  text-align: center;
  max-width: 1016px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 66px 0;
}
@media screen and (min-width: 768px) {
  .separator-content__container {
    font-size: 24px;
    line-height: 35px;
    padding: 80px 0;
  }
  .separator-content__container--small-text {
    font-size: 20px;
    line-height: 30px;
  }
  .separator-content__container--large-text {
    font-size: 30px;
    line-height: 50px;
    padding: 100px 0;
  }
}
.separator-content__container p + p {
  margin-top: 25px;
}
.separator-content__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.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__sub-text {
  font-size: 16px;
  line-height: 21px;
  font-family: "Exo", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
}
@media screen and (min-width: 768px) {
  .post-navigation__content__sub-text {
    font-size: 20px;
    line-height: 26px;
  }
}
.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 - 03
 */
.map-details {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .map-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.map-details__wrapper {
  max-width: 800px;
  text-align: center;
  padding: 56px 0;
  color: #313131;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .map-details__wrapper {
    padding: 100px 0 90px;
  }
}
.map-details__top-content {
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .map-details__top-content {
    max-width: 658px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px;
  }
}
.map-details__top-content .sub-header {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 22px;
  color: #2cafdb;
}
@media screen and (min-width: 768px) {
  .map-details__top-content .sub-header {
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
  }
}
.map-details__stats {
  max-width: 240px;
  margin: 32px auto 0;
}
@media screen and (min-width: 768px) {
  .map-details__stats {
    max-width: 758px;
    display: flex;
  }
}
.map-details__stats__text {
  font-size: 20px;
  line-height: 30px;
  color: #707070;
  padding: 16px 0;
  border-top: 1px solid #2cafdb;
  border-bottom: 1px solid #2cafdb;
}
@media screen and (min-width: 768px) {
  .map-details__stats__text {
    min-height: 94px;
    box-sizing: border-box;
  }
}
.map-details__stats__numbers {
  color: #2cafdb;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .map-details__stats__numbers {
    padding-top: 22px;
  }
}
.map-details__stats__numbers .number {
  font-size: 70px;
  line-height: 74px;
  display: inline-block;
}
.map-details__stats__numbers .label {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  display: block;
  margin-top: -4px;
}
.map-details__stats__numbers p + p {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .map-details__stats__numbers p + p {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .map-details__stats__left {
    width: 242px;
    margin-right: 16px;
    border-bottom: 1px solid #2cafdb;
  }
}
.map-details__stats__right {
  border-bottom: 1px solid #2cafdb;
}
@media screen and (min-width: 768px) {
  .map-details__stats__right {
    width: 500px;
  }
  .map-details__stats__right .map-details__stats__text {
    padding-left: 100px;
    padding-right: 100px;
  }
  .map-details__stats__right .map-details__stats__numbers {
    display: flex;
    justify-content: space-around;
  }
}
.map-details__bottom-content {
  font-size: 20px;
  line-height: 24px;
  color: #707070;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .map-details__bottom-content {
    line-height: 30px;
    margin-top: 36px;
  }
}
.map-details__bottom-content .large-text {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  color: #2cafdb;
  margin: 28px auto 0;
  max-width: 70%;
}
@media screen and (min-width: 768px) {
  .map-details__bottom-content .large-text {
    font-size: 30px;
    line-height: 50px;
    max-width: 100%;
    margin-top: 90px;
  }
}
