/* .btnCreate {
    color: #f0f;
    border-color: #f0f;
} */


/* TIME TO CREATE START */
.timeToCreate__bigNumber .Mod__textBlock:before {
  content: "/01";
  display: inline-block;
  font-size: 20rem;
  line-height: 20rem;
  color: #b5d3ac;
  opacity: 0.5;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  /*z-index:  1;*/
}

@media (max-width: 768px) {
  .timeToCreate__bigNumber .Mod__textBlock:before {
    display: none;
  }
}

.timeToCreate__bigNumber .Mod__imgBlock:before {
  content: "/01";
  display: inline-block;
  font-size: 20rem;
  line-height: 20rem;
  color: #b5d3ac;
  opacity: 0.5;
  position: absolute;
  bottom: -3%;
  left: 50%;
  transform: translateX(-50%);
  /*z-index:  1;*/
}
@media (min-width: 768px) {
  .timeToCreate__bigNumber .Mod__imgBlock:before {
    display: none;
  }
}

@media (max-width: 768px) {
  .timeToCreate__bigNumber .Mod__textBlock:before {
    top: 0%;
    font-size: 18rem;
    line-height: 18rem;
    height: 18rem;
  }
}

.timeToCreate__bigNumber .Mod__textBlock .textBlock {
  z-index: 1;
}

.timeToCreate__bigNumber--1 .Mod__textBlock:before,
.timeToCreate__bigNumber--1 .Mod__imgBlock:before {
  content: "/06";
  color: #dfc7ba;
}
.timeToCreate__bigNumber--2 .Mod__textBlock:before,
.timeToCreate__bigNumber--2 .Mod__imgBlock:before {
  content: "/05";
  color: #67b8c4;
}
.timeToCreate__bigNumber--3 .Mod__textBlock:before,
.timeToCreate__bigNumber--3 .Mod__imgBlock:before {
  content: "/04";
  color: #e2ae8f;
}
.timeToCreate__bigNumber--4 .Mod__textBlock:before,
.timeToCreate__bigNumber--4 .Mod__imgBlock:before {
  content: "/03";
  color: #dda058;
}

.timeToCreate__bigNumber--5 .Mod__textBlock:before,
.timeToCreate__bigNumber--5 .Mod__imgBlock:before {
  content: "/02";
  color: #b7c8d6;
}

.timeToCreate__bigNumber--6 .Mod__textBlock:before,
.timeToCreate__bigNumber--6 .Mod__imgBlock:before {
  content: "/01";
  color: #b4676c;
}

.timeToCreate__bigNumber--bedroom .Mod__textBlock:before,
.timeToCreate__bigNumber--bedroom .Mod__imgBlock:before {
  content: "bedroom";
  color: #b99d8e;
  bottom: 0;
}
.timeToCreate__bigNumber--bedroom2 .Mod__textBlock:before,
.timeToCreate__bigNumber--bedroom2 .Mod__imgBlock:before {
  content: "bedroom";
  color: #8ccfe2;
  bottom: 0;
}

.timeToCreate__bigNumber--bedroom3 .Mod__textBlock:before,
.timeToCreate__bigNumber--bedroom3 .Mod__imgBlock:before {
  content: "bedroom";
  color: #c4dff0;
  bottom: 0;
}

.timeToCreate__bigNumber--bedroom4 .Mod__textBlock:before,
.timeToCreate__bigNumber--bedroom4 .Mod__imgBlock:before {
  content: "bedroom";
  color: #90a9b8;
  bottom: 0;
}

.timeToCreate__bigNumber--outdoor .Mod__textBlock:before,
.timeToCreate__bigNumber--outdoor .Mod__imgBlock:before {
  content: "outdoor";
  color: #bfdc9e;
  bottom: 0%;
}

.timeToCreate__bigNumber--outdoor2 .Mod__textBlock:before,
.timeToCreate__bigNumber--outdoor2 .Mod__imgBlock:before {
  content: "outdoor";
  color: #cfff9f;
  bottom: 0%;
}

.timeToCreate__bigNumber--outdoor3 .Mod__textBlock:before,
.timeToCreate__bigNumber--outdoor3 .Mod__imgBlock:before {
  content: "outdoor";
  color: #68ccdc;
  bottom: 0%;
}

.timeToCreate__bigNumber--living .Mod__textBlock:before,
.timeToCreate__bigNumber--living .Mod__imgBlock:before {
  content: "living";
  color: #e1b682;
  bottom: 5%;
  left: 58%;
}

.timeToCreate__bigNumber--living2 .Mod__textBlock:before,
.timeToCreate__bigNumber--living2 .Mod__imgBlock:before {
  content: "living";
  color: #dcb7a8;
  bottom: 5%;
  left: 58%;
}

.timeToCreate__bigNumber--living3 .Mod__textBlock:before,
.timeToCreate__bigNumber--living3 .Mod__imgBlock:before {
  content: "living";
  color: #d1abbe;
  bottom: 2%;
  left: 58%;
}

.timeToCreate__bigNumber--living4 .Mod__textBlock:before,
.timeToCreate__bigNumber--living4 .Mod__imgBlock:before {
  content: "living";
  color: #94c18a;
  bottom: 2%;
  left: 58%;
}

.timeToCreate__bigNumber--lounge5 .Mod__textBlock:before,
.timeToCreate__bigNumber--lounge5 .Mod__imgBlock:before {
  content: "lounge";
  color: #bbc954;
  bottom: 2%;
  left: 50%;
}

.timeToChill__bigNumber--dining .Mod__textBlock:before,
.timeToChill__bigNumber--dining .Mod__imgBlock:before {
  content: "dining";
  color: #9ebfe0;
  bottom: 0%;
}

@media (max-width: 768px) {
  .timeToCreate__bigNumber--bedroom .Mod__textBlock:before,
  .timeToCreate__bigNumber--bedroom .Mod__imgBlock:before {
    font-size: 10rem;
    line-height: 10rem;
  }
  .timeToCreate__bigNumber--bedroom2 .Mod__textBlock:before,
  .timeToCreate__bigNumber--bedroom2 .Mod__imgBlock:before {
    font-size: 10rem;
    line-height: 10rem;
  }

  .timeToCreate__bigNumber--bedroom3 .Mod__textBlock:before,
  .timeToCreate__bigNumber--bedroom3 .Mod__imgBlock:before {
    font-size: 10rem;
    line-height: 10rem;
  }

    .timeToCreate__bigNumber--bedroom4 .Mod__textBlock:before,
  .timeToCreate__bigNumber--bedroom4 .Mod__imgBlock:before {
    font-size: 10rem;
    line-height: 10rem;
  }

  .timeToCreate__bigNumber--outdoor .Mod__textBlock:before,
  .timeToCreate__bigNumber--outdoor .Mod__imgBlock:before {
    font-size: 10rem;
    line-height: 10rem;
  }

  .timeToCreate__bigNumber--outdoor2 .Mod__textBlock:before,
  .timeToCreate__bigNumber--outdoor2 .Mod__imgBlock:before {
    font-size: 10rem;
    line-height: 10rem;
  }

  .timeToCreate__bigNumber--outdoor3 .Mod__textBlock:before,
  .timeToCreate__bigNumber--outdoor3 .Mod__imgBlock:before {
    font-size: 10rem;
    line-height: 10rem;
  }

  .timeToCreate__bigNumber--living .Mod__textBlock:before,
  .timeToCreate__bigNumber--living .Mod__imgBlock:before {
    font-size: 10rem;
    line-height: 10rem;
    bottom: 0;
  }

  .timeToCreate__bigNumber--living2 .Mod__textBlock:before,
  .timeToCreate__bigNumber--living2 .Mod__imgBlock:before {
    font-size: 10rem;
    line-height: 10rem;
    bottom: 0;
  }
}


.grecaptcha-badge {
  visibility: hidden;
}
.Modal__newsletter .grecaptcha-badge {
  visibility: visible;
  z-index: 500;
}

    .timeToCreate__bigNumber--living3 .Mod__textBlock:before,
  .timeToCreate__bigNumber--living3 .Mod__imgBlock:before {
    font-size: 10rem;
    line-height: 10rem;
    bottom: 0;
  }

      .timeToCreate__bigNumber--living4 .Mod__textBlock:before,
  .timeToCreate__bigNumber--living4 .Mod__imgBlock:before {
    font-size: 10rem;
    line-height: 10rem;
    bottom: 0;
  }

        .timeToCreate__bigNumber--lounge5 .Mod__textBlock:before,
  .timeToCreate__bigNumber--lounge5 .Mod__imgBlock:before {
    font-size: 10rem;
    line-height: 10rem;
    bottom: 0;
  }
  
   .timeToChill__bigNumber--dining .Mod__textBlock:before,
  .timeToChill__bigNumber--dining .Mod__imgBlock:before {
    font-size: 10rem;
    line-height: 10rem;
  }
}


/* tadao landing */

.tadaoanniversaryPage .modTextures.modTextures__tadao .Mod__inner{padding: 1em 5em 4em 5em}
.tadaoanniversaryPage .modImgCenterWithCta.modImgCenterWithCta__tadao .Mod__inner{padding: 2em 8em 1em 8em}

.tadaoanniversaryPage .modTextures.modTextures__tadao2 .Mod__inner{padding: 4em 5em}
.tadaoanniversaryPage .modGalleryCentral__tadao .Mod__inner{padding: 4vw 8vw}
