@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto-Bold.woff2") format("woff2"), url("../assets/fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto-LightItalic.woff2") format("woff2"), url("../assets/fonts/Roboto-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Lt";
  src: url("../assets/fonts/Roboto-Light.woff2") format("woff2"), url("../assets/fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto-Regular.woff2") format("woff2"), url("../assets/fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica LT Std";
  src: url("../assets/fonts/HelveticaLTStd-BoldCond.woff2") format("woff2"), url("../assets/fonts/HelveticaLTStd-BoldCond.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica LT Std";
  src: url("../assets/fonts/HelveticaLTStd-Cond.woff2") format("woff2"), url("../assets/fonts/HelveticaLTStd-Cond.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica";
  src: url("../assets/fonts/Helvetica.ttf");
}

@font-face {
  font-family: 'Apple Garamond';
  src: url("../assets/fonts/AppleGaramond.ttf");
}

body#web #register {
  background-color: #C9E8E0;
  font-family: "Helvetica";
  height: 100vh;
  padding: 100px 0 0;
  position: relative;
  overflow-y: hidden;
}

@media only screen and (max-width: 767px) {
  body#web #register {
    height: auto;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #register {
    height: auto;
  }
}

@media only screen and (min-width: 410px) and (max-width: 575px) {
  body#web #register {
    height: auto;
  }
}

body#web #register figure.absolute-image-1 {
  top: 0 !important;
  right: 0 !important;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(transparent));
  -webkit-mask-image: linear-gradient(to right, transparent, #fff, transparent);
  -webkit-mask-size: 300% 100%;
  mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(transparent));
  mask-image: linear-gradient(to right, transparent, #fff, transparent);
  mask-size: 300% 100%;
  -webkit-animation: clip-fade 2s alternate;
          animation: clip-fade 2s alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

body#web #register figure.absolute-image-2 {
  bottom: -15px !important;
  left: 0 !important;
  margin-left: -130px !important;
  margin-bottom: -50px !important;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(transparent));
  -webkit-mask-image: linear-gradient(to right, transparent, #fff, transparent);
  -webkit-mask-size: 300% 100%;
  mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(transparent));
  mask-image: linear-gradient(to right, transparent, #fff, transparent);
  mask-size: 300% 100%;
  -webkit-animation: clip-fade 1s alternate;
          animation: clip-fade 1s alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

body#web #register .absolute-image-2,
body#web #register .absolute-image-1 {
  z-index: 0;
}

body#web #register .title-wrapper {
  color: #26777B;
  font-family: "Apple Garamond";
  font-style: normal;
  font-size: 50px;
  margin-top: -40px;
  margin-left: -70px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web #register .title-wrapper {
    margin-left: 20px;
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  body#web #register .title-wrapper {
    margin-left: 20px;
    font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #register .title-wrapper {
    margin-left: 20px;
    font-size: 30px;
  }
}

body#web #register .line {
  display: inline-block;
  position: absolute;
  height: 1.2px;
  margin: 20px 0px 0px -220px;
  width: 365px;
  background-color: #26777B;
}

@media screen and (max-width: 793px) {
  body#web #register .line {
    margin-top: 0px;
    margin-left: -20px;
    width: 175px;
  }
}

body#web #register .content-wrapper {
  max-width: 95%;
}

body#web #register a {
  color: #26777B;
}

body#web #register .form-control {
  line-height: 2;
}

body#web #register select.form-control:not([size]):not([multiple]) {
  height: calc(2.95rem + 2px);
}

body#web #register .btn-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

body#web #register .submit {
  width: 150px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 16px;
  font-family: "Apple Garamond";
  cursor: pointer;
  text-align: center;
  background-color: #26777B;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body#web #register .submit:hover {
  color: white;
  background-color: #3CBEB4;
}

body#web #register .hide {
  display: none;
}

body#web #register .flower {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35%;
}

body#web #tnc .tnc {
  padding: 50px;
  border-radius: 50px;
  margin: 50px auto;
  background-color: rgba(255, 255, 255, 0.9);
}

body#web #header {
  background: transparent;
  padding-top: 15px;
  padding-bottom: 20px;
}

body#web #header .navbar-logo-wrap {
  display: none !important;
}

body#web #header .navbar-logo-wrap.show {
  display: block !important;
}

body#web #header .navbar-logo {
  height: 60px;
}

body#web #header .header-socials {
  margin-right: 10px;
}

body#web #header .navbar-social {
  padding: 0 15px;
}

body#web #header .navbar-social a {
  font-family: "Roboto";
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
  color: #ffffff;
}

body#web #header .navbar-social a img {
  width: 25px;
  height: auto;
}

body#web #header .navbar-social a:hover,
body#web #header .navbar-social a:focus {
  text-decoration: none;
}

body#web #header .navbar-social.theme a {
  color: #26777B;
}

body#web #header button:focus,
body#web #header button:hover {
  outline: inherit;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

body#web #header button {
  background: transparent;
}

body#web #header .navbar-toggler {
  border: inherit;
}

body#web #header .navbar-toggler img {
  height: 40px;
}

body#web #header .navbar-position.static {
  position: static;
}

body#web #header .navbar-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 20px;
  right: 10px;
}

@media (max-width: 414px) {
  body#web #header .navbar-position {
    position: static;
  }
}

body#web #header.theme {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
}

body#web #sidebar {
  display: none;
  position: fixed;
  z-index: 1040;
  background-color: #C9E8E0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
}

body#web #sidebar button:focus,
body#web #sidebar button:hover {
  outline: inherit;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

body#web #sidebar button {
  background: transparent;
  border: inherit;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

body#web #sidebar .sidebar-close {
  position: absolute;
  right: 50px;
  top: 50px;
}

@media screen and (max-width: 500px) {
  body#web #sidebar .sidebar-close {
    right: 24px;
  }
}

body#web #sidebar .sidebar-close img {
  height: 25px;
  width: 25px;
}

body#web #sidebar .flower {
  position: relative;
}

body#web #sidebar .flower img {
  max-width: 20%;
}

body#web #sidebar .flower .img-left {
  position: absolute;
  margin-top: -12px;
}

body#web #sidebar .flower .img-right {
  position: absolute;
  top: 360px;
  right: 0px;
}

body#web #sidebar .header-link {
  text-align: center;
  margin: 16px 0px;
}

body#web #sidebar .header-link a {
  font-family: "Apple Garamond";
  font-size: 20px;
  color: #26777B;
}

body#web #sidebar .header-link a:hover,
body#web #sidebar .header-link a:focus {
  text-decoration: inherit;
  color: #3CBEB4;
}

body#web #sidebar .header-logo {
  text-align: center;
}

body#web #sidebar .header-logo img {
  height: 200px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: -10px;
  margin-left: -40px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 793px) {
  body#web #sidebar .header-logo img {
    height: auto;
    width: 70%;
    margin-top: 100px;
    margin-bottom: 30px;
  }
}

body#web #sidebar.show {
  display: block;
}

body#web #home h1,
body#web #home h2,
body#web #home h3,
body#web #home h4,
body#web #home h5,
body#web #home h6,
body#web #home p,
body#web #home a {
  font-family: "Apple Garamond";
}

body#web #home h1 {
  font-size: 65px;
  font-weight: bold;
  font-style: normal;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web #home h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  body#web #home h1 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #home h1 {
    font-size: 30px;
  }
}

body#web #home h2 {
  font-size: 35px;
  font-weight: 300;
  font-style: normal;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web #home h2 {
    font-size: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  body#web #home h2 {
    font-size: 30px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #home h2 {
    font-size: 30px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web #home h3 {
    font-size: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  body#web #home h3 {
    font-size: 40px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #home h3 {
    font-size: 40px !important;
  }
}

body#web #home .logo-animation {
  -webkit-transition: width 2s;
  transition: width 2s;
}

body#web #home .developer-animation {
  -webkit-transition: width 2s;
  transition: width 2s;
}

body#web #home p {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web #home p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  body#web #home p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #home p {
    font-size: 12px;
  }
}

body#web #home .landing {
  background-image: url("../assets/img/home/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

body#web #home .landing .content-wrapper {
  height: 50%;
}

body#web #home .landing .content-wrapper .developer-wrapper {
  padding-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body#web #home .landing .content-wrapper .developer-wrapper .developer-logo {
  margin: auto;
  width: 15%;
}

@media (max-width: 845px) {
  body#web #home .landing .content-wrapper .developer-wrapper .developer-logo {
    margin: auto;
    width: 45%;
  }
}

body#web #home .landing .content-wrapper .logo-wrapper {
  text-align: center;
  position: relative;
  left: -15px;
  top: -20px;
}

@media (max-width: 414px) {
  body#web #home .landing .content-wrapper .logo-wrapper {
    position: inherit;
  }
}

body#web #home .landing .content-wrapper .logo-wrapper .logo {
  height: 110px;
  margin: 0 auto;
}

@media (max-width: 414px) {
  body#web #home .landing .content-wrapper .logo-wrapper .logo {
    height: 80px;
  }
}

body#web #home .landing .content-wrapper .btn-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  margin-top: 50px;
}

body#web #home .landing .content-wrapper .button {
  text-decoration: none;
  color: #fff;
  width: 150px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  background-color: #ed4615;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Helvetica";
}

body#web #home .landing .content-wrapper .glow-button:hover {
  color: white;
  -webkit-box-shadow: 0 5px 15px rgba(145, 92, 182, 0.4);
          box-shadow: 0 5px 15px rgba(145, 92, 182, 0.4);
}

body#web #home .about .about-min-height {
  min-height: 420px;
}

@media screen and (max-width: 414px) {
  body#web #home .about .about-min-height {
    min-height: inherit;
    padding: 20px;
  }
}

body#web #home .about .line {
  font-family: "Helvetica";
  font-size: 12px;
  position: relative;
}

body#web #home .about .line:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 1px;
  margin: 0 20px;
  width: 200px;
  background-color: #26777B;
}

body#web #home .about .row:last-child {
  padding-bottom: 100px;
}

body#web #home .about h5 {
  font-family: "Helvetica";
  font-weight: bold;
  font-size: 28px;
  color: #26777B;
}

body#web #home .about h2 {
  color: #26777B;
  font-size: 40px;
  padding-bottom: 10px;
}

body#web #home .about .about-wrap {
  position: relative;
}

body#web #home .about .balance-and-flow {
  background-color: #26777B;
  padding-top: 80px;
  padding-bottom: 80px;
}

body#web #home .about .balance-and-flow .sub-header {
  font-size: 50px;
  color: #FFECD1;
  position: absolute;
  top: 50px;
  width: 300px;
  margin-left: -150px;
}

@media (max-width: 414px) {
  body#web #home .about .balance-and-flow .sub-header {
    margin-left: -120px;
    width: 200px;
  }
}

body#web #home .about .balance-and-flow p {
  color: #FFECD1;
  line-height: 1.6rem;
}

body#web #home .about .balance-and-flow img {
  max-width: 80%;
}

body#web #home .about .balance-and-flow .line:after {
  margin: 20px 0;
  width: 60px;
  background-color: #FFECD1;
}

body#web #home .about .balance-and-flow .img-wrapper img {
  width: 5%;
  position: absolute;
}

body#web #home .about .balance-and-flow .img-wrapper .flower-1 {
  left: 90px;
  top: 1100px;
}

body#web #home .about .balance-and-flow .img-wrapper .flower-2 {
  right: 90px;
  top: 825px;
}

body#web #home .about .row-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #9DD6C7), to(#FFECD1));
  background-image: linear-gradient(#9DD6C7 20%, #FFECD1);
  margin-left: -15px;
  margin-right: -15px;
}

body#web #home .about .row-gradient .row {
  margin-left: 0px;
  margin-right: 0px;
}

body#web #home .about .row-gradient .flower {
  right: 0;
  top: 1750px;
  width: 20%;
  position: absolute;
}

body#web #home .about .rhythms-in-nature {
  position: relative;
  padding-bottom: 100px;
}

@media screen and (max-width: 793px) {
  body#web #home .about .rhythms-in-nature {
    padding-bottom: 250px;
  }
}

body#web #home .about .rhythms-in-nature img {
  max-width: 75%;
}

@media screen and (max-width: 793px) {
  body#web #home .about .rhythms-in-nature img {
    max-width: 100%;
  }
}

body#web #home .about .rhythms-in-nature .content-wrapper {
  position: absolute;
  width: 60%;
  top: 42%;
  padding: 40px 70px;
  background-color: #fff;
  opacity: 0.8;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

body#web #home .about .rhythms-in-nature .content-wrapper .content {
  opacity: 1;
}

body#web #home .about .rhythms-in-nature .content-wrapper .content p {
  color: black;
}

@media screen and (max-width: 793px) {
  body#web #home .about .rhythms-in-nature .content-wrapper {
    width: 90%;
    top: 20%;
    padding: 25px 50px;
  }
}

body#web #home .about .heartbeat-of-the-valley {
  position: relative;
  padding-bottom: 100px;
}

@media screen and (max-width: 793px) {
  body#web #home .about .heartbeat-of-the-valley {
    padding-bottom: 120px;
  }
  body#web #home .about .heartbeat-of-the-valley .heartbeat-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body#web #home .about .heartbeat-of-the-valley .heartbeat-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

body#web #home .about .heartbeat-of-the-valley img {
  max-width: 80%;
}

@media screen and (max-width: 793px) {
  body#web #home .about .heartbeat-of-the-valley img {
    display: block;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

body#web #home .about .heartbeat-of-the-valley .content {
  margin-left: 80px;
}

@media screen and (max-width: 793px) {
  body#web #home .about .heartbeat-of-the-valley .content {
    margin-left: 0;
  }
}

body#web #home .about .heartbeat-of-the-valley .content h2 {
  width: 300px;
  margin-left: 80px;
  font-size: 50px;
  line-height: 50px;
}

@media screen and (max-width: 793px) {
  body#web #home .about .heartbeat-of-the-valley .content h2 {
    margin-left: 0;
    width: 100%;
    padding-bottom: 0px;
  }
}

body#web #home .about .heartbeat-of-the-valley .content .line::after {
  margin-left: 0px;
  width: 620px;
}

@media screen and (max-width: 793px) {
  body#web #home .about .heartbeat-of-the-valley .content .line::after {
    margin-left: -35px;
    width: 315px;
  }
}

body#web #home .about .heartbeat-of-the-valley .content p {
  padding-top: 30px;
  margin-bottom: 0;
  z-index: 1;
}

@media screen and (max-width: 793px) {
  body#web #home .about .nourished-by-nature {
    padding-bottom: 50px;
  }
  body#web #home .about .nourished-by-nature .nature-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body#web #home .about .nourished-by-nature .img-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

body#web #home .about .nourished-by-nature .img-wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 793px) {
  body#web #home .about .nourished-by-nature .img-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

body#web #home .about .nourished-by-nature .img-wrapper img {
  position: absolute;
}

body#web #home .about .nourished-by-nature .img-wrapper .img {
  max-width: 80%;
  margin-right: -80px;
}

@media screen and (max-width: 793px) {
  body#web #home .about .nourished-by-nature .img-wrapper .img {
    margin-right: 0;
    position: inherit;
  }
}

@media screen and (max-width: 793px) {
  body#web #home .about .nourished-by-nature .img-wrapper .img-opacity {
    display: none;
  }
}

body#web #home .about .nourished-by-nature .content h2 {
  width: 50%;
  margin-left: 90px;
  font-size: 50px;
  line-height: 50px;
}

@media screen and (max-width: 793px) {
  body#web #home .about .nourished-by-nature .content h2 {
    margin-left: 0;
    width: 100%;
    padding-bottom: 0px;
  }
}

body#web #home .about .nourished-by-nature .content .line::after {
  margin-left: -16px;
  width: 420px;
}

@media screen and (max-width: 793px) {
  body#web #home .about .nourished-by-nature .content .line::after {
    width: 290px;
    margin-left: -35px;
  }
}

body#web #home .about .nourished-by-nature .content p {
  width: 80%;
  padding-top: 30px;
  margin-left: 50px;
  margin-bottom: 0;
}

@media screen and (max-width: 793px) {
  body#web #home .about .nourished-by-nature .content p {
    width: 100%;
    margin-left: 0;
  }
}

body#web #home .about .living-spaces {
  padding-bottom: 250px;
}

@media screen and (max-width: 793px) {
  body#web #home .about .living-spaces {
    padding-bottom: 50px;
  }
}

body#web #home .about .living-spaces .content {
  color: #FFECD1;
  background-color: #A6867A;
  padding: 50px 80px;
  margin-top: 120px;
  margin-left: 60px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media screen and (max-width: 793px) {
  body#web #home .about .living-spaces .content {
    padding: 20px 30px;
    margin-top: 0;
    margin-left: 0;
  }
}

body#web #home .about .living-spaces .flower {
  left: 110px;
  top: -162px;
  width: 65%;
  position: absolute;
  z-index: 1;
}

body#web #home .about .living-spaces img {
  max-width: 270%;
  margin-left: -180px;
}

@media screen and (max-width: 793px) {
  body#web #home .about .living-spaces img {
    max-width: 100%;
    margin-left: 0px;
  }
}

body#web #home .about .living-spaces h2 {
  color: #FFECD1;
  font-size: 50px;
}

body#web #home .about .living-spaces p {
  padding-top: 10px;
  line-height: 1.6rem;
}

@media (min-width: 992px) {
  body#web #home .about .offset-lg-0-5 {
    margin-left: 4.333333%;
  }
}

body#web #home .footer {
  background-image: url("../assets/img/home/footer.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 600px;
  padding: 185px 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body#web #home .footer h2,
body#web #home .footer p,
body#web #home .footer small {
  color: #ffffff;
  text-align: center;
  margin: inherit;
}

body#web #home .footer h2 {
  font-size: 50px;
}

body#web #home .footer a {
  margin: inherit;
  text-align: center;
  color: #3AB3A5;
  font-family: "Helvetica";
}

body#web #home .footer small {
  margin-top: 40px;
  font-size: 12px;
}

body#web #home .footer .registerBtnWrap {
  margin: -70px auto 0 auto;
}

body#web #home .footer .registerBtnWrap .registerBtn {
  padding: 16px 60px;
  background-color: #26777B;
  color: #ffffff;
  border-radius: 10px;
  font-family: "Apple Garamond";
}

body#web #home .footer .registerBtnWrap .registerBtn:hover,
body#web #home .footer .registerBtnWrap .registerBtn:focus {
  text-decoration: none;
}

body#web #home .footer .schedule-desc {
  max-width: 690px;
  width: 100%;
  text-align: center;
  margin: -110px auto 0 auto;
}

body#web #home .footer span {
  color: #3AB3A5;
  padding-left: 5px;
  padding-right: 5px;
}

body#web #gallery {
  background-image: url("../assets/img/gallery/images/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  overflow-y: hidden;
  height: 100vh;
}

body#web #gallery .gdlr-core-pbf-wrapper {
  padding: 20px 0px 20px;
}

body#web #gallery .gdlr-core-pbf-wrapper li a {
  position: relative;
  display: inline-block;
}

body#web #gallery .gdlr-core-pbf-wrapper li img {
  height: calc(100vh - 40px);
  -o-object-fit: contain;
     object-fit: contain;
}

body#web #gallery .gdlr-core-pbf-wrapper .gdlr-core-image-overlay-content {
  bottom: 120px;
}

body#web #gallery .gdlr-core-pbf-wrapper .gdlr-core-image-overlay-content .gdlr-core-image-overlay-title {
  font-size: 24px;
  font-family: "Apple Garamond";
  letter-spacing: inherit;
  text-transform: none;
}

body#web #gallery .gdlr-core-pbf-wrapper .gdlr-core-sly-slider {
  bottom: 30px;
}

body#web #gallery .carousel-control-prev-icon {
  background: url("../assets/img/gallery/left-button@2x.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 50px;
}

body#web #gallery .carousel-control-next-icon {
  background: url("../assets/img/gallery/right-button@2x.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 50px;
}

body#web #gallery .carousel-indicators {
  z-index: 1;
  bottom: 30px;
}

body#web #gallery .carousel-indicators li::after {
  width: 0;
  height: 0;
}

body#web #gallery .carousel-indicators li {
  width: auto;
  height: auto;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

body#web #gallery .carousel-indicators li img {
  display: block;
  width: 80px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}

body#web #gallery .carousel-control {
  padding: 10px;
}

@media screen and (max-width: 414px) {
  body#web #gallery .carousel-control {
    display: none;
  }
}

body#web #gallery .carousel-control .carousel-total {
  position: relative;
  top: 10px;
  padding: 3px;
}

body#web #gallery .carousel-control .carousel-total .js-total {
  padding: 3px;
}

body#web #gallery .carousel-inner {
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body#web #gallery .carousel-inner {
    max-height: 100%;
    min-height: 100%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  body#web #gallery .carousel-inner {
    max-height: 100%;
    min-height: 100%;
  }
}

body#web #gallery .carousel-item .carousel-caption {
  position: absolute;
  bottom: 100px;
  z-index: 1;
}

body#web #gallery .carousel-item .carousel-caption h3 {
  font-family: "Apple Garamond";
  font-size: 24px;
  font-style: normal;
  padding: 10px;
  margin: inherit;
}

body#web #gallery .carousel-item .carousel-caption P {
  font-family: "Roboto Lt";
  font-weight: normal;
  font-style: normal;
  margin: inherit;
  letter-spacing: 3px;
  font-size: 15px;
}

body#web #gallery .carousel-item .box-image {
  width: 100%;
  height: 100vh;
}

body#web #gallery .carousel-item .img-custom-fluid {
  width: 100%;
  height: 100vh;
  padding: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

body#web #gallery .carousel-item .img-gradient {
  position: relative;
  display: inline-block;
}

body#web #gallery .carousel-item .img-gradient::after {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: 40%;
  bottom: 20px;
  display: inline-block;
  margin-left: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, black));
  background: linear-gradient(transparent, black 80%);
}

body#web #gallery .carousel-control-prev,
body#web #gallery .carousel-control-next {
  cursor: pointer;
}

body#web #gallery .carousel-control-prev img,
body#web #gallery .carousel-control-next img {
  height: 40px;
}

body#web .lg-sub-html {
  font-family: "Apple Garamond";
  font-size: 20px;
  padding: 20px 40px;
}

body#web .lg-next::before,
body#web .lg-prev::after {
  content: "";
}

body#web .lg-next,
body#web .lg-prev {
  width: 30px;
  height: 30px;
}

body#web .lg-next {
  background: url("../assets/img/gallery/icon-right.png");
  background-size: contain;
  background-repeat: no-repeat;
}

body#web .lg-prev {
  background: url("../assets/img/gallery/icon-left.png");
  background-size: contain;
  background-repeat: no-repeat;
}

body#web #floorPlan {
  min-height: 100vh;
  background-color: #3cbeb4;
  padding: 30px 0 100px 0;
}

@media screen and (max-width: 540px) {
  body#web #floorPlan section.floor {
    background-size: auto 200px, auto 200px;
  }
}

body#web #floorPlan section.floor .titleWrap {
  position: relative;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body#web #floorPlan section.floor .titleWrap .line {
  display: inline-block;
  position: absolute;
  height: 1.2px;
  margin: 50px 0px 0px -80px;
  width: 300px;
  background-color: #FFECD1;
}

@media screen and (max-width: 540px) {
  body#web #floorPlan section.floor .titleWrap .line {
    margin-top: 40px;
    margin-left: -15px;
    width: 165px;
  }
}

body#web #floorPlan section.floor .titleWrap h1 {
  position: relative;
  z-index: 1;
  font-size: 48px;
  font-family: "Apple Garamond";
  color: #FFECD1;
  margin-left: 40px;
}

@media screen and (max-width: 540px) {
  body#web #floorPlan section.floor .titleWrap h1 {
    margin-left: 20px;
    font-size: 35px;
  }
}

body#web #floorPlan section.floor .content-wrapper .north {
  position: absolute;
  max-width: 8%;
  left: 10px;
  bottom: 50px;
}

body#web #floorPlan section.floor .type-wrapper {
  position: absolute;
  right: 80px;
  bottom: 0;
}

@media screen and (max-width: 793px) {
  body#web #floorPlan section.floor .type-wrapper {
    position: inherit;
    padding-top: 20px;
    width: 50%;
    font-size: 12px;
  }
}

body#web #floorPlan section.floor .type-wrapper p {
  color: #FFECD1;
  padding-top: 2px;
}

body#web #floorPlan section.floor .type-wrapper img {
  width: 55%;
}

body#web #floorPlan section.floor .type-wrapper .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90px;
}

body#web #layoutPlan span,
body#web #layoutPlan h3,
body#web #layoutPlan h4,
body#web #layoutPlan h5,
body#web #layoutPlan p {
  margin: inherit;
  font-family: "Helvetica";
  letter-spacing: 0px;
}

body#web #layoutPlan h3,
body#web #layoutPlan h4 {
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

body#web #layoutPlan h5 {
  margin-bottom: -2px;
  font-size: 16px;
}

body#web #layoutPlan p {
  line-height: 24px;
  white-space: nowrap;
}

@media screen and (max-width: 793px) {
  body#web #layoutPlan p {
    white-space: inherit;
  }
}

body#web #layoutPlan span {
  font-size: 50px;
  font-weight: bold;
}

body#web #layoutPlan .layout {
  background-color: #fdf5ed;
  padding: 50px 0;
  min-height: 100vh;
}

body#web #layoutPlan .layout .titleWrap {
  position: relative;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body#web #layoutPlan .layout .titleWrap img {
  height: 200px;
  width: auto;
  position: absolute;
  z-index: 0;
}

body#web #layoutPlan .layout .titleWrap h1 {
  position: relative;
  z-index: 1;
  font-size: 48px;
  font-family: "Apple Garamond";
  color: #26777B;
  margin-left: 40px;
}

@media screen and (max-width: 540px) {
  body#web #layoutPlan .layout .titleWrap h1 {
    margin-left: 30px;
    font-size: 40px;
  }
}

body#web #layoutPlan .layout .titleWrap .line {
  display: inline-block;
  position: absolute;
  height: 1.2px;
  margin: 50px 0px 0px -80px;
  width: 325px;
  background-color: #26777B;
}

@media screen and (max-width: 540px) {
  body#web #layoutPlan .layout .titleWrap .line {
    width: 285px;
  }
}

body#web #layoutPlan .layout .tab-wrapper {
  font-family: "Helvetica";
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 540px) {
  body#web #layoutPlan .layout .tab-wrapper {
    font-size: 12px;
  }
}

body#web #layoutPlan .layout .tab-wrapper .nav-item {
  border: 1px solid grey;
}

body#web #layoutPlan .layout .tab-wrapper .nav-item:first-child {
  border: 1px solid grey;
  border-radius: 5px 0 0 5px;
}

body#web #layoutPlan .layout .tab-wrapper .nav-item:last-child {
  border: 1px solid grey;
  border-radius: 0 5px 5px 0;
}

body#web #layoutPlan .layout .tab-wrapper .nav-item:not(:first-child) {
  border-left: 0;
}

body#web #layoutPlan .layout .tab-wrapper .nav-link {
  color: grey;
}

body#web #layoutPlan .layout .tab-wrapper .active {
  background-color: #9DD6C7;
  color: #26777B;
  border-radius: 0;
  font-weight: bold;
}

body#web #layoutPlan .layout .tab-wrapper .active-first .active {
  border-radius: 5px 0 0 5px;
}

body#web #layoutPlan .layout .tab-wrapper .active-last .active {
  border-radius: 0 5px 5px 0;
}

body#web #layoutPlan .layout .tab-content {
  width: 60%;
}

@media screen and (max-width: 793px) {
  body#web #layoutPlan .layout .tab-content {
    width: 90%;
  }
}

body#web #layoutPlan .layout .tab-content p {
  font-size: 12px;
}

body#web #layoutPlan .layout .tab-content .type-row {
  padding-bottom: 80px;
}

body#web #layoutPlan .layout .tab-content .sub-header {
  margin-bottom: 10px;
}

body#web #layoutPlan .layout .tab-content .justify-content-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 793px) {
  body#web #layoutPlan .layout .tab-content .flex-column {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

body#web #layoutPlan .layout .tab-content .upper-type {
  padding-top: 50px;
}

@media screen and (max-width: 793px) {
  body#web #layoutPlan .layout .tab-content .upper-type {
    padding-top: 0;
  }
}

body#web #layoutPlan .layout .tab-content .lower-type {
  padding-bottom: 20px;
}

body#web #layoutPlan .layout .tab-content #typeA h3 {
  color: #9DD6C7;
}

body#web #layoutPlan .layout .tab-content #typeB h3 {
  color: #F8A893;
}

body#web #layoutPlan .layout .tab-content #typeC h3 {
  color: #A6867A;
}

body#web #layoutPlan .layout .tab-content #typeD h3 {
  color: #26777B;
}

@media screen and (max-width: 793px) {
  body#web #layoutPlan .layout .tab-content #typeA .col-md-9,
  body#web #layoutPlan .layout .tab-content #typeB .col-md-9,
  body#web #layoutPlan .layout .tab-content #typeC .col-md-9,
  body#web #layoutPlan .layout .tab-content #typeD .col-md-9 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body#web #layoutPlan .layout .tab-content #typeA .col-md-3,
  body#web #layoutPlan .layout .tab-content #typeB .col-md-3,
  body#web #layoutPlan .layout .tab-content #typeC .col-md-3,
  body#web #layoutPlan .layout .tab-content #typeD .col-md-3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

body#web #layoutPlan .layout .layout-img {
  height: 100vh;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-font-smooting: antialiased;
}

@media screen and (max-width: 793px) {
  body#web #layoutPlan .layout .layout-img {
    height: auto;
  }
}

body#web #layoutPlan .layout .right-height {
  height: 100vh;
}

@media screen and (max-width: 540px) {
  body#web #layoutPlan .layout .right-height {
    margin-top: 20px;
    height: auto;
  }
}

body#web #layoutPlan .layout .width200px {
  width: 200px;
}

body#web #facilitiesPlan {
  font-family: "Helvetica";
}

body#web #facilitiesPlan h3,
body#web #facilitiesPlan p {
  margin: inherit;
}

body#web #facilitiesPlan p {
  line-height: 20px;
  font-size: 13px;
}

body#web #facilitiesPlan h3 {
  color: #26777B;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 10px;
}

@media screen and (max-width: 540px) {
  body#web #facilitiesPlan h3 {
    font-size: 18px;
  }
}

body#web #facilitiesPlan .facilities {
  background: -webkit-gradient(linear, left top, left bottom, from(#C9E8E0), to(#6FC8C0));
  background: linear-gradient(to bottom, #C9E8E0, #6FC8C0);
  padding: 50px 0;
}

body#web #facilitiesPlan .facilities .titleWrap {
  position: relative;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -50px;
}

@media screen and (max-width: 793px) {
  body#web #facilitiesPlan .facilities .titleWrap {
    height: 120px;
  }
}

body#web #facilitiesPlan .facilities .titleWrap h1 {
  position: relative;
  z-index: 1;
  font-size: 48px;
  font-family: "Apple Garamond";
  color: #26777B;
  margin-left: 40px;
}

@media screen and (max-width: 540px) {
  body#web #facilitiesPlan .facilities .titleWrap h1 {
    margin-left: 20px;
    font-size: 35px;
  }
}

body#web #facilitiesPlan .facilities .titleWrap .line {
  display: inline-block;
  position: absolute;
  height: 1.2px;
  margin: 50px 0px 0px -80px;
  width: 360px;
  background-color: #26777B;
}

@media screen and (max-width: 540px) {
  body#web #facilitiesPlan .facilities .titleWrap .line {
    margin-left: -15px;
    width: 210px;
  }
}

body#web #facilitiesPlan .facilities .facilities-img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-font-smooting: antialiased;
}

@media screen and (max-width: 540px) {
  body#web #facilitiesPlan .facilities .facilities-img {
    height: auto;
  }
}

body#web #facilitiesPlan .facilities .facilities-2-img {
  width: 95%;
  margin-bottom: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-font-smooting: antialiased;
}

@media screen and (max-width: 540px) {
  body#web #facilitiesPlan .facilities .facilities-2-img {
    height: auto;
  }
}

body#web #facilitiesPlan .facilities .right-height {
  height: 70vh;
}

@media screen and (max-width: 540px) {
  body#web #facilitiesPlan .facilities .right-height {
    margin-top: 20px;
    height: auto;
  }
}

@media screen and (max-width: 793px) {
  body#web #facilitiesPlan .facilities .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

body#web #facilitiesPlan .facilities .width200px {
  padding: 10px 20px;
  width: 200px;
  height: 32vh;
}

@media screen and (max-width: 540px) {
  body#web #facilitiesPlan .facilities .width200px {
    height: auto;
    padding: 20px 0;
    padding-left: 40px;
  }
}

body#web #facilitiesPlan .facilities .width200px:last-child {
  border-right: inherit;
}

@media screen and (max-width: 540px) {
  body#web #facilitiesPlan .facilities .width200px:last-child {
    border-bottom: inherit;
  }
}

body#web #locationMap {
  background-color: #70c9bf;
  background-image: url("../assets/img/locationMap/flower-1.png"), url("../assets/img/locationMap/flower-2.png");
  background-repeat: no-repeat, no-repeat;
  background-position: bottom 50% left, bottom 70px right;
  background-size: auto 25%, auto 40%;
  min-height: 100vh;
}

@media screen and (max-width: 540px) {
  body#web #locationMap {
    background-size: auto 200px, auto 200px;
  }
}

body#web #locationMap .location .titleWrap {
  position: relative;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 540px) {
  body#web #locationMap .location .titleWrap {
    height: 100px;
    margin-top: 50px;
  }
}

body#web #locationMap .location .titleWrap h1 {
  position: relative;
  z-index: 1;
  font-size: 48px;
  font-family: "Apple Garamond";
  color: #FFECD1;
  margin-left: 40px;
}

@media screen and (max-width: 540px) {
  body#web #locationMap .location .titleWrap h1 {
    margin-left: 20px;
    font-size: 30px;
  }
}

body#web #locationMap .location .titleWrap .line {
  display: inline-block;
  position: absolute;
  height: 1.2px;
  margin: 55px 0px 0px -80px;
  width: 360px;
  background-color: #FFECD1;
}

@media screen and (max-width: 540px) {
  body#web #locationMap .location .titleWrap .line {
    margin: 30px 0px 0px -15px;
    width: 185px;
  }
}

body#web #locationMap .location .js-zoom {
  top: -30px;
  margin-left: 20px;
}

@media screen and (max-width: 1200px) {
  body#web #locationMap .location .js-zoom {
    top: 0;
  }
}

body#web #locationMap .location .location-img {
  max-width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-font-smooting: antialiased;
}

body#web #locationMap .location .north-img {
  position: absolute;
  top: 60px;
  right: 120px;
  max-width: 6%;
}

@media screen and (max-width: 540px) {
  body#web #locationMap .location .north-img {
    top: 20px;
    right: 60px;
  }
}

body#web #developer {
  background-color: #FFF4E6;
  padding: 100px 0;
  position: relative;
  overflow-y: hidden;
  min-height: 100vh;
}

body#web #developer .industrial-arrow-left,
body#web #developer .industrial-arrow-right {
  height: 20px;
  cursor: pointer;
}

body#web #developer .industrial-arrow-left,
body#web #developer .high-rise-arrow-left {
  position: relative;
  left: -30px;
}

body#web #developer .industrial-arrow-right,
body#web #developer .high-rise-arrow-right {
  position: relative;
  right: -30px;
}

body#web #developer .high-rise-arrow-left,
body#web #developer .high-rise-arrow-right {
  height: 20px;
  cursor: pointer;
}

body#web #developer .carousel-vertical-item {
  position: relative;
  height: 100px;
  width: 100%;
}

body#web #developer .carousel-vertical-item a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body#web #developer .carousel-vertical-wrap {
  max-height: 500px;
  width: 200px;
  overflow: hidden;
}

body#web #developer .carousel-vertical-wrap .carousel-arrow-wrap {
  position: absolute;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 0;
}

body#web #developer .carousel-vertical-wrap .carousel-arrow-wrap .carousel-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 500px;
}

body#web #developer .carousel-vertical-wrap .carousel-vertical-inner-wrap {
  position: relative;
}

body#web #developer .carousel-vertical-wrap .carousel-vertical-inner-wrap img {
  height: 100px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

body#web #developer .macalisterz, body#web #developer .dclover {
  width: 80% !important;
}

body#web #developer a {
  color: #26777B;
}

body#web #developer h1,
body#web #developer h2,
body#web #developer h3,
body#web #developer h4,
body#web #developer h5,
body#web #developer h6 {
  line-height: 20px;
}

body#web #developer h5 {
  color: #26777B;
}

body#web #developer h4 {
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
}

body#web #developer p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}

body#web #developer .developer-wrapper {
  margin: -20px 80px 0 80px;
  width: auto;
}

body#web #developer .header {
  font-family: "Apple Garamond";
  color: #26777B;
  margin-left: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 540px) {
  body#web #developer .header {
    margin-left: -50px;
  }
}

body#web #developer .header h1 {
  font-size: 50px;
}

@media screen and (max-width: 540px) {
  body#web #developer .header h1 {
    font-size: 40px;
  }
}

body#web #developer .header .line:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 1.2px;
  margin: 45px 0px 0px -300px;
  width: 310px;
  background-color: #26777B;
}

body#web #developer .title-wrapper {
  font-weight: bold;
  font-style: normal;
  font-size: 50px;
  letter-spacing: 2px;
  margin-bottom: 50px;
}

body#web #developer .developer-title-wrapper {
  margin-bottom: 20px;
  font-family: "Apple Garamond";
}

body#web #developer .developer-title-wrapper h5 {
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}

body#web #developer .custom-col-left {
  min-height: 80vh;
}

body#web #developer .find-out-wrapper {
  padding-top: 30px;
}

body#web #developer .find-out-wrapper h4,
body#web #developer .find-out-wrapper a {
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

body#web #developer .find-out-wrapper h4 {
  font-size: 14px;
}

body#web #developer .find-out-wrapper a {
  font-size: 20px;
  letter-spacing: 0.5px;
  text-decoration: underline;
}

body#web #developer .logo-wrapper {
  margin-bottom: 20px;
}

body#web #developer .logo-wrapper img {
  width: 100%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

body#web #developer .custom-col-right {
  min-height: 80vh;
  max-width: 600px;
  width: 100%;
}

body#web #developer .desc-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body#web #developer .desc-wrapper p {
  max-width: 600px;
  width: 70%;
  padding-bottom: 30px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}

body#web #developer .desc-wrapper:after {
  content: " ";
  max-width: 400px;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
}

body#web #contact {
  background-color: #FFF4E6;
  padding: 100px 0;
  position: relative;
  overflow-y: hidden;
}

body#web #contact h1,
body#web #contact h2,
body#web #contact h3,
body#web #contact h4,
body#web #contact h5,
body#web #contact h6 {
  line-height: 20px;
}

body#web #contact h1 {
  font-size: 50px;
}

@media screen and (max-width: 540px) {
  body#web #contact h1 {
    font-size: 38px;
  }
}

body#web #contact h2 {
  font-size: 35px;
  font-weight: 300;
  font-style: normal;
}

body#web #contact h3 {
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
}

body#web #contact h4 {
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
}

body#web #contact p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}

body#web #contact small {
  font-size: 10px;
}

body#web #contact .pb-50 {
  padding-bottom: 50px;
}

body#web #contact .contact-wrapper {
  max-width: 60%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web #contact .contact-wrapper {
    max-width: none;
  }
}

@media only screen and (max-width: 767px) {
  body#web #contact .contact-wrapper {
    max-width: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #contact .contact-wrapper {
    max-width: none;
  }
}

body#web #contact .header {
  font-family: "Apple Garamond";
  color: #26777B;
  margin-top: -20px;
  margin-left: 100px;
}

@media screen and (max-width: 540px) {
  body#web #contact .header {
    margin-top: -35px;
    margin-left: 40px;
  }
}

body#web #contact .header .line {
  display: inline-block;
  position: absolute;
  height: 1.2px;
  margin: 10px 0px 0px -210px;
  width: 410px;
  background-color: #26777B;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web #contact .header .line {
    width: 360px;
  }
}

@media only screen and (max-width: 767px) {
  body#web #contact .header .line {
    width: 360px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #contact .header .line {
    width: 360px;
  }
}

body#web #contact .contact-title-style-1 {
  font-weight: bold;
  font-style: normal;
  font-size: 50px;
  letter-spacing: 2px;
}

body#web #contact .contact-title-style-2 {
  font-weight: normal;
  font-style: normal;
  font-size: 50px;
  letter-spacing: 2px;
}

body#web #contact .label-wrapper {
  margin-top: 7px;
}

body#web #contact .label-wrapper .label-content-wrapper p {
  font-size: 13px;
  margin-bottom: inherit;
  white-space: nowrap;
  font-weight: bold;
}

body#web #contact .label-wrapper .label-content-wrapper .content-title {
  font-weight: bold;
  color: #26777B;
}

body#web #contact .app-name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

body#web #contact .app-name-wrapper .exsim-content {
  font-weight: bold;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  max-width: 286px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}

body#web #contact .app-name-wrapper small {
  margin-bottom: 10px;
}

body#web #contact .app-name-wrapper .exsim-content-2 {
  font-weight: bold;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  max-width: 286px;
  width: 100%;
  margin: 0 auto;
}

body#web #contact .app-name-wrapper .address {
  min-height: 60px;
}

body#web #contact .app-name-wrapper .exsim-address-content-1,
body#web #contact .app-name-wrapper .exsim-address-content-2,
body#web #contact .app-name-wrapper .exsim-address-content-3 {
  font-size: 15px;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}

body#web #contact .mb-10 {
  margin-bottom: 10px;
}

body#web #contact .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body#web #contact .logo-wrapper .logo-dtessera-img {
  margin-bottom: 40px;
  margin-left: -20px;
  width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}

body#web #contact .logo-wrapper .logo-exsim-img {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}

body#web #contact .custom-col {
  width: 100%;
  max-width: 600px;
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body#web #contact .map-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

body#web #contact .map-wrapper .map-inner-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body#web #contact .map-wrapper .map-inner-wrapper .map-logo {
  width: 64px;
}

body#web #contact .map-wrapper .map-inner-wrapper .map-logo a img {
  width: 100%;
}

body#web #contact .map-wrapper .map-inner-wrapper .map-logo:last-child {
  margin-left: 30px;
}

body#web #contact .mb-50 {
  margin-bottom: 50px;
}

body#web #site-progress {
  background-color: #C9E8E0;
  padding: 100px 0 0;
  position: relative;
  overflow-y: hidden;
}

@media only screen and (max-width: 767px) {
  body#web #site-progress {
    height: auto;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #site-progress {
    height: auto;
  }
}

@media only screen and (min-width: 410px) and (max-width: 575px) {
  body#web #site-progress {
    height: auto;
  }
}

body#web #site-progress h1, body#web #site-progress h2, body#web #site-progress h3, body#web #site-progress h4, body#web #site-progress p, body#web #site-progress li {
  font-family: "Apple Garamond";
}

body#web #site-progress h1, body#web #site-progress h2, body#web #site-progress h3, body#web #site-progress h4, body#web #site-progress h5, body#web #site-progress h6 {
  line-height: 20px;
}

body#web #site-progress h1 {
  font-size: 65px;
  font-weight: bold;
  font-style: normal;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web #site-progress h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  body#web #site-progress h1 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #site-progress h1 {
    font-size: 30px;
  }
}

body#web #site-progress h2 {
  font-size: 35px;
  font-weight: 300;
  font-style: normal;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web #site-progress h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  body#web #site-progress h2 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #site-progress h2 {
    font-size: 20px;
  }
}

body#web #site-progress h3 {
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web #site-progress h3 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  body#web #site-progress h3 {
    font-size: 26px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #site-progress h3 {
    font-size: 26px;
  }
}

body#web #site-progress h4 {
  font-size: 26px;
  font-weight: 300;
  font-style: normal;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web #site-progress h4 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  body#web #site-progress h4 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #site-progress h4 {
    font-size: 20px;
  }
}

body#web #site-progress p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web #site-progress p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  body#web #site-progress p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #site-progress p {
    font-size: 12px;
  }
}

body#web #site-progress .pb-80 {
  padding-bottom: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web #site-progress .pb-80 {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  body#web #site-progress .pb-80 {
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #site-progress .pb-80 {
    padding-bottom: 30px;
  }
}

body#web #site-progress .title-wrapper {
  margin-top: -20px;
}

body#web #site-progress .title-wrapper h2 {
  font-size: 50px;
  color: #26777B;
  margin-left: 100px;
}

@media screen and (max-width: 793px) {
  body#web #site-progress .title-wrapper h2 {
    margin-left: 10px;
    font-size: 35px;
  }
}

body#web #site-progress .title-wrapper .line {
  display: inline-block;
  position: absolute;
  height: 1.2px;
  margin: 40px 0px 0px -15px;
  width: 350px;
  background-color: #26777B;
}

@media screen and (max-width: 793px) {
  body#web #site-progress .title-wrapper .line {
    width: 210px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web #site-progress .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  body#web #site-progress .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web #site-progress .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 30px;
  }
}

body#web #site-progress .absolute-image-2, body#web #site-progress .absolute-image-1 {
  z-index: 0;
}

body#web #site-progress figure.absolute-image-1 {
  top: 0 !important;
  left: 0 !important;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(transparent));
  -webkit-mask-image: linear-gradient(to right, transparent, #fff, transparent);
  -webkit-mask-size: 300% 100%;
  mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(transparent));
  mask-image: linear-gradient(to right, transparent, #fff, transparent);
  mask-size: 300% 100%;
  -webkit-animation: clip-fade 2s alternate;
          animation: clip-fade 2s alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

body#web #site-progress figure.absolute-image-2 {
  bottom: -15px !important;
  right: 0 !important;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(transparent));
  -webkit-mask-image: linear-gradient(to right, transparent, #fff, transparent);
  -webkit-mask-size: 300% 100%;
  mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(transparent));
  mask-image: linear-gradient(to right, transparent, #fff, transparent);
  mask-size: 300% 100%;
  -webkit-animation: clip-fade 1s alternate;
          animation: clip-fade 1s alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes clip-fade {
  100% {
    -webkit-mask-position: right;
    mask-position: right;
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    -webkit-mask-image: linear-gradient(to right, #fff, #fff);
            mask-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
            mask-image: linear-gradient(to right, #fff, #fff);
  }
}

@keyframes clip-fade {
  100% {
    -webkit-mask-position: right;
    mask-position: right;
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    -webkit-mask-image: linear-gradient(to right, #fff, #fff);
            mask-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
            mask-image: linear-gradient(to right, #fff, #fff);
  }
}

body#web #site-progress .progress-wrapper {
  margin: 15px 0;
}

body#web #site-progress .progress-wrapper h4 {
  color: #26777B;
}

body#web #site-progress .img-wrapper {
  overflow: hidden;
  margin: 10px 0;
}

body#web #site-progress .img-wrapper .animation-img {
  position: relative;
  -webkit-animation: animation-img-reverse 1s;
          animation: animation-img-reverse 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

body#web #site-progress .img-wrapper .animation-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

body#web #site-progress .img-wrapper .animation-img:hover {
  -webkit-animation: animation-img 1s;
          animation: animation-img 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes animation-img-reverse {
  0% {
    right: 20px;
  }
  100% {
    right: 0;
  }
}

@keyframes animation-img-reverse {
  0% {
    right: 20px;
  }
  100% {
    right: 0;
  }
}

@-webkit-keyframes animation-img {
  0% {
    right: 0;
  }
  100% {
    right: 20px;
  }
}

@keyframes animation-img {
  0% {
    right: 0;
  }
  100% {
    right: 20px;
  }
}

body#web #site-progress .modal {
  -webkit-backdrop-filter: brightness(0.4);
          backdrop-filter: brightness(0.4);
}

body#web #site-progress .modal .modal-dialog {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

body#web #site-progress .quarter-wrapper {
  margin-bottom: 80px;
}

body#web .loading {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2000;
  top: 0px;
  left: 0px;
}

@media screen and (min-width: 821px) {
  body#web .zoomImg {
    display: none !important;
  }
}

body#web .t-50 {
  top: 50px;
}

body#web .social-media {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

body#web .social-media ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

body#web .social-media ul .social-item {
  margin-bottom: 20px;
}

body#web .social-media ul .social-item img {
  width: 40px;
}

body#web .pool-wrapper {
  position: relative;
  bottom: 0px;
  left: 0px;
  height: 50%;
  width: 100%;
  background-image: url("../assets/img/home/pool.png");
  background-size: cover;
  background-position: center top;
}

body#web .pool-wrapper .water {
  position: relative;
  bottom: 0px;
  left: 0px;
  height: 50%;
  width: 100%;
  background-image: url("../assets/img/home/pool-mask.png");
  background-size: cover;
  background-position: center top;
  -webkit-filter: url("#turbulence");
          filter: url("#turbulence");
}

body#web .segment {
  width: 100%;
  position: relative;
}

body#web .justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

body#web .pt-50 {
  padding-top: 50px !important;
}

body#web .pt-100 {
  padding-top: 100px !important;
}

body#web .pl-190 {
  padding-left: 190px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body#web .pl-190 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#web .pl-190 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  body#web .pl-190 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#web .pl-190 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  body#web .pl-190 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

table.dataTable tr th.select-checkbox.selected::after {
  content: "\2714";
  margin-top: -11px;
  margin-left: -4px;
  text-align: center;
  text-shadow: #b0bed9 1px 1px, #b0bed9 -1px -1px, #b0bed9 1px -1px, #b0bed9 -1px 1px;
}

.js-cookie-consent {
  background-color: #42e45459;
  padding: 10px;
  text-align: center;
}

.js-cookie-consent button {
  background-color: aliceblue;
  border: none;
  border-radius: 5px;
  padding: 10px;
  margin-left: 20px;
}

.dataTable .selected {
  background-color: #b7f7e4 !important;
}

body#backend {
  position: relative;
}

.box-tools .breadcrumb {
  background-color: #fff;
  margin-bottom: 0px !important;
}

.box-tools .breadcrumb a {
  background-color: #3c8dbc;
  margin-left: 10px;
  color: #fff;
  padding: 10px;
}
