/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.productBoxTitle {
    line-height: 34px; }
.productBoxTitle span {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.4em;
    color: #777; }
.productBoxTitle:before {
    display: none; }

.productBoxesWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
.productBoxesWrap.fullLength {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
.productBoxesWrap.fullLength:before {
    display: none; }
.productBoxesWrap .productBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px; }
.productBoxesWrap .productBox.boxCenter .productBoxImageWrap {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
.productBoxesWrap .productBox.boxCenter .boxCenterAlignment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.productBoxesWrap .productBox.boxCenter .boxCenterAlignment .boxCenterInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px; }
.productBoxesWrap .productBox:hover, .productBoxesWrap .productBox:focus {
    cursor: default; }
.productBoxesWrap .productBox:hover .productBoxImageWrap img, .productBoxesWrap .productBox:focus .productBoxImageWrap img {
    scale: 0.9;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
.productBoxesWrap .newProductTag {
    background: #ffed00;
    padding: 5px 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #222;
    font-size: 0.8rem;
    border-radius: 20px;
    display: inline-block;
    line-height: 18px;
    height: 26px;
    margin-right: auto;
    text-transform: uppercase; }
.productBoxesWrap h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: black; }
.productBoxesWrap h4 span {
    font-weight: normal; }
.productBoxesWrap .productBoxImageWrap {
    background: #f7f7f7; }
.productBoxesWrap .productBoxImageWrap img {
    scale: 0.8;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
.productBoxesWrap .productDesc {
    margin: 20px 0;
    min-height: 48px; }
.productBoxesWrap .productExtras {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f7f7f7;
    font-weight: bold; }
.productBoxesWrap .productExtras .extra {
    padding: 10px 30px; }
.productBoxesWrap .productExtras span.extra {
    background: #ffed00;
    font-weight: bold;
    letter-spacing: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 44px;
    width: 100%; }
.productBoxesWrap .productExtras .colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0; }
.productBoxesWrap .productExtras .colors .color {
    padding: 10px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.colorCircle {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    margin-right: 10px;
    margin-bottom: 5px; }

.productsHorizontalDivider {
    height: 4px;
    background: #222;
    width: 100%; }

@media (min-width: 768px) {
    .productBoxesWrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
    .productBoxesWrap .boxLeft {
        padding-right: 40px; }
    .productBoxesWrap .boxRight {
        padding-left: 40px; }
    .productBoxesWrap:before {
        content: '';
        height: 100%;
        background: #222;
        position: absolute;
        width: 4px;
        left: calc(50% - 2px);
        top: 0; }
    .productBoxesWrap.fullLength .productBox.boxCenter .boxCenterAlignment {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
    .productBoxesWrap.fullLength .productBox.boxCenter .boxCenterAlignment .productBoxImageWrap {
        width: 50%; }
    .productBoxesWrap.fullLength .productBox.boxCenter .boxCenterAlignment .boxCenterInfo {
        width: 50%;
        padding-left: 40px;
        margin-top: 0; } }

@media (min-width: 576px) and (max-width: 767px) {
    .productBoxesWrap .productExtras span.extra {
        width: auto; } }

@media (min-width: 1200px) {
    .productBoxesWrap .productExtras span.extra {
        width: auto; } }

.riserDisplay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.riserDisplay img {
    width: 100%; }
.riserDisplay h4 {
    color: white; }
.riserDisplay .riserPic {
    width: 100%; }
.riserDisplay .riserPic img {
    width: 100%;
    display: none;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all; }
.riserDisplay .riserInfo {
    width: 100%; }
.riserDisplay .riserIntro img {
    height: 60px;
    width: auto; }
.riserDisplay .riserUSP ul {
    padding-left: 20px; }
.riserDisplay .riserUSP ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: 10px; }
.riserDisplay .riserUSP ul li:before {
    content: '';
    width: 8px;
    height: 100%;
    left: -20px;
    top: calc(50% - 50%);
    background-color: #ffed00;
    position: absolute;
    vertical-align: middle; }
.riserDisplay img.active {
    display: block;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s; }
.riserDisplay .dropdown {
    width: 100%;
    border: 1px solid;
    font-weight: bold;
    text-transform: uppercase; }
.riserDisplay .nav-pills > li > a {
    border-radius: 0; }
.riserDisplay .dropdown > a {
    color: #222; }
.riserDisplay .dropdown-menu {
    width: 100%; }

.riserSpecsTable {
    border: 2px solid #777;
    width: 100%; }
.riserSpecsTable tr {
    border-bottom: 1px solid #777; }
.riserSpecsTable th {
    font-family: 'industry', sans-serif;
    font-size: 1.2em;
    font-weight: 100;
    text-align: right;
    padding: 5px 10px; }
.riserSpecsTable td {
    padding: 5px 10px; }

select.riserColors {
    display: block;
    height: 30px;
    width: 50%;
    border-radius: 5px;
    background-color: #222;
    margin-bottom: 30px;
    border: 1px solid #777;
    border-radius: 0px;
    color: white;
    text-transform: uppercase;
    width: 100%; }
select.riserColors:focus {
    outline: none; }
select.riserColors .dropdownOpt {
    background-color: transparent;
    position: relative; }
select.riserColors .dropdownOpt:hover, select.riserColors .dropdownOpt:focus {
    background-color: red; }

@media (min-width: 768px) {
    .riserDisplay {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-top: 100px; }
    .riserDisplay .riserPic {
        width: 50%; }
    .riserDisplay .riserInfo {
        width: 50%; } }

a.productListHover {
    display: block; }
a.productListHover:hover .productList:before, a.productListHover:focus .productList:before {
    right: -12px;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
a.productListHover:hover .productList:after, a.productListHover:focus .productList:after {
    opacity: 1;
    right: 20px;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }

.productList {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 2px;
    border: 2px solid #777;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden; }
.productList:before {
    content: '';
    display: block;
    background: #ffed00;
    position: absolute;
    top: 0;
    right: -30%;
    width: 30%;
    height: 100%;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
.productList:after {
    content: '\2192';
    display: block;
    position: absolute;
    color: #222;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    bottom: 10px;
    right: 50px;
    opacity: 0; }
.productList span.process {
    background: #ffed00;
    display: block;
    border-radius: 50px;
    font-weight: bold;
    color: #222;
    padding: 3px 15px;
    text-transform: uppercase;
    margin: 0 auto 0 0;
    font-size: 0.8em; }
.productList h3 {
    color: white;
    margin-bottom: 0; }
.productList p {
    color: #ccc;
    font-size: 0.8em;
    margin-bottom: 0; }
/** PRODUCT CARDS --**/
.productCardHover {
    display: block;
    margin-top: 50px; }
.productCardHover.newProduct:after {
    content: 'NEW!';
    background: #ffed00;
    color: black;
    position: absolute;
    right: 0;
    width: auto;
    height: 40px;
    top: 10px;
    padding: 5px 35px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    line-height: 30px;
    font-weight: bold; }

.productCardWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border: 2px solid #777;
    border-radius: 2px;
    padding: 20px; }

.productCardImage {
    width: 150px;
    margin-top: -20px;
    overflow: hidden;
    height: 228px;
    position: relative; }

.productCardDetails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 50px 0;
    margin: 0 auto;
    padding-left: 20px; }
.productCardDetails h3 {
    color: white;
    margin-bottom: 0; }
.productCardDetails p {
    color: #ccc;
    font-size: 0.8em;
    margin-bottom: 0; }

span.process {
    background: #ffed00;
    display: block;
    border-radius: 50px;
    font-weight: bold;
    color: #222;
    padding: 3px 15px;
    text-transform: uppercase;
    margin: 0 auto 0 0;
    font-size: 0.8em; }

.cardProductImg {
    opacity: 0;
    position: absolute;
    bottom: 0; }

.productCardHover:hover .productCardImage .cardProductImg, .productCardHover:focus .productCardImage .cardProductImg {
    opacity: 1;
    width: 100px; }

.riser-native-select-hidden {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0; }

.riser-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }

.riser-dropdown-wrap {
    position: relative;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px; }
.riser-dropdown-wrap button {
    background: #222;
    color: white;
    outline: none; }

.riser-color-select {
    position: relative;
    width: 100%;
    margin-bottom: 20px; }
.riser-color-select.is-open .riser-color-select__panel {
    display: block; }
.riser-color-select.is-open .riser-color-select__caret {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.riser-color-select__trigger {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.3;
    text-align: left; }
.riser-color-select__trigger-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    min-width: 0; }
.riser-color-select__trigger-text {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
.riser-color-select__caret {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
.riser-color-select__panel {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    z-index: 1000;
    width: 100%;
    max-height: 360px;
    overflow: auto;
    background: #222;
    border: 1px solid #ccc;
    border-radius: 12px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    padding: 8px;
    display: none; }
.riser-color-select__group {
    padding: 4px 0; }
.riser-color-select__group + .riser-color-select__group {
    border-top: 1px solid #777;
    margin-top: 6px;
    padding-top: 10px; }
.riser-color-select__group-label {
    font-size: 1rem;
    font-weight: 700;
    color: #777;
    padding: 6px 10px;
    font-family: 'industry', sans-serif; }
.riser-color-select__option {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border: 0;
    background: transparent;
    border-radius: 8px;
    padding: 10px;
    text-align: left;
    cursor: pointer;
    font-size: 14px; }
.riser-color-select__option:hover, .riser-color-select__option.is-focused {
    background: #ffed00;
    color: black;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
.riser-color-select__option[aria-selected="true"] {
    background: black;
    color: white; }
.riser-color-select__option.is-disabled {
    opacity: 0.5;
    cursor: not-allowed; }
.riser-color-select__option-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    min-width: 0; }
.riser-color-select__option-text {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
.riser-color-select__swatches {
    position: relative;
    width: 28px;
    height: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px; }
.riser-color-select__swatch {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    position: absolute;
    top: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
.riser-color-select__swatch--single {
    left: 7px; }
.riser-color-select__swatch--first {
    left: 1px; }
.riser-color-select__swatch--second {
    left: 13px; }
/** PRODUCT COLORS **/
.colorBrass {
    background: #e1c964; }

.colorBlack {
    background: #000; }

.colorGray {
    background: #ccc; }

.colorBlackGray {
    background: -o-linear-gradient(135deg, #000 50%, #ccc 50%);
    background: linear-gradient(-45deg, #000 50%, #ccc 50%); }

.colorBrown {
    background: #8e4d21; }

.colorWhiteGray {
    background: -o-linear-gradient(135deg, #fff 50%, #ccc 50%);
    background: linear-gradient(-45deg, #fff 50%, #ccc 50%); }

.colorOrangeGray {
    background: -o-linear-gradient(135deg, #ff7c00 50%, #ccc 50%);
    background: linear-gradient(-45deg, #ff7c00 50%, #ccc 50%); }

.colorGreenGray {
    background: -o-linear-gradient(135deg, #24c063 50%, #ccc 50%);
    background: linear-gradient(-45deg, #24c063 50%, #ccc 50%); }

.colorBlueGray {
    background: -o-linear-gradient(135deg, #1373c6 50%, #ccc 50%);
    background: linear-gradient(-45deg, #1373c6 50%, #ccc 50%); }

.colorPurpleGray {
    background: -o-linear-gradient(135deg, #ae0fc5 50%, #ccc 50%);
    background: linear-gradient(-45deg, #ae0fc5 50%, #ccc 50%); }

.colorRedGray {
    background: -o-linear-gradient(135deg, #c7000c 50%, #ccc 50%);
    background: linear-gradient(-45deg, #c7000c 50%, #ccc 50%); }

.colorSpectra {
    background: -o-linear-gradient(135deg, #1373c6 0%, #fff230 50%, #ae0fc5 100%);
    background: linear-gradient(-45deg, #1373c6 0%, #fff230 50%, #ae0fc5 100%); }

.colorGold {
    background: -o-linear-gradient(135deg, rgba(204, 161, 92, 1) 0%, rgba(255, 243, 59, 1) 35%, rgba(145, 112, 58, 1) 75%, rgba(226, 200, 48, 1) 100%);
    background: linear-gradient(-45deg, rgba(204, 161, 92, 1) 0%, rgba(255, 243, 59, 1) 35%, rgba(145, 112, 58, 1) 75%, rgba(226, 200, 48, 1) 100%); }

.colorBlue {
    background: #1373c6; }

.colorRed {
    background: #c7000c; }

.colorGreen {
    background: #24c063; }

.colorPurple {
    background: #ae0fc5; }

.colorOrange {
    background: #ff7c00; }

.colorTurquoise {
    background: #30d5c8; }

.colorSmoke {
    background: #9e9e9e; }

.colorBronze {
    background: #89664d; }

.black {
    background: #000; }

.blue {
    background: #1373c6; }

.sky-blue {
    background: #1ddcfb; }

.red {
    background: #c7000c; }

.orange {
    background: #ff7c00; }

.purple {
    background: #ae0fc5; }

.pink {
    background: #e95fb1; }

.smoke {
    background: #9e9e9e; }

.green {
    background: #24c063; }

.dark-green {
    background: #466b3e; }

.bronze {
    background: #89664d; }

.midnight-blue {
    background: #1b2c87; }

.white {
    background: #fff; }

.lime {
    background: #b1f3b1; }

.peach {
    background: #f7c3b7; }

.lavender {
    background: #c7a2bc; }

.copper {
    background: #cd7f32; }

.earth {
    background: #bdac9a; }

.chameleon {
    background: #083690; }

.gray {
    background: #9e9e9e; }

.rose-gold {
    background: #d3acb4; }

.productBoxTitle {
    line-height: 34px; }
.productBoxTitle span {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.4em;
    color: #777; }
.productBoxTitle:before {
    display: none; }

.productBoxesWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
.productBoxesWrap .productBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.productBoxesWrap .productBox:hover, .productBoxesWrap .productBox:focus {
    cursor: default; }
.productBoxesWrap .productBox:hover .productBoxImageWrap img, .productBoxesWrap .productBox:focus .productBoxImageWrap img {
    scale: 0.9;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
.productBoxesWrap .gapFiller {
    background-color: #ffed00;
    background-image: url("/images/new_filler.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.productBoxesWrap h4 {
    font-family: 'industry', sans-serif;
    font-weight: bold;
    color: black; }
.productBoxesWrap h4 span {
    font-weight: 200; }
.productBoxesWrap .productBoxImageWrap {
    background: #f7f7f7; }
.productBoxesWrap .productBoxImageWrap img {
    scale: 0.8;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
.productBoxesWrap .productDesc {
    margin: 20px 0;
    min-height: 48px;
    color: #222; }
.productBoxesWrap .productExtras {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f7f7f7;
    font-weight: bold; }
.productBoxesWrap .productExtras .extra {
    padding: 10px 30px; }
.productBoxesWrap .productExtras span.extra {
    background: #ffed00;
    font-weight: bold;
    letter-spacing: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 44px;
    width: 100%; }
.productBoxesWrap .productExtras .colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0; }
.productBoxesWrap .productExtras .colors .color {
    padding: 10px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.colorCircle {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    margin-right: 10px;
    border: 2px solid #ccc;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in; }
.colorCircle:hover, .colorCircle:focus {
    border: 2px solid white;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    cursor: pointer; }

@media (min-width: 768px) {
    .productBoxesWrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
    .productBoxesWrap .boxLeft {
        padding-right: 40px; }
    .productBoxesWrap .boxRight {
        padding-left: 40px; }
    .productBoxesWrap:before {
        content: '';
        height: 100%;
        background: #222;
        position: absolute;
        width: 4px;
        left: calc(50% - 2px);
        top: 0; } }

@media (min-width: 576px) and (max-width: 767px) {
    .productBoxesWrap .productExtras span.extra {
        width: auto; } }

@media (min-width: 1200px) {
    .productBoxesWrap .productExtras span.extra {
        width: auto; } }

.imageContainer img {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-width: 100%;
    width: 100%;
    height: auto;
    display: none; }
.imageContainer img.active {
    display: block;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-animation: fadeIn ease 1s;
    animation: fadeIn ease 1s; }

.kineticSlider {
    background-image: url("/images/slider_bg.jpg");
    position: absolute;
    top: 0;
    width: 100%; }
.kineticSlider .sliderWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1400px;
    width: 80%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    height: 100vh;
    padding: 0 50px; }
.kineticSlider .carousel-inner {
    height: 100vh; }
.kineticSlider .kineticSliderPic {
    margin-bottom: 50px;
    margin-right: 0; }
.kineticSlider .kineticSliderText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px; }
.kineticSlider .kineticSliderText h2 {
    letter-spacing: 0;
    margin: 0;
    position: relative; }
.kineticSlider .kineticSliderText h2:before {
    display: none; }
.kineticSlider .kineticSliderText h3 {
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    font-style: normal; }
.kineticSlider .carousel-indicators li {
    width: 20px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50px; }

span.tag.tagNew {
    background: -webkit-gradient(linear, right bottom, left top, from(rgba(255, 255, 255, 0.0)), color-stop(45%, rgba(255, 255, 255, 0.0)), color-stop(48%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(52%, rgba(255, 255, 255, 0.5)), color-stop(57%, rgba(255, 255, 255, 0.0)), to(rgba(255, 255, 255, 0.0))), #ffed00;
    background: -o-linear-gradient(bottom right, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.0) 45%, rgba(255, 255, 255, 0.5) 48%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.5) 52%, rgba(255, 255, 255, 0.0) 57%, rgba(255, 255, 255, 0.0) 100%), #ffed00;
    background: linear-gradient(to top left, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.0) 45%, rgba(255, 255, 255, 0.5) 48%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.5) 52%, rgba(255, 255, 255, 0.0) 57%, rgba(255, 255, 255, 0.0) 100%), #ffed00;
    border-radius: 50px;
    width: 100px;
    height: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    line-height: 30px;
    font-size: 1rem;
    color: #343434;
    text-align: center;
    letter-spacing: 5px;
    background-size: 300px 300px, 100% 100%;
    background-position: -250px -250px, center;
    background-repeat: no-repeat;
    -webkit-animation: ShineAnimation 5s infinite cubic-bezier(0.12, 0.89, 0.98, 0.47);
    animation: ShineAnimation 5s infinite cubic-bezier(0.12, 0.89, 0.98, 0.47);
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: default; }

@-webkit-keyframes ShineAnimation {
    to {
        background-position: 250px 250px, center; } }

@keyframes ShineAnimation {
    to {
        background-position: 250px 250px, center; } }

@media (min-width: 768px) and (max-width: 1199px) {
    .kineticSlider .kineticSliderPic {
        max-height: 700px;
        overflow: hidden; } }

@media (min-width: 1200px) {
    .kineticSlider .sliderWrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .kineticSlider .kineticSliderPic {
        margin-right: 50px;
        margin-bottom: 0;
        width: 40%; }
    .kineticSlider .kineticSliderText {
        margin-top: 0; } }

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    min-height: 91px;
    font-family: 'industry', sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1000;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in; }
.navbar.sticky {
    border-color: #777;
    min-height: 62px;
    -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, .6);
    padding: 0 20px; }
.navbar.sticky .navbar__inner {
    min-height: 62px; }
.navbar.sticky .navbar__logo img {
    max-height: 42px; }
.navbar button:focus {
    outline: none; }
.navbar__inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
    -webkit-transition: min-height 0.28s ease;
    -o-transition: min-height 0.28s ease;
    transition: min-height 0.28s ease; }
.navbar__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 180px;
    min-width: 0;
    text-decoration: none;
    position: relative;
    z-index: 2; }
.navbar__logo img {
    display: block;
    width: 100%;
    max-width: 180px;
    height: auto;
    max-height: 54px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: max-height 0.28s ease;
    -o-transition: max-height 0.28s ease;
    transition: max-height 0.28s ease; }
.navbar__toggle {
    display: none;
    width: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    position: relative;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
.navbar__toggle span {
    position: absolute;
    left: 10px;
    right: 10px;
    height: 2px;
    background: white;
    border-radius: 999px;
    -webkit-transition: opacity 0.18s ease, top 0.28s ease, -webkit-transform 0.28s ease;
    transition: opacity 0.18s ease, top 0.28s ease, -webkit-transform 0.28s ease;
    -o-transition: transform 0.28s ease, opacity 0.18s ease, top 0.28s ease;
    transition: transform 0.28s ease, opacity 0.18s ease, top 0.28s ease;
    transition: transform 0.28s ease, opacity 0.18s ease, top 0.28s ease, -webkit-transform 0.28s ease; }
.navbar__toggle span:nth-child(1) {
    top: 15px; }
.navbar__toggle span:nth-child(2) {
    top: 23px; }
.navbar__toggle span:nth-child(3) {
    top: 31px; }
.navbar__toggle[aria-expanded='true'] span:nth-child(1) {
    top: 23px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
.navbar__toggle[aria-expanded='true'] span:nth-child(2) {
    opacity: 0; }
.navbar__toggle[aria-expanded='true'] span:nth-child(3) {
    top: 23px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.navbar__nav {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
.navbar__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px; }
.navbar__item {
    position: relative; }
.navbar__item--has-mega {
    position: static; }
.navbar__link {
    position: relative;
    min-height: 48px;
    padding: 12px 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border: 0;
    background: transparent;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: color 0.18s ease, -webkit-transform 0.18s ease;
    transition: color 0.18s ease, -webkit-transform 0.18s ease;
    -o-transition: color 0.18s ease, transform 0.18s ease;
    transition: color 0.18s ease, transform 0.18s ease;
    transition: color 0.18s ease, transform 0.18s ease, -webkit-transform 0.18s ease; }
.navbar__link:hover, .navbar__link:focus {
    color: white;
    text-decoration: none;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px); }
.navbar__link--button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
.navbar__link--button:focus {
    outline: none; }
.navbar__link::after {
    content: '';
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 8px;
    height: 2px;
    background: #ffed00;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
    transition: -webkit-transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
    -o-transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.28s cubic-bezier(0.22, 1, 0.36, 1); }
.navbar__caret {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    -webkit-transform: rotate(45deg) translateY(-1px);
    -ms-transform: rotate(45deg) translateY(-1px);
    transform: rotate(45deg) translateY(-1px);
    -webkit-transition: -webkit-transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
    transition: -webkit-transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
    -o-transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: -10px; }
.navbar__item--has-mega:hover > .navbar__link::after, .navbar__item--has-mega:focus-within > .navbar__link::after, .navbar__item--has-mega.is-open > .navbar__link::after, .navbar__link:hover::after, .navbar__link:focus::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }
.navbar__item--has-mega:hover > .navbar__link .navbar__caret, .navbar__item--has-mega:focus-within > .navbar__link .navbar__caret, .navbar__item--has-mega.is-open > .navbar__link .navbar__caret {
    -webkit-transform: rotate(-135deg) translateY(-1px);
    -ms-transform: rotate(-135deg) translateY(-1px);
    transform: rotate(-135deg) translateY(-1px);
    margin-top: -8px; }

.mega-menu {
    position: fixed;
    top: 91px;
    left: 0;
    width: 100%;
    background: #222;
    -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
    z-index: 999;
    display: block;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in; }
.mega-menu__inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 50px 16px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 24px 1.3fr 24px 1.3fr 24px 1fr;
    grid-template-columns: 2fr 1.3fr 1.3fr 1fr;
    gap: 24px;
    opacity: 0;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-transition: opacity 0.28s ease, -webkit-transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.28s ease, -webkit-transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    -o-transition: opacity 0.28s ease, transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.28s ease, transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.28s ease, transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.42s cubic-bezier(0.22, 1, 0.36, 1); }
.mega-menu__group {
    min-width: 0;
    opacity: 0;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
    border-left: 1px solid #777;
    padding-left: 20px;
    -webkit-transition: opacity 0.28s ease, -webkit-transform 0.42s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 0.28s ease, -webkit-transform 0.42s cubic-bezier(0.16, 1, 0.3, 1);
    -o-transition: opacity 0.28s ease, transform 0.42s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 0.28s ease, transform 0.42s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 0.28s ease, transform 0.42s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.42s cubic-bezier(0.16, 1, 0.3, 1); }
.mega-menu__group:nth-child(1) {
    -webkit-transition-delay: 0.02s;
    -o-transition-delay: 0.02s;
    transition-delay: 0.02s; }
.mega-menu__group:nth-child(2) {
    -webkit-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s; }
.mega-menu__group:nth-child(3) {
    -webkit-transition-delay: 0.08s;
    -o-transition-delay: 0.08s;
    transition-delay: 0.08s; }
.mega-menu__group:nth-child(4) {
    -webkit-transition-delay: 0.11s;
    -o-transition-delay: 0.11s;
    transition-delay: 0.11s; }
.mega-menu__group-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 14px;
    color: white;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.3;
    -webkit-transition: color 0.18s ease, -webkit-transform 0.18s cubic-bezier(0.22, 1, 0.36, 1);
    transition: color 0.18s ease, -webkit-transform 0.18s cubic-bezier(0.22, 1, 0.36, 1);
    -o-transition: color 0.18s ease, transform 0.18s cubic-bezier(0.22, 1, 0.36, 1);
    transition: color 0.18s ease, transform 0.18s cubic-bezier(0.22, 1, 0.36, 1);
    transition: color 0.18s ease, transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.18s cubic-bezier(0.22, 1, 0.36, 1); }
.mega-menu__group-title:hover, .mega-menu__group-title:focus {
    color: white;
    text-decoration: none;
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px); }
.mega-menu__links {
    list-style: none;
    margin: 0;
    padding: 0; }
.mega-menu__links li {
    margin: 0;
    padding: 0; }
.mega-menu__links li + li {
    margin-top: 8px; }
.mega-menu__links a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #ccc;
    text-decoration: none;
    line-height: 1.45;
    -webkit-transition: color 0.18s ease, -webkit-transform 0.18s cubic-bezier(0.22, 1, 0.36, 1);
    transition: color 0.18s ease, -webkit-transform 0.18s cubic-bezier(0.22, 1, 0.36, 1);
    -o-transition: color 0.18s ease, transform 0.18s cubic-bezier(0.22, 1, 0.36, 1);
    transition: color 0.18s ease, transform 0.18s cubic-bezier(0.22, 1, 0.36, 1);
    transition: color 0.18s ease, transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.18s cubic-bezier(0.22, 1, 0.36, 1); }
.mega-menu__links a::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 2px;
    margin-right: 0;
    margin-top: -5px;
    background: #ffed00;
    opacity: 0;
    -webkit-transition: width 0.18s cubic-bezier(0.22, 1, 0.36, 1), margin-right 0.18s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.18s ease;
    -o-transition: width 0.18s cubic-bezier(0.22, 1, 0.36, 1), margin-right 0.18s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.18s ease;
    transition: width 0.18s cubic-bezier(0.22, 1, 0.36, 1), margin-right 0.18s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.18s ease; }
.mega-menu__links a:hover, .mega-menu__links a:focus {
    color: white;
    text-decoration: none;
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px); }
.mega-menu__links a:hover::before, .mega-menu__links a:focus::before {
    width: 10px;
    margin-right: 8px;
    opacity: 1; }
.mega-menu__group-toggle {
    display: none; }
.mega-menu__group-panel {
    display: block; }

.menu-badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 8px;
    padding: 4px 10px 3px;
    margin-top: -2px;
    border-radius: 20px;
    font-size: 0.7em;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    vertical-align: middle;
    font-family: 'Montserrat', sans-serif; }
.menu-badge--new {
    background: #ffed00;
    color: #222; }

.navbar__item--has-mega:hover > .mega-menu, .navbar__item--has-mega:focus-within > .mega-menu, .navbar__item--has-mega.is-open > .mega-menu, .mega-menu:hover, .mega-menu:focus-within {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.navbar__item--has-mega:hover > .mega-menu .mega-menu__inner, .navbar__item--has-mega:focus-within > .mega-menu .mega-menu__inner, .navbar__item--has-mega.is-open > .mega-menu .mega-menu__inner, .mega-menu:hover .mega-menu__inner, .mega-menu:focus-within .mega-menu__inner {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.navbar__item--has-mega:hover > .mega-menu .mega-menu__group, .navbar__item--has-mega:focus-within > .mega-menu .mega-menu__group, .navbar__item--has-mega.is-open > .mega-menu .mega-menu__group, .mega-menu:hover .mega-menu__group, .mega-menu:focus-within .mega-menu__group {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.navbar.sticky .mega-menu {
    top: 62px; }

.mega-menu__group--recurve_risers .mega-menu__links {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px; }
.mega-menu__group--recurve_risers .mega-menu__links li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid; }

@media (max-width: 992px) {
    .navbar__inner {
        padding-left: 12px;
        padding-right: 12px;
        min-height: 76px;
        gap: 12px; }
    .navbar.sticky .navbar__inner {
        min-height: 70px; }
    .navbar__logo {
        max-width: 140px; }
    .navbar__logo img {
        max-width: 140px;
        max-height: 48px; }
    .navbar__toggle {
        display: inline-block;
        margin-left: auto; }
    .navbar__toggle:focus {
        outline: none; }
    .navbar__nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin-left: 0;
        display: none;
        background: #222;
        -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.25);
        box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.25);
        padding: 8px 12px 18px; }
    .navbar__nav.is-open {
        display: block; }
    .navbar__list {
        display: block; }
    .navbar__item {
        width: 100%; }
    .navbar__item--has-mega {
        position: relative; }
    .navbar__link {
        width: 100%;
        padding: 16px 8px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
    .navbar__link::after {
        left: 8px;
        right: 8px;
        bottom: 10px; }
    .navbar__link:hover, .navbar__link:focus {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }

    .mega-menu {
        position: static;
        top: auto;
        left: auto;
        width: 100%;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        display: none;
        z-index: auto;
        -webkit-transition: none;
        -o-transition: none;
        transition: none; }
    .mega-menu__inner {
        max-width: none;
        padding: 0;
        display: block;
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none; }
    .mega-menu__group {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        border-left: none;
        padding-left: 0; }
    .mega-menu__group-toggle {
        width: 100%;
        padding: 16px 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 16px;
        border: 0;
        text-transform: uppercase;
        color: white;
        background: transparent;
        font: inherit;
        font-weight: 700;
        text-align: left;
        cursor: pointer;
        -webkit-transition: color 0.18s ease;
        -o-transition: color 0.18s ease;
        transition: color 0.18s ease; }
    .mega-menu__group-title {
        display: none; }
    .mega-menu__group-caret {
        width: 8px;
        height: 8px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        -webkit-transform: rotate(45deg) translateY(-1px);
        -ms-transform: rotate(45deg) translateY(-1px);
        transform: rotate(45deg) translateY(-1px);
        -webkit-transition: -webkit-transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
        transition: -webkit-transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
        -o-transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
        transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
        transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    .mega-menu__group-panel {
        display: none;
        padding: 0 8px 16px;
        opacity: 0;
        -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        transform: translateY(-6px);
        -webkit-transition: opacity 0.18s ease, -webkit-transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
        transition: opacity 0.18s ease, -webkit-transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
        -o-transition: opacity 0.18s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
        transition: opacity 0.18s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
        transition: opacity 0.18s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.28s cubic-bezier(0.22, 1, 0.36, 1); }
    .mega-menu__group.is-open .mega-menu__group-panel {
        display: block;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
    .mega-menu__group.is-open .mega-menu__group-caret {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg); }

    .navbar__item--has-mega:hover > .mega-menu, .navbar__item--has-mega:focus-within > .mega-menu, .mega-menu:hover, .mega-menu:focus-within {
        display: none; }

    .navbar__item--has-mega.is-open > .mega-menu {
        display: block; }

    .mega-menu__links, .mega-menu__group--recurve_risers .mega-menu__links {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0; }

    .mega-menu__links a:hover, .mega-menu__links a:focus {
        -webkit-transform: translateX(2px);
        -ms-transform: translateX(2px);
        transform: translateX(2px); } }

@media (prefers-reduced-motion: reduce) {
    .navbar *, .mega-menu *, .mega-menu {
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
        -webkit-animation: none !important;
        animation: none !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important; } }

.parallax-window {
    background: transparent; }

.kineticProductCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    border: 1px solid #777;
    border-radius: 20px;
    margin-top: 100px;
    padding: 30px 10px;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: relative;
    min-height: 300px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.kineticProductCard .cardImage {
    position: relative;
    z-index: 5; }
.kineticProductCard .cardImage:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 15%;
    height: 30px;
    width: 70%;
    background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-filter: blur(5px);
    filter: blur(5px); }
.kineticProductCard .cardImage .productImage {
    display: block;
    width: 100%;
    margin-top: -100px; }
.kineticProductCard .cardImage .cardLogo {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    max-height: 450px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in; }
.kineticProductCard .cardInfo {
    text-align: center;
    z-index: 5; }
.kineticProductCard .cardInfo p {
    color: #ccc;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    margin-bottom: 5px;
    font-size: 12px; }
.kineticProductCard:hover, .kineticProductCard:focus {
    background: #ffed00;
    background: -o-linear-gradient(135deg, #ffed00 60%, #222 60%);
    background: linear-gradient(-45deg, #ffed00 60%, #222 60%);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
    scale: 1.02;
    cursor: default; }
.kineticProductCard:hover .cardImage .cardLogo, .kineticProductCard:focus .cardImage .cardLogo {
    opacity: 1;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in; }
.kineticProductCard:hover .cardInfo h3, .kineticProductCard:focus .cardInfo h3 {
    color: black; }
.kineticProductCard:hover .cardInfo p, .kineticProductCard:focus .cardInfo p {
    color: #222;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
.kineticProductCard:hover .cardInfo .btnInverse, .kineticProductCard:focus .cardInfo .btnInverse {
    background: black;
    border: 2px solid black; }
.kineticProductCard.newProduct:after {
    position: absolute;
    content: 'NEW!';
    background: #ffed00;
    color: #222;
    border: 1px solid #343434;
    padding: 2px 15px;
    right: 15px;
    top: 15px;
    border-radius: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    font-weight: bold;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }

.js-animate-card {
    opacity: 0; }
.js-animate-card.is-visible {
    opacity: 1; }

.kineticProductCard .cardImage {
    position: relative; }
.kineticProductCard .productImage {
    will-change: transform;
    pointer-events: none; }

table.kineticTable {
    width: 100%; }
table.kineticTable th {
    font-family: 'industry', sans-serif;
    font-weight: 300;
    font-size: 1em;
    padding: 10px;
    border-bottom: 2px solid #ffed00;
    text-align: center; }
table.kineticTable th:first-child {
    text-align: left; }
table.kineticTable th:last-child {
    text-align: left;
    padding-left: 30px; }
table.kineticTable td {
    padding: 10px;
    text-align: center;
    font-size: 0.8em; }
table.kineticTable td:first-child {
    text-align: left;
    white-space: nowrap;
    padding-right: 30px; }
table.kineticTable td:last-child {
    text-align: left;
    padding-left: 30px; }
table.kineticTable tr:nth-child(even) {
    background: #2f2f2f;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in; }
table.kineticTable tr:hover, table.kineticTable tr:focus {
    background: #151515;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    cursor: default; }
table.kineticTable tr:hover:first-child, table.kineticTable tr:focus:first-child {
    background: transparent; }
table.kineticTable a.btnTable {
    min-width: 230px; }

@media (min-width: 1000px) {
    table.kineticTable td {
        font-size: 1em; }
    table.kineticTable a.btnTable {
        min-width: 270px; } }

table#tableDealers thead {
    border-bottom: 2px solid #ffed00; }
table#tableDealers thead th.dt-orderable-asc:hover, table#tableDealers thead th.dt-orderable-desc:hover, table#tableDealers thead th.dt-ordering-asc:hover, table#tableDealers thead th.dt-orderable-asc:focus, table#tableDealers thead th.dt-orderable-desc:focus, table#tableDealers thead th.dt-ordering-asc:focus {
    outline: none; }
table#tableDealers thead th:last-child {
    text-align: center; }
table#tableDealers thead th span.dt-column-order:before, table#tableDealers thead th span.dt-column-order:after {
    font-size: 0.5em; }
table#tableDealers td {
    text-align: left; }
table#tableDealers td:last-child {
    text-align: center; }

.dt-container .dt-length select {
    margin-right: 10px; }
.dt-container .dt-length select:focus {
    outline: none; }
.dt-container .dt-search input {
    margin-left: 10px !important; }
.dt-container .dt-search input:focus {
    outline: none; }
.dt-container .dt-paging-button.current:focus {
    outline: none; }

#riserTable th, #limbTable th {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
#riserTable th .th-content, #limbTable th .th-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
#riserTable th .sort-icon, #limbTable th .sort-icon {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    color: #777; }
#riserTable th .sort-icon::before, #limbTable th .sort-icon::before, #riserTable th .sort-icon::after, #limbTable th .sort-icon::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 9px;
    line-height: 1; }
#riserTable th .sort-icon::before, #limbTable th .sort-icon::before {
    content: '▲';
    top: 0; }
#riserTable th .sort-icon::after, #limbTable th .sort-icon::after {
    content: '▼';
    bottom: 0; }
#riserTable th.is-sorted-asc .sort-icon::after, #limbTable th.is-sorted-asc .sort-icon::after {
    content: '▼';
    color: white; }
#riserTable th.is-sorted-desc .sort-icon::before, #limbTable th.is-sorted-desc .sort-icon::before {
    content: '▲';
    color: white; }
#riserTable tr:hover, #limbTable tr:hover, #riserTable tr:focus, #limbTable tr:focus {
    cursor: pointer; }

.homeHero_new {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(280px, 1fr) 2rem minmax(320px, 1fr);
    grid-template-columns: minmax(280px, 1fr) minmax(320px, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
    width: 100%;
    min-height: 700px;
    position: relative; }
.homeHero_new * {
    font-family: "industry", sans-serif; }
.homeHero_new .productDisplay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 0; }
.homeHero_new .productDisplay .productImage {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2; }
.homeHero_new .productDisplay .productImage img {
    display: block;
    max-width: 100%;
    max-height: 650px;
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    will-change: transform;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
.homeHero_new .productInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 0; }
.homeHero_new .productInfo h3 {
    margin: 0 0 1rem;
    font-weight: 700; }
.homeHero_new .productInfo .productInfoBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid #222;
    padding: 2rem;
    padding-bottom: 4rem;
    border-radius: 20px;
    -webkit-box-shadow: 1px 20px 32px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 20px 32px -8px rgba(0, 0, 0, 0.75);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); }
.homeHero_new .productInfo .productInfoBlock .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5rem; }
.homeHero_new .productInfo .productInfoBlock .wrap .stat {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 140px;
    flex: 1 1 140px;
    min-width: 140px; }
.homeHero_new .productInfo .productInfoBlock .wrap .stat img {
    display: block;
    margin-bottom: 0.5rem;
    width: 30px; }
.homeHero_new .productInfo .productInfoBlock .wrap .stat h4 {
    margin: 0 0 0.25rem;
    font-weight: 700;
    font-size: 0.9em; }
.homeHero_new .productInfo .productInfoBlock .wrap .stat span {
    display: block; }
.homeHero_new .productInfo .productInfoBlock p {
    margin: 0;
    line-height: 1.8;
    font-size: 0.9rem; }
.homeHero_new .productInfo .buttons {
    margin: -1.5rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem;
    width: 90%;
    z-index: 1; }
.homeHero_new .productInfo .buttons .btnMain {
    margin: 0;
    -webkit-box-shadow: 1px 1px 30px 0px rgba(255, 237, 0, 0.75);
    box-shadow: 1px 1px 30px 0px rgba(255, 237, 0, 0.75);
    font-family: "industry", sans-serif;
    font-weight: bold;
    letter-spacing: 0;
    padding: 10px 30px 6px; }
.homeHero_new .productInfo .buttons .sliderNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem; }
.homeHero_new .productInfo .buttons .sliderNav a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #222;
    color: white;
    border: 1px solid #222;
    border-radius: 6px;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-decoration: none; }
.homeHero_new .productInfo .buttons .sliderNav a:hover, .homeHero_new .productInfo .buttons .sliderNav a:focus {
    background: #ffed00;
    color: black;
    border-color: transparent; }
.homeHero_new .riserBg {
    position: absolute;
    width: 171px;
    height: 100%;
    z-index: -1; }

@media (max-width: 991px) {
    .homeHero_new {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        min-height: auto;
        gap: 2rem;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px; }
    .homeHero_new .productDisplay {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
    .homeHero_new .productInfo {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
    .homeHero_new .productInfo .productInfoBlock .wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .homeHero_new .productInfo .productInfoBlock .wrap .stat img {
        margin: 0 auto 0.5rem; }
    .homeHero_new .productInfo .buttons {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch; }
    .homeHero_new .productInfo .buttons .sliderNav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .homeHero_new .riserBg {
        width: 180px;
        left: -50px;
        top: 80px; } }

@media (max-width: 576px) {
    .homeHero_new .productInfo .productInfoBlock {
        padding: 1.25rem;
        padding-bottom: 3rem; }
    .homeHero_new .productInfo .productInfoBlock .wrap {
        gap: 1rem; }
    .homeHero_new .productInfo .productInfoBlock .wrap .stat {
        min-width: 100%; }
    .homeHero_new .productInfo .buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    .homeHero_new .riserBg {
        width: 150px;
        left: -15px; } }

.animate__animated.animate__delay-100ms {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms; }

.animate__animated.animate__delay-200ms {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms; }

.animate__animated.animate__delay-300ms {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms; }

.kineticGallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.kineticGallery .galleryItem {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    overflow: hidden;
    margin: 4px;
    position: relative;
    border-radius: 20px; }
.kineticGallery .galleryItem img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in; }
.kineticGallery .galleryItem:hover img, .kineticGallery .galleryItem:focus img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025); }
.kineticGallery .galleryItem:hover .galleryOverlay, .kineticGallery .galleryItem:focus .galleryOverlay {
    bottom: 0;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in; }
.kineticGallery .galleryOverlay {
    background: #ffed00;
    padding: 4px 10px;
    position: absolute;
    bottom: -40px;
    width: 100%;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in; }
.kineticGallery .galleryOverlay a {
    color: black;
    font-family: 'industry', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    display: block;
    width: 100%; }
.kineticGallery .galleryOverlay i {
    color: black; }

@media screen and (min-width: 481px) {
    .kineticGallery .galleryItem {
        -webkit-box-flex: 32%;
        -ms-flex: 32%;
        flex: 32%; }
    .kineticGallery .galleryItem:hover img, .kineticGallery .galleryItem:focus img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        -webkit-transition: 0.2s ease-in;
        -o-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
        -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
        transform: scale(1.025); }
    .kineticGallery .galleryItem:hover .galleryOverlay, .kineticGallery .galleryItem:focus .galleryOverlay {
        bottom: 0;
        -webkit-transition: 0.2s ease-in;
        -o-transition: 0.2s ease-in;
        transition: 0.2s ease-in; }
    .kineticGallery .galleryOverlay {
        padding: 4px 10px;
        bottom: -40px; } }

.stats-rings-row {
    row-gap: 2rem;
    margin-top: 40px; }

.stat-ring-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }

.stat-ring {
    --size: 180px;
    --stroke: 10;
    --duration: 1600ms;
    --track: black;
    --progress: #ffed00;
    --text: #777;
    position: relative;
    width: var(--size);
    height: var(--size);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

.stat-ring__svg {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.stat-ring__track, .stat-ring__progress {
    fill: none;
    stroke-width: var(--stroke); }

.stat-ring__track {
    stroke: var(--track); }

.stat-ring__progress {
    stroke: var(--progress);
    stroke-linecap: round;
    stroke-dasharray: 314.159;
    stroke-dashoffset: 314.159; }

.stat-ring__content {
    position: absolute;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none; }

.stat-ring__value {
    margin: 0;
    color: var(--text);
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
    font-family: 'industry', sans-serif; }

.stat-ring__label {
    margin: 1rem 0 0;
    font-size: 1rem;
    color: white;
    line-height: 1.3;
    font-family: 'industry', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic; }

body {
    background: #222;
    font-family: 'Montserrat', sans-serif;
    color: white; }

.bg-light {
    background: white;
    color: black; }

header {
    display: block;
    position: relative; }

.kineticHeader {
    background-position: center center;
    background-attachment: fixed;
    background-size: cover; }
.kineticHeader .mcWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 400px; }

h1 {
    font-family: 'industry', sans-serif;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    margin-bottom: 0; }
h1 span {
    font-weight: 200; }

span.subtitle {
    font-family: 'industry', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    color: #777;
    font-size: 1.75rem; }

@media (min-width: 1200px) {
    h1 {
        font-size: 3em; } }

.hiddenSmUp {
    display: block; }

@media (min-width: 768px) {
    .hiddenSmUp {
        display: none; } }

span.version {
    font-weight: 100;
    color: #ccc; }

h2 {
    font-family: 'industry', sans-serif;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    font-size: 3em;
    position: relative; }

h2.small {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0; }
h2.small:before {
    display: none; }

h3 {
    font-family: 'industry', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    color: #777; }

h3.productTitle {
    font-size: 3rem;
    line-height: 34px;
    margin-bottom: 60px;
    position: relative;
    color: white; }
h3.productTitle span.subcategory {
    font-size: 0.3em;
    font-weight: bold;
    color: #ccc;
    font-family: 'Montserrat', sans-serif; }
h3.productTitle:before {
    content: '';
    position: absolute;
    height: 8px;
    width: 80px;
    bottom: -30px;
    left: 0;
    background-color: #ffed00; }

h4 {
    color: #777;
    font-family: 'industry', sans-serif;
    text-transform: uppercase;
    font-weight: bold; }
h4.kineticSlogan {
    text-transform: none; }

hr {
    border-top: 1px solid rgba(0, 0, 0, .2); }

span.kineticColor {
    color: #ffed00; }

img.imgResponsive {
    display: block;
    width: 100%; }

img.productImg {
    width: 100%; }

.textHighlight {
    font-family: 'industry', sans-serif;
    color: #ffed00;
    font-size: 2em;
    font-style: italic;
    text-transform: uppercase; }

a.btnSmall {
    font-size: 0.8em; }

a.btnBig {
    font-size: 1.2em; }

a.btnMain {
    background: #ffed00;
    display: inline-block;
    overflow: hidden;
    border: 2px solid #ffed00;
    border-radius: 50px;
    color: #222;
    font-family: 'industry', sans-serif;
    font-weight: 700;
    text-align: center;
    margin: 10px 0;
    text-transform: uppercase;
    padding: 10px 30px 6px;
    position: relative;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    z-index: 10; }
a.btnMain:hover, a.btnMain:focus {
    color: white;
    border-color: black;
    background: black; }

a.btnInverse {
    background: transparent;
    display: inline-block;
    overflow: hidden;
    border: 2px solid #ffed00;
    border-radius: 50px;
    color: white;
    font-family: 'industry', sans-serif;
    font-weight: 700;
    text-align: center;
    margin: 10px 0;
    text-transform: uppercase;
    padding: 10px 30px 6px;
    position: relative;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    z-index: 10; }
a.btnInverse:before {
    position: absolute;
    content: '';
    left: calc(-100% - 10px);
    top: 0;
    background: #ffed00;
    width: calc(100% + 4px);
    height: 100%;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    z-index: -1;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg); }
a.btnInverse:hover, a.btnInverse:focus {
    color: #222; }
a.btnInverse:hover:before, a.btnInverse:focus:before {
    left: -2px;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in; }

.py-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; }

.py-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }

.py-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

.pt-0 {
    padding-top: 0 !important; }

ul.kinetic_ul_links {
    padding-left: 24px; }
ul.kinetic_ul_links li {
    list-style-type: none;
    position: relative; }
ul.kinetic_ul_links li a {
    color: #ccc;
    text-transform: uppercase;
    font-weight: bold; }
ul.kinetic_ul_links li a:before {
    position: absolute;
    font-family: FontAwesome;
    content: '\f105';
    left: -20px;
    top: 0;
    color: #ffed00;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in; }
ul.kinetic_ul_links li a:hover, ul.kinetic_ul_links li a:focus {
    color: #ccc; }
ul.kinetic_ul_links li a:hover:before, ul.kinetic_ul_links li a:focus:before {
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    left: -15px; }

ul.kinetic_ul {
    padding-left: 24px; }
ul.kinetic_ul li {
    list-style-type: none;
    position: relative; }
ul.kinetic_ul li:before {
    position: absolute;
    font-family: FontAwesome;
    content: '\f105';
    left: -20px;
    top: 0;
    color: #ffed00; }

.imgHoverWrap {
    position: relative; }
.imgHoverWrap .imgHoverText {
    position: absolute;
    background: #ffed00;
    width: 100%;
    bottom: 0px;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 0; }
.imgHoverWrap .imgHoverText p {
    margin: 0; }
.imgHoverWrap .imgHoverText a {
    padding: 5px 10px;
    color: #222;
    font-weight: bold;
    display: block; }
.imgHoverWrap:hover .imgHoverText, .imgHoverWrap:focus .imgHoverText {
    bottom: 10px;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 1; }

ul.statShowcase {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
ul.statShowcase li {
    position: relative;
    list-style-type: none;
    margin-right: 20px;
    margin-bottom: 20px; }
ul.statShowcase li span img {
    width: 50px;
    margin-bottom: 10px; }

ul.riserStats li:first-child {
    display: none; }
ul.riserStats li:last-child {
    margin-right: 0; }

@media (min-width: 1000px) {
    ul.statShowcase {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }

a {
    color: #ffed00;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in; }
a:hover, a:focus, a:active {
    color: #fff133;
    text-decoration: none;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in; }

hr {
    margin: 30px 0; }

#footer {
    padding: 20px 0;
    color: #ccc;
    background: #222; }
#footer hr {
    margin: 20px 0; }
#footer span.footerTitle {
    color: #777;
    font-family: 'industry', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5rem; }

.footerTop {
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom; }
.footerTop .footerTopWrap {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 237, 0, .8); }
.footerTop .footerQuote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 300px; }
.footerTop .footerQuote .quoteImg {
    width: 80%; }

@media (min-width: 1000px) {
    .footerTop .footerQuote .quoteImg {
        width: 100%; } }

.kineticFooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    font-size: 0.8em; }
.kineticFooter .kineticFooterBox {
    padding: 20px;
    width: 300px; }
.kineticFooter .kineticFooterBox.box2, .kineticFooter .kineticFooterBox.box3 {
    display: none; }
.kineticFooter a {
    color: #ffed00;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in; }
.kineticFooter a:hover, .kineticFooter a:focus, .kineticFooter a:active {
    color: #fff133;
    text-decoration: none;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in; }

ul.kineticSocial {
    display: inline;
    padding-left: 0; }
ul.kineticSocial li {
    display: inline-block;
    list-style-type: none;
    margin-left: 10px; }
ul.kineticSocial li:first-child {
    margin-left: 0; }
ul.kineticSocial li a {
    color: #777;
    display: block;
    width: 30px;
    height: 30px;
    background: black;
    border-radius: 50px;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    font-size: 1.2rem;
    text-align: center;
    vertical-align: middle;
    padding: 1px; }
ul.kineticSocial li a:hover, ul.kineticSocial li a:focus {
    color: black;
    background: #ffed00;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }

@media (min-width: 1000px) {
    .kineticFooter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        font-size: 0.8em; }
    .kineticFooter .footerLogo {
        width: 120px; }
    .kineticFooter .kineticFooterBox {
        padding-left: 20px; }
    .kineticFooter .kineticFooterBox:first-child {
        padding-left: 0; }
    .kineticFooter .kineticFooterBox.box6 {
        margin-left: auto; }
    .kineticFooter .kineticFooterBox.box2, .kineticFooter .kineticFooterBox.box3 {
        display: block; } }

.footerQuoteText {
    display: inline-block;
    white-space: nowrap;
    font-family: 'industry', sans-serif;
    font-size: clamp(28px, 4vw, 64px);
    font-weight: 700;
    text-transform: uppercase;
    color: black;
    width: 0;
    overflow: hidden;
    -webkit-animation: width-ltr 1.2s ease-out 0.4s forwards;
    animation: width-ltr 1.2s ease-out 0.4s forwards;
    text-align: center; }

#stage {
    text-align: center;
    padding: 20px; }
#stage .text {
    font-size: clamp(28px, 5vw, 64px);
    font-family: 'industry', sans-serif;
    font-weight: 700;
    font-style: italic;
    color: black;
    letter-spacing: -0.02em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    visibility: hidden; }
#stage .text.is-visible {
    visibility: visible; }
#stage .text .char {
    display: inline-block;
    white-space: pre; }

.scroll-top {
    position: fixed;
    right: 50px;
    bottom: 50px; }

.btn-toTop {
    background: #ffed00;
    color: #222;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    border: none;
    padding: 0; }
.btn-toTop .fa {
    line-height: 50px; }
.btn-toTop:hover, .btn-toTop:focus {
    background: black;
    color: white;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
.btn-toTop:hover:focus {
    outline: none; }

.pinnedWarning {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    border: 2px solid #ffed00;
    font-family: agency fb;
    text-transform: uppercase;
    font-style: italic;
    font-size: 1.5em; }

.reveal {
    position: relative;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    opacity: 0;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease; }

.reveal.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

::-moz-selection {
    background: #ffed00;
    color: black; }

::selection {
    background: #ffed00;
    color: black; }

.homeHero {
    height: 100vh;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed; }
.homeHero .contentWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 50px; }
.homeHero .contentWrap .heroImage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    margin-right: 50px; }
.homeHero .contentWrap .heroImage img {
    width: 100%;
    display: block; }
.homeHero .contentWrap .heroText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
.homeHero .heroTriangleLeft {
    width: 50%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    border: 200px solid transparent;
    border-left: 1710px solid white;
    border-bottom: 0px solid transparent; }
.homeHero .heroTriangleRight {
    width: 50%;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 200px solid transparent;
    border-right: 1710px solid white;
    border-bottom: 0px solid transparent; }
.homeHero .heroAngle {
    font-size: 3em;
    position: absolute;
    bottom: 150px;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    text-align: center; }
/* CSS specific to iOS devices */
@supports (-webkit-touch-callout: none) {
    .homeHero {
        background-attachment: scroll; } }
/* end iOS */
.heroBtnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

@media (min-width: 1601px) {
    .homeHero .heroAngle {
        bottom: 100px; } }

@media (min-width: 1200px) {
    .heroBtnWrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }

.homeProductBlocks {
    background: #f7f7f7;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    -webkit-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.45); }
.homeProductBlocks .productBlockText {
    background: #ffed00;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.homeProductBlocks .productBlockText h3 {
    color: #222;
    margin-bottom: 0; }
.homeProductBlocks .productBlockImage img {
    scale: 0.9;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }

a.homeProductBlocksLink:hover .homeProductBlocks .productBlockImage img, a.homeProductBlocksLink:focus .homeProductBlocks .productBlockImage img {
    scale: 1;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }

.limbStats .limbStatsWrap {
    margin: 10px 0; }
.limbStats .limbStatsWrap .limbStatsLabel {
    font-family: 'industry', sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 500; }
.limbStats .progress {
    background-color: #090909;
    border-radius: 20px; }
.limbStats .progress-bar {
    background: #ffed00; }
.limbStats .progress-percent {
    width: 50px;
    color: #222;
    font-weight: bold; }

.gm-style-iw-d {
    padding: 10px 30px;
    overflow: auto !important; }

.gm-style-iw-c {
    padding: 0 !important; }

.downloadsWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
.downloadsWrap .downloadLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border: 1px solid #777;
    border-radius: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 20px;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    color: #ccc;
    font-size: 0.8rem;
    word-break: break-word;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.downloadsWrap .downloadLink img {
    width: 40px;
    margin: 0 auto; }
.downloadsWrap .downloadLink:hover, .downloadsWrap .downloadLink:focus {
    color: white;
    border-color: white; }

@media screen and (min-width: 1000px) {
    .downloadsWrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
    .downloadsWrap .downloadLink {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 30%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px; }
    .downloadsWrap .downloadLink img {
        width: 40px;
        margin: 0 auto; } }

.productDetails .productSpecificationsWrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    -ms-flex-line-pack: center;
    align-content: center;
    color: #ccc;
    font-size: 0.8rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start; }
.productDetails .productSpecificationsWrap .productSpec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
.productDetails .productSpecificationsWrap .productSpec .specIcon {
    width: 40px; }
.productDetails .productSpecificationsWrap .productSpec span {
    font-family: 'industry', sans-serif;
    font-weight: 500;
    font-size: 1.1rem; }

@media screen and (min-width: 1200px) {
    .productDetails .productSpecificationsWrap {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr); }
    .productDetails .productSpecificationsWrap.limbs {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr); } }