@font-face {
  font-display: swap;
  font-family: TacticSans;
  font-style: normal;
  font-weight: 100;
  src: url(/site/templates/fonts/TacticSans.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: TacticSans;
  font-style: normal;
  font-weight: 200;
  src: url(/site/templates/fonts/TacticSans.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: TacticSans;
  font-style: normal;
  font-weight: 300;
  src: url(/site/templates/fonts/TacticSans.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: TacticSans;
  font-style: normal;
  font-weight: 400;
  src: url(/site/templates/fonts/TacticSans.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: TacticSans;
  font-style: normal;
  font-weight: normal;
  src: url(/site/templates/fonts/TacticSans.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: TacticSans;
  font-style: normal;
  font-weight: 500;
  src: url(/site/templates/fonts/TacticSans.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: TacticSans;
  font-style: normal;
  font-weight: 600;
  src: url(/site/templates/fonts/TacticSans.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: TacticSans;
  font-style: normal;
  font-weight: 700;
  src: url(/site/templates/fonts/TacticSans.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: TacticSans;
  font-style: normal;
  font-weight: bold;
  src: url(/site/templates/fonts/TacticSans-Bold.woff2) format("woff2");
}

:root {
  --f-header-height: 60px;
  --carousel-item-auto-size: 320px;
  --z-index-header: 4;
  --btn-font-size: 0.85em;
  --thumbslide-thumbnail-auto-size: 50px;
}

.prod-card__img-link {
  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: center;
}

.prod-card__img-link figure {
  width: 70px;
  height: 70px;
}

.mega-nav--mobile .mega-nav__sub-item {
  border-bottom: none;
}

.mega-nav--mobile .mega-nav__item {
  border-bottom: 1px solid var(--color-primary);
}

.float-nav-header__link {
  text-transform: capitalize;
  letter-spacing: normal;
}

.btns__btn {
  border-radius: var(--radius-xl);

  background-color: var(--color-accent);

  color: white;

  text-decoration: none;
}

.btns__btn:hover:not(.btns__btn--selected) {
  background-color: var(--color-accent-dark);
}

.thumbslide__nav-item img {
  border-radius: var(--radius-md);
}

.thumbslide__nav-item--active::after {
  border-radius: var(--radius-md);
}

.tooltip-trigger {
  white-space: wrap;
  border-bottom: none;
}

.tooltip--chips {
  font-size: 0.7em;
  vertical-align: super;
  text-transform: none;
  font-weight: 600;
}

.carousel__item-custom {
  margin-right: var(--space-md);
}

.carousel__item--product {
  --carousel-item-auto-size: 350px;
}

.hide-nav {
  top: -1px;
}

.product-link--custom .link-fx-1::before {
  display: none;
}

.product-link--custom:hover .icon circle {
  stroke-dashoffset: 200;
  transition: stroke-dashoffset 0.2s 0.1s;
}

.product-link--custom:hover .icon line {
  transform: rotate(-180deg);
}

.product-link--custom:hover .icon line:last-child {
  transform: rotate(180deg);
}

.product-link--custom .link-fx-1 .icon {
  position: static;
  transform: translateX(0%) rotate(90deg);
}

.product-link--custom .link-fx-1 {
  height: auto;
  padding: 0;
}

.image-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent); */
  z-index: 3;
  border-radius: var(--radius-xl);
}

.slideshow--ratio-custom .slideshow__item {
  height: 0;
  padding-bottom: 64.25%;
}

.slideshow--ratio-custom-material .slideshow__item {
  height: 0;
  padding-bottom: 81.25%;
}

.mega-nav--expanded {
  background-color: var(--color-primary);
}

.mega-nav--desktop .mega-nav__sub-nav,
.mega-nav--desktop .mega-nav__search-inner {
  padding: var(--space-lg) 0;
}

.mega-nav--desktop .mega-nav__sub-nav-wrapper {
  background-color: var(--color-bg-light);
  height: calc(100vh - var(--mega-nav-height));
  max-height: none;
}

.mega-nav--desktop .mega-nav__tabs-controls > :not(:last-child) {
  border-bottom: none;
}

.mega-nav__logo {
  height: auto;
  width: auto;
}

.mega-nav__logo img {
  height: 60px;
  width: auto;
}

.mega-nav--desktop .mega-nav__control {
  color: white;
}

.mega-nav--desktop .mega-nav__control:hover {
  background-color: hsla(
    var(--color-contrast-higher-h),
    var(--color-contrast-higher-s),
    var(--color-contrast-higher-l),
    0.2
  );
}

.mega-nav--desktop .mega-nav__nav-inner {
  justify-content: center;
}

.mega-nav--desktop .mega-nav__tabs-img {
  border-radius: var(--radius-xl);
}

.mega-nav--mobile .mega-nav__nav,
.mega-nav--mobile .mega-nav__search {
  background-color: var(--color-bg-dark);
}

.mega-nav--desktop .mega-nav__tabs-control:hover,
.mega-nav--desktop .mega-nav__tabs-control[aria-selected="true"] {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.mega-nav--desktop .mega-nav__control::after {
  display: none;
}

.mega-nav--desktop .mega-nav__item--expanded .mega-nav__control {
  background-color: hsla(
    var(--color-contrast-higher-h),
    var(--color-contrast-higher-s),
    var(--color-contrast-higher-l),
    0.2
  );
}

.mega-nav__label {
  color: var(--color-primary);
}

.card-v5 {
  background-color: var(--color-accent);
}

.table--expanded {
  border-bottom: 1px solid var(--color-primary);
}

.table--expanded .table__header .table__cell {
  border-bottom: 1px solid var(--color-primary);
}

.table--expanded .table__body .table__row:nth-child(odd) {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.table:not(.table--expanded) .table__row .table__cell:first-child {
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
}

.table:not(.table--expanded) .table__row .table__cell:last-child {
  border-radius: 0 0 var(--radius-xl) var(--radius-xl);
}

.form-mask {
  background-color: rgba(255, 255, 255, 0.7);
}

.footer-v5 {
  background-color: var(--color-primary);
}

.footer-v5__link {
  color: var(--color-white);
}

.footer-v5__link:hover {
  color: var(--color-bg-dark);
}

.footer-v5 .f-header__item {
  border-bottom: none;
}

.f-header__link--icon {
  color: var(--color-white);
}

.font-semibold h1,
.font-semibold h2,
.font-semibold h3,
.font-semibold h4 {
  font-weight: 600;
}

.color-white,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white p,
.color-white a,
.color-white button {
  color: hsla(
    var(--color-white-h),
    var(--color-white-s),
    var(--color-white-l),
    var(--color-o, 1)
  ) !important;
}

.aspect-ratio-custom {
  --aspect-ratio: calc(16 / 9);
  position: relative;
  height: 0;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}
.icon-custom-size {
  --size: 1.5em;
}
.prop-table__cell--right {
  text-align: right;
}
.tab-features__control {
  padding: var(--space-sm) var(--space-md) var(--space-sm) var(--space-sm);
}
.icon-size-custom {
  height: 0.8em;
  width: 0.8em;
}
.prop-table__cell {
  padding: var(--space-xxs) var(--space-xxs) var(--space-xxs) 0;
}
.feature-v8__main-content {
  padding-bottom: var(--space-xl);
}

.footer-v4__nav-item a {
  text-decoration: none;
  font-size: 1rem;
  transition: ease 0.3s;
}
.footer-v4__socials > .f-header__item {
  border-bottom: none;
}
.footer-v4__socials > .f-header__item .f-header__link--icon {
  color: var(--color-contrast-higher);
}
.footer-v4__socials > .f-header__item .f-header__link--icon:hover {
  color: var(--color-contrast-high);
}
.footer-v4__nav-item a:hover {
  color: var(--color-contrast-high);
}
.footer-v4__nav-item a {
  color: var(--color-contrast-higher);
}

.tab-features__control::before {
  content: none;
  font-size: var(--text-xs);
  display: block;
  color: var(--color-contrast-low);
  margin-bottom: var(--space-xxxxs);
}

.mega-nav__container {
  width: calc(100% - 2 * var(--component-padding));
  height: 100%;
  max-width: var(--max-width-xxl);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn {
  padding-top: var(--space-xxxs);
  padding-bottom: var(--space-xxxs);
  padding-left: var(--space-xxs);
  padding-right: var(--space-xxs);
}

.maps-custom {
  height: 100%;
}

.border-bricks-custom {
  border: 3px solid rgb(114, 114, 114);
}

.color-white-custom {
  color: var(--color-white);
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black,
    1px 1px 0 black;
}

@media (min-width: 80rem) {
  .feature-v9__block {
    min-height: 600px;
  }
}
.loop-slideshow-v2__control .icon {
  --size: 48px;
}
.carousel__control {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.carousel__control:hover {
  background-color: var(--color-primary-darker);
}
.custom-footer-hover-link {
  transition: 0.5s;
  color: var(--color-contrast-higher);
}
.custom-footer-hover-link:hover {
  color: var(--color-contrast-high);
}
.slideshow__height {
  height: calc(100vh - 106px);
}
.custom-map > iframe {
  width: calc(50vw - var(--component-padding));
}

.pre-header {
  background-color: var(--bg-contrast-darker);
}
.footer-v4__print {
  color: var(--color-contrast-higher);
}

.custom-figure {
  --aspect-ratio: 16 / 9;
  position: relative;
  height: 0;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}

.padding-custom {
  padding-top: 60px;
  padding-left: 300px;
}

.link-fx-custom {
  padding: 8px 6px 0 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.link-fx-custom:hover {
  padding: 8px 6px 0 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: var(--shadow-sm);
  border-radius: var(--radius-lg);
  background-color: var(--color-bg);
}

.link-fx-1-custom {
  color: var(--color-white, hsl(250, 84%, 54%));
  text-decoration: none;
}

.tbl__cell-custom {
  padding: var(--space-xxs);
}

.loop-slideshow-v2__navigation {
  display: none;
}

@media (max-width: 767px) {
  .aspect-ratio-custom {
    --aspect-ratio: 9 / 14;
  }

  .feature-v9__block {
    min-height: 465px;
  }
}

@media (max-width: 1023px) {
  .pre-header {
    display: none;
  }

  .mega-nav__logo img {
    height: 45px;
  }

  .map__dealers-list-wrapper .f-header__item {
    border-bottom: none;
  }
  .slideshow__height {
    height: calc(100vh - 60px);
  }
  .contact-map-custom {
    height: 300px;
  }
  .map__dealers-list-wrapper {
    width: 100%;
    margin: 0;
    max-width: none;
  }
  .map-container {
    height: auto;
  }
  .maps-custom {
    height: 250px;
  }

  .mega-nav--mobile .mega-nav__label {
    margin: var(--space-xs) 0 var(--space-xs);
  }
}
@media (min-width: 64rem) {
  .dropdown__menu {
    width: max-content;
    top: 100%;
  }

  .dropdown__menu .mega-nav__sub-link {
    width: 100%;
    display: inline-flex;
    padding: var(--space-xs);
    padding-left: var(--space-sm);
    padding-right: var(--space-sm);
    font-size: var(--text-sm);
  }

  .dropdown__menu .mega-nav__sub-link:hover {
    background-color: hsla(
      var(--color-contrast-higher-h),
      var(--color-contrast-higher-s),
      var(--color-contrast-higher-l),
      0.075
    );
  }

  .dropdown__menu .mega-nav__sub-item:not(:last-child) {
    margin-bottom: 0px;
  }

  .mega-nav__tabs-controls-custom {
    position: sticky;
    top: var(--space-lg);
  }
  .product-column-height {
    min-height: 544.4px;
  }
  .map-container {
    height: 600px;
  }
  .feature-v3__media-wrapper {
    height: 600px;
  }
}
@media (max-width: 1395px) {
  .mega-nav--desktop .mega-nav__control {
    padding: 0 var(--space-sm);
  }
}
@media (max-width: 1254px) {
  .mega-nav--desktop .mega-nav__control {
    padding: 0 var(--space-xs);
  }
}

.paragraph {
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.flex_v2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 75%;
}

/* .dark-mask::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
    z-index: 3;
} */

.dark-mask::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  pointer-events: none;
}

.slideshow__control--custom {
  position: static;
}

.slideshow--ratio-custom_v2 .slideshow__item {
  height: 0;
  padding-bottom: 42.188%;
}

.slideshow__btn .icon_v2 {
  color: hsl(0, 0%, 100%);
}

.icon_v2 {
  color: hsl(0, 0%, 100%);
}

.slideshow__btn-custom {
  color: #000;
}

/* .carousel__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: max-content;
} */