.cookie-status-message {
    display: none;
}

.header {
    transition: all .2s ease-out;
}
.header.scrolled {
    top: -45px;
}
.header .top-block {
    background: #2F2F2F;
    color: rgb(255 255 255 / 80%);
    padding: 0 40px;
}
.header .top-block .container {
    height: auto;
    max-width: 1200px;
    padding: 0;
}
.header .container.header-section {
    max-width: 1280px;
    padding: 0 40px;
}
.container {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
}
.section .container {
    max-width: 1200px;
    padding: 0 40px;
}
.sfposts .container {
    padding-left: 0;
    padding-right: 0;
}
.footer .container {
    padding-left: 0;
    padding-right: 0;
}
.header .top-block .container > ul {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    list-style: none;
    height: 44px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.header .top-block ul li {
    margin-right: 30px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.header .top-block ul li:last-child {
    margin-right: 0;
    cursor: pointer;
}
.header .top-block ul li a {
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(255 255 255 / 80%);
    display: flex;
    align-items: center;
    transition: all .2s ease-out;
}
.header .top-block ul li a:hover {
    color: rgb(255 255 255 / 100%);
}
.header .top-block ul li a svg {
    width: 12px;
    height: 15px;
    margin-right: 5px;
}
.header .top-block ul li .flag {
    width: 25px;
    border: 1px solid white;
    border-radius: 13px;
    margin-bottom: 0;
}
.header .top-block ul li .dropdown {
    background: white;
    position: absolute;
    right: -20px;
    top: 60px;
    border: 1px solid #E4E4E4;
    padding: 20px;
    width: 500px;
    max-width: 360px;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-out;
    z-index: 5
}
.header .top-block ul li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    top: 40px
}
.header .top-block ul li .dropdown p {
    font-size: 14px;
    line-height: 1.4;
    color: rgb(0 0 0 / 70%);
    margin: 0 0 25px 0;
}
.header .top-block ul li .dropdown p a {
    text-transform: none;
    color: red;
    font-weight: 700;
    display: inline;
    text-decoration: underline
}
.header .top-block ul li .dropdown ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    gap: 15px;
}
.header .top-block ul li .dropdown ul li {
    margin: 0;
}
.header .top-block ul li .dropdown ul li img {
    width: 40px;
    transition: all .2s ease-out
}
.header .top-block ul li .dropdown ul li img:hover {
    transform: scale(1.2)
}
.header__menu .mega-relative .category-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 53px;
    height: 2px;
    width: 0;
    background: red;
    transition: all .2s ease-out;
}
.header__menu .mega-relative:hover .category-item:after {
    width: 100%;
}
.header__menu .mega-relative:hover .category-item:hover {
    color: #303030 !important;
}
#mega-strength .mega__column {
    width: 200px;
}
#mega-accessories .mega__column {
    width: 190px;
}
.menu-btn {
    height: 30px;
    width: 30px;
    align-self: center;
    position: relative;
    cursor: pointer;
    align-items: center;
    display: none;
    flex-shrink: 0;
}
.menu-btn>div {
    height: 2px;
    background: black;
    width: 100%;
}
.menu-btn:after, .menu-btn:before {
    height: 2px;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    background: black;
    transform-origin: center;
    transition: all .2s ease-out
}
.menu-btn:after {
    top: 5px;
}
.menu-btn:before {
    bottom: 5px;
}
.menu-btn.active>div {
    height: 0;
}
.menu-btn.active:after {
    transform: rotate(45deg);
    top: 14px
}
.menu-btn.active:before {
    transform: rotate(-45deg);
    bottom: 14px;
}
.minicart-wrapper .action.showcart svg {
    width: 25px;
    height: auto;
}
.mobile-menu {
    display: none;
}
.rehab-wrapper .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.rehab-wrapper .section .container {
    max-width: 1200px;
    padding: 0 40px;
}
.padding-0 {
    padding: 0
}
.textalign-center {
    text-align: center
}
.category-blocks {
    gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
    padding: 50px 0;
}
.category-blocks>div {
    position: relative;
    height: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    background: black;
    padding: 40px 30px;
    transition: all .2s ease-out;
    transform: scale(1);
}
.category-blocks>div:hover {
    transform: scale(1.1);
}
.category-blocks>div .background {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 0;
}
.category-blocks>div:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
}
.category-blocks>div img {
    position: relative;
    z-index: 2;
    margin-bottom: 25px
}
.category-blocks>div h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 25px;
    font-size: 36px;
    font-family: 'hanzel';
    font-weight: 700;
    color: white;
    text-transform: uppercase;
}
.category-blocks>div p {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    font-size: 16px;
    color: white;
}
.category-blocks>div a {
    position: relative;
    z-index: 2;
    height: 54px;
    font-size: 16px;
    color: white;
    background-color: #E4002B;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 40px;
}
.title-44-bold {
    font-size: 44px;
    font-family: 'hanzel';
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}
.title-40-bold {
    font-size: 40px;
    font-family: 'hanzel';
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}
.text-20-regular {
    font-size: 20px;
    margin: 0;
}
.text-20-regular {
    font-size: 20px;
    margin: 0;
    line-height: 1.4
}
.text-18-regular {
    font-size: 18px;
    margin: 0;
    line-height: 1.4
}
.spacer-100 {
    height: 100px;
    width: 100%
}
.spacer-50 {
    height: 50px;
    width: 100%
}
.spacer-40 {
    height: 40px;
    width: 100%
}
.spacer-30 {
    height: 30px;
    width: 100%
}
.color-red {
    color: #E4002B
}
.rehab-header {
    min-height: 600px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.rehab-header-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.rehab-header-bg.mobile {
    display: none
}
.rehab-header .content {
    max-width: 470px;
    width: 100%;
    text-align: left;
}
.rehab-header .content ul {
    font-size: 20px;
    padding-left: 0px;
    list-style: none;
    color: #212529;
}
.rehab-header .content ul li {
    font-size: 18px;
    background-image: url('data:image/svg+xml,<svg width="15" height="11" viewBox="0 0 15 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 6.0625L4.95652 10L14 1" stroke="%23E4002B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: 0px 8px;
    margin: 0;
    margin-top: 10px;
}
.rehab-header .content ul li:first-child {
    margin-top: 15px;
}
.bgcolor-light {
    background: #F9F9F9;
}
.rehab-categories {
    gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
    width: 100%;
    max-width: 780px;
    margin: 0 auto
}
.rehab-categories>a {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    border: 1px solid #E4E4E4;
    box-shadow: 10px 10px 21px rgba(0, 0, 0, .03);
    transform: scale(1);
    transition: all .2s ease-out;
}
.rehab-categories>a:hover {
    transform: scale(1.1);
}
.rehab-categories>a img {
    margin-bottom: 25px;
    height: 140px;
    width: auto;
}
.rehab-categories>a h3 {
    font-size: 24px;
    color: #000;
}
.rehab-block-1 {
    min-height: 650px;
    display: flex
}
.rehab-block-1 .content {
    width: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 60px;
    text-align: left;
}
.rehab-block-1 .img-wrapper {
    position: relative;
    flex-grow: 1;
}
.rehab-block-1 .img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(((100vw - 1200px) /2) + 550px);
    object-fit: cover;
    max-width: none;
}
.rehab-products {
    gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
}
.rehab-products>a {
    display: flex;
    flex-direction: column;
    padding: 20px 20px 30px 20px;
    background: white;
    border: 1px solid #E4E4E4;
    box-shadow: 10px 10px 21px rgba(0, 0, 0, .03);
    transition: all .2s ease-out;
    align-items: center;
}
.rehab-products>a:hover .button {
    width: 100%
}
.rehab-products>a img {
    width: 100%;
    margin-bottom: 20px
}
.rehab-products>a h3 {
    font-size: 24px;
    margin-bottom: 30px;
    font-family: 'hanzel';
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    flex-grow: 1;
}
.rehab-products>a .button {
    font-size: 18px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0px 40px;
    background: #E4002B;
    color: white;
    width: 174px;
    max-width: 100%;
    transition: all .2s ease-out;
}
.rehab-block-2 {
    min-height: 650px;
    display: flex
}
.rehab-block-2 .content {
    width: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 60px;
    align-items: flex-start;
    text-align: left;
}
.rehab-block-2 .content a {
    font-size: 18px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0px 40px;
    width: auto;
    background: #000;
    color: white;
}
.rehab-block-2 .img-wrapper {
    position: relative;
    flex-grow: 1;
}
.rehab-block-2 .img-wrapper img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: calc(((100vw - 1200px) /2) + 640px);
    object-fit: cover;
    max-width: none;
}
.maxwidth-620 {
    max-width: 620px;
    margin: 0 auto
}
.maxwidth-890 {
    max-width: 890px;
    margin: 0 auto
}
.header__menu .mega-relative .mega {
    position: absolute;
    left: 0;
    top: 100%;
    background: white;
    display: flex;
    border: 0 solid #E4E4E4;
    max-height: 0;
    overflow: hidden;
    transition: all .2s ease-out;
    width: auto;
    height: auto;
    box-shadow: none;
}
.header__menu .mega-relative .mega#mega-strength {
    left: -518px;
}
.header__menu .mega-relative:hover .mega {
    border: 1px solid #E4E4E4;
    max-height: 600px;
}
.header__menu .mega-relative .mega .mega__featured {
    border: none;
}
.header__menu .mega-relative .mega .mega__featured > div:last-child {
    border-right: none;
}
.header__menu .mega-relative .mega .mega__featured a {
    position: relative;
    overflow: hidden;
    line-height: 20px;
    width: fit-content;
}
.header__menu .mega-relative .mega .mega__featured a:after {
    position: absolute;
    content: "";
    left: -101%;
    top: 19px;
    width: 100%;
    height: 1px;
    background: black;
    transition: all .2s ease-out;
}
.header__menu .mega-relative .mega .mega__featured a:hover:after {
    left: 0;
}
.page-header .panel.wrapper {
    border-bottom: 1px solid #E4E4E4;
}
.model-number {
    color: rgb(192,192,192);
    font-family: "Hanzel", sans-serif;
    font-size: 22px;
    margin-top: -10px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1200px) {
    body {
        padding-top: 70px !important;
    }
    .container {
        max-width: 1200px;
        padding-left: 30px;
        padding-right: 30px;
    }
    body .header {
        min-height: 70px;
        height: 70px !important;
    }
    .header .top-block {
        display: none
    }
    .header.scrolled {
        top: 0;
    }
    .header .container.header-section {
        padding-left: 30px;
        padding-right: 30px;
    }
    .section .container {
        max-width: 1200px;
        padding: 0 30px;
    }
    .sfposts .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .footer > .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .header__logo:not(:first-child) {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
    }
    .header__menu {
        display: none;
    }
    .menu-btn {
        display: flex;
        margin-left: 0;
    }
    .minicart-wrapper.dropdown {
        margin: 0 20px 5px auto !important;
    }
    .minicart-wrapper .action.showcart svg {
        width: 30px;
    }
    .mobile-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
        padding: 10px 30px 40px 40px;
        height: calc(100svh - 70px);
        overflow: auto;
        display: none;
        border-top: 1px solid #E4E4E4;
    }
    .mobile-menu ul {
        padding: 0;
        list-style: none;
        margin: 0;
    }
    .mobile-menu ul li {
        border-bottom: 1px solid #E4E4E4;
        padding: 13px 0;
        font-size: 18px;
        margin-bottom: 0;
    }
    .mobile-menu ul li.secondary {
        padding: 10px 0;
    }
    .mobile-menu ul li span {
        width: 100%;
        display: block;
        position: relative;
        cursor: pointer;
        color: #000;
    }
    .mobile-menu ul li span:after {
        width: 18px;
        height: 10px;
        content: "";
        position: absolute;
        right: 0;
        top: 7px;
        background-image: url('data:image/svg+xml,<svg width="54" height="30" viewBox="0 0 54 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.5 3L27 26.5L50.5 3" stroke="black" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transition: all .2s ease-out;
    }
    .mobile-menu ul li.active span:after {
        transform: rotate(180deg)
    }
    .mobile-menu ul li .dropdown {
        display: none
    }
    .mobile-menu ul li .dropdown>div {
        display: flex;
        flex-direction: column;
        padding-left: 20px;
    }
    .mobile-menu ul li a {
        margin-top: 10px;
        color: black;
        text-decoration: none;
        font-size: 18px;
    }
    .mobile-menu ul li .dropdown a {
        font-size: 16px;
    }
    .mobile-menu ul li.secondary a {
        color: rgb(0 0 0 / 70%);
        font-size: 16px;
    }
    .mobile-menu ul li.secondary a svg {
        margin-right: 5px
    }
    .mobile-menu ul li.secondary a svg path {
        fill: rgb(0 0 0 / 70%);
    }
    .rehab-wrapper .container {
        padding: 0 30px;
    }
    .rehab-wrapper .section .container {
        max-width: 1200px;
        padding: 0 30px;
    }
    .category-blocks {
        gap: 20px;
        padding: 30px 0;
    }
    .category-blocks>div {
        padding: 30px 20px;
        height: 400px;
    }
    .category-blocks>div img {
        width: 60px
    }
    .category-blocks>div h3 {
        margin-bottom: 20px;
        font-size: 32px;
    }
    .category-blocks>div p {
        font-size: 15px;
    }
    .rehab-header {
        min-height: 500px;
    }
    .rehab-block-1 .content {
        width: 500px;
        padding-right: 30px;
    }
    .rehab-block-2 .content {
        width: 440px;
        padding-left: 30px;
    }
    .title-44-bold {
        font-size: 40px;
    }
    .title-40-bold {
        font-size: 36px;
    }
    .rehab-header {
        padding-bottom: 70%;
        padding-top: 40px;
        justify-content: flex-start;
    }
    .rehab-header .content {
        max-width: 420px;
    }
    .rehab-header .content ul {
        font-size: 18px;
    }
    .rehab-header .content ul li {
        font-size: 16px;
        margin-top: 7px;
        padding-left: 25px;
        background-position: 0 7px;
        background-size: 13px;
    }
    .rehab-header .content ul li:first-child {
        margin-top: 10px;
    }
    .text-20-regular {
        font-size: 18px;
    }
    .text-18-regular {
        font-size: 16px;
    }
    .spacer-100 {
        height: 80px;
    }
}

@media only screen and (max-width: 992px) {
    .category-blocks {
        gap: 10px;
    }
    .category-blocks>div h3 {
        margin-bottom: 20px;
        font-size: 26px;
    }
    .category-blocks>div p {
        font-size: 14px;
    }
    .category-blocks>div a {
        height: 50px;
        width: 100%
    }
    .category-blocks>div {
        height: 380px;
    }
    .rehab-header {
        padding-bottom: 70%;
        padding-top: 40px;
        justify-content: flex-start;
    }
    .rehab-header-bg {
        display: none
    }
    .rehab-header-bg.mobile {
        display: block
    }
    .rehab-header .content {
        max-width: 80%;
    }
    .rehab-categories {
        gap: 20px;
    }
    .rehab-categories>a h3 {
        font-size: 20px;
    }
    .rehab-block-1 {
        flex-direction: column
    }
    .rehab-block-1 .content {
        width: 100%;
        padding: 60px 0;
    }
    .rehab-block-1 .img-wrapper img {
        position: static;
        width: calc(100% + 80px);
        margin-left: -40px;
    }
    .rehab-products {
        grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
    }
    .rehab-block-2 {
        flex-direction: column-reverse
    }
    .rehab-block-2 .content {
        width: 100%;
        padding: 60px 0;
    }
    .rehab-block-2 .img-wrapper img {
        position: static;
        width: calc(100% + 80px);
        margin-left: -40px;
    }
}

@media only screen and (max-width: 768px) {
    .rehab-header {
        padding-bottom: 90%
    }
    .rehab-header .content {
        max-width: 500px;
    }
    .rehab-products {
        grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr);
    }
    .spacer-50 {
        height: 40px;
    }
    .spacer-40 {
        height: 30px;
    }
    .spacer-30 {
        height: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .category-blocks {
        gap: 20px;
        grid-template-columns: minmax(200px, 1fr);
    }
    .category-blocks>div h3 {
        margin-bottom: 20px;
        font-size: 32px;
    }
    .category-blocks>div p {
        font-size: 16px;
        max-width: 400px;
    }
    .category-blocks>div a {
        height: 50px;
        width: auto
    }
    .category-blocks>div {
        height: 380px;
    }
    .category-blocks>div .background {
        position: absolute;
        width: 100%;
        height: 100%;
        object-position: top
    }
    .rehab-categories {
        grid-template-columns: minmax(100px, 1fr);
    }
    .rehab-categories>a {
        max-width: 250px;
        width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 480px) {
    .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .header .container.header-section {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .section .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .footer .container .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .header__logo img {
        width: 200px;
    }
    .menu-btn {
        height: 25px;
        width: 25px;
    }
    .minicart-wrapper .action.showcart svg {
        width: 24px;
    }
    .mobile-menu {
        padding: 10px 20px 40px 20px;
        height: calc(100svh - 60px);
    }
    .mobile-menu ul li {
        font-size: 16px;
    }
    .mobile-menu ul li.secondary a {
        font-size: 14px;
    }
    .mobile-menu ul li span:after {
        width: 16px;
        height: 9px;
    }
    .rehab-wrapper .container {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .rehab-wrapper .section .container {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .title-44-bold {
        font-size: 36px;
    }
    .title-40-bold {
        font-size: 32px;
    }
    .rehab-products {
        grid-template-columns: minmax(100px, 1fr);
    }
    .rehab-block-2 .content a {
        height: 54px;
    }
}

@media only screen and (max-width: 420px) {
    .rehab-header .content ul {
        font-size: 16px;
    }
    .rehab-header .content ul li {
        font-size: 14px;
        padding-left: 20px;
        background-position: 0 5px;
        background-size: 12px;
    }
    .title-44-bold {
        font-size: 32px;
    }
    .title-40-bold {
        font-size: 28px;
    }
    .rehab-header {
        padding-bottom: 100%;
    }
}








.selectorized_page .rehab-header.selectorized {
	min-height: 500px;
}
.selectorized_page .rehab-header.selectorized .content {
	max-width: 420px;
	color: #fff;
}


.selectorized_page .breadcrumb {
	background: transparent;
	padding: 30px 0px;
}
.selectorized_page .breadcrumb li {
	display: flex;
	line-height: 1;
	align-items: center;
	font-family: 'Futura Std';
	font-weight: normal;
}
.selectorized_page .breadcrumb li:after {
	padding: 0px 10px;
	color: #848484;
	content: "\203A";
	font-size: 24px;
	position: relative;
	bottom: 2px;
}
.selectorized_page .breadcrumb li:last-child:after {
	display: none;
}
.selectorized_page .breadcrumb li a {
	font-size: 16px;
	font-family: 'Futura Std';
	font-weight: normal;
	color: #848484;
	text-decoration: none;
}
.selectorized_page .breadcrumb li a.main_item {
	font-weight: 900;
	color: #303030;
	font-family: 'Futura Std';
}
.selectorized_page .breadcrumb li a:hover {
	color: #303030;
}
.selectorized_page .intro {
	text-align: left;
}
.selectorized_page .intro h2 {
	text-align: left;
	font-size: 36px;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 30px;
	font-weight: 700;
}
.selectorized_page .intro p {
	font-size: 20px;
	margin-bottom: 40px;
	color: #212529;
	max-width: 890px;
}
.selectorized_page .intro .grid {
	grid-column-gap: 60px;
	grid-row-gap: 40px;
	grid-template-rows: auto;
	grid-template-columns: minmax(150px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
	align-content: center;
	align-items: stretch;
	display: grid;
}
.selectorized_page .intro .grid>div img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	object-fit: cover
}
.selectorized_page .intro .grid>div h3 {
	font-family: 'Futura Std';
	font-weight: 900;
	font-size: 24px;
	text-transform: none;
	margin-bottom: 15px;
	text-align: left;
}
.selectorized_page .intro .grid>div p {
	font-family: 'Futura Std';
	font-size: 16px;
	margin-bottom: 0px;
}
.selectorized_page .rehab-block-2.selectorized {
	min-height: auto;
}
.selectorized_page .rehab-block-2.selectorized .content {
	padding: 100px 0px 100px 80px;
	max-width: 540px;
	font-size: 20px;
}
.selectorized_page .rehab-products.selectorized {
	grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
}
.selectorized_page .rehab-products.selectorized a {
	position: relative
}
.selectorized_page .rehab-products.selectorized a h3 {
	font-size: 28px;
	flex-grow: 0;
	margin-bottom: 20px;
}
.selectorized_page .rehab-products.selectorized a h3 span {
	display: block;
	color: #C0C0C0;
	font-size: .7em
}
.selectorized_page .rehab-products.selectorized a p {
	display: block;
	flex-grow: 1;
	color: #4F4F4F;
	margin-bottom: 20px;
}
.selectorized_page .rehab-products.selectorized a img {
	max-width: 280px;
	margin-bottom: 5px;
}
.selectorized_page .rehab-products.selectorized a .button {
	background: #0077C8;
}
.selectorized_page .rehab-products.selectorized a .badge {
	position: absolute;
	left: 0px;
	top: 20px;
	background: #000;
	border-radius: 0px;
	color: #fff;
	height: 35px;
	padding: 0px 10px;
	display: flex;
	align-items: center;
	font-family: 'hanzel';
	text-transform: uppercase;
	font-weight: 700;
}
 @media only screen and (max-width: 1200px) {
.selectorized_page .rehab-header.selectorized {
	min-height: 400px;
}
.selectorized_page .rehab-header-bg.selectorized {
	object-position: center
}
.selectorized_page .rehab-block-2.selectorized .content {
	padding: 80px 0px 80px 50px;
	max-width: 540px;
	font-size: 20px;
}
}
 @media only screen and (max-width: 992px) {

.selectorized_page .rehab-header.selectorized {
	padding-bottom: 0px;
	padding-top: 70px;
	min-height: 80vw;
	max-width: none;
	align-items: flex-start;
}
.selectorized_page .rehab-header.selectorized .content {
	max-width: 500px;
	text-align: center;
	margin: 0 auto;
}
.selectorized_page .rehab-header-bg.selectorized.mobile {
	object-position: bottom
}
.selectorized_page .intro .grid {
	grid-column-gap: 40px;
}
}
 @media only screen and (max-width: 768px) {
.selectorized_page .rehab-products.selectorized {
	grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr);
}
}
 @media only screen and (max-width: 767px) {
.selectorized_page .intro .grid {
	grid-template-columns: minmax(150px, 1fr);
}
.selectorized_page .rehab-block-2.selectorized .content {
	padding: 80px 0px 80px 0px;
	max-width: none;
}
.selectorized_page .rehab-header.selectorized {
	padding-bottom: 0px;
	padding-top: 70px;
	min-height: 110vw;
}
.selectorized_page .rehab-header.selectorized h1 {
	font-size: 8vw
}
}
 @media only screen and (max-width: 480px) {
.selectorized_page .rehab-products.selectorized {
	grid-template-columns: minmax(100px, 1fr);
}
}




.additional_strength .standard-padding {
	padding: 0px 40px;
}

.additional_strength .section .container {
	max-width: 1200px;
	padding: 0px 40px;
}
.additional_strength .padding-0 {
	padding: 0px
}
.additional_strength .textalign-center {
	text-align: center
}
.additional_strength .title-44-bold {
	font-size: 44px;
	font-family: 'hanzel';
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}
.additional_strength .title-40-bold {
	font-size: 40px;
	font-family: 'hanzel';
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}
.additional_strength .text-20-regular {
	font-size: 20px;
	margin: 0;
}
.additional_strength .text-20-regular {
	font-size: 20px;
	margin: 0;
	line-height: 1.4
}
.additional_strength .text-18-regular {
	font-size: 18px;
	margin: 0;
	line-height: 1.4
}
.additional_strength .spacer-100 {
	height: 100px;
	width: 100%
}
.additional_strength .spacer-50 {
	height: 50px;
	width: 100%
}
.additional_strength .spacer-40 {
	height: 40px;
	width: 100%
}
.additional_strength .spacer-30 {
	height: 30px;
	width: 100%
}
.additional_strength .color-red {
	color: #E4002B
}
.additional_strength .rehab-header {
	min-height: 600px;
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.additional_strength .rehab-header-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
}
.additional_strength .rehab-header-bg.mobile {
	display: none
}
.additional_strength .rehab-header .content {
	max-width: 470px;
	width: 100%;
	text-align: left;
}
.additional_strength .rehab-header .content ul {
	font-size: 20px;
	padding-left: 0px;
	list-style: none;
	color: #212529;
}
.additional_strength .rehab-header .content ul li {
	font-size: 18px;
	background-image: url('data:image/svg+xml,<svg width="15" height="11" viewBox="0 0 15 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 6.0625L4.95652 10L14 1" stroke="%23E4002B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 0px 8px;
	margin: 0;
	margin-top: 10px;
}
.additional_strength .rehab-header .content ul li:first-child {
	margin-top: 15px;
}
.additional_strength .bgcolor-light {
	background: #F9F9F9;
}
.additional_strength .rehab-categories {
	gap: 30px;
	grid-template-rows: auto;
	grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
	grid-auto-columns: 1fr;
	display: grid;
	width: 100%;
	max-width: 780px;
	margin: 0 auto
}
.additional_strength .rehab-categories>a {
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: white;
	border: 1px solid #E4E4E4;
	box-shadow: 10px 10px 21px rgba(0, 0, 0, .03);
	transform: scale(1);
	transition: all .2s ease-out;
}
.additional_strength .rehab-categories>a:hover {
	transform: scale(1.1);
}
.additional_strength .rehab-categories>a img {
	margin-bottom: 25px;
	height: 140px;
	width: auto;
}
.additional_strength .rehab-categories>a h3 {
	font-size: 24px;
	color: #000;
}
.additional_strength .rehab-block-1 {
	min-height: 650px;
	display: flex
}
.additional_strength .rehab-block-1 .content {
	width: 650px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 60px;
	text-align: left;
}
.additional_strength .rehab-block-1 .img-wrapper {
	position: relative;
	flex-grow: 1;
}
.additional_strength .rehab-block-1 .img-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: calc(((100vw - 1200px) /2) + 550px);
	object-fit: cover;
	max-width: none;
}
.additional_strength .rehab-products {
	gap: 20px;
	grid-template-rows: auto;
	grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
	grid-auto-columns: 1fr;
	display: grid;
}
.additional_strength .rehab-products>a {
	display: flex;
	flex-direction: column;
	padding: 20px 20px 30px 20px;
	background: white;
	border: 1px solid #E4E4E4;
	box-shadow: 10px 10px 21px rgba(0, 0, 0, .03);
	transition: all .2s ease-out;
	align-items: center;
}
.additional_strength .rehab-products>a:hover .button {
	width: 100%
}
.additional_strength .rehab-products>a img {
	width: 100%;
	margin-bottom: 20px
}
.additional_strength .rehab-products>a h3 {
	font-size: 24px;
	margin-bottom: 30px;
	font-family: 'hanzel';
	font-weight: 700;
	text-transform: uppercase;
	flex-grow: 1;
}
.additional_strength .rehab-products>a .button {
	font-size: 18px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 0px 40px;
	background: #E4002B;
	color: white;
	width: 174px;
	max-width: 100%;
	transition: all .2s ease-out;
}
.additional_strength .rehab-block-2 {
	min-height: 650px;
	display: flex
}
.additional_strength .rehab-block-2 .content {
	width: 560px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 60px;
	align-items: flex-start;
	text-align: left;
}
.additional_strength .rehab-block-2 .content a {
	font-size: 18px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 0px 40px;
	width: auto;
	background: #000;
	color: white;
}
.additional_strength .rehab-block-2 .img-wrapper {
	position: relative;
	flex-grow: 1;
}
.additional_strength .rehab-block-2 .img-wrapper img {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: calc(((100vw - 1200px) /2) + 640px);
	object-fit: cover;
	max-width: none;
}
.additional_strength .maxwidth-620 {
	max-width: 620px;
	margin: 0 auto
}
.additional_strength .maxwidth-890 {
	max-width: 890px;
	margin: 0 auto
}


.additional_strength .rehab-header-bg.residential {
	object-position: 60%;
}
.additional_strength .rehab-header.residential {
	color: #fff;
}
.additional_strength .rehab-header.residential .content {
	max-width: 490px;
}
.additional_strength .rehab-header.residential .content ul {
	color: #fff;
}
.additional_strength .rehab-categories.residential {
	grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
	max-width: 1024px;
}
.additional_strength .rehab-block-1.residential {
	min-height: auto;
	display: flex;
}
.additional_strength .rehab-block-1.residential .content {
	width: 610px;
	padding-right: 0px;
	padding-left: 60px;
	flex-shrink: 0;
	padding-top: 0px;
	padding-bottom: 0px;
}
.additional_strength .rehab-block-1.residential .img-wrapper img {
	width: 100%;
	position: static;
	max-width: 406px;
	height: auto;
}
.additional_strength .rehab-products.residential {
	gap: 30px;
	grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
}
.additional_strength .rehab-products>a {
	color: #212529;
}
.additional_strength .rehab-products.residential>a h3 {
	font-size: 28px;
	margin-bottom: 20px;
}
.additional_strength .rehab-products.residential>a .price {
	font-size: 28px;
	margin-bottom: 20px;
	font-family: 'hanzel';
	font-weight: 700;
	line-height: 1;
}
.additional_strength .rehab-block-2.residential .img-wrapper img {
	width: 114%;
	position: static;
	max-width: none;
	object-fit: contain;
	height: auto;
}
.additional_strength .rehab-block-2.residential .content {
	width: 560px;
	padding-left: 0px;
	padding-right: 60px;
	flex-shrink: 0;
}
.additional_strength .title-24-bold {
	font-size: 24px;
	font-family: 'hanzel';
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}
.additional_strength .rehab-block-2.residential {
	min-height: auto
}
.additional_strength .rehab-block-2.residential .qr_codes {
	display: flex;
	gap: 10px;
	align-items: stretch;
	justify-content: center;
	margin-top: 20px;
}
.additional_strength .rehab-block-2.residential .qr_codes>img {
	width: 100px;
	margin: 0;
}
.additional_strength .rehab-block-2.residential .qr_codes .block {
	background: #fff;
	border-radius: 15px;
	display: flex;
	align-items: center;
	padding: 0px 8px 0px 20px;
	margin: 0;
	border: 1px solid #E4E4E4;
}
.additional_strength .rehab-block-2.residential .qr_codes .block img:first-child {
	width: 40px;
	margin-right: 7px;
	margin-bottom: 0px;
}
.additional_strength .rehab-block-2.residential .qr_codes .block img:last-child {
	width: 100px;
}
.additional_strength .section.dealer-search-bar {
	padding: 0px;
	height: 70px;
	background: #000;
	color: #fff
}
.additional_strength .section.dealer-search-bar h3 {
	font-size: 24px;
	margin-bottom: 0px;
	margin-right: 40px;
}
.additional_strength .section.dealer-search-bar .container {
	display: flex;
	align-items: center;
	justify-content: center;
}
.additional_strength .section.dealer-search-bar form {
	display: flex;
}
.additional_strength .section.dealer-search-bar form input {
	width: 500px;
	font-size: 18px;
	height: 44px;
	padding-left: 20px;
}
.additional_strength  .section.dealer-search-bar form input::placeholder {
 color: rgb(0 0 0 / 50%)
}
.additional_strength .section.dealer-search-bar form button {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E4002B;
	color: #fff;
	width: 140px;
	flex-shrink: 0;
	margin-left: 5px;
}

.additional_strength .rehab-header.commercial {
	color: #fff;
}
.additional_strength .rehab-header.commercial .content {
	max-width: 470px;
}
.additional_strength .rehab-header.commercial .content ul {
	color: #fff;
}
.additional_strength .rehab-categories.commercial>a {
	background: white !important;
	padding: 30px 20px;
}
.additional_strength .rehab-categories.commercial>a h3 {
	font-size: 20px;
}
.additional_strength .rehab-categories.commercial {
	grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
	max-width: none;
	gap: 10px;
}
.additional_strength .section.dealer-search-bar a {
	width: 100%;
	color: #fff;
	font-size: 28px;
	font-family: 'hanzel';
	text-transform: uppercase;
	font-weight: 700;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s ease-out
}
.additional_strength .section.dealer-search-bar a:hover {
	color: #E4002B;
}
.additional_strength .rehab-block-1.commercial .content {
	width: 605px;
}
.additional_strength .rehab-products.commercial {
	gap: 30px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.additional_strength .rehab-products.commercial a {
	width: calc((100% - 60px) / 3)
}
.additional_strength .rehab-products.commercial>a {
	background: white !important
}
.additional_strength .rehab-block-2.commercial .content {
	width: 560px;
}
.additional_strength .maxwidth-940 {
	max-width: 940px;
	margin: 0 auto
}
.additional_strength .rehab-block-2.commercial ul {
	gap: 10px 50px;
	grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr);
	display: grid;
	padding-left: 0px;
	list-style: none;
	margin-top: 20px;
}
.additional_strength .rehab-block-2.commercial ul li {
	margin-bottom: 0px;
	background-image: url('data:image/svg+xml,<svg width="15" height="11" viewBox="0 0 15 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 6.0625L4.95652 10L14 1" stroke="%23E4002B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 7px;
	background-size: 13px;
}
.additional_strength .section.partners-logo-section {
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}
.additional_strength .section.partners-logo-section img {
	height: 60px;
}
.additional_strength .rehab-header.selectorized {
	min-height: 500px;
}
.additional_strength .rehab-header.selectorized .content {
	max-width: 420px;
	color: #fff;
}

.additional_strength .breadcrumb {
	background: transparent;
	padding: 30px 0px;
}
.additional_strength .breadcrumb li {
	display: flex;
	line-height: 1;
	align-items: center;
	font-family: 'Futura Std';
	font-weight: normal;
}
.additional_strength .breadcrumb li:after {
	padding: 0px 10px;
	color: #848484;
	content: "\203A";
	font-size: 24px;
	position: relative;
	bottom: 2px;
}
.additional_strength .breadcrumb li:last-child:after {
	display: none;
}
.additional_strength .breadcrumb li a {
	font-size: 16px;
	font-family: 'Futura Std';
	font-weight: normal;
	color: #848484;
	text-decoration: none;
}
.additional_strength .breadcrumb li a.main_item {
	font-weight: 900;
	color: #303030;
	font-family: 'Futura Std';
}
.additional_strength .breadcrumb li a:hover {
	color: #303030;
}
.additional_strength .intro {
	text-align: left;
}
.additional_strength .intro h2 {
	text-align: left;
	font-size: 36px;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 30px;
	font-weight: 700;
}
.additional_strength .intro p {
	font-size: 20px;
	margin-bottom: 40px;
	color: #212529;
	max-width: 890px;
}
.additional_strength .intro .grid {
	grid-column-gap: 60px;
	grid-row-gap: 40px;
	grid-template-rows: auto;
	grid-template-columns: minmax(150px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
	align-content: center;
	align-items: stretch;
	display: grid;
}
.additional_strength .intro .grid>div img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	object-fit: cover
}
.additional_strength .intro .grid>div h3 {
	font-family: 'Futura Std';
	font-weight: 900;
	font-size: 24px;
	text-transform: none;
	margin-bottom: 15px;
	text-align: left;
}
.additional_strength .intro .grid>div p {
	font-family: 'Futura Std';
	font-size: 16px;
	margin-bottom: 0px;
}
.additional_strength .rehab-block-2.selectorized {
	min-height: auto;
}
.additional_strength .rehab-block-2.selectorized .content {
	padding: 100px 0px 100px 80px;
	max-width: 540px;
	font-size: 20px;
}
.additional_strength .rehab-products.selectorized {
	grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
}
.additional_strength .rehab-products.selectorized a {
	position: relative
}
.additional_strength .rehab-products.selectorized a h3 {
	font-size: 28px;
	flex-grow: 0;
	margin-bottom: 20px;
}
.additional_strength .rehab-products.selectorized a h3 span {
	display: block;
	color: #C0C0C0;
	font-size: .7em
}
.additional_strength .rehab-products.selectorized a p {
	display: block;
	flex-grow: 1;
	color: #4F4F4F;
	margin-bottom: 20px;
}
.additional_strength .rehab-products.selectorized a img {
	max-width: 280px;
	margin-bottom: 5px;
}
.additional_strength .rehab-products.selectorized a .button {
	background: #0077C8;
}
.additional_strength .rehab-products.selectorized a .badge {
	position: absolute;
	left: 0px;
	top: 20px;
	background: #000;
	border-radius: 0px;
	color: #fff;
	height: 35px;
	padding: 0px 10px;
	display: flex;
	align-items: center;
	font-family: 'hanzel';
	text-transform: uppercase;
	font-weight: 700;
}

.additional_strength .rehab-header.freeweight {
	min-height: 500px;
	justify-content: flex-start;
}
.additional_strength .rehab-header.freeweight .content {
	max-width: 530px;
	color: #fff
}
.additional_strength .intro.freeweight p {
	max-width: none;
	margin-bottom: 20px
}

.additional_strength .rehab-header.cableseries {
	justify-content: center;
}
.additional_strength .rehab-header.cableseries .content {
	text-align: center;
	color: #fff;
	max-width: 420px;
}
.additional_strength .intro.cableseries p {
	max-width: none;
	margin-bottom: 20px
}
.additional_strength .intro ul {
	font-size: 20px;
	margin-bottom: 40px;
}
.additional_strength .intro ul li {
	margin-bottom: 10px
}
.additional_strength .rehab-products.selectorized.cableseries {
	grid-template-columns: minmax(100px, 1fr);
	max-width: 360px;
	margin: 0 auto;
	position: relative
}
.additional_strength .rehab-header.cableseries .content h1 span.line {
	display: block
}

@media only screen and (max-width: 1200px) {
.additional_strength .rehab-header {
	min-height: 500px;
}
.additional_strength .rehab-block-1 .content {
	width: 500px;
	padding-right: 30px;
}
.additional_strength .rehab-block-2 .content {
	width: 440px;
	padding-left: 30px;
}
.additional_strength .title-44-bold {
	font-size: 40px;
}
.additional_strength .title-40-bold {
	font-size: 36px;
}
.additional_strength .rehab-header .content {
	max-width: 420px;
}
.additional_strength .rehab-header .content ul {
	font-size: 18px;
}
.additional_strength .rehab-header .content ul li {
	font-size: 16px;
	margin-top: 7px;
	padding-left: 25px;
	background-position: 0px 7px;
	background-size: 13px;
}
.additional_strength .rehab-header .content ul li:first-child {
	margin-top: 10px;
}
.additional_strength .text-20-regular {
	font-size: 18px;
}
.additional_strength .text-18-regular {
	font-size: 16px;
}
.additional_strength .spacer-100 {
	height: 80px;
}
.additional_strength .rehab-header-bg {
	object-position: 60%;
}

.additional_strength .rehab-header-bg.residential {
	object-position: 70%;
}
.additional_strength .section.dealer-search-bar form input {
	width: 350px;
}
.additional_strength .rehab-products.residential {
	gap: 20px;
}
.additional_strength .rehab-block-2.residential .content {
	width: 440px;
	padding-right: 30px;
}
.additional_strength .rehab-categories.residential {
	gap: 20px;
}
.additional_strength .rehab-block-2.residential .qr_codes .block {
	padding: 0px 8px 0px 10px;
}
.additional_strength .rehab-block-2.residential .qr_codes .block img:last-child {
	width: 80px;
}
.additional_strength .rehab-block-2.residential .qr_codes>img {
	width: 80px;
}

.additional_strength .rehab-header-bg.commercial {
	object-position: 55%;
}
.additional_strength .rehab-products.commercial {
	gap: 20px;
}
.additional_strength .rehab-products.commercial a {
	width: calc((100% - 40px) / 3)
}

.additional_strength .rehab-header.selectorized {
	min-height: 400px;
}
.additional_strength .rehab-header-bg.selectorized {
	object-position: center
}
.additional_strength .rehab-block-2.selectorized .content {
	padding: 80px 0px 80px 50px;
	max-width: 540px;
	font-size: 20px;
}
.additional_strength .rehab-block-2 .img-wrapper img {
	width: calc(((100vw - 1000px) / 2) + 640px);
}

.additional_strength .rehab-header.freeweight {
	min-height: 400px;
}
.additional_strength .rehab-header.freeweight .content {
	max-width: 300px;
}

.additional_strength .rehab-header.cableseries {
	min-height: 360px
}
}
@media only screen and (max-width: 992px) {
.additional_strength .rehab-header {
	padding-bottom: 70%;
	padding-top: 40px;
	justify-content: flex-start;
}
.additional_strength .rehab-header {
	padding-bottom: 70%;
	padding-top: 40px;
	justify-content: flex-start;
}
.additional_strength .rehab-header-bg {
	display: none
}
.additional_strength .rehab-header-bg.mobile {
	display: block
}
.additional_strength .rehab-header .content {
	max-width: 80%;
}
.additional_strength .rehab-categories {
	gap: 20px;
}
.additional_strength .rehab-categories>a h3 {
	font-size: 20px;
}
.additional_strength .rehab-block-1 {
	flex-direction: column
}
.additional_strength .rehab-block-1 .content {
	width: 100%;
	padding: 60px 0px;
}
.additional_strength .rehab-block-1 .img-wrapper img {
	position: static;
	width: calc(100% + 80px);
	margin-left: -40px;
}
.additional_strength .rehab-products {
	grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
}
.additional_strength .rehab-block-2 {
	flex-direction: column-reverse
}
.additional_strength .rehab-block-2 .content {
	width: 100%;
	padding: 60px 0px;
}
.additional_strength .rehab-block-2 .img-wrapper img {
	position: static;
	width: calc(100% + 80px);
	margin-left: -40px;
}

.additional_strength .rehab-header.residential .content {
	max-width: 80%;
}
.additional_strength .rehab-categories.residential {
	gap: 10px
}
.additional_strength .section.dealer-search-bar .container {

	flex-direction: column;
}
.additional_strength .section.dealer-search-bar {
	height: auto;
	padding: 20px 0px;
}
.additional_strength .section.dealer-search-bar h3 {
	margin-bottom: 10px;
	margin-right: 0px;
}
.additional_strength .section.dealer-search-bar form {
	width: 100%;
}
.additional_strength .section.dealer-search-bar form input {
	width: 100%;
}
.additional_strength .rehab-block-1.residential {
	flex-direction: column-reverse
}
.additional_strength .rehab-block-1.residential .content {
	width: 100%;
	padding-left: 0px;
	padding-right: 10%;
	padding-bottom: 60px;
}
.additional_strength .rehab-block-2.residential {
	flex-direction: column
}
.additional_strength .rehab-block-2.residential .content {
	width: 100%;
	padding-right: 10%;
	padding-top: 0px;
}
.additional_strength .rehab-block-2.residential .img-wrapper img {
	width: 100%;
	margin: 0px;
	max-width: 80%;
}
.additional_strength .rehab-block-2.residential .qr_codes .block {
	padding: 0px 8px 0px 20px;
}
.additional_strength .rehab-block-2.residential .qr_codes .block img:last-child {
	width: 100px;
}
.additional_strength .rehab-block-2.residential .qr_codes>img {
	width: 100px;
}
 
.additional_strength .rehab-header.commercial .content {
	max-width: 80%;
}
.additional_strength .rehab-categories.commercial {
	grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
	gap: 20px;
}
.additional_strength .rehab-products.commercial {
	gap: 10px;
}
.additional_strength .rehab-products.commercial a {
	width: calc((100% - 20px) / 3)
}
.additional_strength .rehab-block-1.commercial .content {
	width: 100%;
	padding-right: 10%
}
.additional_strength .rehab-block-2.commercial .content {
	width: 100%;
	padding-right: 10%
}
.additional_strength .section.dealer-search-bar a {
	height: auto;
	width: 100%;
	color: #fff;
	font-size: 28px;
	font-family: 'hanzel';
	text-transform: uppercase;
	font-weight: 700;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s ease-out;
	font-size: 22px;
}
 
.additional_strength .rehab-header.selectorized {
	padding-bottom: 0px;
	padding-top: 70px;
	min-height: 80vw;
	max-width: none;
	align-items: flex-start;
}
.additional_strength .rehab-header.selectorized .content {
	max-width: 500px;
	text-align: center;
	margin: 0 auto;
}
.additional_strength .rehab-header-bg.selectorized.mobile {
	object-position: bottom
}
.additional_strength .intro .grid {
	grid-column-gap: 40px;
}

.additional_strength .rehab-header.freeweight .content {
	max-width: 100%;
	text-align: center
}
.additional_strength .rehab-header-bg.freeweight.mobile {
	object-position: bottom
}
.additional_strength .rehab-header.freeweight {
	padding-top: 70px
}

.additional_strength .rehab-header.cableseries {
	padding-bottom: 50%
}
}
@media only screen and (max-width: 768px) {
.additional_strength .rehab-header {
	padding-bottom: 90%
}
.additional_strength .rehab-header .content {
	max-width: 500px;
}
.additional_strength .rehab-products {
	grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr);
}
.additional_strength .spacer-50 {
	height: 40px;
}
.additional_strength .spacer-40 {
	height: 30px;
}
.additional_strength .spacer-30 {
	height: 20px;
}
.additional_strength .rehab-header.residential .content {
	max-width: 100%;
}
.additional_strength .rehab-header.residential {
	padding-bottom: 50%
}
.additional_strength .rehab-header.commercial {
	padding-bottom: 60%;
}
.additional_strength .rehab-header.commercial .content {
	max-width: 100%;
}
 
.additional_strength .rehab-products.selectorized {
	grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr);
}
}
@media only screen and (max-width: 767px) {
.additional_strength .rehab-categories {
	grid-template-columns: minmax(100px, 1fr);
}
.additional_strength .rehab-categories>a {
	max-width: 250px;
	width: 100%;
	margin: 0 auto;
}


.additional_strength .rehab-categories.residential {
	grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr);
	gap: 20px;
}
.additional_strength .rehab-categories.residential>a {
	max-width: none;
	width: 100%;
}
.additional_strength .rehab-block-1.residential .content {
	padding-right: 0%;
}
.additional_strength .rehab-block-2.residential .content {
	padding-right: 0%;
}
.additional_strength .rehab-products.residential {
	gap: 20px;
	grid-template-columns: minmax(100px, 1fr);
	max-width: 400px;
	margin: 0 auto
}
.additional_strength .rehab-header.residential {
	padding-bottom: 60%
}
.additional_strength .rehab-header-bg.residential {
	object-position: center;
}

.additional_strength .rehab-block-1.commercial .content {
	padding-right: 0%;
}
.additional_strength .rehab-block-2.commercial .content {
	padding-right: 0%;
}
.additional_strength .rehab-categories.commercial {
	gap: 10px;
}
.additional_strength .rehab-products.commercial {
	gap: 10px;
}
.additional_strength .rehab-products.commercial a {
	width: calc((100% - 20px) / 2)
}

.additional_strength .intro .grid {
	grid-template-columns: minmax(150px, 1fr);
}
.additional_strength .rehab-block-2.selectorized .content {
	padding: 80px 0px 80px 0px;
	max-width: none;
}
.additional_strength .rehab-header.selectorized {
	padding-bottom: 0px;
	padding-top: 70px;
	min-height: 110vw;
}
.additional_strength .rehab-header.selectorized h1 {
	font-size: 8vw
}
}
@media only screen and (max-width: 480px) {
.additional_strength .title-44-bold {
	font-size: 36px;
}
.additional_strength .title-40-bold {
	font-size: 32px;
}
.additional_strength .rehab-products {
	grid-template-columns: minmax(100px, 1fr);
}
.additional_strength .rehab-block-2 .content a {
	height: 54px;
}

.additional_strength .rehab-header.residential {
	padding-bottom: 80%
}
.additional_strength .rehab-header.residential {
	padding-bottom: 80%
}
.additional_strength .rehab-categories.residential {
	gap: 10px;
}
.additional_strength .rehab-categories.residential>a {
	padding: 20px 15px;
}
.additional_strength .rehab-header .content ul {
	font-size: 16px;
}
.additional_strength .rehab-header .content ul li {
	font-size: 14px;
	margin-top: 5px;
	padding-left: 20px;
	background-position: 0px 5px;
	background-size: 11px;
}
.additional_strength .rehab-categories>a img {
	width: 100%;
	height: 100px;
	object-fit: contain
}
.additional_strength .section.dealer-search-bar h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
.additional_strength .section.dealer-search-bar form {
	flex-direction: column
}
.additional_strength .section.dealer-search-bar form button {
	width: 100%;
	margin-left: 0px;
	margin-top: 10px;
	height: 44px;
}
.additional_strength .rehab-block-2.residential .img-wrapper img {
	max-width: 100%;
}
.additional_strength .rehab-header.residential .content h1 {
	font-size: 7.5vw;
}
.additional_strength .rehab-header {
	padding-bottom: 100%;
}
.additional_strength .rehab-block-2.residential .qr_codes .block {
	padding: 0px 8px 0px 10px;
}
.additional_strength .rehab-block-2.residential .qr_codes .block img:last-child {
	width: 19vw;
}
.additional_strength .rehab-block-2.residential .qr_codes>img {
	width: 18vw;
}
.additional_strength .rehab-block-2.residential .qr_codes .block img:first-child {
	width: 7vw;
}
.additional_strength .rehab-block-2.residential .qr_codes {
	gap: 1vw;
}

.additional_strength .rehab-header.commercial {
	padding-bottom: 100%;
}
.additional_strength .rehab-header.commercial .content h1 {
	font-size: 8vw;
}
.additional_strength .rehab-categories.commercial {
	grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr);
	gap: 10px;
}
.additional_strength .rehab-categories.commercial>a {
	background: white !important;
	padding: 20px 10px;
}
.additional_strength .rehab-products.commercial {
	gap: 20px;
}
.additional_strength .rehab-products.commercial a {
	width: 100%
}
.additional_strength .rehab-block-2.commercial ul {
	gap: 10px 20px;
}
.additional_strength .section.partners-logo-section {
	padding: 20px;
}
.additional_strength .section.partners-logo-section img {
	height: 50px;
}
 /* Selectorized Page*/
.additional_strength .rehab-products.selectorized {
	grid-template-columns: minmax(100px, 1fr);
}
}
@media only screen and (max-width: 420px) {
.additional_strength .rehab-header .content ul {
	font-size: 16px;
}
.additional_strength .rehab-header .content ul li {
	font-size: 14px;
	padding-left: 20px;
	background-position: 0px 5px;
	background-size: 12px;
}
.additional_strength .title-44-bold {
	font-size: 32px;
}
.additional_strength .title-40-bold {
	font-size: 28px;
}

.additional_strength .rehab-header.residential {
	padding-bottom: 90%;
}

.additional_strength .rehab-header.commercial {
	padding-bottom: 110%;
}
}



.cmspageview .style-1 .header-1 {
	position: relative;
	padding: 70px 0px;
}
.cmspageview .style-1 .header-1 h1 {
	position: relative;
	text-align: center;
	color: #fff;
	font-family: hanzel;
	text-transform: uppercase;
	font-size: 60px;
	max-width: 500px;
	margin: 0 auto;
}
.cmspageview .style-1 .header-1 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cmspageview .style-1 .wrapper {
	display: flex;
	align-items: flex-start;
}
.cmspageview .style-1 .wrapper .webforms {
  padding: 70px 0px 70px 60px;
  background: #F9F9F9;
  text-align: left;
  position: relative;
  margin-bottom: 0px!important;
}

.cmspageview .style-1 .wrapper form p {
	margin-bottom: 40px;
}
.cmspageview .style-1 .wrapper form:after {
	content: "";
	position: absolute;
	width: calc(50vw);
	background: #F9F9F9;
	left: 0;
	top: 0;
	height: 100%;
	z-index: -1;
}
.cmspageview .style-1 .wrapper img {
	width: 50%;
	height: auto;
	margin-right: 60px;
	flex-shrink: 0;
	margin-top: 70px;
}
.cmspageview .style-1 .wrapper form .form-group {
	margin-bottom: 30px;
}
.cmspageview .style-1 .wrapper form input {
	font-family: "Futura Std", sans-serif;
	font-size: 16px;
	border-radius: 0;
	background-color: #fff;
	height: 50px;
	display: block;
	width: 100%;
	border: 1px solid #D9D9D9;
}
.cmspageview .style-1 .wrapper form input:hover, .cmspageview .style-1 .wrapper form input:focus {
	border: 1px solid #000;
}
.cmspageview .style-1 .wrapper form label {
	font-family: "Futura Std", sans-serif;
	font-size: 16px;
	color: rgb(0 0 0 / 80%);
	line-height: 1;
}
.cmspageview .style-1 .wrapper form label span {
	color: #E4002B;
}
.cmspageview .style-1 .wrapper form button {
	font-family: "Futura std", sans-serif !important;
	font-weight: 900;
	font-size: 18px;
	height: 60px;
	display: flex;
	align-items: center;
	padding: 0px 50px;
	color: #fff;
	background-color: #E4002B;
	border-radius: 0px;
}
.cmspageview .style-1 .header-2 {
	position: relative;
	height: 480px;
	display: flex;
	align-items: center;
}
.cmspageview .style-1 .header-2 h1 {
	position: relative;
	color: #fff;
	font-family: hanzel;
	text-transform: uppercase;
	font-size: 44px;
	max-width: 570px;
	text-align: left;
}
.cmspageview .style-1 .header-2 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cmspageview .style-1 .header-2 img.mobile-bg {
	display: none;
}
.cmspageview .wrapper-2 {
	padding: 80px 0px 100px 0px;
}
.cmspageview .wrapper-2 .actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
	padding-bottom: 60px;
}
.cmspageview .wrapper-2 .actions a {
	width: 265px;
	height: 185px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #E4002B;
	font-family: hanzel;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 1.2;
	transition: all .2s ease-out;
}
.cmspageview .wrapper-2 .actions a:hover {
	background: #000;
}
.cmspageview .wrapper-2 p {
	font-size: 20px;
	text-align: left;
	font-weight: 400;
	color: #212529;
}

@media (min-width: 900px) {
.cmspageview .style-1 .webforms .field {
  padding-left: 0rem!important;
  padding-right: 0rem!important;
}

.cmspageview .style-1 .webforms-description-text {
  margin-bottom: 3rem!important;
}

.cmspageview .style-1 .webforms fieldset .field.type-email{
    width: 100%!important;
   
  }

}
 @media (max-width: 1200px) {
.cmspageview .style-1 .wrapper form {
	padding: 70px 0px 70px 30px;
}
.cmspageview .style-1 .wrapper img {
	margin-right: 20px;
}
}
 @media (max-width: 768px) {
.cmspageview .style-1 .wrapper {
	flex-direction: column;
}
.cmspageview .style-1 .wrapper form {
	padding: 60px 20px 60px 20px;
}
.cmspageview .style-1 .wrapper img {
	width: 100%;
	max-width: 550px;
	margin: 40px auto;
}
.cmspageview .style-1 .wrapper form:after {
	width: calc(100% + 60px);
	left: -30px;
}
.cmspageview .style-1 .header-2 {
	align-items: flex-start;
	padding-bottom: 78%;
}
.cmspageview .style-1 .header-2 img {
	display: none;
}
.cmspageview .style-1 .header-2 img.mobile-bg {
	display: block;
}
.cmspageview .style-1 .header-2 h1 {
	text-align: center;
	margin: 0 auto;
}

.cmspageview .style-1 .webforms-description-text {
  margin-bottom: 0rem!important;
}
.cmspageview .style-1 .wrapper .webforms {
  padding: 70px 0px 70px 10px!important;
	 } 

.cmspageview .style-1 .webforms .fieldset{ padding:0px!important;}

.cmspageview .style-1 .webforms .field {
  padding-left: 0rem!important;
  padding-right: 0rem!important;
}

.cmspageview .style-1 .webforms fieldset .field.type-email{
    width: 100%!important;
   
  }	
  
}
 @media (max-width: 576px) {
.cmspageview .style-1 .header-1 h1 {
	font-size: 9.5vw;
}
.cmspageview .style-1 .header-1 {
	padding: 60px 0px;
}
.cmspageview .style-1 .wrapper form {
	padding: 50px 0px 50px 0px;
}
.cmspageview .style-1 .wrapper img {
	margin: 30px auto;
}
.cmspageview .style-1 .header-2 h1 {
	font-size: 7.5vw;
}
.cmspageview .style-1 .header-2 {
	padding-bottom: 110%;
}
.cmspageview .wrapper-2 .actions {
	gap: 3.5vw;
}
.cmspageview .wrapper-2 .actions a {
	font-size: 5.5vw;
	height: 37vw;
}
.cmspageview .wrapper-2 {
	padding-top: 40px;
}
}



.cms_markets .markets-header {
	display: flex;
	gap: 50px;
	text-align: left;
	align-items: center;
}
.cms_markets .markets-header img {
	width: 56%;
	flex-shrink: 0;
	margin: 0;
}
.cms_markets .markets-header img.mobile {
	display: none;
}
.cms_markets .markets-header .content h1 {
	margin-bottom: 20px;
}
.cms_markets .markets-header .content p {
	margin-bottom: 10px;
}
.cms_markets .markets-header .content ul {
	padding-left: 0px;
	list-style: none;
	display: grid;
	grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr);
	gap: 5px 30px;
}
.cms_markets .markets-header .content ul li {
	margin-bottom: 0px;
	padding-left: 20px;
	background-image: url('data:image/svg+xml,<svg width="13" height="10" viewBox="0 0 13 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.939453 5.30757L4.30597 8.65789L12.0009 1" stroke="%23E4002B" stroke-width="1.70175" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-size: contain;
	background-repeat: no-repeat;
	background-size: 13px;
	background-position: center left;
}
.cms_markets .maxwidth-850 {
	max-width: 850px;
	margin: 0 auto;
}
.cms_markets .maxwidth-750 {
	max-width: 750px;
	margin: 0 auto;
}
.cms_markets .maxwidth-530 {
	max-width: 530px;
	margin: 0 auto;
}
.cms_markets .underline {
	text-decoration: underline !important;
	text-underline-offset: 3px;
}
.cms_markets a.color-red:hover {
	color: #E4002B;
}
.cms_markets .tab-content>.tab-pane {
	display: block;
	padding: 0px;
}
.cms_markets .nav-tabs {
	display: flex;
	list-style: none;
	gap: 10px;
	padding: 0px;
	align-items: center;
	justify-content: center;
	border: none;
	margin-bottom: 40px;
}
.cms_markets .nav-tabs li {
	margin-bottom: 0px;
	flex-shrink: 0;
}
.cms_markets .nav-tabs li a:not([href]):not([tabindex]) {
	padding: 0px 30px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E4002B;
	background: #E4002B;
	color: white;
	gap: 10px;
	font-size: 20px;
	font-family: 'hanzel';
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
}
.cms_markets .nav-tabs li a:not([href]):not([tabindex]):after {
	content: "";
	position: absolute;
	top: 99%;
	left: 50%;
	transform: translateX(-50%);
	border: 8px solid transparent;
	border-top: 8px solid #E4002B;
}
.cms_markets .nav-tabs li a:not([href]):not([tabindex]).inactive {
	border: 1px solid #D8D8D8;
	background: #fff;
	color: #000;
}
.cms_markets .nav-tabs li a:not([href]):not([tabindex]).inactive:after {
	display: none;
}
.cms_markets .tab-pane .block {
	display: flex;
	gap: 40px;
	margin: 0px;
	align-items: center;
}
.cms_markets .tab-pane .block img {
	width: 100%;
	height: 520px;
	object-fit: cover;
	max-height: none;
}
.cms_markets .tab-pane .block .content {
	width: 370px;
	flex-shrink: 0;
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.cms_markets .tab-pane .block .content h3 {
	font-size: 36px;
	font-family: 'hanzel';
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0px;
}
.cms_markets .tab-pane .block .content p {
	margin-bottom: 0px;
	color: #4F4F4F;
	line-height: 1.5;
	font-size: 18px;
}
.cms_markets .tab-pane .block .content a {
	font-family: "Futura std", sans-serif !important;
	font-weight: 900;
	font-size: 18px;
	height: 60px;
	display: flex;
	align-items: center;
	padding: 0px 40px;
	color: #fff;
	border-radius: 0px;
	margin-top: 40px;
	background: #E4002B;
}
.cms_markets .markets-grid {
	display: grid;
	grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
	gap: 60px;
}
.cms_markets .markets-grid h3 {
	font-weight: 900;
	font-size: 24px;
}
.cms_markets .markets-grid p {
	font-size: 20px;
	color: #4F4F4F;
}
.cms_markets .markets-grid img {
	height: 260px;
	width: 100%;
	object-fit: cover;
	margin-bottom: 25px;
}
.cms_markets .gallery {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.cms_markets .gallery a {
	width: 25%;
	padding: 15px;
	min-height: 100px;
}
 @media only screen and (max-width: 1199.98px) {
.cms_markets .gallery a {
	width: 33.33%;
	padding: 10px;
}
.cms_markets .markets-grid {
	gap: 30px;
}
.cms_markets .maxwidth-850 {
	max-width: 750px;
}
.cms_markets .maxwidth-750 {
	max-width: 670px;
}
.cms_markets .maxwidth-530 {
	max-width: 500px;
}
.cms_markets .tab-pane .block .content h3 {
	font-size: 32px;
}
}
 @media only screen and (max-width: 1120px) {
.cms_markets .markets-header .content {
	width: 50%;
	flex-shrink: 0;
	padding: 30px 0px;
}
.cms_markets .markets-header img {
	width: 60%;
}
.cms_markets .markets-header {
	gap: 30px;
}
}
 @media only screen and (max-width: 992px) {
.cms_markets .markets-header {
	flex-direction: column;
	padding-bottom: 40px;
}
.cms_markets .markets-header .content {
	width: 100%;
	flex-shrink: 0;
	padding: 30px 0px 0px 0px;
}
.cms_markets .markets-header img {
	display: none;
	width: calc(100% + 60px);
	max-width: none;
}
.cms_markets .markets-header img.mobile {
	display: block;
}
.cms_markets .nav-tabs {
	overflow-x: auto;
	justify-content: flex-start;
}
.cms_markets .nav-tabs li a:not([href]):not([tabindex]) {
	padding: 0px 20px;
}
.cms_markets .tab-pane .block {
	flex-direction: column;
}
.cms_markets .tab-pane .block .content {
	width: 100%;
}
.cms_markets .markets-grid {
	grid-template-columns: minmax(100px, 1fr);
	max-width: 500px;
	margin: 0 auto;
	gap: 40px;
}
.cms_markets .markets-grid img {
	height: 360px;
}
.cms_markets .tab-pane .block img {
	height: 400px;
}
}
 @media (max-width: 767.98px) {
.cms_markets .gallery a {
	width: 50%;
	padding: 10px;
}
.cms_markets .gallery {
	margin: 0px -10px;
}
}
 @media (max-width: 480px) {
.cms_markets .markets-header .content ul {
	gap: 5px 10px;
}
.cms_markets .nav-tabs li a:not([href]):not([tabindex]) {
	padding: 0px 20px;
	font-size: 17px;
}
.cms_markets .tab-pane .block .content h3 {
	font-size: 28px;
}
.cms_markets .tab-pane .block img {
	width: 100%;
	height: 70vw;
}
}
 @media (max-width: 420px) {
.cms_markets .gallery a {
	width: 100%;
	padding: 3px;
}
.cms_markets .gallery {
	margin: 0px -3px;
}
}
