@charset "UTF-8";


.info {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    padding: 6px 0
}

.info__item {
    display: none;
    vertical-align: top;
    height: 30px;
    text-align: center;
    font-size: 14px
}

.info__item:first-child {
    display: inline-block
}

.info__item p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0
}

.info__item a {
    color: #000
}

.info__item a:active,
.info__item a:focus,
.info__item a:hover,
.info__main {
    color: #ec6100
}

.info__main {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px
}

@media (max-width:47.9375em) {
    .info__main {
        display: inline-block;
        vertical-align: middle;
        max-width: calc(100vw - 130px)
    }
}

.info__main .icon {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px 0 0;
    font-size: 28px
}

@media (max-width:47.9375em) {
    .info__txt {
        display: none
    }
}

.hero {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: calc(100vh - 133px);
    min-height: 300px;
    padding: 0;
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .5)
}

@media (min-width:48em) {
    .hero {
        height: calc(100vh - 162px);
        margin-bottom: 0;
        text-align: left
    }
}

.hero .btn {
    text-shadow: none
}

.hero .section {
    box-sizing: border-box;
    position: relative;
    height: calc(100vh - 103px);
    min-height: 300px;
    max-width: 100%;
    padding: 0
}

@media (min-width:48em) {
    .hero .section {
        height: calc(100vh - 162px)
    }
}

.hero__article {
    animation: b 1s ease 0s;
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    padding: 0 20px;
    font-size: 16px
}

@media (max-width:47.9375em) {
    .hero__article {
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 100%
    }
}

@media (min-width:48em) {
    .hero__article {
        box-sizing: border-box;
        width: 50%;
        max-width: 480px;
        text-align: left;
        font-size: 18px
    }
}

.hero__article h2 {
    color: #fff;
    font-size: 29px
}

@media (min-width:48em) {
    .hero__article h2 {
        font-size: 46px
    }
}

@media (min-width:48em) {
    .hero__article.position-00 {
        top: 25px;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media (min-width:48em) {
    .hero__article.position-01 {
        top: 25px;
        right: 25%;
        transform: translateX(50%)
    }
}

@media (min-width:48em) {
    .hero__article.position-02 {
        top: 25px;
        right: 0
    }
}

@media (min-width:48em) {
    .hero__article.position-03 {
        top: 50%;
        right: 0;
        transform: translateY(-50%)
    }
}

@media (min-width:48em) {
    .hero__article.position-04 {
        bottom: 25px;
        right: 0
    }
}

@media (min-width:48em) {
    .hero__article.position-05 {
        bottom: 25px;
        right: 25%;
        transform: translateX(50%)
    }
}

@media (min-width:48em) {
    .hero__article.position-06 {
        bottom: 25px;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media (min-width:48em) {
    .hero__article.position-07 {
        bottom: 25px;
        left: 25%;
        transform: translateX(-50%)
    }
}

@media (min-width:48em) {
    .hero__article.position-08 {
        bottom: 25px;
        left: 0
    }
}

@media (min-width:48em) {
    .hero__article.position-09 {
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }
}

@media (min-width:48em) {
    .hero__article.position-10 {
        top: 25px;
        left: 0
    }
}

@media (min-width:48em) {
    .hero__article.position-11 {
        top: 25px;
        left: 25%;
        transform: translateX(-50%)
    }
}

@media (min-width:48em) {
    .hero__article.position-12 {
        top: 50%;
        right: 25%;
        transform: translate(50%, -50%)
    }
}

@media (min-width:48em) {
    .hero__article.position-13 {
        top: 50%;
        left: 25%;
        transform: translate(-50%, -50%)
    }
}

@media (min-width:48em) {
    .hero__article.position-14 {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

.hero__bg {
    z-index: 1;
    top: -100px;
    height: 100%;
    padding: 0 0 100px;
    background-position: 50% 99%;
    background-size: cover
}

.hero__bg,
.js-hero-trigger {
    position: absolute;
    left: 0;
    width: 100%
}

.js-hero-trigger {
    z-index: 5;
    top: 0;
    height: 1px
}

.intro {
    padding: 0
}

.intro__slider {
    position: relative;
    width: calc(100% + 40px);
    margin: 0 0 0 -20px
}

@media (max-width:47.9375em) {
    .intro__slider {
        padding-top: 20px
    }
}

@media (min-width:48em) {
    .intro__slider {
        width: 100%;
        margin: 0
    }
}

.intro__slider .slick-slide>div {
    margin-bottom: -6px
}

.intro__main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px
}

@media (min-width:64em) {
    .intro__main {
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0
    }
}

.intro__img {
    overflow: hidden;
    position: relative;
    width: 100%
}

@media (min-width:64em) {
    .intro__img {
        width: 50%
    }
}

@media (max-width:47.9375em) {
    .intro__img div {
        overflow: hidden;
        position: relative;
        width: 100%;
        padding-bottom: 83.333%
    }
}

@media (min-width:48em) and (max-width:63.9375em) {
    .intro__img div {
        overflow: hidden;
        position: relative;
        width: 100%;
        padding-bottom: 83.333%
    }
}

.intro__img img {
    position: absolute
}

@media (min-width:64em) {
    .intro__img img {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 100%;
        min-width: 100%;
        max-width: inherit
    }
}

.intro__img .video {
    position: absolute;
    top: 1px;
    margin: 0
}

@media (min-width:64em) {
    .intro__img .video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%
    }
}

.intro__txt {
    box-sizing: border-box;
    padding: 15px 10px;
    background: #212020 url(../../../../img/purchase-guide/dealership/construction-equipment-dealership/intro-bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    text-align: center
}

@media (min-width:48em) {
    .intro__txt {
        padding: 3% 4%;
        text-align: left
    }
}

@media (min-width:64em) {
    .intro__txt {
        width: 50%;
        min-height: 440px;
        padding: 30px 80px 30px 4.5%
    }
}

.intro__txt h1,
.intro__txt h2 {
    font-size: 28px
}

@media (min-width:48em) {
    .intro__txt h1,
    .intro__txt h2 {
        padding-bottom: 20px;
        font-size: 38px
    }
}

@media (min-width:64em) {
    .intro__txt h1,
    .intro__txt h2 {
        padding-bottom: 30px
    }
}

.intro__txt a {
    color: #fff
}

.intro__txt a:active,
.intro__txt a:focus,
.intro__txt a:hover {
    color: #ec6100
}

.intro__txt .btn {
    background: #ec6100;
    color: #fff
}

.intro__txt .btn:active,
.intro__txt .btn:focus,
.intro__txt .btn:hover {
    color: #fff
}

@media (min-width:91.25em) {
    .intro__txt .btn {
        min-width: 180px
    }
}

.intro__txt .btn--light {
    background: #fff;
    color: #000
}

.intro__txt .btn--light:active,
.intro__txt .btn--light:focus,
.intro__txt .btn--light:hover {
    color: #000
}

.intro__btns {
    padding: 20px 0 10px
}

.intro__btns .btn:first-child {
    margin-left: 0
}

.headline {
    padding: 10px 0 5px;
    text-align: center
}

@media (min-width:48em) {
    .headline {
        padding: 20px 0 10px;
        text-align: left
    }
}

@media (min-width:91.25em) {
    .headline {
        padding-top: 30px
    }
}

.headline h2 {
    color: #000;
    font-size: 26px;
    line-height: 1.1
}

@media (min-width:48em) {
    .headline h2 {
        font-size: 32px
    }
}

@media (min-width:64em) {
    .headline h2 {
        font-size: 36px
    }
}

.promo {
    position: relative;
    width: calc(100% + 40px);
    margin: 0 0 0 -20px;
    padding: 0 0 20px
}

@media (min-width:48em) {
    .promo {
        width: 100%;
        margin: 0
    }
}

.promo__sub {
    padding: 0 20px;
    text-align: right
}

@media (min-width:48em) {
    .promo__sub {
        position: absolute;
        top: -40px;
        right: 0;
        padding: 0
    }
}

.ilist {
    padding: 10px 0
}

@media (min-width:48em) {
    .ilist {
        padding-top: 40px
    }
}

.ilist__slider {
    width: calc(100% + 40px);
    margin: 0 0 0 -20px
}

@media (min-width:48em) {
    .ilist__slider {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin: 0
    }
}

.ilist__item {
    will-change: box-shadow;
    transition: box-shadow .25s ease-in-out 0s;
    box-sizing: border-box;
    position: relative;
    margin: 0 0 20px;
    padding: 0 20px;
    box-shadow: 0 0 10px transparent;
    text-align: center
}

@media (min-width:64em) {
    .ilist__item:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, .3)
    }
}

.ilist__item:hover .ilist__img img {
    transform: scale(1.05)
}

@media (min-width:48em) {
    .ilist__item {
        width: 31%;
        margin: 0 0 40px;
        padding: 0 0 30px;
        background: #fff;
        text-align: left
    }
    .ilist__item:nth-child(3n-1) {
        margin-left: 3.5%;
        margin-right: 3.5%
    }
}

.ilist__img {
    overflow: hidden;
    position: relative;
    padding-bottom: 73.809%
}

.ilist__img img {
    will-change: transform;
    transition: transform .25s ease-in-out 0s;
    position: absolute;
    width: 100%;
    min-height: 10px
}

.ilist__txt {
    padding: 0
}

@media (min-width:48em) {
    .ilist__txt {
        padding: 5px 15px
    }
}

.ilist__link {
    color: #000
}

.ilist__link:active,
.ilist__link:focus,
.ilist__link:hover {
    color: #ec6100
}

.ilist__meta {
    padding: 10px 0 0;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase
}

@media (min-width:48em) {
    .ilist__meta {
        box-sizing: border-box;
        position: absolute;
        z-index: 0;
        left: 0;
        bottom: 10px;
        width: 100%;
        padding: 0 15px
    }
}

.ilist__meta p {
    padding: 0
}

@media (min-width:48em) {
    .ilist__meta p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }
}

.ilist__date {
    color: #ec6100
}

.ilist__link:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0
}

.divider {
    width: 100%;
    height: 1px;
    margin: 0 0 20px;
    background: #828284
}

@media (min-width:48em) {
    .divider {
        margin-bottom: 40px
    }
}

.divider--orange {
    margin: 20px 0;
    background: #ec6100
}

@media (min-width:48em) {
    .divider--orange {
        margin: 40px 0
    }
}

.divider--empty {
    margin: 10px 0;
    background: transparent
}

@media (min-width:48em) {
    .divider--empty {
        margin: 20px 0
    }
}

.gmap {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 545px;
    background: #e5e3df
}

@media (max-width:47.9375em) {
    .gmap {
        display: none
    }
}

@media (min-width:48em) {
    .gmap {
        height: 580px
    }
}

.gmap__map,
.gmap__wrapper {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 1.2
}

.map {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 0
}

.map-fluid .map {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

.map-fluid .section {
    margin: 0;
    padding: 0;
    max-width: 100%
}

@media (min-width:48em) {
    .map-full-page .map__position {
        height: 100vh;
        padding-right: 10px
    }
}

@media (min-width:48em) {
    .map-full-page .map {
        height: 100vh
    }
}

@media (max-width:47.9375em) {
    .map-full-page .map__canvas {
        width: 100%;
        margin-left: 0
    }
}

@media (min-width:48em) {
    .map-full-page .gmap {
        height: calc(100vh - 70px)
    }
}

@media (min-width:48em) {
    .map-full-page .map__scroll {
        height: calc(100vh - 130px);
        max-height: calc(100vh - 130px)
    }
}

.map__headline {
    float: left;
    width: 100%;
    display: none
}

@media (max-width:47.9375em) {
    .map__headline {
        -ms-flex-order: -1;
        order: -1;
        padding-bottom: 10px
    }
}

@media (min-width:48em) {
    .map__headline {
        width: auto;
        padding: 0 0 0 20px
    }
}

.map__headline h2 {
    padding: 7px 0 0;
    font-weight: 700;
    font-size: 31px;
    color: #0e0e0e
}

.map__search {
    position: relative;
    text-align: center
}

.map__search:after,
.map__search:before {
    content: "";
    display: table
}

.map__search:after {
    clear: both
}

@media (max-width:47.9375em) {
    .map__search {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:48em) {
    .map__search {
        box-sizing: border-box;
        text-align: left
    }
}

.map__form {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 30px
}

.map__position {
    margin: 0 auto;
    padding: 5px 0
}

@media (min-width:48em) {
    .map__position {
        float: left;
        display: none;
        margin-left: 20px
    }
}

.map__location {
    position: relative;
    display: block;
    height: 40px;
    padding: 0 0 0 50px;
    line-height: 40px;
    color: #000;
    text-decoration: none;
    font-size: 16px
}

.map__location .circle {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 9px rgba(0, 0, 0, .2)
}

.map__location .icon {
    transition: background-color .25s ease-in-out 0s, color .25s ease-in-out 0s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ec6100;
    font-size: 30px
}

.map__location:active,
.map__location:focus,
.map__location:hover {
    color: #ec6100
}

.map__location:active .icon,
.map__location:focus .icon,
.map__location:hover .icon {
    color: #000
}

.map__canvas {
    overflow: hidden;
    position: relative;
    width: calc(100% + 40px);
    margin: 0 0 0 -20px
}

@media (min-width:48em) {
    .map__canvas {
        box-sizing: border-box;
        width: 100%;
        margin-left: 0;
        background: #fff
    }
}

.map__loading {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: none;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, .9)
}

.map__loading.is-active {
    display: -ms-flexbox;
    display: flex
}

@media (max-width:47.9375em) {
    .map__loading.is-active {
        display: none
    }
}

@media (max-width:47.9375em) {
    .map__loading--mobile.is-active {
        display: -ms-flexbox;
        display: flex
    }
}

@media all and (max-width:766px){.map__loading{top:68px; height:336px; z-index:3;}}

@media (min-width:48em) {
    .map__loading--mobile.is-active {
        display: none
    }
}

.map__cog {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 -2px
}

.map__cog:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% auto
}

@keyframes c {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(270deg)
    }
}

@keyframes d {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(-270deg)
    }
}

.map__cog--1:before {
    animation: c 2s linear infinite;
    background-image: url(../../../../img/purchase-guide/dealership/construction-equipment-dealership/loading-1.svg)
}

.map__cog--2 {
    transform: rotate(20deg)
}

.map__cog--2:before {
    animation: d 2s linear infinite;
    background-image: url(../../../../img/purchase-guide/dealership/construction-equipment-dealership/loading-2.svg)
}

.map__type {
    box-sizing: border-box;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 375px;
    padding: 3px 0 3px 30px;
    background: hsla(0, 0%, 100%, .85);
    box-shadow: 0 5px 8px rgba(0, 0, 0, .15);
    font-size: 16px;
    font-style: italic
}

.map__type:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ec6100
}

@media (max-width:47.9375em) {
    .map__type {
        display: none
    }
}

.map__info {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 285px;
    padding: 3px 0;
    background: hsla(0, 0%, 100%, .85);
    box-shadow: 0 5px 8px rgba(0, 0, 0, .15);
    text-align: center;
    font-size: 16px;
    font-style: italic
}

@media (max-width:47.9375em) {
    .map__info {
        display: none
    }
}

.map__results {
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    display: none;
    width: 100%;
    padding: 0 0 5px;
    box-shadow: 0 6px 8px 1px rgba(0, 0, 0, .15);
    font-size: 14px;
    line-height: 1.3
}

@media (min-width:48em) {
    .map__results {
        position: absolute;
        top: 0;
        left: 0;
        width: 375px;
        height: 100%;
        display: none;
        padding: 0
    }
}

.map__results hr {
    background: #b6b6b6
}

.map__results .xl {
    font-size: 15px
}

.map__results .orange {
    color: #ec6100
}

.map__results .uppercase {
    text-transform: uppercase
}

.map__results .mini {
    font-size: 12px
}

@media (min-width:48em) {
    .map__results .mini {
        font-size: 13px
    }
}

.map__results .icon-tick-locator {
    position: relative;
    margin: 0 4px 0 0;
    color: #ec6100;
    font-size: 12px
}

.map__results .icon--locator-check {
    position: relative;
    top: 1px;
    margin: 0 0 0 3px;
    color: #ec6100
}

.map__results .tick-icon,
.map__results ul {
    padding: 0
}

.map__results ul li {
    padding: 0 0 0 10px
}

.map__results ul li:before {
    top: 8px;
    width: 3px;
    height: 3px;
    border-radius: 50%
}

.map__results.is-active {
    display: block
}

.map__track {
    display: none;
    height: calc(100vh - 380px);
    margin: 0 20px;
    background: #fff url(../../../../img/purchase-guide/dealership/construction-equipment-dealership/map-icon.svg) no-repeat 50% 50%;
    background-size: 40% 40%
}

@media (max-width:47.9375em) {
    .map__track.is-active {
        display: block
    }
}

.map__scroll {
    overflow: auto;
    padding: 10px 0
}

@media (min-width:48em) {
    .map__scroll {
        height: 520px;
        max-height: 520px
    }
}

.map__close {
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 5px;
    color: #ec6100;
    font-size: 16px;
    cursor: pointer;
    display: none
}

@media (min-width:48em) {
    .map__close {
        font-size: 18px
    }
}

.map__result {
    transition: background-color .25s ease-in-out 0s, color .25s ease-in-out 0s;
    position: relative;
    padding: 12px 10px;
    cursor: pointer
}

.map__result p {
    padding: 1px 0
}

.map__result strong {
    display: block;
    padding-bottom: 3px
}

.map__result:before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    width: calc(100% - 20px);
    height: 1px;
    background: #b6b6b6
}

@media (min-width:48em) {
    .map__result:before {
        width: calc(100% - 30px)
    }
}

.map__result:hover {
    background-color: #f6f6f6
}

.map__result:first-child:before {
    display: none
}

.map__result.is-active {
    background-color: #f6f6f6
}

.map__result.is-active .map__prologue {
    display: none
}

.map__result.is-active .map__close,
.map__result.is-active .map__item {
    display: block
}

.map__item {
    display: none
}

.map__item p {
    padding: 5px 0
}

.map__item p:first-child {
    padding-top: 0;
    padding-bottom: 0
}

.map__divider {
    color: #ec6100
}

.map__links {
    padding: 20px 0 0
}

@media (max-width:47.9375em) {
    .map__links .tablet {
        display: none
    }
}

@media (min-width:48em) {
    .map__links .mobile {
        display: none
    }
}

.map__links ul li {
    display: inline-block;
    vertical-align: top;
    padding: 10px 2px 10px 0
}

.map__links a {
    display: block;
    width: 50px;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.2;
    text-align: center
}

@media (min-width:48em) {
    .map__links a {
        font-size: 14px
    }
}

.map__links a .icon {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto 5px;
    font-size: 24px
}

.map__links a .icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.map__links a .icon-mail {
    font-size: 22px
}

.map__links a:focus .icon,
.map__links a:hover .icon {
    color: #b94c00
}

.map__links a[href^=sms],
.map__links a[href^=tel] {
    cursor: pointer;
    color: #ec6100
}

.map__links a[href^=sms]:focus,
.map__links a[href^=sms]:hover,
.map__links a[href^=tel]:focus,
.map__links a[href^=tel]:hover {
    color: #ff8b3a
}

.map__links a[href^=sms]:focus .icon,
.map__links a[href^=sms]:hover .icon,
.map__links a[href^=tel]:focus .icon,
.map__links a[href^=tel]:hover .icon {
    color: #b94c00
}

.map__meta {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 5px 10px 10px;
    font-size: 13px;
    text-align: right
}

@media (min-width:48em) {
    .map__meta {
        padding-right: 20px
    }
}

.map__meta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    width: calc(100% - 20px);
    height: 1px;
    background: #b6b6b6
}

@media (min-width:48em) {
    .map__meta:before {
        width: calc(100% - 30px)
    }
}

.map__meta a {
    display: inline-block;
    margin: 0 0 0 7px;
    text-decoration: none
}

.map__meta a .icon {
    vertical-align: middle;
    font-size: 15px
}

@media (min-width:48em) {
    .map__results.is-active+.gmap {
        width: calc(100% - 375px);
        margin-left: 375px
    }
}

.socials {
    display: inline-block;
    vertical-align: top;
    text-align: left
}

.socials li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px 0 0;
    line-height: 1
}

.socials li:last-child {
    padding-right: 0
}

.socials a {
    display: block;
    color: #515a62;
    font-size: 30px;
    text-decoration: none
}

.socials a:active,
.socials a:focus,
.socials a:hover {
    color: #ec6100;
    text-decoration: none
}

.bread {
    padding: 5px 0;
    border-bottom: 1px solid #d0d1d1
}

@media (max-width:47.9375em) {
    .bread {
        display: none
    }
}

.bread li {
    float: left;
    padding: 0 0 0 20px
}

.bread li:after {
    content: ">";
    position: absolute;
    top: 50%;
    left: 7px;
    transform: translateY(-50%);
    color: #ec6100
}

.bread li:first-child {
    padding-left: 0
}

.bread li:first-child:after {
    display: none
}

.bread a {
    color: #000;
    text-decoration: none
}

.bread a:active,
.bread a:focus,
.bread a:hover {
    color: #ec6100
}

.bread h1 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400
}

.prologue {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% + 40px);
    margin: 0 0 0 -20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff
}

@media (min-width:64em) {
    .prologue {
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        margin: 0;
        background-image: none!important
    }
}

.prologue__fig {
    overflow: hidden;
    position: relative;
    width: 50%;
    min-height: 400px
}

@media (max-width:47.9375em) {
    .prologue__fig {
        display: none
    }
}

@media (min-width:48em) and (max-width:63.9375em) {
    .prologue__fig {
        display: none
    }
}

.prologue__fig img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: inherit;
    height: 100%
}

.prologue__article {
    box-sizing: border-box;
    padding: 10px 20px;
    background: #ec6100;
    color: #fff;
    text-align: center
}

@media (min-width:48em) {
    .prologue__article {
        padding: 30px 40px
    }
}

@media (min-width:64em) {
    .prologue__article {
        width: 50%;
        padding: 30px 2% 30px 4.5%;
        background: #ec6100;
        text-align: left
    }
}

.prologue__article h1,
.prologue__article h2 {
    color: #fff
}

@media (min-width:48em) {
    .prologue__article h1,
    .prologue__article h2 {
        padding-bottom: 20px
    }
}

@media (min-width:64em) {
    .prologue__article h1,
    .prologue__article h2 {
        padding-bottom: 30px
    }
}

.prologue__article .btn {
    margin: 10px 0
}

@media (max-width:47.9375em) {
    .prologue__article .btn {
        display: block
    }
}

@media (min-width:48em) {
    .prologue__article .btn {
        margin: 10px
    }
}

@media (min-width:64em) {
    .prologue__article .btn {
        margin-left: 0
    }
}

.prologue__txt {
    position: relative;
    z-index: 2
}

@media (min-width:64em) {
    .prologue__txt {
        min-height: 295px;
        padding-right: 80px
    }
}

.prologue__btns {
    padding: 10px 0
}

.prologue__video {
    color: #fff;
    text-decoration: none
}

.prologue__video:before {
    content: "";
    font-family: icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 66px;
    text-shadow: 0 0 32px #000
}

@media (min-width:48em) {
    .prologue__video:before {
        font-size: 86px
    }
}

.prologue--white {
    color: #000
}

.prologue--white .prologue__article {
    background: hsla(0, 0%, 100%, .8);
    color: #000
}

.prologue--white .prologue__article h1,
.prologue--white .prologue__article h2 {
    color: #ec6100
}

@media (max-width:47.9375em) {
    .prologue--figure .prologue__fig {
        -ms-flex-order: 1;
        order: 1;
        display: block;
        width: 100%;
        height: 0;
        min-height: inherit;
        padding-bottom: 67.058%
    }
    .prologue--figure .prologue__fig img {
        position: absolute;
        left: 0;
        transform: none
    }
}

@media (min-width:48em) and (max-width:63.9375em) {
    .prologue--figure .prologue__fig {
        -ms-flex-order: 1;
        order: 1;
        display: block;
        width: 100%;
        height: 0;
        min-height: inherit;
        padding-bottom: 67.058%
    }
    .prologue--figure .prologue__fig img {
        position: absolute;
        left: 0;
        transform: none
    }
}

.prologue--figure .prologue__article {
    position: relative;
    background-size: cover;
    background-position: 0 50%
}

.prologue--figure .prologue__article:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(236, 97, 0, .8)
}

@media (min-width:64em) {
    .prologue--figure .prologue__article {
        background-image: none!important
    }
}

.plist {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 15px 0 30px
}

@media (min-width:48em) {
    .plist {
        width: calc(100% + 24px);
        margin-left: -12px;
        padding: 25px 0 45px
    }
}

@media (min-width:64em) {
    .plist {
        padding: 45px 0 50px
    }
}

.plist__item {
    box-sizing: border-box;
    width: 100%;
    margin: 7px 0
}

@media (min-width:48em) {
    .plist__item {
        width: 33.3333%;
        margin: 0;
        padding: 12px;
        text-align: left
    }
}

.plist__link {
    display: block;
    border: 1px solid #dadada;
    text-decoration: none;
    font-weight: 700
}

.plist__link:focus .plist__img img,
.plist__link:hover .plist__img img {
    transform: scale(1.05)
}

@media (min-width:48em) {
    .plist__link {
        border: 0
    }
}

@media (min-width:64em) {
    .plist__link {
        font-size: 22px
    }
}

.plist__name {
    overflow: hidden;
    display: block;
    padding: 5px 10px;
    white-space: nowrap;
    text-overflow: ellipsis
}

@media (min-width:48em) {
    .plist__name {
        padding: 5px 0
    }
}

@media (min-width:48em) {
    .plist__name:after {
        content: ">";
        display: inline-block;
        margin: 0 0 0 4px;
        font-weight: 400
    }
}

.plist__img {
    display: block
}

.plist__img span {
    overflow: hidden;
    position: relative;
    display: block;
    padding-bottom: 66.21%
}

.plist__img img {
    will-change: transform;
    transition: transform .25s ease-in-out 0s;
    position: absolute;
    width: 100%;
    min-height: 10px
}

.side-btns {
    border-top: 1px solid #cacaca;
    padding: 15px 0 10px
}

.side-btns .btn {
    display: block;
    margin: 0 0 5px;
    font-size: 14px
}

@media (min-width:64em) {
    .side-btns .btn {
        text-align: left
    }
}

.side-nav {
    padding: 0 0 30px
}

.side-nav p {
    padding-bottom: 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px
}

.side-nav ul {
    padding: 0
}

.side-nav ul ul {
    padding: 2px 0 4px 8px
}

.side-nav li {
    padding: 3px 0 3px 8px;
    font-size: 15px;
    line-height: 1.2
}

.side-nav a {
    position: relative;
    display: block;
    color: #000;
    text-decoration: none
}

.side-nav a:before {
    transition: opacity .25s ease-in-out 0s;
    content: ">";
    position: absolute;
    top: 0;
    left: -14px;
    opacity: 0
}

.side-nav .active>a,
.side-nav a:focus,
.side-nav a:hover {
    color: #ec6100
}

.side-nav .active>a:before,
.side-nav a:focus:before,
.side-nav a:hover:before {
    opacity: 1
}

.list {
    padding: 20px 0 10px
}

.list:after,
.list:before {
    content: "";
    display: table
}

.list:after {
    clear: both
}

@media (min-width:48em) {
    .list {
        padding: 35px 0 10px
    }
}

.list__filter {
    float: left;
    width: 100%;
    padding: 0 0 10px
}

.list__filter li {
    float: left
}

.list__filter .left li {
    padding-right: 35px
}

.list__filter .left li:last-child {
    padding-right: 0
}

.list__filter .right li {
    padding-left: 35px
}

.list__filter .right li:first-child {
    padding-left: 0
}

.list__filter a {
    font-size: 16px;
    text-decoration: none
}

.list__filter .icon {
    position: relative;
    vertical-align: middle;
    top: -2px;
    margin: 0 5px 0 0;
    font-size: 17px
}

.list__filter .icon--arrow-down {
    top: -1px;
    margin: 0 0 0 6px;
    font-size: 10px
}

.list__content {
    box-sizing: border-box;
    float: left;
    width: 100%
}

.list__item {
    transition: box-shadow .25s ease-in-out 0s;
    box-sizing: border-box;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 6px transparent;
    margin: 0 0 11px
}

.list__item:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .2)
}

@media (min-width:48em) {
    .list__item {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.list__image {
    box-sizing: border-box;
    padding: 10px;
    text-align: center
}

@media (min-width:48em) {
    .list__image {
        width: 200px;
        min-width: 200px;
        padding: 0
    }
}

@media (min-width:48em) {
    .list__image:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }
}

.list__image a {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto
}

@media (min-width:48em) {
    .list__image a {
        display: inline-block;
        vertical-align: middle;
        width: 194px
    }
}

.list__image span {
    position: relative;
    display: block;
    padding-bottom: 71.875%
}

.list__image img {
    position: absolute;
    width: 100%;
    min-height: 10px
}

.list__txt {
    box-sizing: border-box;
    padding: 10px;
    font-size: 15px
}

@media (min-width:48em) {
    .list__txt {
        width: calc(100% - 200px);
        padding: 10px 20px 10px 4%
    }
}

@media (min-width:78.75em) {
    .list__txt {
        width: calc(100% - 370px)
    }
}

.list__txt h2 {
    font-weight: 700
}

@media (min-width:48em) {
    .list__txt h2 {
        font-size: 27px
    }
}

.list__txt ul {
    padding: 0 0 2px
}

.list__txt li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 2px 0
}

@media (min-width:48em) {
    .list__txt li {
        padding: 0
    }
}

.list__txt li strong {
    min-width: 30%;
    padding: 3px 5px 3px 0;
    font-size: 13px;
    line-height: 1.3;
    text-transform: uppercase
}

@media (max-width:47.9375em) {
    .list__txt li strong {
        max-width: 50%
    }
}

.list__txt li span {
    padding: 3px 0 3px 5px;
    line-height: 1.1;
    text-align: right
}

.list__txt .link:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent
}

.list__meta {
    box-sizing: border-box;
    padding: 10px;
    min-height: 128px;
    border-top: 1px solid #eaeaea;
    text-align: center
}

@media (min-width:48em) {
    .list__meta {
        display: none;
        width: 170px;
        min-width: 170px;
        border-top: 0;
        border-left: 1px solid #eaeaea
    }
}

@media (min-width:78.75em) {
    .list__meta {
        display: block
    }
}

@media (min-width:48em) {
    .list__meta:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }
}

.list__meta-img {
    width: 94%
}

.list__meta-img,
.list__meta-img img {
    display: inline-block;
    vertical-align: middle
}

.list__meta-img img {
    margin: 10px
}

.list__table {
    box-sizing: border-box;
    margin: 0 0 11px;
    padding: 10px 4%;
    border: 1px solid #eaeaea
}

@media (min-width:48em) {
    .list__table {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.list__wrap {
    width: 100%
}

.list__table table {
    width: 100%;
    border: 0;
    margin: 0
}

.list__table table th {
    padding: 7px 7px 20px;
    background: #fff;
    outline: none!important
}

.list__table table th:last-child {
    text-align: right
}

.list__table table td {
    padding: 6px 7px;
    border: 0;
    line-height: 1.2
}

.list__table table td:last-child {
    text-align: right
}

.list__table table tbody tr:nth-child(2n) td {
    background: #fff
}

.list__table table a {
    transition: none
}

.list__table .icon--tick {
    font-size: 11px
}

.product {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 20px
}

@media (min-width:64em) {
    .product {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 40px
    }
}

.product__gallery {
    padding: 0 0 20px
}

@media (min-width:64em) {
    .product__gallery {
        width: 48.2%
    }
}

.product__main {
    padding: 0 0 20px
}

@media (min-width:64em) {
    .product__main {
        width: 45.7%;
        padding: 30px 0 20px
    }
}

@media (min-width:64em) {
    .product__main p {
        padding-right: 80px
    }
}

.product__main .btn {
    margin: 5px 10px 5px 0
}

.product__space {
    background: transparent
}

.gallery__slider .slick-list {
    margin-bottom: -6px
}

.gallery__item {
    overflow: hidden;
    position: relative;
    padding-bottom: 66.56488%;
    display: none
}

.gallery__item:first-child {
    display: block
}

.gallery__img,
.gallery__img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.gallery__img a {
    display: block;
    text-decoration: none;
    outline: none!important;
    text-align: center
}

.gallery__img img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: auto;
    max-height: 100%
}

.gallery__img img,
.gallery__video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.gallery__video {
    overflow: hidden;
    width: 100%;
    height: auto
}

.gallery__video .video {
    margin: auto
}

.gallery__thumbs {
    overflow: auto;
    white-space: nowrap;
    text-align: left
}

.gallery__thumbs .slick-track {
    margin-left: 0;
    margin-right: 0
}

.gallery__thumb {
    display: inline-block;
    position: relative;
    width: 33.3333%;
    cursor: pointer;
    margin-bottom: -6px
}

@media (min-width:48em) {
    .gallery__thumb {
        width: 20%
    }
}

.gallery__thumb:before {
    box-sizing: border-box;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #ec6100;
    opacity: 0
}

.gallery__thumb span {
    position: relative;
    z-index: 1;
    display: block;
    padding-bottom: 66.56488%
}

.gallery__thumb img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: auto;
    max-height: 100%
}

.gallery__thumb .icon,
.gallery__thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.gallery__thumb .icon {
    z-index: 2;
    padding: 0;
    text-shadow: 0 0 13px rgba(54, 54, 54, .8);
    color: #fff;
    font-size: 29px;
    text-align: center
}

@media (min-width:48em) {
    .gallery__thumb .icon {
        font-size: 39px
    }
}

.slick-current .gallery__thumb:before {
    opacity: 1
}

.accordion {
    padding: 10px 0 30px
}

.accordion:after,
.accordion:before {
    content: "";
    display: table
}

.accordion:after {
    clear: both
}

@media (min-width:48em) {
    .accordion {
        padding: 20px 0 50px
    }
}

.accordion__item {
    margin: 5px 0;
    border: 1px solid #b7b7b7
}

.accordion__header,
.accordion__item {
    box-sizing: border-box;
    float: left;
    width: 100%
}

.accordion__header {
    transition: background-color .25s ease-in-out 0s, color .25s ease-in-out 0s;
    position: relative;
    padding: 10px 30px;
    cursor: pointer
}

@media (min-width:48em) {
    .accordion__header {
        padding: 10px 48px
    }
}

.accordion__header p {
    transition: background-color .25s ease-in-out 0s, color .25s ease-in-out 0s;
    padding: 0;
    color: #ec6100;
    font-size: 18px
}

@media (min-width:48em) {
    .accordion__header p {
        font-size: 24px
    }
}

.accordion__header .icon--close {
    transition: opacity .3s ease-in-out 0s;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    opacity: 0
}

@media (min-width:48em) {
    .accordion__header .icon--close {
        right: 15px;
        font-size: 20px
    }
}

.accordion__header:hover {
    background-color: #ec6100
}

.accordion__header:hover p {
    color: #fff
}

.accordion__plus {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px
}

@media (min-width:48em) {
    .accordion__plus {
        left: 18px;
        width: 20px;
        height: 20px
    }
}

.accordion__plus:after,
.accordion__plus:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000
}

.accordion__plus:before {
    transition: height .3s ease-in-out 0s;
    width: 2px;
    height: 100%
}

.accordion__plus:after {
    width: 100%;
    height: 2px
}

.accordion__content {
    box-sizing: border-box;
    float: left;
    display: none;
    width: 100%;
    padding: 10px 10px 20px;
    font-size: 14px
}

@media (min-width:48em) {
    .accordion__content {
        padding: 20px 40px 50px;
        font-size: 16px
    }
}

.accordion__content h2 {
    padding-top: 0;
    color: #000
}

.accordion__content .btn {
    margin-left: 0;
    margin-right: 10px
}

.accordion__meta {
    float: left;
    width: 100%;
    font-size: 14px;
    text-align: right
}

@media (min-width:48em) {
    .accordion__meta {
        font-size: 16px
    }
}

.accordion__fig {
    width: 100%;
    padding: 0 0 10px
}

@media (min-width:48em) {
    .accordion__fig {
        box-sizing: border-box;
        float: right;
        width: 55%;
        padding: 0 0 10px 5%
    }
}

.accordion__item.is-open .accordion__header .icon--close {
    opacity: 1
}

.accordion__item.is-open .accordion__plus:before {
    height: 0
}

.entry+.accordion {
    margin-top: -10px;
    padding-top: 0
}

@media (min-width:48em) {
    .entry+.accordion {
        margin-top: -20px
    }
}

.specs-machine:after,
.specs-machine:before {
    content: "";
    display: table
}

.specs-machine:after {
    clear: both
}

.specs-machine__fig {
    box-sizing: border-box;
    float: left;
    width: 100%;
    margin: 8px 0 20px
}

@media (min-width:48em) {
    .specs-machine__fig {
        width: 50%;
        margin: 8px 2% 20px 0
    }
}

.specs-machine__img {
    position: relative
}

.specs-machine__placeholder {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    display: block;
    padding: 4px 12px;
    background: #111;
    color: #fff
}

.specs-machine__tab {
    float: left;
    width: 100%;
    padding: 0 0 5px
}

.specs-machine__nav {
    float: left;
    width: 100%;
    font-size: 14px
}

@media (min-width:48em) {
    .specs-machine__nav {
        font-size: 15px
    }
}

.specs-machine__nav ul {
    overflow: auto;
    white-space: nowrap
}

.specs-machine__nav li {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 20px
}

.specs-machine__nav li:before {
    top: 50%;
    left: 7px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    transform: translateY(-50%);
    background-color: #000
}

.specs-machine__nav li:first-child {
    padding-left: 0
}

.specs-machine__nav li:first-child:before {
    display: none
}

.specs-machine__nav a {
    color: #000;
    text-decoration: none;
    outline: none
}

.specs-machine__nav a:hover {
    color: #ec6100
}

.specs-machine__nav .active {
    color: #ec6100;
    font-weight: 700
}

@media (min-width:48em) {
    .specs-machine table {
        float: left;
        width: 48%;
        margin-right: 4%
    }
    .specs-machine table:nth-child(2n) {
        margin-right: 0
    }
}

.specs-machine table td {
    width: 50%
}

.specs-options:after,
.specs-options:before {
    content: "";
    display: table
}

.specs-options:after {
    clear: both
}

.specs-options+.specs-options {
    padding-top: 30px
}

@media (min-width:48em) {
    .specs-options table td {
        width: 12%
    }
    .specs-options table td:first-child {
        width: 28%
    }
}

.merch {
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 8px 0
}

.merch__content .slick-track {
    margin-left: 0;
    margin-right: 0
}

.merch__item {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 14px;
    line-height: 1.3;
    text-align: center
}

@media (min-width:48em) {
    .merch__item {
        width: 24%;
        font-size: 16px
    }
}

@media (min-width:64em) {
    .merch__item {
        width: 19%
    }
}

.merch__img {
    width: 210px;
    margin: 0 auto;
    padding: 0 0 5px
}

.merch__img div {
    position: relative;
    padding-bottom: 100%
}

.merch__img img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%
}

.download {
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;
    font-size: 14px
}

@media (max-width:47.9375em) {
    .download {
        width: 100%
    }
}

@media (min-width:48em) {
    .download {
        font-size: 16px
    }
}

.download ul {
    padding: 5px 0 0
}

@media (min-width:48em) {
    .download ul {
        margin-right: 20px
    }
}

.download li {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px
}

@media (max-width:47.9375em) {
    .download li {
        width: 49%
    }
}

@media (min-width:48em) {
    .download li {
        padding-left: 28px;
        padding-right: 28px
    }
}

.download__item {
    display: block;
    color: #000;
    line-height: 1.3;
    text-decoration: none;
    text-align: center
}

.download__item .icon {
    transition: background-color .25s ease-in-out 0s, color .25s ease-in-out 0s;
    display: inline-block;
    margin: 0 0 15px;
    color: #4d4d4d;
    font-size: 71px
}

.download__item:active .icon,
.download__item:focus .icon,
.download__item:hover .icon {
    color: #ff8b3a
}

.download__txt {
    display: block
}

.download__more {
    display: block;
    color: #ec6100;
    text-decoration: underline
}

@media (max-width:47.9375em) {
    .download+.download {
        border-top: 1px solid #ec6100
    }
}

@media (min-width:48em) {
    .download+.download p {
        padding-left: 30px
    }
    .download+.download ul {
        padding-left: 20px;
        border-left: 1px solid #ec6100
    }
}

.entry:after,
.entry:before {
    content: "";
    display: table
}

.entry:after {
    clear: both
}

.entry__item {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px;
    background: #f7f4f4
}

@media (min-width:48em) {
    .entry__item:after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        width: 50%;
        height: 100%
    }
}

.entry__img {
    overflow: hidden;
    position: relative
}

@media (min-width:48em) {
    .entry__img {
        position: absolute;
        z-index: 0;
        top: 0;
        height: 100%;
        width: 100%;
        padding-bottom: 0
    }
}

.entry__img img {
    min-height: 10px
}

@media (min-width:48em) {
    .entry__img img {
        position: absolute;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        height: 100%;
        min-width: 10px;
        max-width: 100%
    }
}

.entry__placeholder {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    display: block;
    padding: 4px 12px;
    background: #111;
    color: #fff
}

@media (min-width:48em) {
    .entry__placeholder {
        right: auto;
        left: 0
    }
}

.entry__sub {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%)
}

@media (min-width:48em) {
    .entry__sub {
        left: 2.5%;
        width: 40%
    }
}

.entry__sub img {
    position: relative;
    top: auto;
    width: 50%;
    max-width: 492px;
    min-width: inherit;
    min-height: inherit;
    margin-bottom: 15px
}

@media (min-width:48em) {
    .entry__sub img {
        margin-bottom: 50px
    }
}

.entry__sub p {
    padding: 0;
    text-align: center;
    line-height: 1.2
}

.entry__sub .icon--logo {
    position: relative;
    top: -5px;
    margin-right: 20px;
    vertical-align: middle;
    font-size: 38px
}

@media (max-width:47.9375em) {
    .entry__sub .icon--logo {
        display: none
    }
}

@media (min-width:48em) and (max-width:63.9375em) {
    .entry__sub .icon--logo {
        display: none
    }
}

.entry__article {
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 5px 15px;
    background: #f7f4f4
}

@media (min-width:48em) {
    .entry__article {
        min-height: 400px;
        padding: 30px 9%;
        background: transparent
    }
}

@media (min-width:64em) {
    .entry__article {
        padding-right: 80px
    }
}

@media (min-width:64em) {
    .entry__article h2 {
        font-size: 38px
    }
}

@media (min-width:48em) {
    .entry__item--left {
        padding-right: 50%
    }
}

@media (min-width:48em) {
    .entry__item--left .entry__img,
    .entry__item--left .entry__img img {
        right: 0
    }
}

.entry__item--left .entry__placeholder {
    right: auto;
    left: 0
}

@media (min-width:48em) {
    .entry__item--left .entry__placeholder {
        right: 0;
        left: auto
    }
}

.entry__item--left .entry__article {
    background: hsla(0, 20%, 96%, .6)
}

@media (min-width:48em) {
    .entry__item--left:after {
        background: linear-gradient(90deg, #f7f3f3 72%, #f7f3f3 0, hsla(0, 0%, 100%, 0))
    }
}

@media (min-width:48em) {
    .entry__item--right {
        padding-left: 50%
    }
}

@media (min-width:48em) {
    .entry__item--right .entry__img,
    .entry__item--right .entry__img img {
        left: 0
    }
}

.entry__item--right .entry__article {
    background: hsla(0, 20%, 96%, .6)
}

@media (min-width:48em) {
    .entry__item--right:after {
        background: linear-gradient(270deg, #f7f3f3 72%, #f7f3f3 0, hsla(0, 0%, 100%, 0))
    }
}

@media (min-width:48em) {
    .entry__item--no-gradient:after {
        display: none
    }
}

.entry__item--no-gradient .entry__article {
    background: #f7f4f4
}

.entry__item--no-gradient:after {
    display: none
}

.entry__item--primary {
    background: #ec6100;
    color: #fff
}

.entry__item--primary .entry__article a,
.entry__item--primary .entry__article h2 {
    color: #fff
}

.entry__item--primary li:before {
    background: #fff
}

.entry__item--primary.entry__item--left .entry__article {
    background: rgba(236, 97, 0, .6)
}

@media (min-width:48em) {
    .entry__item--primary.entry__item--left:after {
        background: linear-gradient(90deg, #ec6100 72%, #ec6100 0, rgba(236, 97, 0, 0))
    }
}

.entry__item--primary.entry__item--right .entry__article {
    background: rgba(236, 97, 0, .6)
}

@media (min-width:48em) {
    .entry__item--primary.entry__item--right:after {
        background: linear-gradient(270deg, #ec6100 72%, #ec6100 0, rgba(255, 97, 0, 0))
    }
}

.entry__item--primary.entry__item--no-gradient .entry__article {
    background: #ec6100
}

.space {
    width: 100%;
    height: 1px;
    margin: 5px 0
}

@media (min-width:48em) {
    .space {
        margin: 10px 0
    }
}

.space--xl {
    margin: 10px 0
}

@media (min-width:48em) {
    .space--xl {
        margin: 15px 0
    }
}

.optgroup {
    padding: 0 0 30px
}

@media (min-width:48em) {
    .optgroup {
        padding-bottom: 55px
    }
}

.optgroup .btn {
    vertical-align: middle;
    margin-left: 0;
    margin-right: 40px
}

.optgroup .link {
    display: inline-block;
    vertical-align: middle
}

.brands {
    width: 100%;
    max-width: 1078px;
    margin: 0 auto
}

.brands:after,
.brands:before {
    content: "";
    display: table
}

.brands:after {
    clear: both
}

.brands h2 {
    font-size: 28px
}

@media (min-width:48em) {
    .brands h2 {
        font-size: 38px
    }
}

.brands__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 20px 0 5px
}

@media (min-width:48em) {
    .brands__list {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(100% + 50px);
        margin-left: -25px;
        padding: 30px 0 40px
    }
}

.brands__item {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 0 0 30px;
    font-size: 14px;
    line-height: 1.2
}

@media (min-width:48em) {
    .brands__item {
        width: 25%;
        margin: 0 0 20px;
        padding: 0 25px 30px;
        font-size: 16px
    }
}

.brands__img {
    position: relative;
    height: 66px;
    margin: 0 0 5px
}

@media (min-width:48em) {
    .brands__img {
        margin-bottom: 20px
    }
}

.brands__img img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.brands__more {
    color: #000
}

@media (min-width:48em) {
    .brands__more {
        position: absolute;
        bottom: 0;
        left: 25px
    }
}


.head {
    box-sizing: border-box;
    position: relative;
    padding: 10px 0 0
}

@media (min-width:48em) {
    .head {
        padding: 30px 0 0
    }
}

.subnav {
    font-size: 15px
}

@media (max-width:47.9375em) {
    .subnav {
        width: calc(100% + 40px);
        margin: 0 0 0 -20px;
        background: #000
    }
}

@media (max-width:47.9375em) {
    .subnav ul {
        overflow: auto;
        white-space: nowrap
    }
}

.subnav li {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 0
}

@media (max-width:47.9375em) {
    .subnav li {
        width: 100vw;
        padding: 0 20px;
        text-transform: uppercase
    }
}

.subnav li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
    width: 2px;
    height: 2px;
    background: #000;
    border-radius: 50%
}

.subnav li:last-child:after {
    display: none
}

.subnav a {
    position: relative;
    display: inline-block;
    padding: 0 0 3px;
    color: #000;
    text-decoration: none
}

@media (max-width:47.9375em) {
    .subnav a {
        display: block;
        padding: 10px 0;
        color: #fff;
        text-align: center
    }
}

.subnav a:before {
    transition: width .25s ease-in-out 0s;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #ec6100
}

@media (max-width:47.9375em) {
    .subnav a:before {
        display: none
    }
}

.subnav .active a:before,
.subnav a:hover:before {
    width: 100%
}

.news {
    width: calc(100% + 40px);
    margin: 0 0 0 -20px;
    padding: 12px 0 30px
}

.news:after,
.news:before {
    content: "";
    display: table
}

.news:after {
    clear: both
}

@media (min-width:48em) {
    .news {
        width: calc(100% + 16px);
        margin: 0 0 0 -8px;
        padding: 32px 0 54px
    }
}

.news[data-columns]:before {
    display: none
}

@media (max-width:47.9375em) {
    .news[data-columns]:before {
        content: "1 .column.size-1of1"
    }
}

@media (min-width:48em) {
    .news[data-columns]:before {
        content: "2 .column.size-1of2"
    }
}

.news .column {
    box-sizing: border-box;
    float: left
}

.news .column .news__item {
    min-width: 100%
}

@media (min-width:48em) {
    .news .column .news__item {
        min-width: calc(100% - 16px)
    }
}

.news .size-1of1 {
    width: 100%
}

.news .size-1of2 {
    width: 50%
}

.news__item {
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 100%;
    margin: 8px 0;
    padding: 0 0 7px;
    font-size: 14px
}

@media (min-width:48em) {
    .news__item {
        width: calc(50% - 16px);
        min-width: calc(50% - 16px);
        margin-left: 8px;
        margin-right: 8px;
        padding: 15px 15px 10px;
        border: 1px solid #dcdcdc;
        font-size: 15px
    }
    .news__item:nth-child(2n) {
        float: right
    }
}

.news__item h2 {
    font-size: 25px
}

@media (min-width:48em) {
    .news__item h2 {
        font-size: 27px
    }
}

.news__item h2 a {
    text-decoration: none
}

.news__img {
    padding: 0 0 12px
}

.news__meta a {
    color: #000;
    text-decoration: none
}

.news__meta a:active,
.news__meta a:focus,
.news__meta a:hover {
    color: #ff8b3a
}

.news__text {
    padding: 0 20px
}

@media (min-width:48em) {
    .news__text {
        padding: 0 12px
    }
}

.news__divider {
    margin: 0 4px;
    color: #dcdcdc
}

.news__item--pinned {
    background: #ec6100;
    color: #fff
}

.news__item--pinned a,
.news__item--pinned h2 {
    color: #000
}

.news__item--pinned a:active,
.news__item--pinned a:focus,
.news__item--pinned a:hover {
    color: #ffb886
}

.news__item--pinned .news__meta p {
    background: #ec6100
}

.news__item--pinned .news__meta a {
    color: #fff
}

.news__item--pinned .news__meta a:active,
.news__item--pinned .news__meta a:focus,
.news__item--pinned .news__meta a:hover {
    color: #ffb886
}

.follow {
    box-sizing: border-box;
    width: calc(100% + 40px);
    margin: 0 0 0 -20px
}

.follow:after,
.follow:before {
    content: "";
    display: table
}

.follow:after {
    clear: both
}

@media (min-width:48em) {
    .follow {
        width: 100%;
        margin: 0 0 60px;
        padding: 16px;
        border: 1px solid #dcdcdc
    }
}

.follow__item {
    position: relative;
    float: left;
    width: 100%
}

@media (min-width:48em) {
    .follow__item {
        width: 50%
    }
}

.follow__img {
    position: relative;
    padding-bottom: 24.904%
}

.follow__img img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    width: 100%
}

.follow__social {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 94%;
    color: #fff;
    text-align: center;
    font-size: 18px
}

@media (min-width:64em) {
    .follow__social {
        font-size: 27px
    }
}

.follow__social p {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px 0 0
}

.follow__social .divider {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 30px;
    margin: 0 8px;
    background: #fff
}

@media (min-width:64em) {
    .follow__social .divider {
        height: 60px;
        margin: 0 16px
    }
}

.follow__social a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    line-height: 1
}

@media (min-width:64em) {
    .follow__social a {
        font-size: 36px
    }
}

.follow__social a:active,
.follow__social a:focus,
.follow__social a:hover {
    color: #ec6100
}

@media (max-width:47.9375em) {
    .follow+.form {
        margin-top: 32px
    }
}

.pager {
    padding: 20px 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

.pager:after,
.pager:before {
    content: "";
    display: table
}

.pager:after {
    clear: both
}

@media (min-width:48em) {
    .pager {
        padding: 0 0 60px;
        font-size: 18px
    }
}

.pager ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.pager li {
    padding: 0 6px
}

.pager li:after {
    content: "";
    position: absolute;
    top: 5%;
    left: 0;
    width: 1px;
    height: 90%;
    background: #dcdcdc
}

.pager li:first-child:after {
    display: none
}

.pager a {
    display: block;
    padding: 0 6px;
    color: #000;
    text-decoration: none
}

.pager .active a,
.pager a:active,
.pager a:focus,
.pager a:hover {
    color: #ec6100
}

.article {
    width: 100%;
    max-width: 795px;
    margin: 0 auto;
    padding: 10px 0 32px;
    font-size: 14px
}

@media (min-width:48em) {
    .article {
        padding: 30px 0 50px;
        font-size: 15px
    }
}

.article img {
    margin: 16px auto 10px
}

@media (max-width:47.9375em) {
    .article img {
        margin: 10px auto
    }
}

.article img.left {
    margin: 16px 35px 10px 0
}

@media (max-width:47.9375em) {
    .article img.left {
        margin: 10px auto
    }
}

.article img.right {
    margin: 16px 0 10px 35px
}

@media (max-width:47.9375em) {
    .article img.right {
        margin: 10px auto
    }
}

.article--xl {
    max-width: 100%
}

.caption {
    position: relative;
    display: block;
    margin: -5px 0 10px;
    padding: 0 0 0 17px;
    color: #ec6100
}

.caption:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 1px;
    background: #ec6100
}

.photos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 16px);
    margin: 0 0 0 -8px;
    padding: 5px 0
}

@media (min-width:48em) {
    .photos {
        padding: 20px 0
    }
}

.photos__item {
    width: calc(50% - 16px);
    margin: 8px
}

.photos__link {
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 66.666%
}

.photos__img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center
}

.photos__img img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-height: 100%;
    margin: auto
}

.slider {
    position: relative;
    margin: 10px 0 45px
}

@media (min-width:48em) {
    .slider {
        margin: 20px 0 45px
    }
}

.slider__img {
    position: relative;
    width: 100%;
    height: 0;
    margin: 10px 0;
    padding-bottom: 66.415%
}

@media (min-width:48em) {
    .slider__img {
        margin: 16px 0 10px
    }
}

.slider__img img {
    position: absolute;
    margin: auto
}

.box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0 0;
    border: 1px solid #dcdcdc
}

@media (min-width:48em) {
    .box {
        margin: 40px 0 0;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.box__item {
    box-sizing: border-box;
    padding: 10px 15px;
    border-top: 1px solid #dcdcdc;
    font-size: 18px;
    line-height: 1.4
}

@media (min-width:48em) {
    .box__item {
        width: 50%;
        padding: 30px 6%;
        border-top: 0;
        border-left: 1px solid #dcdcdc;
        font-size: 23px
    }
}

.box__item:first-child {
    border-top: 0
}

@media (min-width:48em) {
    .box__item:first-child {
        border-left: 0
    }
}

.box__item h2 {
    padding-bottom: 20px;
    font-size: 24px
}

@media (min-width:48em) {
    .box__item h2 {
        font-size: 30px
    }
}

.box__item small {
    color: #ec6100;
    font-size: 13px
}

@media (min-width:48em) {
    .box__item small {
        font-size: 14px
    }
}

.box__item p {
    padding-top: 0
}

.box__item--mini {
    font-size: 13px
}

@media (min-width:48em) {
    .box__item--mini {
        font-size: 15px
    }
}

.form {
    margin: 0 0 36px;
    border: 1px solid #dcdcdc
}

@media (min-width:48em) {
    .form {
        margin-bottom: 60px
    }
}

.form__container {
    box-sizing: border-box;
    width: 100%;
    max-width: 817px;
    margin: 0 auto;
    padding: 10px
}

.form__container:after,
.form__container:before {
    content: "";
    display: table
}

.form__container:after {
    clear: both
}

@media (min-width:48em) {
    .form__container {
        padding: 40px 10px
    }
}

.form__header {
    float: left;
    width: 100%;
    padding: 0 0 20px;
    text-align: center
}

@media (min-width:48em) {
    .form__header {
        padding-bottom: 40px
    }
}

.form__header h2 {
    font-size: 28px
}

@media (min-width:48em) {
    .form__header h2 {
        font-size: 38px
    }
}

.form__row {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 15px
}

.form__legend {
    padding: 0 0 5px;
    color: #0e0e0e;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .86px
}

.form__inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:48em) {
    .form__inline {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .form__inline .form__legend {
        padding: 5px 15px 5px 0
    }
    .form__inline .select {
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto
    }
}

.form__label {
    will-change: top, transform, font-size;
    transition: all .25s ease-in-out 0s;
    position: absolute;
    z-index: 2;
    top: 6px;
    left: 16px;
    color: #747474;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .86px
}

.form__input:focus+.form__label,
.form__textarea:focus+.form__label,
.input--filled .form__label {
    transform: translateY(-5px);
    left: 18px;
    font-size: 10px
}

.form__input {
    transition: background-color .25s ease-in-out 0s, border-color .25s ease-in-out 0s, color .25s ease-in-out 0s;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 34px;
    padding: 12px 16px 4px;
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    border-radius: 2px;
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    letter-spacing: .86px
}

.form__input:focus {
    background-color: #fff;
    border-color: #ebebeb
}

.form__input--vertical {
    padding: 8px 16px
}

.form__textarea {
    transition: background-color .25s ease-in-out 0s, border-color .25s ease-in-out 0s, color .25s ease-in-out 0s;
    box-sizing: border-box;
    overflow: auto;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 126px;
    padding: 12px 16px 4px;
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    border-radius: 2px;
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    letter-spacing: .86px;
    resize: vertical
}

.form__textarea:focus {
    background-color: #fff;
    border-color: #ebebeb
}

.form__btns {
    float: left;
    width: 100%;
    padding: 15px 0
}

@media (min-width:48em) {
    .form__btns {
        padding: 45px 0 15px
    }
}

.success .form__input,
.success .form__textarea {
    padding-right: 28px;
    background-color: #fff;
    background-image: url(../../../../img/purchase-guide/dealership/construction-equipment-dealership/correct.svg);
    background-repeat: no-repeat;
    background-size: 14px 10px;
    background-position: right 10px bottom 50%;
    border-color: #32ab41
}

.success .form__label {
    color: #32ab41
}

.error .form__input,
.error .form__textarea {
    padding-right: 24px;
    background-color: #fff;
    background-image: url(../../../../img/purchase-guide/dealership/construction-equipment-dealership/error.svg);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: right 10px bottom 50%;
    border-color: #c80404;
    color: #c80404
}

.error .form__label,
.form__error {
    color: #c80404
}

.form__error {
    display: block;
    padding: 3px 0 0;
    font-size: 14px;
    text-align: right
}

.fault {
    box-sizing: border-box;
    width: 100%;
    max-width: 796px;
    margin: 30px auto 0;
    padding: 10px 10px 104px;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    text-align: center
}

@media (min-width:48em) {
    .fault {
        margin-top: 50px;
        padding: 40px 10px 144px
    }
}

.fault .btn {
    margin-top: 10px;
    margin-bottom: 10px
}

.fault__dig {
    padding: 20px 0 0;
    font-size: 15px
}

.fault__dig p {
    padding: 0
}

.fault__dig a {
    text-decoration: none;
    outline: none!important
}

.dig {
    width: calc(100% + 40px);
    margin: -20px 0 20px -20px
}

@media (min-width:48em) {
    .dig {
        width: calc(100% + 60px);
        margin: -30px 0 30px -30px
    }
}

@media (min-width:64em) {
    .dig {
        width: calc(100% + 80px);
        margin: -40px 0 40px -40px
    }
}

.dig__container {
    width: 100%;
    max-width: 926px;
    margin: 0 auto
}

.dig__item {
    position: relative;
    display: none
}

.dig__item.is-active {
    display: block
}

.dig__nav {
    position: absolute;
    top: -84px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 15px
}

.dig__nav p {
    padding: 0
}

.dig__nav a {
    text-decoration: none;
    outline: none!important
}

.sticker {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0
}

.sticker__item {
    margin: 0 0 5px;
    font-size: 12px
}

.sticker__item span {
    display: inline-block;
    padding: 2px 10px 4px;
    background: #ec6100;
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    color: #fff
}

.text {
    width: 100%;
    max-width: 690px
}

.scroll-table {
    overflow: hidden;
    position: relative
}

.scroll-table__container {
    overflow: auto
}

.scroll-table .is-cloned {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none
}

.scroll-table .is-cloned td,
.scroll-table .is-cloned th {
    visibility: hidden
}

.scroll-table .is-cloned .fixed-side {
    visibility: visible
}

.locator:after,
.locator:before {
    content: "";
    display: table
}

.locator:after {
    clear: both
}

@media (min-width:48em) {
    .locator {
        padding-bottom: 20px
    }
}

@media (min-width:48em) {
    .locator__content--bg {
        padding: 10px;
        background: #fff
    }
}

.locator__content--bg .map {
    padding-bottom: 0
}

.locator__header {
    padding: 0 0 10px;
    text-align: center
}

@media (min-width:48em) {
    .locator__header {
        text-align: left
    }
}

.locator__header h2 {
    color: #000;
    font-size: 26px
}

@media (min-width:48em) {
    .locator__header h2 {
        font-size: 32px
    }
}

@media (min-width:64em) {
    .locator__header h2 {
        font-size: 38px
    }
}

.cookie-info {
    transition: opacity .33s ease-in-out 0s;
    opacity: 0;
    box-sizing: border-box;
    position: fixed;
    z-index: 11;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 10px 25px 5px;
    background: #212020;
    color: #fff;
    font-size: 14px;
    line-height: 1.3
}

@media (min-width:48em) {
    .cookie-info {
        padding: 20px 0
    }
}

.cookie-info.is-active {
    opacity: 1
}

.cookie-info a {
    color: #fff
}

.cookie-info a:active,
.cookie-info a:focus,
.cookie-info a:hover {
    color: #ec6100
}

@media (min-width:48em) {
    .cookie-info__main {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center
    }
}

.ie10 .cookie-info__main {
    display: block
}

.cookie-info__txt {
    padding: 0 0 20px
}

@media (min-width:48em) {
    .cookie-info__txt {
        padding: 0 20px 0 0
    }
}

@media (min-width:48em) {
    .cookie-info__side {
        min-width: 18%;
        text-align: right
    }
}

.cookie-info__btn {
    transition: background-color .25s ease-in-out 0s, color .25s ease-in-out 0s;
    display: inline-block;
    padding: 10px 30px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    outline: none
}

.cookie-info__btn:hover {
    background: #fff;
    color: #ec6100
}

.cookie-info__close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 16px;
    text-decoration: none
}

.cookie-info__close:hover {
    color: #ec6100
}

.dialog {
    position: relative;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

.dialog:after,
.dialog:before {
    content: "";
    display: table
}

.dialog:after {
    clear: both
}

.slick-arrow {
    transition: background-color .25s ease-in-out 0s, color .25s ease-in-out 0s, opacity .25s ease-in-out 0s;
    overflow: hidden;
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 15px;
    height: 27px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    color: #ec6100;
    font-size: 27px;
    text-indent: 20px;
    outline: none
}

.slick-arrow:before {
    font-family: icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0
}

.slick-arrow:hover {
    color: #000
}

@media (min-width:48em) {
    .slick-arrow {
        width: 19px;
        height: 37px;
        font-size: 37px
    }
}

.slick-prev {
    left: -20px
}

.slick-prev:before {
    content: ""
}

@media (min-width:48em) {
    .slick-prev {
        left: -29px
    }
}

@media (min-width:64em) {
    .slick-prev {
        left: -34px
    }
}

.slick-next {
    right: -20px
}

.slick-next:before {
    content: ""
}

@media (min-width:48em) {
    .slick-next {
        right: -29px
    }
}

@media (min-width:64em) {
    .slick-next {
        right: -34px
    }
}

.slick-arrow.slick-disabled {
    opacity: .5
}

.slick-dots {
    box-sizing: border-box;
    padding: 15px 0;
    height: 42px;
    width: 100%;
    text-align: center
}

@media (min-width:48em) {
    .slick-dots {
        height: 52px;
        padding: 20px 0
    }
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    padding: 0 3px;
    line-height: 1
}

.slick-dots li:before {
    display: none
}

.slick-dots button {
    transition: background-color .25s ease-in-out 0s, color .25s ease-in-out 0s;
    box-sizing: border-box;
    overflow: hidden;
    width: 12px;
    height: 12px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 1px solid #ec6100;
    border-radius: 50%;
    text-indent: 20px;
    outline: none
}

.slick-dots .slick-active button {
    background-color: #ec6100
}

.info__slider .slick-arrow {
    width: 10px;
    height: 18px;
    color: #000;
    font-size: 18px
}

.info__slider .slick-arrow:hover {
    color: #ec6100
}

.info__slider .slick-prev {
    left: -15px
}

.info__slider .slick-next {
    right: -15px
}

.ilist__slider .slick-prev {
    left: 0
}

@media (min-width:48em) {
    .ilist__slider .slick-prev {
        left: -29px
    }
}

@media (min-width:64em) {
    .ilist__slider .slick-prev {
        left: -34px
    }
}

.ilist__slider .slick-next {
    right: 0
}

@media (min-width:48em) {
    .ilist__slider .slick-next {
        right: -29px
    }
}

@media (min-width:64em) {
    .ilist__slider .slick-next {
        right: -34px
    }
}

.intro__slider .slick-arrow {
    top: 25%
}

@media (max-width:47.9375em) {
    .intro__slider .slick-arrow:hover {
        color: #fff
    }
}

@media (min-width:48em) {
    .intro__slider .slick-arrow {
        top: 50%
    }
}

.intro__slider .slick-prev {
    left: 0
}

@media (min-width:48em) {
    .intro__slider .slick-prev {
        left: -29px
    }
}

@media (min-width:64em) {
    .intro__slider .slick-prev {
        left: -34px
    }
}

.intro__slider .slick-next {
    right: 0
}

@media (min-width:48em) {
    .intro__slider .slick-next {
        right: -29px
    }
}

@media (min-width:64em) {
    .intro__slider .slick-next {
        right: -34px
    }
}

.intro__slider .slick-dots {
    position: absolute;
    z-index: 3;
    bottom: -42px;
    left: 0
}

@media (min-width:48em) {
    .intro__slider .slick-dots {
        bottom: -52px
    }
}

.subnav .slick-arrow {
    width: 11px;
    height: 20px;
    color: #fff;
    font-size: 20px
}

.subnav .slick-arrow:hover {
    color: #ec6100
}

.subnav .slick-prev {
    left: 10px
}

.subnav .slick-next {
    right: 10px
}

.merch .slick-prev {
    left: -5px
}

@media (min-width:48em) {
    .merch .slick-prev {
        left: -29px
    }
}

@media (min-width:64em) {
    .merch .slick-prev {
        left: -34px
    }
}

.merch .slick-next {
    right: -5px
}

@media (min-width:48em) {
    .merch .slick-next {
        right: -29px
    }
}

@media (min-width:64em) {
    .merch .slick-next {
        right: -34px
    }
}

.slider .slick-dots {
    position: absolute;
    bottom: -25px;
    left: 0;
    height: 12px;
    padding: 0
}

.phoneswitch {
    position: relative;
    z-index: 3;
    width: 100%;
    float: left
}

.phoneswitch__trigger {
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    float: left;
    width: 117px;
    height: 34px;
    padding: 7px 28px 1px 9px;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer
}

.phoneswitch__trigger:before {
    content: ""
}

.phoneswitch__trigger:after {
    box-sizing: border-box;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 117px;
    height: 39px;
    display: none;
    background: #fff;
    border-radius: 2px 2px 0 0;
    border: 1px solid #f8f8f8;
    border-bottom: 0
}

.phoneswitch__trigger:before {
    font-family: icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    font-size: 7px
}

.phoneswitch__trigger img {
    position: relative;
    z-index: 2;
    float: left;
    display: block;
    margin: 0;
    border: 1px solid #f8f8f8
}

.phoneswitch__code {
    position: absolute;
    top: 0;
    left: 50px;
    width: 45px;
    margin: 0
}

.phoneswitch__code:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.phoneswitch__code .form__input {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    border: 0
}

.phoneswitch__num {
    position: relative;
    float: left;
    width: calc(100% - 123px);
    margin: 0 0 0 6px
}

.phoneswitch__menu {
    box-sizing: border-box;
    overflow: auto;
    display: none;
    position: absolute;
    z-index: 1;
    top: 38px;
    left: 0;
    width: 100%;
    max-height: 194px;
    padding: 4px 9px;
    border: 1px solid #f8f8f8;
    background: #fff;
    border-radius: 2px;
    box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, .2);
    opacity: 0
}

.phoneswitch__menu a {
    overflow: hidden;
    display: block;
    padding: 4px 0;
    color: #747474;
    text-decoration: none;
    font-size: 15px
}

.phoneswitch__menu img {
    float: left;
    display: block;
    margin: 0;
    border: 1px solid #f8f8f8
}

.phoneswitch__menu .col {
    float: left
}

.phoneswitch__menu .col--1 {
    width: 40px
}

.phoneswitch__menu .col--2 {
    width: 85px
}

.phoneswitch__menu .col--3 {
    width: calc(100% - 125px)
}

.phoneswitch.is-active .phoneswitch__menu,
.phoneswitch.is-active .phoneswitch__trigger:after {
    animation: a .25s ease-in-out;
    display: block;
    opacity: 1
}

.select {
    transition: background-color .25s ease-in-out 0s, border-color .25s ease-in-out 0s, color .25s ease-in-out 0s;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 34px;
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    border-radius: 2px
}

.select:before {
    content: "";
    font-family: icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 7px
}

.select select::-ms-expand {
    display: none
}

.select:hover {
    background-color: #fff;
    border-color: #ebebeb
}

.select select {
    transition: background-color .25s ease-in-out 0s, border-color .25s ease-in-out 0s, color .25s ease-in-out 0s;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 100%;
    height: 32px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0 30px 0 15px;
    background: transparent;
    border: 0;
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .86px;
    outline: none!important;
    white-space: nowrap;
    text-overflow: ellipsis
}

.select--disabled:after {
    opacity: .6
}


/*# sourceMappingURL=source-maps/style.min.css.map */