*[class*=colspan] {
    width: 100%;
    display: block;
}
.section-tab .tabs {
    display: flex;
    flex-direction: column-reverse;
}
@media screen and (min-width: 900px) {
    .section-tab .tabs {
        flex-direction: column;
    }
}
.interactive-carousel-wrapper {
    position: relative;
}
.content-wrapper-2 {
    display: flex;
    flex-direction: column-reverse;
}
@media screen and (min-width: 900px) {
    .content-wrapper-2 {
        display: block;
    }
}
.interactive-carousel {
    width: 100%;
    text-align: center;
    height: inherit;
}
.slick-slider {
    margin-bottom: 0;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-prev {
    left: 0;
}
.slick-prev, .slick-next {
    height: 50px;
    margin-top: -25px;
    z-index: 100;
    width: auto;
}
.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;

    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px \9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}
.fas, .fa-solid {
    font-weight: 900;
}
.fas, .fa-classic, .fa-solid, .far, .fa-regular {
    font-family: 'Font Awesome 6 Free';
}
.fa, .fa-classic, .fa-sharp, .fas, .fa-solid, .far, .fa-regular, .fab, .fa-brands {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
.slick-next {
    right: 0;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-track {
    display: flex;
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.section-tab .tabs__content-container .interactive-carousel-wrapper .content-wrapper .interactive-carousel .image-slide {
    position: relative;
    height: 100%;
    background-size: cover;
    display: flex;
    flex-direction: column-reverse;
}
.image-slide{
    position: relative;
    height: 100%;
    background-size: cover;
    display: flex!important;
    flex-direction: column-reverse;
}
.slick-slide {
    display: block;
}
.slick-slide {
    outline: 0;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
.slick-slide img {
    display: block;
    border-style: none;
}
.info {
    width: 100%;
    position: relative;
    top: initial;
    left: initial;
    color: white;
    text-align: left;
    padding: 37px 20px;
    background: rgba(0, 0, 0, 0.8);
    font-size: 16px;
}
.description {
    margin-bottom: 1.1em;
    margin-top: 25px;
}
.info span {
    font-family: "Helvetica Neue LT W01_97 BlkCn";
    font-size: calc(28px + (38 - 28) * (100vw - 320px) / (1920 - 320));
    line-height: 1em;
    text-transform: uppercase;
}
.info .model{
    font-size: calc(20px + (24 - 20) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 10px;
    font-family: "Helvetica Neue LT W01_71488914";
}
.info span span {
    line-height: 1em;
    font-size: .9375em;
}
@media screen and (max-width: 900px) {
    .model{
        margin-top: 0;
    }
    .description{
        margin-top: 0;
    }
}
.description-lower {
    text-transform: initial;
    font-family: "Helvetica Neue LT W01_55 Roman";
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320));
}
.description-lower {
    margin-bottom: 1.1em;
    line-height: 1.4666666667em;
}
.makita-btn-default, .makita-btn-black, .makita-btn-white-secondary {
    text-align: center;
    min-width: 183px;
}
.makita-btn-default {
    font-family: "Helvetica Neue LT W01_71488914";
    padding: 10px 25px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    line-height: 1em;
    text-transform: uppercase;
    color: #ffffff!important;
    cursor: pointer;
    border: 2px solid transparent;
    background: #008290;
    text-decoration: none;
}
@media screen and (min-width: 900px) {
    .info {
        width: 500px;
        position: absolute;
        top: 101px;
        left: 50px;
        padding: 10px 20px 20px;
    }
    .description {
        margin-left: 20px;
    }
    .info .model{
        margin-left: 20px;
    }
}
@media screen and (min-width: 900px) {
    .logo {
        margin: 20px;
    }
    .description-lower {
        margin-bottom: 2.7vw;
        margin-top: 0;
    }
    .description-lower {
        margin-left: 20px;
    }
     .makita-btn-default {
        margin-left: 20px;
    }
}

.new-interact-nav {
    position: relative;
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 40px 0px 15px;
    left: initial;
    top: initial;
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    z-index: 2;
    border-bottom: 1px solid #d6d6d6;
}
@media screen and (min-width: 900px) {
.new-interact-nav {
        position: absolute;
        left: 50px;
        top: 60px;
        width: 500px;
        padding: 15px 20px 0px;
        border-bottom: 3px solid #d6d6d6;
    }
}
@media screen and (min-width: 900px) {
    .box-wrapper:not(:last-child) {
        margin-right: 15px;
    }
}
.section-tab .tabs__content-container .interactive-carousel-wrapper .content-wrapper .interact-nav .box-wrapper:not(:last-child) {
    margin-right: 10px;
}
.box-wrapper  .active-nav{
    border-bottom: 5px solid #008290;
}
.box-wrapper {
    text-align: center;
    color: #FFF;
}
@media screen and (min-width: 900px) {
    .box-wrapper p {
        padding-bottom: 7px;
    }
}

.box-wrapper p {
    font-family: "Helvetica Neue LT W01_71488914";
    font-size: calc(12px + (18 - 12) * (100vw - 320px) / (1920 - 320));
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 0;
    transition: all 0.3s;
    line-height: 1.4666666667em;
}
.box-wrapper p:hover {
    border-bottom: 5px solid #008290;
}
@media screen and (min-width: 900px) {
    .tabs__buttons-container {
        gap: 15px;
        transform: translateY(-70px);
    }
}
.section-tab .tabs__buttons-container {
    transform: translateY(20px);
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
@media screen and (min-width: 900px) {
    .section-tab .tabs__buttons-container .tab-menu[aria-selected=false] {
        max-width: 200px;
        max-height: 100px;
    }
}
.tab-menu[aria-selected=false] {
    border: 4px solid #FFF;
}
.tab-menu[aria-selected=true] {
    border: 4px solid #008290;
}

.section-tab .tabs__buttons-container .tab-menu {
    flex: 1;
    position: relative;
    display: block;
    height: 80px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    
}
@media screen and (min-width: 900px) {
    .section-tab .tabs__buttons-container .tab-menu {
        height: 130px;
        max-width: 300px;
    }
}

button{
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    cursor: pointer;
    line-height: normal;

}
@media screen and (min-width: 900px) {
    .tab-menu[aria-selected=false]::before {
        font-size: 16px;
    }
}
.tab-menu[aria-selected=false]::before {
    font-size: 14px;
}
.section-tab .tabs__buttons-container .tab-menu::before {
    content: attr(data-model-num);
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 7px 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: inherit;
    font-size: calc(16px + (20 - 16) * (100vw - 375px) / (1920 - 375));
}
.tab-menu:hover[aria-selected=false]::before {
    background-color: rgba(0, 130, 144, 0.8);
    color: #FFF;
    transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 900px) {
    .section-tab .tabs__buttons-container {
        gap: 15px;
        transform: translateY(-70px);
    }
}
.section-tab .tabs__buttons-container .tab-menu[aria-selected=true]::before {
    background-color: rgba(0, 130, 144, 0.8);
    color: #FFF;
}
.tab-menu:hover {
    border: 4px solid #008290;
    transition: all 0.3s ease-in-out;
}
.box-wrapper p{
    margin: 0;
}
.slick-next:before,.slick-prev:before{
    content: "";
}
.section-tab .tabs__content-container .interactive-carousel-wrapper .content-wrapper .interact-nav .box-wrapper p.active-nav, .section-tab .tabs__content-container .interactive-carousel-wrapper .content-wrapper .interact-nav .box-wrapper p:hover {
    border-bottom: 5px solid #008290;
}

.makita-btn-default:hover {
    background: #ffffff;
    color: #008290!important;
    border: 2px solid #008290;
    transition: all 0.3s ease-in-out;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* box-sizing: border-box; */
}
.interactive-carousel button svg{
    display: none;
}
.tab-flex{
    display: flex;
    flex-direction: column-reverse;
}
@media screen and (min-width: 1460px) {
    .new-interact-nav{
        width: 650px;
    }
}
@media screen and (min-width: 1460px) {
    .info {
        padding: 37px 20px;
        width: 650px;
    }
}