@import url(https://use.typekit.net/zzw4eur.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";
}

/**/
/**/
/**/
[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;
  }
}
::-moz-selection {
  color: #fff;
  background: #00a859;
  opacity: 1;
}

::selection {
  color: #fff;
  background: #00a859;
  opacity: 1;
}

/**/
@property --a {
  syntax: "<angle>";
  inherits: false;
  initial-value: 180deg;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
    --a: 180deg;
  }
  15% {
    background-position: 20% 100%;
    --a: 150deg;
  }
  50% {
    background-position: 10% 40%;
    --a: 210deg;
  }
  75% {
    background-position: 20% 60%;
    --a: 150deg;
  }
  100% {
    background-position: 0% 50%;
    --a: 180deg;
  }
}
.page-wrapper {
  position: relative;
  overflow: hidden;
  height: 100vh;
  height: 100svh;
  padding: 3vw 0;
  background: linear-gradient(var(--a), #004525 0%, #00a859 100%);
  background-size: 200% 200%;
  background-position: 0% 50%;
  animation: gradient 25s ease-in-out infinite;
}

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

.text-soon {
  font-size: calc(1.275rem + 0.4vmin);
  font-weight: 800;
  color: #fff;
}
@media (min-width: 900px) and (min-height: 900px) {
  .text-soon {
    font-size: 1.5rem;
  }
}

.text-contact {
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
}
.text-contact b {
  font-weight: 700;
}

.link-opacity {
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
.link-opacity:hover {
  opacity: 0.5;
}

@media only screen and (min-width: 992px) {
  @keyframes gradient {
    0% {
      background-position: 50% 0%;
      --a: 70deg;
    }
    15% {
      background-position: 100% 20%;
      --a: 120deg;
    }
    50% {
      background-position: 20% 0%;
      --a: 100deg;
    }
    75% {
      background-position: 0% 15%;
      --a: 80deg;
    }
    100% {
      background-position: 50% 0%;
      --a: 70deg;
    }
  }
  .logo {
    width: 300px;
  }
}

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