@keyframes ic-nose {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@font-face {
  font-family: "TisaSansPro";
  font-weight: 300;
  font-style: normal;
  src: url("_fonts/TisaSansPro-Light.woff2") format("woff2");
}
@font-face {
  font-family: "TisaSansPro";
  font-weight: 300;
  font-style: italic;
  src: url("_fonts/TisaSansPro-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "TisaSansPro";
  font-weight: 400;
  font-style: normal;
  src: url("_fonts/TisaSansPro-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "TisaSansPro";
  font-weight: 500;
  font-style: normal;
  src: url("_fonts/TisaSansPro-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "TisaSansPro";
  font-weight: 700;
  font-style: normal;
  src: url("_fonts/TisaSansPro-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "TisaSansPro";
  font-weight: 900;
  font-style: normal;
  src: url("_fonts/TisaSansPro-BlackItalic.woff2") format("woff2");
}
body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, .h1, .h2, .h3 {
  margin: 0;
  font-weight: 900;
  line-height: 1.15;
}

h3, .h3 {
  font-size: 26px;
}

.bold, strong, b {
  font-weight: 900;
}

.italic, i {
  font-style: italic;
}

.fs-large {
  font-size: 24px;
}

.fs-small {
  font-size: 16px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.f-btn {
  display: inline-block;
  padding: 8px 30px;
  font-size: 16px;
  font-weight: 900;
  color: #BEF6A5;
  background-color: #005B5C;
  border: 2px solid #005B5C;
  border-radius: 30px;
  transition: 0.3s ease;
  cursor: pointer;
}
.f-btn:hover {
  color: #005B5C;
  background-color: transparent;
}

@media (max-width: 991.98px) {
  h3, .h3 {
    font-size: 20px;
  }
}

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