@import url(https://use.typekit.net/cqj3iea.css);
@font-face {
    font-family: "icons";
    src: url(../fonts/icons.eot?22f819fe585dfbbedeb4eb236924e1cd#iefix) format("embedded-opentype"),
url(../fonts/icons.woff2?dba568cca5cd9630d694277f2c584666) format("woff2"),
url(../fonts/icons.woff?70c22318aab37698a7887d73ff5cc40e) format("woff");
}

i[class^="icon-"]:before, i[class*=" icon-"]:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
    content: "\f101";
}
.icon-css-icons:before {
    content: "\f102";
}
.icon-envelope:before {
    content: "\f103";
}
.icon-facebook:before {
    content: "\f104";
}
.icon-instagram:before {
    content: "\f105";
}
.icon-linkedin:before {
    content: "\f106";
}
.icon-phone:before {
    content: "\f107";
}
.icon-pinterest:before {
    content: "\f108";
}
.icon-youtube:before {
    content: "\f109";
}

@font-face {
  font-family: "Cotta";
  src: url(../fonts/Cotta-Regular.woff2?ecd7648685ec53672bff213cd3c71e1e) format("woff2"), url(../fonts/Cotta-Regular.woff?f0fe66e1fe9c6bdf99357bd04aad22dd) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**/
/**/
/**/
[v-cloak] {
  display: none !important;
}

a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}

a {
  transition: color 250ms ease-in-out;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container-fluid {
  max-width: 1720px;
  padding-left: 5%;
  padding-right: 5%;
}

@media only screen and (min-width: 992px) {
  .container-fluid-lg-align-left {
    padding-left: calc((100vw - 1720px) / 2 + 5%) !important;
    margin-right: 0px;
  }
  .container-fluid-lg-align-left div[class^=col-],
  .container-fluid-lg-align-left div[class*=" col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 20px;
  z-index: -1;
}
.footer::before {
  content: "";
  display: block;
  position: absolute;
  left: 2vw;
  right: 2vw;
  bottom: 2vw;
  background-color: #f9f7f4;
  height: 165px;
}

.copyrights {
  position: relative;
  font-family: Arial;
  font-size: 0.5625rem;
  letter-spacing: 0.27px;
  color: #000;
  text-align: center;
}
.copyrights span {
  opacity: 1;
}
.copyrights a {
  position: relative;
  color: #000;
  opacity: 1;
  transition: color 250ms ease-out;
}
.copyrights a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 0%;
  height: 1px;
  background: #e4c8a6;
  transition: all 250ms ease-out;
}
.copyrights a:hover {
  color: #e4c8a6;
}
.copyrights a:hover::after {
  width: 100%;
}

@media only screen and (max-height: 640px) {
  .footer {
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .copyrights {
    text-align: right;
  }
}
::-moz-selection {
  color: #fff;
  background: #1a1818;
  opacity: 1;
}

::selection {
  color: #fff;
  background: #1a1818;
  opacity: 1;
}

/**/
.page-wrapper {
  position: relative;
  overflow: hidden;
  height: 100vh;
  height: 100svh;
  padding: 3vw 0;
  min-height: 640px;
}

.logo {
  width: 100%;
  max-width: 130px;
}

.text-soon {
  font-size: calc(1.5rem + 4vmin);
  font-weight: 400;
  color: #000;
  font-family: Cotta, serif;
  line-height: 1;
}
@media (min-width: 900px) and (min-height: 900px) {
  .text-soon {
    font-size: 3.75rem;
  }
}

.contact-links {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.contact-links li {
  margin-left: 20px;
  margin-right: 20px;
}
.contact-links li a {
  color: #1a1818;
  transition: color 250ms ease-in-out;
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
}
.contact-links li a:hover {
  color: #e4c8a6;
}

@media only screen and (min-width: 768px) {
  .contact-links {
    justify-content: flex-start;
  }
  .contact-links li {
    margin-left: 0px;
    margin-right: 40px;
  }
  .contact-links li:last-child {
    margin-right: 0px;
  }
}

/*# sourceMappingURL=styles.css.map*/