h1, h2, h3, h4, h5, h6 {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@font-face {
  font-family: AudiType;
  font-stretch: 100%;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/AudiTypeVF.woff2) format("woff2-variations"), url(../fonts/AudiType-Normal.woff2) format("woff2"), url(../fonts/AudiType-Normal.woff) format("woff");
}
@font-face {
  font-family: AudiType;
  font-stretch: 100%;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/AudiTypeVF.woff2) format("woff2-variations"), url(../fonts/AudiType-Bold.woff2) format("woff2"), url(../fonts/AudiType-Bold.woff) format("woff");
}
@font-face {
  font-family: AudiType;
  font-stretch: 100%;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/AudiType-Italic.woff2) format("woff2"), url(../fonts/AudiType-Italic.woff) format("woff");
}
@font-face {
  font-family: AudiType;
  font-stretch: 100%;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/AudiType-BoldItalic.woff2) format("woff2"), url(../fonts/AudiType-BoldItalic.woff) format("woff");
}
@font-face {
  font-family: AudiTypeExtended;
  font-stretch: 130%;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/AudiTypeVF.woff2) format("woff2-variations"), url(../fonts/AudiType-ExtendedBold.woff2) format("woff2"), url(../fonts/AudiType-ExtendedBold.woff) format("woff");
}
@font-face {
  font-family: AudiTypeExtended;
  font-stretch: 130%;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/AudiTypeVF.woff2) format("woff2-variations"), url(../fonts/AudiType-ExtendedNormal.woff2) format("woff2"), url(../fonts/AudiType-ExtendedNormal.woff) format("woff");
}
@font-face {
  font-family: AudiTypeExtended;
  font-stretch: 130%;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/AudiType-ExtendedItalic.woff2) format("woff2"), url(../fonts/AudiType-ExtendedItalic.woff) format("woff");
}
@font-face {
  font-family: AudiTypeExtended;
  font-stretch: 130%;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/AudiType-ExtendedBoldItalic.woff2) format("woff2"), url(../fonts/AudiType-ExtendedBoldItalic.woff) format("woff");
}
@font-face {
  font-family: AudiTypeWide;
  font-stretch: 105%;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/AudiTypeVF.woff2) format("woff2-variations"), url(../fonts/AudiType-WideBold.woff2) format("woff2"), url(../fonts/AudiType-WideBold.woff) format("woff");
}
@font-face {
  font-family: AudiTypeWide;
  font-stretch: 105%;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/AudiTypeVF.woff2) format("woff2-variations"), url(../fonts/AudiType-WideNormal.woff2) format("woff2"), url(../fonts/AudiType-WideNormal.woff) format("woff");
}
@font-face {
  font-family: AudiTypeWide;
  font-stretch: 105%;
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(../fonts/AudiType-WideLight.woff2) format("woff2"), url(../fonts/AudiType-WideLight.woff) format("woff");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

html {
  font-size: 16px !important;
  letter-spacing: 0 !important;
  font-family: "AudiType";
}

@media only screen and (max-width: 1300px) {
  html {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 959px) {
  html {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 639px) {
  html {
    font-size: 16px !important;
  }
}
/**************
*NEW STYLINGS *
**************/
a.uk-button-text {
  font-size: 0.75rem;
}
a.uk-button-text::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' aria-hidden='true'%3E%3Cpolyline fill='none' stroke='%23000' stroke-width='1.03' points='7 4 13 10 7 16'%3E%3C/polyline%3E%3C/svg%3E");
  background-position: right;
}
a.uk-button-text:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' aria-hidden='true'%3E%3Cpolyline fill='none' stroke='%23000' stroke-width='1.03' points='7 4 13 10 7 16'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-position: 250% 50% !important;
}

.uk-card-secondary .fs-grid-image-holder.uk-card-media-top {
  position: relative;
}
.uk-card-secondary .fs-grid-image-holder.uk-card-media-top::before {
  width: 100%;
  position: absolute;
  height: 30%;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: 123;
  content: "";
  bottom: 0;
  left: 0;
}
.uk-card-secondary a.uk-button-text {
  font-size: 0.75rem;
}
.uk-card-secondary a.uk-button-text::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' aria-hidden='true'%3E%3Cpolyline fill='none' stroke='%23FFF' stroke-width='1.03' points='7 4 13 10 7 16'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-position: right;
}
.uk-card-secondary a.uk-button-text:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' aria-hidden='true'%3E%3Cpolyline fill='none' stroke='%23FFF' stroke-width='1.03' points='7 4 13 10 7 16'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-position: 250% 50% !important;
}

.el-slidenav svg {
  width: 7px;
}

.uk-button {
  max-width: 100%;
}



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