@charset "UTF-8";
@keyframes sliderimagebox {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes sliderimageout {
  0% {
    margin-left: 0; }
  100% {
    margin-left: 9rem; } }

@keyframes sliderimage {
  0% {
    margin-left: -9rem; }
  100% {
    margin-left: 0; } }

*, *::before, *::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 64em) {
    html {
      font-size: 56.25%; } }
  @media only screen and (max-width: 48em) {
    html {
      font-size: 50%; } }
  @media only screen and (max-width: 28.125em) {
    html {
      font-size: 43.75%; } }
  @media only screen and (min-width: 85.375em) and (max-width: 90em) {
    html {
      font-size: 68.75%; } }
  @media only screen and (min-width: 90em) and (max-width: 160em) {
    html {
      font-size: 73.5%; } }
  @media only screen and (min-width: 160em) {
    html {
      font-size: 100%; } }

body {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #000;
  background-color: #fbfbfb; }

.body {
  padding-left: 9.2rem;
  position: relative; }
  @media only screen and (max-width: 28.125em) {
    .body {
      padding-left: 0; } }

a {
  text-decoration: none; }

li {
  list-style: none; }

.loader {
  height: 100vh;
  width: 100%;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b4eeff;
  top: 0;
  left: 0;
  z-index: 100000;
  transition: 1s; }

.Loader {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 14.6rem;
  margin-top: 7.3rem;
  margin-bottom: 7.3rem; }
  .Loader.off::before, .Loader.off::after {
    animation: unset; }
  .Loader:before, .Loader:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    animation-duration: 1.8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    filter: drop-shadow(0 0 0.75556rem rgba(255, 255, 255, 0.75)); }
  .Loader:before {
    width: 100%;
    padding-bottom: 100%;
    box-shadow: inset 0 0 0 1.7rem #fff;
    animation-name: pulsA; }
  .Loader:after {
    width: calc(100% - 1.7rem*2);
    padding-bottom: calc(100% - 1.7rem*2);
    box-shadow: 0 0 0 0 #fff;
    animation-name: pulsB; }

@keyframes pulsA {
  0% {
    box-shadow: inset 0 0 0 1.7rem #fff;
    opacity: 1; }
  50%, 100% {
    box-shadow: inset 0 0 0 0 #fff;
    opacity: 0; } }

@keyframes pulsB {
  0%, 50% {
    box-shadow: 0 0 0 0 #fff;
    opacity: 0; }
  100% {
    box-shadow: 0 0 0 1.7rem #fff;
    opacity: 1; } }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.5);
  transition: .3s;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .popup__close {
    font-size: 5rem;
    position: absolute;
    top: 1rem;
    right: 2rem;
    color: #fff;
    fill: #fff; }
    .popup__close ion-icon {
      color: #fff;
      fill: #fff; }
  .popup__video {
    width: 80%;
    height: 80%;
    position: relative;
    margin: 2rem; }
    .popup__video iframe {
      height: 100%;
      width: 100%; }

.popup:target {
  visibility: visible;
  opacity: 1; }

.button {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: transparent;
  padding: 1.5rem 3.4rem;
  border: 1px solid #ddd;
  cursor: pointer; }
  .button__inside {
    margin-right: 1rem;
    display: inline-block;
    position: relative;
    height: 1.2rem;
    width: 1.2rem;
    background-color: transparent;
    overflow: hidden; }
    .button__inside span {
      font-family: "Playfair Display", serif;
      position: absolute;
      top: 150%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
      transition: .3s;
      display: flex;
      align-items: center;
      justify-content: center; }
      .button__inside span ion-icon {
        font-size: 1.2rem;
        fill: #ddd; }
      .button__inside span:first-child {
        top: 50%;
        opacity: 1; }
      .button__inside span:last-child {
        height: 1rem;
        width: 1rem;
        background-color: #9abcc9;
        border-radius: 3rem; }
  .button:hover .button__inside span:first-child {
    top: -50%;
    opacity: 0; }
  .button:hover .button__inside span:last-child {
    top: 50%;
    opacity: 1; }

.effects {
  font-size: 18rem;
  color: #edf7fa;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  letter-spacing: -5rem;
  transition: .3s; }
  @media only screen and (max-width: 64em) {
    .effects {
      font-size: 9rem; } }
  .effects.select {
    letter-spacing: -2rem; }
    @media only screen and (max-width: 64em) {
      .effects.select {
        letter-spacing: -1rem; } }
  .effects__left {
    margin-top: -3rem;
    text-align: left; }
    @media only screen and (max-width: 64em) {
      .effects__left {
        margin-top: 0; } }
  .effects__right {
    margin-top: -3rem;
    text-align: right;
    width: 100%; }
    @media only screen and (max-width: 64em) {
      .effects__right {
        margin-top: 0; } }

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, 36.7rem);
  grid-auto-rows: auto;
  grid-gap: 2rem;
  padding: 0 5rem 5rem;
  justify-content: center; }
  @media only screen and (max-width: 64em) {
    .cards {
      padding: 0 2rem 2rem; } }

.card {
  width: 36.7rem;
  height: 25.6rem;
  position: relative;
  perspective: 200rem;
  overflow: hidden; }
  .card:hover .card__side--front {
    transform: rotateY(180deg);
    z-index: 9; }
  .card:hover .card__side--back {
    transform: rotateY(360deg);
    z-index: 10; }
  .card__side {
    perspective: 200rem;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
    backface-visibility: hidden;
    padding: 2rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px; }
    .card__side--front {
      background-color: #dcedf4;
      z-index: 10;
      display: flex;
      align-items: flex-end; }
    .card__side--back {
      background-color: #fff;
      transform: rotateY(180deg);
      z-index: 9; }
    .card__side--heading {
      font-weight: 400;
      font-size: 1.6rem;
      color: #222;
      letter-spacing: 1.6px;
      text-transform: uppercase; }
    .card__side--paragraph {
      font-family: "Playfair Display", serif;
      font-size: 1.6rem;
      font-weight: 400;
      letter-spacing: 0.34px; }

.table {
  padding: 0 5rem 5rem; }
  @media only screen and (max-width: 64em) {
    .table {
      padding: 0 2rem 2rem; } }
  .table__heading {
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1.5rem;
    text-transform: uppercase; }
  .table__table {
    width: 100%;
    position: relative; }
    .table__table thead {
      padding: .5rem .5rem;
      background-color: #dcedf4; }
      .table__table thead tr th {
        font-size: 1.6rem;
        font-weight: 400;
        height: 2.6rem;
        padding: 1rem; }
        .table__table thead tr th:not(:first-child) {
          width: 10%; }
    .table__table tbody {
      padding: .5rem .5rem;
      background-color: #fff; }
      .table__table tbody tr td {
        font-size: 1.4rem;
        font-weight: 400;
        height: 2.6rem;
        padding: 1rem;
        font-family: "Playfair Display", serif; }
        .table__table tbody tr td:first-child {
          padding-left: 3rem; }
        .table__table tbody tr td:not(:first-child) {
          text-align: center; }

.list {
  position: relative;
  padding: 2rem 5rem 10rem;
  display: grid;
  grid-template-columns: 1fr 45vw;
  grid-gap: 2rem; }
  @media only screen and (max-width: 64em) {
    .list {
      padding: 2rem; } }
  @media only screen and (max-width: 64em) {
    .list {
      grid-template-columns: 45rem;
      justify-content: center; } }
  @media only screen and (max-width: 28.125em) {
    .list {
      grid-template-columns: 1fr; } }
  .list__title {
    padding: 0 5rem;
    font-size: 3rem;
    font-weight: 400;
    position: relative;
    color: #222;
    text-align: left;
    font-family: "Playfair Display", serif; }
    @media only screen and (max-width: 64em) {
      .list__title {
        padding: 0 2rem; } }
  .list__left {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
  .list__heading {
    font-weight: 400;
    font-size: 2rem;
    color: #222;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    position: relative; }
    .list__heading::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 1px;
      width: 5rem;
      background-color: #222; }
  .list__list {
    padding-left: 2rem; }
    .list__list--item {
      font-family: "Playfair Display", serif;
      font-size: 1.4rem;
      font-weight: 400;
      color: #000;
      line-height: 2.3rem;
      position: relative;
      display: grid;
      grid-template-columns: auto auto;
      justify-content: start;
      margin-left: 0; }
      .list__list--item::before {
        content: '';
        height: 5px;
        width: 5px;
        background-color: #000;
        margin-right: 2rem;
        margin-top: .8rem; }
    .list__list .list__list--item:last-child {
      margin-bottom: 2rem; }
  .list__right {
    width: 100%;
    height: 60rem;
    position: relative; }
    @media only screen and (max-width: 48em) {
      .list__right {
        display: none; } }
    .list__right--image {
      height: 100%;
      width: 100%;
      object-fit: cover; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 9.2rem;
  background-color: #fff;
  z-index: 100;
  display: flex;
  flex-direction: column;
  overflow: hidden; }
  @media only screen and (max-width: 28.125em) {
    .header {
      position: sticky;
      height: 9.2rem;
      width: 100%;
      display: flex;
      justify-content: space-between;
      flex-direction: row; } }
  .header__navigation {
    height: 9.2rem;
    width: 100%;
    position: relative;
    cursor: pointer; }
    @media only screen and (max-width: 28.125em) {
      .header__navigation {
        width: 9.2rem; } }
    .header__navigation--line {
      width: 100%;
      height: 2px;
      background-color: #000;
      position: absolute;
      transform: translateY(-50%);
      left: 3.1rem;
      width: 3rem;
      transition: .3s;
      backface-visibility: hidden; }
      .header__navigation--line:first-child {
        top: 4rem; }
      .header__navigation--line:last-child {
        top: 5.2rem;
        width: 1.5rem; }
    .header__navigation:hover .header__navigation--line:last-child {
      width: 3rem; }
    .header__navigation.select .header__navigation--line {
      top: 50%; }
      .header__navigation.select .header__navigation--line:first-child {
        transform: rotate(45deg) translateY(-50%); }
      .header__navigation.select .header__navigation--line:last-child {
        transform: rotate(-45deg) translateY(-50%);
        width: 3rem; }
  .header__logobox {
    padding: 0 2.5rem;
    position: relative;
    left: 0;
    transition: all .3s ease .3s; }
    @media only screen and (max-width: 28.125em) {
      .header__logobox {
        padding: 3rem 0;
        height: 9.2rem;
        width: max-content;
        margin-right: 3rem; } }
  .header__navigation.select ~ .header__logobox {
    left: -100%;
    transition: all .3s ease 0s; }
    @media only screen and (max-width: 28.125em) {
      .header__navigation.select ~ .header__logobox {
        left: 0; } }
  .header__logo {
    width: 100%;
    object-fit: cover;
    cursor: pointer; }
    @media only screen and (max-width: 28.125em) {
      .header__logo {
        width: unset;
        height: 100%; } }
  .header__enquiry {
    margin-top: auto;
    height: 25rem;
    background: #edf7fa;
    position: relative;
    overflow: hidden;
    position: relative;
    left: 0;
    transition: all .3s ease .3s; }
    @media only screen and (max-width: 28.125em) {
      .header__enquiry {
        display: none; } }
    .header__enquiry p {
      transform: translateY(-50%) rotate(-90deg);
      font-size: 1.2rem;
      font-weight: 400;
      letter-spacing: 3px;
      text-transform: uppercase;
      width: 14rem;
      position: absolute;
      top: 50%;
      left: -25%;
      color: #000; }
  .header__navigation.select ~ .header__enquiry {
    left: -100%;
    transition: all .3s ease 0s; }

.banners {
  height: 100vh;
  width: 100%;
  position: relative;
  background-color: #fff; }
  @media only screen and (max-width: 64em) {
    .banners {
      height: 56vw; } }
  .banners__container {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden; }
  .banners__bottom {
    position: absolute;
    bottom: 5rem;
    z-index: 50;
    width: 100%;
    padding: 0 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 48em) {
      .banners__bottom {
        bottom: 1rem; } }
    .banners__bottom--left {
      color: #fff; }
    .banners__bottom--heading {
      letter-spacing: 4px;
      font-weight: 400;
      font-size: 1.3rem;
      margin-bottom: .5rem; }
      @media only screen and (max-width: 64em) {
        .banners__bottom--heading {
          font-size: 1.3vw; } }
      @media only screen and (max-width: 28.125em) {
        .banners__bottom--heading {
          margin-bottom: 0; } }
    .banners__bottom--paragraph {
      font-weight: 400;
      font-size: 1.4rem;
      font-family: "Playfair Display", serif;
      line-height: 2rem; }
      @media only screen and (max-width: 64em) {
        .banners__bottom--paragraph {
          font-size: 1.4vw; } }
      @media only screen and (max-width: 28.125em) {
        .banners__bottom--paragraph {
          line-height: 1rem; } }
    .banners__bottom--right {
      display: flex; }
    .banners__bottom--number {
      padding: 0 6px;
      font-family: Oswald, sans-serif;
      font-size: 1.3rem;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      color: #fff;
      margin-right: 6px; }
      @media only screen and (max-width: 64em) {
        .banners__bottom--number {
          font-size: 1.3vw; } }
      @media only screen and (max-width: 28.125em) {
        .banners__bottom--number {
          padding: 0 3px; } }
      .banners__bottom--number::before {
        content: '';
        height: 1px;
        width: 0rem;
        background-color: 0;
        position: relative;
        transition: .3s;
        background-color: #fff;
        margin-right: 6px; }
        @media only screen and (max-width: 28.125em) {
          .banners__bottom--number::before {
            margin-right: 3px; } }
      .banners__bottom--number.select {
        font-size: 1.6rem; }
        @media only screen and (max-width: 64em) {
          .banners__bottom--number.select {
            font-size: 1.6vw; } }
      .banners__bottom--number.select::before {
        width: 8rem; }
        @media only screen and (max-width: 28.125em) {
          .banners__bottom--number.select::before {
            width: 1.5rem; } }

.banner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0s ease-in-out 0s; }
  .banner.select {
    z-index: 10; }
  .banner.select .banner__image {
    opacity: 1;
    z-index: 9; }
  .banner.select .banner__heading {
    margin-top: 0;
    opacity: 1;
    z-index: 11; }
  .banner.select .banner__paragraph {
    margin-top: 0;
    opacity: 1;
    z-index: 11; }
  .banner.select .banner__button {
    margin-top: 0;
    opacity: 1;
    z-index: 60; }
  .banner__image {
    z-index: 4;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0%;
    object-position: center center;
    transition: all .2s ease-in-out 0s; }
  .banner__heading {
    font-size: 6vw;
    letter-spacing: 1rem;
    font-weight: 400;
    width: 100%;
    padding: 3rem 5rem;
    margin-bottom: 3rem;
    position: relative;
    margin-top: 2rem;
    opacity: 0;
    transition: all .3s ease-in-out 0.1s;
    color: #fff;
    text-transform: uppercase; }
    @media only screen and (max-width: 37.5em) {
      .banner__heading {
        padding: 3rem 0; } }
    .banner__heading::after {
      content: '';
      height: 3px;
      width: 8rem;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      background-color: #fff; }
  .banner__paragraph {
    font-family: "Playfair Display", serif;
    font-size: 2.5rem;
    font-weight: 400;
    padding: 0rem 5rem;
    width: 70%;
    margin-bottom: 6rem;
    position: relative;
    margin-top: 2rem;
    opacity: 0;
    transition: all .3s ease-in-out 0.2s;
    color: #fff; }
    @media only screen and (max-width: 64em) {
      .banner__paragraph {
        font-size: 2vw; } }
    @media only screen and (max-width: 48em) {
      .banner__paragraph {
        padding: 0;
        margin-bottom: 2rem; } }
  .banner__button {
    position: relative;
    margin-top: 2rem;
    opacity: 0;
    transition: all .3s ease-in-out 0.3s;
    color: #fff; }
    .banner__button .button__inside {
      font-size: 1.6vw; }
    @media only screen and (max-width: 64em) {
      .banner__button {
        font-size: 1.6vw; } }

.living {
  position: relative;
  display: grid;
  grid-template-columns: 7fr 6fr;
  grid-gap: 5rem;
  grid-auto-rows: auto;
  padding: 15rem 10rem 0; }
  @media only screen and (max-width: 64em) {
    .living {
      padding: 5rem 5rem 0; } }
  @media only screen and (max-width: 48em) {
    .living {
      padding: 2rem;
      grid-gap: 2rem; } }
  @media only screen and (max-width: 37.5em) {
    .living {
      grid-template-columns: 40rem;
      justify-content: center; } }
  @media only screen and (max-width: 21.875em) {
    .living {
      grid-template-columns: 1fr; } }
  .living__left {
    width: 100%;
    position: relative;
    overflow: hidden; }
    @media only screen and (max-width: 37.5em) {
      .living__left {
        grid-row: 1/2; } }
    .living__left--numberbox {
      position: absolute;
      top: 10rem;
      left: -11.3rem;
      transform: rotate(-90deg);
      display: flex;
      z-index: 10; }
      @media only screen and (max-width: 48em) {
        .living__left--numberbox {
          top: 13rem; } }
      @media only screen and (max-width: 28.125em) {
        .living__left--numberbox {
          left: -13.3rem; } }
      @media only screen and (min-width: 85.375em) and (max-width: 90em) {
        .living__left--numberbox {
          left: -10.3rem; } }
      @media only screen and (min-width: 90em) {
        .living__left--numberbox {
          left: -9.3rem; } }
    .living__left--number {
      padding: 0 6px;
      font-family: Oswald, sans-serif;
      font-size: 1.3rem;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      color: #000;
      margin-right: 6px; }
      .living__left--number::before {
        content: '';
        height: 1px;
        width: 0rem;
        background-color: 0;
        position: relative;
        transition: .3s;
        background-color: #000;
        margin-right: 6px; }
      .living__left--number.select {
        font-size: 1.6rem; }
      .living__left--number.select::before {
        width: 8rem; }
    .living__left--imagecontainer {
      margin-left: 3rem;
      width: 100%;
      position: relative;
      display: table;
      height: 55rem;
      clear: both;
      overflow: hidden;
      z-index: 9; }
    .living__left--overflowcontainer {
      height: 100%;
      width: 400%;
      position: relative;
      transition: .3s;
      left: 0; }
    .living__left--imagebox {
      float: left;
      height: 100%;
      width: 25%; }
    .living__left--image {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .living__right {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%; }
    @media only screen and (max-width: 37.5em) {
      .living__right {
        grid-row: 2/3;
        padding-left: 2rem; } }
    .living__right--heading {
      font-size: 4rem;
      position: relative;
      padding-bottom: 3rem;
      margin-bottom: 3rem; }
      .living__right--heading::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 5rem;
        background-color: #000; }
    .living__right--paragraph {
      font-family: "Playfair Display", serif;
      font-weight: 400;
      font-size: 1.7rem;
      margin-bottom: 3rem; }
    .living__right--list {
      position: relative;
      margin-bottom: 2rem; }
    .living__right--listitem {
      display: flex;
      align-items: center;
      font-family: "Playfair Display", serif;
      font-size: 1.4rem;
      font-weight: 400;
      margin-bottom: 1rem; }
      .living__right--listitem::before {
        content: '';
        position: relative;
        height: 5px;
        width: 5px;
        background-color: #000;
        margin-right: 2rem; }
    .living__right--button {
      color: #000; }
  .living .effects {
    margin-top: -8rem;
    margin-left: 3rem;
    grid-column: 1 / 3; }
    @media only screen and (max-width: 48em) {
      .living .effects {
        margin-top: 0; } }

.video {
  height: 35vw;
  width: 100%;
  background-image: url(../images/h1-video-img-01.jpg);
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8rem; }
  @media only screen and (max-width: 37.5em) {
    .video {
      height: 35rem;
      margin-top: 2rem; } }
  .video__link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5; }
  .video__circle {
    fill: transparent;
    stroke: black;
    stroke-width: 1;
    stroke-dasharray: 510;
    stroke-dashoffset: 512;
    transition: 1s;
    transform: rotate(-90deg);
    position: relative;
    z-index: 5; }
    .video__circle:hover {
      stroke-dashoffset: 0; }
    .video__circle circle {
      position: relative;
      z-index: 6; }
    .video__circle #videocircle2 {
      stroke-dasharray: 0;
      stroke-dashoffset: 0;
      stroke: #fff;
      position: relative;
      z-index: 4; }
  .video__arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 5rem;
    width: 5rem;
    background-color: white;
    clip-path: polygon(0 100%, 0 0, 100% 50%); }

.building {
  width: 100%; }
  .building .effects {
    margin-right: 5rem; }
  .building__grid {
    padding: 5rem 10rem;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    grid-gap: 5rem; }
    @media only screen and (max-width: 64em) {
      .building__grid {
        padding: 5rem;
        grid-gap: 2rem; } }
    @media only screen and (max-width: 48em) {
      .building__grid {
        padding-left: 2rem; } }
    @media only screen and (max-width: 37.5em) {
      .building__grid {
        grid-template-columns: 40rem;
        justify-content: center; } }
    @media only screen and (max-width: 21.875em) {
      .building__grid {
        grid-template-columns: 1fr; } }
    .building__grid.page {
      grid-template-columns: 1fr 1.5fr;
      padding: 5rem 10rem;
      width: 100%;
      display: grid;
      grid-auto-rows: auto;
      grid-gap: 5rem; }
      @media only screen and (max-width: 64em) {
        .building__grid.page {
          padding: 5rem; } }
      @media only screen and (max-width: 48em) {
        .building__grid.page {
          grid-template-columns: 45rem;
          justify-content: center; } }
    @media only screen and (max-width: 48em) {
      .building__grid.page .building__grid--left {
        grid-row: 1/2;
        height: 55rem; } }
    .building__grid--left {
      width: 100%;
      position: relative;
      height: 100%;
      display: flex;
      align-items: flex-end;
      min-height: 47rem; }
    .building__grid--image {
      width: 100%;
      object-fit: cover;
      position: relative;
      padding-right: 5rem;
      z-index: 10;
      max-height: 35rem;
      min-height: 25rem;
      min-width: 30rem; }
    .building__grid--right {
      width: 100%; }
    .building__grid--heading {
      font-size: 4rem;
      font-weight: 400;
      position: relative;
      padding-bottom: 3rem; }
      .building__grid--heading::after {
        content: '';
        height: 1px;
        width: 3rem;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #000; }
    .building__grid--title {
      color: #222;
      margin: 2rem 0;
      letter-spacing: .1em;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 1.6rem; }
    .building__grid--paragraph {
      font-family: "Playfair Display", serif;
      font-size: 1.4rem;
      font-weight: 400; }
    .building__grid--contentparagraph {
      font-family: "Playfair Display", serif;
      font-size: 1.7rem;
      font-weight: 400;
      margin-top: 3rem;
      line-height: 27px;
      margin-bottom: 3rem; }
    .building__grid--button {
      color: #222222; }
  .building__imagebox {
    position: absolute;
    top: 0;
    right: 0;
    width: 29rem;
    z-index: 10; }
    .building__imagebox--image {
      position: relative;
      width: 100%;
      object-fit: cover; }

.progress {
  padding: 5rem 8rem;
  width: 100%; }
  .progress__circles {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    grid-auto-rows: auto;
    grid-gap: 3rem; }
    @media only screen and (max-width: 75em) {
      .progress__circles {
        grid-template-columns: repeat(2, 30rem);
        justify-content: center; } }
    @media only screen and (max-width: 48em) {
      .progress__circles {
        grid-template-columns: 30rem; } }
    .progress__circles--container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    .progress__circles--circlebox {
      position: relative;
      width: max-content;
      margin-bottom: 2rem; }
    .progress__circles--svg {
      position: relative;
      transition: 1s; }
      .progress__circles--svg #progresscircle1 {
        stroke-dasharray: 628.57;
        stroke-dashoffset: 627;
        transform: translateY(202px) rotate(-90deg);
        transition: all 1s linear; }
      .progress__circles--svg #progresscircle2 {
        stroke-dasharray: 628.57;
        stroke-dashoffset: 627;
        transform: translateY(202px) rotate(-90deg);
        transition: all 1s linear; }
      .progress__circles--svg #progresscircle3 {
        stroke-dasharray: 628.57;
        stroke-dashoffset: 627;
        transform: translateY(202px) rotate(-90deg);
        transition: all 1s linear; }
      .progress__circles--svg #progresscircle4 {
        stroke-dasharray: 628.57;
        stroke-dashoffset: 627;
        transform: translateY(202px) rotate(-90deg);
        transition: all 1s linear; }
    .progress__circles--number {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #111;
      font-size: 4rem;
      line-height: inherit;
      font-weight: 700;
      font-family: "Playfair Display", serif; }
    .progress__circles--heading {
      font-size: 2rem;
      font-weight: 200;
      text-align: center;
      margin-bottom: 1.5rem; }
    .progress__circles--paragraph {
      font-family: "Playfair Display", serif;
      font-size: 1.4rem;
      font-weight: 400;
      text-align: center; }

.numbers {
  padding: 15rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  grid-gap: 5rem;
  background-image: url(../images/h1-img-09.jpg);
  background-size: cover;
  color: #fff;
  text-align: center; }
  @media only screen and (max-width: 64em) {
    .numbers {
      padding: 5rem;
      grid-gap: 2rem; } }
  @media only screen and (max-width: 28.125em) {
    .numbers {
      padding: 2rem;
      grid-template-columns: 1fr 1fr; } }
  .numbers__box {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .numbers__number {
    font-family: "Playfair Display", serif;
    font-size: 4.7rem;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    position: relative;
    border-bottom: 2px solid #fff; }
  .numbers__paragraph {
    font-size: 2rem;
    font-weight: 400; }

.badges {
  width: 100%;
  padding: 5rem;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 20rem;
  display: none; }
  @media only screen and (max-width: 48em) {
    .badges {
      padding: 0;
      grid-auto-rows: 10rem; } }
  .badges__badge {
    height: 100%;
    width: 100%;
    position: relative; }
  .badges__image {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    object-position: center center;
    transition: .3s;
    z-index: 10; }
  .badges__badge .badges__image:last-child {
    opacity: 0;
    z-index: 20; }
  .badges__badge:hover .badges__image:last-child {
    opacity: 1; }

.newsletter {
  color: #fff;
  background-color: #0c0c0c;
  display: grid;
  grid-template-columns: 8fr 3fr;
  padding: 10rem 5rem;
  grid-gap: 5rem; }
  .newsletter__form {
    padding: 0 10rem 0 0;
    border-right: 1px solid #fff; }
    .newsletter__form--heading {
      font-size: 2.5rem;
      font-weight: 400;
      margin-bottom: 3rem;
      padding-bottom: 3rem;
      position: relative; }
      .newsletter__form--heading::after {
        height: 1px;
        width: 5rem;
        background-color: #fff;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0; }
    .newsletter__form--text {
      margin-bottom: 3rem;
      line-height: 23px;
      font-size: 1.4rem;
      font-weight: 400;
      font-family: "Playfair Display", serif;
      width: 100%;
      color: #fff;
      padding: 5px 1rem;
      border: 0;
      border-bottom: 2px solid #fff;
      background-color: transparent; }
      .newsletter__form--text:focus {
        outline: none; }
    .newsletter__form--button {
      color: #fff; }
  .newsletter__socialmedias {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    grid-gap: 2rem; }
    .newsletter__socialmedias--box {
      width: 100%;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .newsletter__socialmedias--box ion-icon {
        font-size: 3rem;
        margin-bottom: 1.3rem; }
    .newsletter__socialmedias--paragraph {
      color: #fff;
      font-size: 1.4rem;
      font-family: "Playfair Display", serif;
      font-weight: 400; }

.page {
  padding: 5rem;
  position: relative;
  display: block; }
  @media only screen and (max-width: 64em) {
    .page {
      padding: 2rem; } }
  .page__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 5rem; }
    .page__top--left {
      position: relative;
      padding-right: 3rem; }
    .page__top--paragraph {
      font-family: "Playfair Display", serif;
      font-size: 1.4vw;
      font-weight: 400;
      text-transform: uppercase; }
    .page__top--heading {
      font-size: 1.9rem;
      font-weight: 400;
      letter-spacing: 2.5px;
      text-transform: uppercase; }
    .page__top--right {
      position: relative; }
    .page__top--link {
      position: relative;
      display: flex;
      color: #000;
      font-size: 1.6vw;
      font-weight: 400;
      letter-spacing: 2.5px;
      transition: 0.2s;
      align-items: center;
      justify-content: center; }
      .page__top--link:hover {
        color: #9abcc9; }
  .page__banner {
    width: 100%;
    display: block;
    position: relative; }
    .page__banner--image {
      width: 100%;
      display: block;
      object-fit: cover;
      position: relative;
      z-index: 10;
      height: 30vw; }
    .page__banner--paragraph {
      position: absolute;
      bottom: 7%;
      left: 7%;
      z-index: 11;
      font-family: "Playfair Display", serif;
      font-size: 1.9vw;
      font-weight: 400;
      color: #ffffff;
      max-width: 60rem; }
      @media only screen and (max-width: 48em) {
        .page__banner--paragraph {
          width: auto;
          padding-right: 5rem; } }
      .page__banner--paragraph::before {
        content: '';
        position: absolute;
        top: -10%;
        left: 0;
        height: 2px;
        width: 5rem;
        background-color: #ffff; }
  .page__category {
    padding: 10rem 1rem;
    position: relative;
    background-color: rgba(0, 0, 0, 0.05);
    display: grid;
    grid-template-columns: repeat(3, 1fr) 22rem;
    grid-gap: 1rem; }
    @media only screen and (max-width: 48em) {
      .page__category {
        padding: 3rem 1rem;
        grid-template-columns: repeat(3, 1fr); } }
    .page__category--box {
      width: 100%; }
      @media only screen and (max-width: 48em) {
        .page__category--box:last-child {
          grid-column: span 2; } }
    .page__category--heading {
      font-size: 1.6rem;
      color: #222;
      font-weight: 400;
      line-height: 2.3rem;
      text-transform: uppercase; }
    .page__category--paragraph {
      font-family: "Playfair Display", serif;
      font-size: 1.4rem;
      color: #000;
      font-weight: 400;
      margin-top: 1rem; }

.footer {
  width: 100%;
  color: #fff;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  grid-auto-rows: auto;
  background-color: #000;
  padding: 3rem;
  justify-content: center;
  justify-items: center; }
  .footer__left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .footer__left--logolink {
      width: max-content; }
    .footer__left--logo {
      object-fit: cover; }
  .footer__right {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 37.5em) {
      .footer__right {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; } }
    .footer__right--contentbox {
      width: 100%; }
      .footer__right--contentbox:first-child, .footer__right--contentbox:nth-child(2) {
        display: none; }
      .footer__right--contentbox ion-icon {
        fill: #fff;
        font-size: 1.4rem;
        margin-right: 1rem; }
    .footer__right--link {
      font-size: 1.4rem;
      color: #fff; }
      @media only screen and (max-width: 37.5em) {
        .footer__right--link {
          margin-bottom: 1rem;
          display: inline-block; } }
    .footer__right--paragraph {
      font-size: 1.4rem;
      color: #fff; }

.ideas {
  background-color: #111;
  color: #fff;
  padding: 12rem 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  grid-gap: 8rem; }
  @media only screen and (max-width: 48em) {
    .ideas {
      padding: 8rem 5rem;
      grid-template-columns: 30rem; } }
  .ideas__idea {
    position: relative;
    width: 100%;
    z-index: 10; }
    .ideas__idea--number {
      position: absolute;
      font-size: 18rem;
      font-weight: 700;
      top: 0;
      left: 0;
      z-index: -1;
      color: #1e1e1e;
      margin-top: -13rem;
      font-family: "Playfair Display", serif; }
    .ideas__idea--heading {
      position: relative;
      font-size: 2.5rem;
      font-weight: 400;
      margin-bottom: 2rem;
      padding-bottom: 2rem; }
      .ideas__idea--heading::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 5rem;
        background-color: #fff; }
    .ideas__idea--paragraph {
      position: relative;
      font-family: "playfair display", sans-serif;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 27px; }

.team {
  padding: 0 5rem 5rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5rem; }
  @media only screen and (max-width: 64em) {
    .team {
      grid-template-columns: 32.5rem;
      justify-content: center;
      padding: 0 2rem 2rem; } }
  .team__member {
    width: 100%;
    display: grid;
    grid-template-columns: 5fr 1fr;
    grid-auto-rows: auto; }
    .team__member--left {
      width: 100%;
      position: relative; }
    .team__member--image {
      width: 100%;
      height: 34rem;
      object-fit: cover;
      margin-bottom: 1rem; }
    .team__member--name {
      font-size: 2rem;
      color: #222222;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 2px; }
    .team__member--occupation {
      font-family: "Playfair Display", serif;
      font-size: 16px;
      font-weight: 400; }
    .team__member--right {
      width: 100%;
      position: relative;
      overflow: hidden; }
    .team__member--socialmediabox {
      position: absolute;
      transform: rotate(-90deg);
      display: flex;
      top: 6.7rem;
      left: -5.3rem; }
    .team__member--social {
      font-weight: 700;
      font-size: 1.6rem;
      font-family: "Playfair Display", serif;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: .2s;
      transform: scale(0); }
      .team__member--social span {
        transition: all 0.2s ease-in-out 0s;
        color: #000; }
        .team__member--social span:hover {
          color: #9abcc9; }
    .team__member:hover .team__member--right .team__member--socialmediabox .team__member--social {
      transform: scale(1); }
    .team__member--socialmediabox .team__member--social:first-child {
      transition-delay: 0s; }
    .team__member--socialmediabox .team__member--social:nth-child(2) {
      transition-delay: 0.1s; }
    .team__member--socialmediabox .team__member--social:last-child {
      transition-delay: 0.2s; }
    .team__member--socialmediabox .team__member--social:not(:last-child)::after {
      content: '';
      width: 3.5rem;
      height: 1px;
      margin: 0 .5rem;
      background-color: #000;
      margin-top: .5rem; }

.testimonials {
  width: 100%;
  padding: 10vw 5vw;
  position: relative;
  background-color: #edf7fa;
  z-index: 10; }
  .testimonials::before {
    content: "“";
    display: table;
    font-family: "Playfair Display", serif;
    font-size: 55vw;
    color: #ffffff;
    font-weight: 700;
    position: absolute;
    bottom: -24vw;
    right: 18vw;
    z-index: -1; }
  .testimonials__container {
    width: 100%;
    height: 25vw;
    display: grid;
    grid-template-columns: 1fr 10vw;
    grid-gap: 5vw;
    position: relative;
    overflow: hidden;
    z-index: 10; }
    .testimonials__container--left {
      height: 300%;
      position: relative;
      width: 100%;
      transition: .3s;
      top: 0; }
    .testimonials__container--right {
      width: 100%;
      overflow: hidden;
      height: 100%;
      position: relative; }
    .testimonials__container--testimonial {
      height: 25vw;
      width: 100%;
      position: relative;
      float: left;
      display: grid;
      grid-template-columns: 15vw 1fr;
      grid-auto-columns: auto;
      grid-gap: 2rem; }
    .testimonials__container--imagebox {
      width: 100%;
      height: 100%;
      position: relative; }
    .testimonials__container--image {
      width: 100%;
      object-fit: cover; }
    .testimonials__container--commentbox {
      width: 100%;
      position: relative;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .testimonials__container--comment {
      color: #222;
      font-size: 1.5vw;
      line-height: 3vw;
      letter-spacing: 0;
      font-family: "Playfair Display", serif; }
    .testimonials__container--name {
      font-size: 1.6vw;
      font-weight: 400;
      letter-spacing: 1.6px;
      line-height: 3rem; }
    .testimonials__container--numbers {
      display: flex;
      width: 50rem;
      height: auto;
      transform: rotate(90deg);
      transform-origin: left top;
      position: absolute;
      top: 0;
      left: 3.8rem; }
    .testimonials__container--number {
      font-size: 1.5vw;
      color: #222;
      letter-spacing: 1.5px;
      position: relative;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 5px; }
      .testimonials__container--number::after {
        content: '';
        height: 1px;
        width: 0;
        background-color: #222;
        margin: 5px;
        transition: .3s; }
      .testimonials__container--number.select::after {
        width: 5vw; }

.form {
  width: 100%;
  display: grid;
  grid-template-columns: 60rem 1fr;
  grid-auto-rows: auto; }
  @media only screen and (max-width: 64em) {
    .form {
      grid-template-columns: 60rem;
      justify-content: center; } }
  @media only screen and (max-width: 48em) {
    .form {
      grid-template-columns: 1fr; } }
  .form__left {
    width: 100%;
    height: 60rem; }
    @media only screen and (max-width: 28.125em) {
      .form__left {
        display: none; } }
    .form__left--image {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .form__right {
    width: 100%;
    padding: 5rem 10rem;
    height: 100%;
    position: relative;
    background-color: #edf7fa; }
    @media only screen and (max-width: 28.125em) {
      .form__right {
        padding: 5rem; } }
    .form__right--form {
      height: 100%;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center; }
    .form__right--heading {
      color: #222;
      font-size: 2.5rem;
      font-weight: 400;
      position: relative;
      padding-bottom: 2rem;
      margin-bottom: 3rem; }
      .form__right--heading::after {
        content: '';
        height: 1px;
        width: 5rem;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #222; }
    .form__right--paragraph {
      font-family: "Playfair Display", serif;
      font-size: 1.7rem;
      font-weight: 400;
      line-height: 2.6rem;
      margin-bottom: 2rem; }
    .form__right--text {
      margin-bottom: 1.3rem;
      line-height: 23px;
      font-size: 1.4rem;
      font-weight: 400;
      font-family: "Playfair Display", serif;
      width: 100%;
      color: #000;
      padding: .5rem 1rem;
      border: 0;
      border-bottom: 1px solid #000;
      background-color: transparent; }
      .form__right--text:focus {
        outline: none; }
    .form__right--textarea {
      margin-bottom: 2rem;
      line-height: 23px;
      font-size: 1.4rem;
      font-weight: 400;
      font-family: "Playfair Display", serif;
      width: 100%;
      color: #000;
      padding: 5px 1rem;
      border: 0;
      border-bottom: 1px solid #000;
      height: 5rem;
      background-color: transparent; }
      .form__right--textarea:focus {
        outline: none; }
    .form__right--button {
      color: #222; }
      .form__right--button:focus {
        outline: none; }

.subscribe {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 21.5rem 1fr 20.5rem 27.5rem;
  grid-gap: 2rem;
  padding: 3rem 5rem;
  color: #fff;
  background-color: #0c0c0c;
  z-index: 10; }
  @media only screen and (max-width: 64em) {
    .subscribe {
      grid-template-columns: 27.5rem 27.5rem;
      justify-content: center; } }
  @media only screen and (max-width: 37.5em) {
    .subscribe {
      grid-template-columns: 27.5rem; } }
  @media only screen and (min-width: 83.5em) {
    .subscribe {
      grid-template-columns: repeat(4, 1fr); } }
  .subscribe__block {
    padding: 5rem 0 0;
    display: flex;
    flex-direction: column;
    width: 100%; }
    .subscribe__block--heading {
      font-size: 2.5rem;
      font-weight: 400;
      position: relative;
      padding-bottom: 2rem;
      margin-bottom: 3rem; }
      .subscribe__block--heading::after {
        content: '';
        height: 1px;
        width: 5rem;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #fff; }
    .subscribe__block--title {
      font-weight: 400;
      font-size: 1.6rem;
      color: #fff;
      letter-spacing: 1.6px;
      text-transform: uppercase; }
    .subscribe__block--paragraph {
      font-family: "Playfair Display", serif;
      font-size: 1.2rem;
      font-weight: 300;
      color: #fff;
      line-height: 2.3rem;
      position: relative; }
    .subscribe__block--link {
      font-family: "Playfair Display", serif;
      font-size: 1.2rem;
      font-weight: 300;
      color: #fff;
      position: relative;
      padding-bottom: 2px;
      margin-bottom: 5px;
      display: block;
      width: max-content; }
      .subscribe__block--link::after {
        content: '';
        height: 1px;
        width: 0rem;
        left: 0;
        bottom: 0;
        position: absolute;
        background-color: #fff;
        transition: .2s; }
      .subscribe__block--link:hover::after {
        width: 100%; }
    .subscribe__block--form {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
    .subscribe__block--text {
      margin-bottom: 1.3rem;
      line-height: 23px;
      font-size: 1.4rem;
      font-weight: 400;
      font-family: "Playfair Display", serif;
      width: 100%;
      color: #fff;
      padding: .5rem 1rem;
      border: 0;
      border-bottom: 1px solid #fff;
      background-color: transparent; }
      .subscribe__block--text:focus {
        outline: none; }
    .subscribe__block--button {
      color: #fff;
      position: relative;
      z-index: 10; }
    .subscribe__block--socialbox {
      margin-top: 2rem;
      display: flex; }
    .subscribe__block--social {
      font-family: "Playfair Display", serif;
      font-size: 1.5rem;
      font-weight: 700;
      color: #fff;
      margin-right: .7rem;
      display: flex;
      align-items: center;
      justify-content: center; }
      .subscribe__block--social:not(:last-child)::after {
        content: '';
        height: 2px;
        width: 1rem;
        background-color: #fff;
        margin-left: .7rem; }
      .subscribe__block--social a {
        color: #fff; }

.menu {
  position: fixed;
  left: -28.8rem;
  width: 38rem;
  padding: 9.2rem 9.2rem 2rem;
  top: 0;
  background-color: #fff;
  height: 100%;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  transition: all .3s ease 0s; }
  @media only screen and (max-width: 28.125em) {
    .menu {
      left: -100%;
      width: 100%; } }
  .menu.select {
    left: 0;
    transition: all .3s ease 0.3s; }
  .menu__iconlink {
    display: block;
    width: max-content;
    justify-self: flex-start; }
  .menu__icon {
    width: 15.6rem;
    object-fit: cover;
    cursor: pointer; }
  .menu__linkbox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-self: center; }
  .menu__link {
    font-size: 1.5rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 1rem;
    width: max-content; }
  .menu__dropdownlink {
    width: 20rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0rem;
    cursor: pointer; }
  .menu__dropdown {
    overflow: hidden;
    transition: .3s;
    height: 0;
    padding-left: .5rem;
    margin-top: .5rem;
    margin-bottom: .5rem; }
    .menu__dropdown--link {
      font-family: "Playfair Display", serif;
      font-size: 1.4rem;
      font-weight: 400;
      margin-bottom: .3rem;
      color: #000;
      display: block; }
  .menu__paragraph {
    font-size: 1.3rem;
    font-weight: 400;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase; }
    .menu__paragraph::after {
      content: '';
      margin-left: .5rem;
      height: 1px;
      background-color: #000;
      width: 5rem; }
  .menu__socialbox {
    display: flex;
    width: 100%;
    justify-content: flex-start; }
  .menu__social {
    backface-visibility: hidden; }
    .menu__social:not(:first-child) {
      display: flex;
      align-items: center;
      justify-content: center;
      backface-visibility: hidden; }
      .menu__social:not(:first-child)::before {
        content: '';
        height: 1px;
        width: 3rem;
        background-color: #000;
        margin: .5rem;
        backface-visibility: hidden; }
    .menu__social a {
      font-family: "Playfair Display", serif;
      font-size: 15px;
      font-weight: 700;
      color: #000; }

.home {
  position: relative; }
  .home__projects {
    padding: 8rem 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 25vw;
    grid-gap: 2rem; }
    @media only screen and (max-width: 64em) {
      .home__projects {
        padding: 2rem; } }
    @media only screen and (max-width: 48em) {
      .home__projects {
        grid-template-columns: repeat(1fr);
        grid-auto-rows: 40vw; } }
    .home__projects--project {
      height: 100%;
      width: 100%;
      position: relative;
      overflow: hidden; }
      @media only screen and (max-width: 48em) {
        .home__projects--project:nth-child(1) {
          grid-column: 1/-1; } }
      .home__projects--project:nth-child(2) {
        grid-column: span 2; }
        @media only screen and (max-width: 48em) {
          .home__projects--project:nth-child(2) {
            grid-column: 1/-1; } }
      .home__projects--project:nth-child(3) {
        grid-column: span 2; }
        @media only screen and (max-width: 48em) {
          .home__projects--project:nth-child(3) {
            grid-column: 1/-1; } }
      @media only screen and (max-width: 48em) {
        .home__projects--project:nth-child(4) {
          grid-column: 1/-1; } }
    .home__projects--image {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center center; }
    .home__projects--detailbox {
      position: absolute;
      padding: 3rem;
      width: 100%;
      bottom: -100%;
      background-color: #000;
      transition: .3s; }
    .home__projects--project:hover .home__projects--detailbox {
      bottom: 0; }
    .home__projects--name {
      color: #a0a0a0;
      font-family: "Playfair Display", serif;
      font-size: 1.4rem;
      font-weight: 400;
      margin-bottom: 5px; }
    .home__projects--title {
      font-family: Oswald, sans-serif;
      font-size: 1.6rem;
      font-weight: 400;
      letter-spacing: 1.6px;
      color: #fff; }
  .home__formcontainer {
    padding: 10rem 5rem;
    position: relative;
    background-image: url(../images/1920_960.jpg);
    background-size: cover; }
    @media only screen and (max-width: 37.5em) {
      .home__formcontainer {
        padding: 0; } }
  .home__form {
    max-width: 55rem;
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 8rem;
    color: #222222; }
    .home__form--heading {
      font-size: 2.5rem;
      font-weight: 400;
      padding-bottom: 2rem;
      margin-bottom: 2rem;
      position: relative; }
      .home__form--heading::after {
        content: '';
        height: 2px;
        width: 5rem;
        background-color: #222222;
        bottom: 0;
        left: 0;
        position: absolute; }
    .home__form--paragraph {
      font-family: "Playfair Display", serif;
      line-height: 2.6rem;
      font-size: 1.7rem;
      font-weight: 400;
      margin-bottom: 2rem; }
    .home__form--text {
      margin-bottom: 1.3rem;
      line-height: 23px;
      font-size: 1.4rem;
      font-weight: 400;
      font-family: "Playfair Display", serif;
      width: 100%;
      color: #000;
      padding: .5rem 1rem;
      border: 0;
      border-bottom: 1px solid #000; }
      .home__form--text::placeholder {
        color: #333; }
      .home__form--text:focus {
        outline: none; }
    .home__form--textarea {
      margin-bottom: 2rem;
      line-height: 23px;
      font-size: 1.4rem;
      font-weight: 400;
      font-family: "Playfair Display", serif;
      width: 100%;
      color: #000;
      padding: 5px 1rem;
      border: 0;
      border-bottom: 1px solid #000;
      height: 5rem; }
      .home__form--textarea::placeholder {
        color: #333; }
      .home__form--textarea:focus {
        outline: none; }
  .home__model {
    padding: 5rem 10rem 10rem;
    background-image: url(../images/h1-img-11.png);
    background-size: 116%;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 37.5em) {
      .home__model {
        padding: 2rem;
        background-size: 200%;
        background-position: center center; } }
    .home__model--container {
      max-width: 50rem;
      margin-top: 5rem; }
    .home__model--heading {
      color: #222222;
      font-size: 4rem;
      font-weight: 400;
      padding-bottom: 3rem;
      margin-bottom: 3rem;
      position: relative; }
      .home__model--heading::after {
        content: '';
        height: 1px;
        width: 5rem;
        background-color: #222222;
        position: absolute;
        left: 0;
        bottom: 0; }
    .home__model--paragraph {
      font-size: 1.7rem;
      font-weight: 400;
      font-family: "Playfair Display", serif;
      line-height: 2.6rem;
      margin-bottom: 5rem; }
    .home__model--button {
      color: #000; }

.content {
  margin-top: 3rem;
  padding: 0 5rem; }
  @media only screen and (max-width: 48em) {
    .content {
      padding: 0 2rem; } }
  .content__heading {
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 1rem;
    padding-top: 1rem;
    position: relative;
    color: #222; }
    @media only screen and (max-width: 48em) {
      .content__heading {
        font-size: 2.4rem; } }
    .content__heading::before {
      content: '';
      height: 1px;
      width: 5rem;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #222; }
  .content__paragraph {
    color: #000;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "Playfair Display", serif; }

.aboutus {
  position: relative; }
  .aboutus__about {
    padding: 0 5rem;
    position: relative; }
    @media only screen and (max-width: 64em) {
      .aboutus__about {
        padding: 0 2rem; } }
    .aboutus__about--heading {
      color: #222222;
      display: block;
      font-size: 3rem;
      font-weight: 300;
      letter-spacing: 3px;
      line-height: 3.9rem;
      position: relative;
      margin-bottom: 2rem;
      padding-bottom: 2rem;
      padding-top: 2rem; }
      .aboutus__about--heading::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 5rem;
        background-color: #222222; }
    .aboutus__about--paragraph {
      font-family: "Playfair Display", serif;
      font-size: 1.4rem;
      font-weight: 400;
      margin-bottom: 1rem; }
    .aboutus__about--vision {
      margin-bottom: 3rem;
      color: #111;
      font-size: 2rem;
      z-index: 10;
      letter-spacing: 0;
      padding-left: 4rem;
      position: relative; }
      @media only screen and (max-width: 48em) {
        .aboutus__about--vision {
          padding-left: 0; } }
      .aboutus__about--vision::before {
        content: "“";
        display: table;
        font-family: "Playfair Display", serif;
        font-size: 34.4rem;
        color: #edf7fa;
        font-weight: 700;
        position: absolute;
        top: -13.5rem;
        left: 0;
        z-index: -2; }
  .aboutus__team {
    width: 100%;
    padding: 15rem 5rem 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 28.125em) {
      .aboutus__team {
        padding: 2rem; } }
    .aboutus__team--heading {
      font-size: 4rem;
      font-weight: 200;
      padding-bottom: 2rem;
      margin-bottom: 2rem;
      position: relative; }
      .aboutus__team--heading::after {
        content: '';
        height: 1px;
        width: 5rem;
        background-color: #000;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }
    .aboutus__team--paragraph {
      width: 50rem;
      font-size: 1.7rem;
      font-family: "Playfair Display", serif;
      font-weight: 400;
      text-align: center; }
      @media only screen and (max-width: 28.125em) {
        .aboutus__team--paragraph {
          width: 100%; } }

.project {
  padding: 5rem;
  position: relative;
  padding-bottom: 0; }
  .project .effects {
    margin-bottom: -13rem;
    z-index: -1; }
  @media only screen and (max-width: 28.125em) {
    .project {
      padding: 2rem; } }
  .project__top--heading {
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 1rem;
    padding-top: 1rem;
    position: relative;
    color: #222; }
    .project__top--heading::before {
      content: '';
      height: 1px;
      width: 5rem;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #222; }
  .project__top--paragraph {
    color: #000;
    font-size: 1.7rem;
    font-weight: 400;
    font-family: "Playfair Display", serif; }
  .project__icons {
    margin-top: 8rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 3rem; }
    @media only screen and (max-width: 64em) {
      .project__icons {
        grid-template-columns: 30rem 30rem;
        justify-content: center; } }
    @media only screen and (max-width: 48em) {
      .project__icons {
        grid-template-columns: 20rem 20rem; } }
    @media only screen and (max-width: 64em) {
      .project__icons--box {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; } }
    .project__icons--icon {
      position: relative;
      object-fit: cover;
      margin-bottom: 1rem; }
    .project__icons--paragraph {
      color: #1b1b1b;
      font-size: 1.6rem;
      letter-spacing: 1.6px;
      font-weight: 400; }
      @media only screen and (max-width: 64em) {
        .project__icons--paragraph {
          text-align: center; } }
  .project__slider {
    width: 100%;
    display: grid;
    grid-template-columns: 50rem 1fr;
    grid-gap: 5rem;
    grid-auto-rows: auto;
    margin-top: 5rem; }
    @media only screen and (max-width: 64em) {
      .project__slider {
        grid-template-columns: 1.5fr 1fr;
        grid-gap: 2rem; } }
    @media only screen and (max-width: 48em) {
      .project__slider {
        grid-template-columns: 45rem;
        grid-gap: 2rem;
        justify-content: center; } }
    @media only screen and (max-width: 34.375em) {
      .project__slider {
        grid-template-columns: 40rem; } }
    @media only screen and (max-width: 28.125em) {
      .project__slider {
        grid-template-columns: 1fr; } }
    .project__slider.grid2 {
      grid-template-columns: 1fr 50rem; }
      @media only screen and (max-width: 64em) {
        .project__slider.grid2 {
          grid-template-columns: 1fr 1.5fr;
          grid-gap: 2rem; } }
      @media only screen and (max-width: 48em) {
        .project__slider.grid2 {
          grid-template-columns: 45rem;
          grid-gap: 2rem;
          justify-content: center; } }
      @media only screen and (max-width: 34.375em) {
        .project__slider.grid2 {
          grid-template-columns: 40rem; } }
      @media only screen and (max-width: 28.125em) {
        .project__slider.grid2 {
          grid-template-columns: 1fr; } }
    .project__slider--left {
      height: 60rem;
      position: relative;
      width: 100%; }
      @media only screen and (max-width: 48em) {
        .project__slider--left {
          height: 55rem;
          grid-row: 1/2; } }
      @media only screen and (max-width: 28.125em) {
        .project__slider--left {
          height: 115vw; } }
    .project__slider--container {
      height: 100%;
      width: 100%;
      position: relative;
      overflow: hidden; }
    .project__slider--imagebox {
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 0%;
      z-index: 4;
      overflow: hidden; }
      .project__slider--imagebox.select {
        z-index: 10;
        width: 100%;
        animation: sliderimagebox .8s ease-in-out; }
      .project__slider--imagebox.previous {
        z-index: 9;
        width: 100%; }
    .project__slider--image {
      height: 100%;
      width: 50rem;
      object-fit: cover;
      margin-left: -3rem; }
    .project__slider--imagebox.select .project__slider--image {
      margin-left: 0;
      animation: sliderimage .8s ease-in-out; }
    .project__slider--imagebox.previous .project__slider--image {
      margin-left: 3rem;
      animation: sliderimageout .8s ease-in-out; }
    .project__slider--imagebox.previous .project__slider--image {
      margin-left: 0; }
    .project__slider--right {
      width: 100%;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start; }
    .project__slider--heading {
      font-size: 4rem;
      font-weight: 400;
      color: #222;
      padding-bottom: 3rem;
      margin-bottom: 3rem;
      position: relative; }
      .project__slider--heading::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 5rem;
        background-color: #222; }
    .project__slider--paragraph {
      font-family: "Playfair Display", serif;
      font-size: 1.7rem;
      font-weight: 400;
      letter-spacing: 0.34px;
      line-height: 2.5rem;
      margin-bottom: 3rem; }
    .project__slider--description {
      font-weight: 400;
      font-size: 1.6rem;
      color: #222;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      margin-bottom: 2rem; }
    .project__slider--list {
      margin-bottom: 2rem; }
    .project__slider--listitem {
      font-family: "Playfair Display", serif;
      font-size: 1.4rem;
      font-weight: 400;
      color: #000;
      line-height: 2.3rem;
      position: relative;
      display: flex;
      align-items: center;
      cursor: pointer;
      transition: .3s;
      margin-left: 0; }
      .project__slider--listitem::before {
        content: '';
        transition: .3s;
        margin-right: 0; }
      .project__slider--listitem.select::before {
        height: 5px;
        width: 5px;
        background-color: #000;
        margin-right: 2rem; }
    .project__slider--button {
      color: #000; }
  .project__gallery {
    width: 100%;
    position: relative;
    padding: 5rem 0 0;
    display: grid;
    grid-template-columns: 1fr 60rem;
    grid-auto-rows: auto;
    grid-gap: 5rem; }
    @media only screen and (max-width: 64em) {
      .project__gallery {
        grid-template-columns: 60rem;
        justify-content: center;
        padding: 2rem 0 0;
        grid-gap: 2rem; } }
    @media only screen and (max-width: 48em) {
      .project__gallery {
        grid-template-columns: 1fr; } }
    .project__gallery--left {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .project__gallery--heading {
      font-size: 4rem;
      font-weight: 400;
      color: #222;
      padding-bottom: 3rem;
      margin-bottom: 3rem;
      position: relative; }
      .project__gallery--heading::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 5rem;
        background-color: #222; }
    .project__gallery--description {
      font-weight: 400;
      font-size: 1.6rem;
      color: #222;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      margin-bottom: 2rem; }
    .project__gallery--paragraph {
      font-family: "Playfair Display", serif;
      font-size: 1.7rem;
      font-weight: 400;
      letter-spacing: 0.34px;
      line-height: 2.5rem;
      margin-bottom: 3rem; }
    .project__gallery--right {
      width: 100%;
      position: relative;
      overflow: hidden; }
    .project__gallery--container {
      width: 100%;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      overflow: hidden;
      transition: .3s; }
    .project__gallery--bannerbox {
      width: 500%;
      position: relative;
      left: 0;
      transition: .3s;
      height: 27vw; }
      @media only screen and (max-width: 48em) {
        .project__gallery--bannerbox {
          height: 40vw; } }
      @media only screen and (max-width: 28.125em) {
        .project__gallery--bannerbox {
          height: 55vw; } }
    .project__gallery--iframe {
      height: 100%;
      width: 20%;
      float: left;
      border: 0px;
      outline: none; }
    .project__gallery--thumbnailbox {
      margin-top: 1rem;
      height: 16vw;
      width: 100%;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      grid-gap: 1rem;
      grid-auto-rows: auto; }
    .project__gallery--thumbnailcontainer {
      height: 8rem;
      width: 100%;
      position: relative;
      cursor: pointer; }
      .project__gallery--thumbnailcontainer::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #000;
        opacity: .5;
        z-index: 10; }
      .project__gallery--thumbnailcontainer.select::after {
        display: none; }
    .project__gallery--thumbnail {
      height: 100%;
      width: 100%;
      cursor: pointer;
      position: relative;
      object-fit: cover; }
  .project__plan {
    width: 100%;
    display: none;
    grid-template-columns: repeat(auto-fit, 25rem);
    justify-content: center;
    grid-auto-rows: auto;
    grid-gap: 2rem;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 64em) {
      .project__plan {
        grid-template-columns: 1fr; } }
    .project__plan--heading {
      font-size: 4rem;
      font-weight: 400;
      color: #222;
      margin-bottom: 3rem;
      position: relative;
      text-align: center;
      display: none; }
    .project__plan--colums {
      width: 100%;
      position: relative; }
    .project__plan--table {
      width: 100%;
      position: relative;
      box-shadow: 0 0 10px #00000012; }
      .project__plan--table thead {
        padding: .5rem .5rem;
        background-color: #dcedf4;
        width: 100%; }
        .project__plan--table thead tr {
          font-size: 1.6rem;
          font-weight: 400;
          padding: 1rem;
          text-align: center; }
          .project__plan--table thead tr td {
            padding: 1rem 0;
            line-height: 1.2;
            text-transform: uppercase; }
            .project__plan--table thead tr td span {
              font-size: 1.2rem;
              font-weight: 300;
              color: #222; }
      .project__plan--table tbody {
        padding: .5rem .5rem;
        background-color: #fff; }
        .project__plan--table tbody tr td {
          font-size: 1.4rem;
          font-weight: 400;
          padding: 1rem;
          font-family: "Playfair Display", serif;
          line-height: 1.2; }
        .project__plan--table tbody tr ul {
          padding-left: 1.5rem; }
        .project__plan--table tbody tr ul li {
          list-style: disc;
          font-size: 1.2rem; }
  .project__notes {
    box-shadow: 0 0 10px #00000012;
    display: none; }
    .project__notes--heading {
      font-weight: 400;
      color: #222;
      position: relative;
      background-color: #dcedf4;
      width: 100%;
      font-size: 1.6rem;
      font-weight: 400;
      padding: 1rem;
      text-transform: uppercase; }
    .project__notes ul {
      background-color: #fff;
      padding: 1.5rem;
      padding-left: 3rem; }
      .project__notes ul li {
        list-style: disc;
        font-size: 1.2rem;
        font-family: "Playfair Display", serif;
        font-weight: 400; }
  .project__contact {
    width: 100%;
    display: grid;
    grid-template-columns: 48rem 1fr;
    grid-gap: 5rem;
    padding: 10rem 0; }
    @media only screen and (max-width: 64em) {
      .project__contact {
        padding: 5rem 0;
        grid-template-columns: 45rem;
        justify-content: center; } }
    @media only screen and (max-width: 28.125em) {
      .project__contact {
        grid-template-columns: 1fr;
        padding: 2rem 0; } }
    .project__contact--left {
      width: 100%;
      position: relative; }
    .project__contact--image {
      height: 58rem;
      width: 100%;
      object-fit: cover; }
    .project__contact--right {
      width: 100%;
      padding: 5rem 0;
      display: flex;
      height: 100%;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start; }
    .project__contact--heading {
      font-family: "Playfair Display", serif;
      font-size: 3rem;
      font-weight: 400;
      color: #222;
      padding-top: 3rem;
      margin-bottom: 4rem;
      position: relative; }
      .project__contact--heading::after {
        content: '';
        height: 1px;
        width: 5rem;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #222; }
    .project__contact--grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 2rem;
      width: 100%;
      grid-auto-rows: auto; }
    .project__contact--box {
      width: 100%; }
    .project__contact--description {
      font-size: 2rem;
      font-weight: 400;
      color: #222;
      margin-bottom: 2rem; }
    .project__contact--link {
      font-family: "Playfair Display", serif;
      font-size: 1.4rem;
      font-weight: 400;
      margin-bottom: 5px;
      display: block;
      text-decoration: none; }
    .project__contact--linkpara {
      color: #555;
      display: block;
      width: fit-content;
      position: relative;
      padding-bottom: 2px; }
      .project__contact--linkpara::after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 0%;
        left: 0;
        background-color: #555;
        height: 1px;
        transition: .2s; }
    .project__contact--link:hover .project__contact--linkpara::after {
      width: 100%; }
    .project__contact--link:hover .project__contact--linkpara:nth-child(1)::after {
      transition-delay: 0s; }
    .project__contact--link:hover .project__contact--linkpara:nth-child(2)::after {
      transition-delay: 0.2s; }
    .project__contact--link:hover .project__contact--linkpara:nth-child(3)::after {
      transition-delay: 0.4s; }
    .project__contact--link:hover .project__contact--linkpara:nth-child(4)::after {
      transition-delay: 0.6s; }
    .project__contact--socialbox {
      display: flex; }
    .project__contact--social {
      margin-right: 5px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center; }
      .project__contact--social:first-child::after {
        content: '';
        height: 1px;
        width: 3rem;
        margin-left: 5px;
        background-color: #555; }
      .project__contact--social a {
        font-family: "Playfair Display", serif;
        font-size: 1.5rem;
        font-weight: 700;
        color: #222; }
  .project__specifications {
    width: 100%;
    margin-top: 3rem; }
    .project__specifications--heading {
      font-size: 4rem;
      font-weight: 400;
      color: #222;
      padding-bottom: 2rem;
      margin-bottom: 2rem;
      position: relative;
      text-align: center; }
      .project__specifications--heading::after {
        content: '';
        position: absolute;
        height: 1px;
        width: 5rem;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background-color: #222; }
    .project__specifications--table {
      width: 100%;
      position: relative;
      margin-bottom: 2rem; }
      .project__specifications--table thead {
        padding: .5rem .5rem;
        background-color: #dcedf4; }
        .project__specifications--table thead tr {
          text-align: left; }
          .project__specifications--table thead tr th {
            font-size: 1.6rem;
            font-weight: 400;
            height: 2.6rem;
            padding: 1rem; }
      .project__specifications--table tbody {
        padding: .5rem .5rem;
        background-color: #fff; }
        .project__specifications--table tbody tr td {
          font-size: 1.4rem;
          font-weight: 400;
          padding: 1rem;
          font-family: "Playfair Display", serif; }
  .project__map {
    width: 100%;
    display: grid;
    grid-template-columns: 50rem 1fr;
    grid-gap: 3rem;
    grid-auto-rows: auto;
    margin-top: 5rem;
    justify-content: center; }
    @media only screen and (max-width: 64em) {
      .project__map {
        grid-template-columns: 50rem; } }
    @media only screen and (max-width: 28.125em) {
      .project__map {
        grid-template-columns: 1fr; } }
    .project__map--left {
      height: 40rem; }
    .project__map--image {
      height: 100%;
      width: 100%;
      object-fit: contain;
      object-position: center center; }
    .project__map--right {
      width: 100%;
      position: relative; }
    .project__map--bannercontainer {
      width: 100%;
      position: relative;
      overflow: hidden;
      background-color: red;
      margin-bottom: 1.5rem; }
    .project__map--bannerbox {
      height: 30rem;
      width: 500%;
      position: relative;
      transition: .3s;
      left: 0; }
    .project__map--bannerimage {
      width: 20%;
      height: 100%;
      float: left;
      object-fit: cover; }
    .project__map--thumbnails {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      grid-gap: 1.5rem; }
    .project__map--thumbnail {
      width: 100%;
      height: 7rem;
      object-fit: cover;
      cursor: pointer;
      transition: .3s;
      position: relative; }
      .project__map--thumbnail::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #000; }
