.sectionIntro-title {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

@media(min-width: 1024px) {
    .sectionIntro-title {
        font-size: 2.25rem;
        line-height: 43px
    }
}

.sectionIntro-shortDescription {
    padding: 0 20px
}

.sectionIntro-shortDescription.sectionIntro-withBackground {
    margin-bottom: 2rem
}

@media(min-width: 768px) {
    .sectionIntro-shortDescription.sectionIntro-withBackground {
        padding: 0 2.5rem;
        margin-bottom: 6.25rem
    }
}

.sectionIntro-shortDescription p {
    color: #1d1d1b;
    font-size: 1.15rem;
    line-height: 27px;
    margin: 0;
    padding: .25rem;
    text-align: center
}

@media(min-width: 768px) {
    .sectionIntro-shortDescription p {
        margin: 1.875rem auto 1rem;
        max-width: 880px
    }
}

.sectionIntro-desktopIntro {
    padding: 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 310px;
    position: relative
}

.sectionIntro-desktopIntro .breadcrumbs {
    position: absolute;
    top: 1.5rem;
    left: 50%;
    width: 100%;
    padding-top: 0;
    transform: translateX(-50%);
    max-width: 1314px;
}


.sectionIntro-desktopIntro.sectionIntro-introNotLoaded .sectionIntro-title,
.sectionIntro-desktopIntro.sectionIntro-introNotLoaded .sectionIntro-shortDescription {
    color: #1d1d1b
}

@media(min-width: 768px) {
    .sectionIntro-desktopIntro {
        padding-bottom: .5rem
    }
}

.sectionIntro-mobileIntro {
    text-align: center;
    background-repeat: no-repeat;
    padding: 33px 10px;
    position: relative
}

.sectionIntro-backgroundIntro {
    background-position: center;
    background-size: cover;
    position: relative;
    min-height: 222px;
    margin-bottom: 2.5rem;
    padding: 10px;
    overflow: hidden;
    text-align: center
}

.sectionIntro-backgroundIntro .sectionIntro-title {
    color: #fff
}

.sectionIntro-backgroundIntro.sectionIntro-hasDropCap {
    margin-bottom: 0
}

@media(min-width: 768px) {
    .sectionIntro-backgroundIntro {
        min-height: 335px
    }
}

@media(min-width: 991px) {
    .sectionIntro-backgroundIntro {
        min-height: 435px
    }
}

.sectionIntro-titleContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 30px;
    transform: translate(-50%, calc(-50% - 11px));
    width: 100%
}

@media(min-width: 768px) {
    .sectionIntro-titleContainer {
        transform: translate(-50%, calc(-50% - 17.5px))
    }
}

.sectionIntro-subtitle {
    margin-top: 10px
}

.sectionIntro-mobileIntro.sectionIntro-introNotLoaded .sectionIntro-title {
    color: #1d1d1b
}

.sectionIntro-mobileIntro .sectionIntro-shortDescription {
    color: #1d1d1b;
    padding: 20px
}

.sectionIntro-buttonContainer {
    text-align: center
}

.sectionIntro-toggleButton {
    font-size: 1rem;
    line-height: 1;
    padding-bottom: 9px;
    position: relative
}

.sectionIntro-toggleButton.sectionIntro-withBackground {
    font-size: 1.125rem
}

.sectionIntro-toggleButton:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fe6b00;
    position: absolute;
    bottom: 0;
    left: 0
}

.sectionIntro-textContainer {
    margin-bottom: 3.125rem
}

.sectionIntro-bannerFeather {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 22px
}

@media(min-width: 768px) {
    .sectionIntro-bannerFeather {
        height: 35px
    }
}

.sectionIntro-bannerFeather:before,
.sectionIntro-bannerFeather:after {
    background: #fff;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(50% - 35px)
}

@media(min-width: 768px) {

    .sectionIntro-bannerFeather:before,
    .sectionIntro-bannerFeather:after {
        width: calc(50% - 56px)
    }
}

.sectionIntro-bannerFeather.sectionIntro-hasDropCap:before,
.sectionIntro-bannerFeather.sectionIntro-hasDropCap:after {
    background: #f0f0ed
}

.sectionIntro-bannerFeather:after {
    left: auto;
    right: 0
}

.sectionIntro-bannerFeather img {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -moz-user-select: none;
    user-select: none;
    height: 22px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 75px
}

@media(min-width: 768px) {
    .sectionIntro-bannerFeather img {
        height: 35px;
        width: 118px
    }
}

.sectionIntro-clockFace {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    opacity: .07;
    z-index: 1;
    max-width: 1000px
}

.sectionIntro-clockFace img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    width: 100%
}

@media(min-width: 1024px) {
    .sectionIntro-clockFace {
        bottom: auto;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 85%
    }
}

/*
.main-page {
    margin-top: 100px;
}*/

.product-box {
    box-sizing: border-box;
    min-height: 1px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    margin-left: 0%;
    right: auto;
    left: auto;
}

@media(max-width: 990px) {
    .product-box {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media(max-width: 767px) {
    .product-box {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.nonEcommerceProduct-root {
    text-align: center;
    margin-bottom: 4rem
}

@media(min-width: 768px) {
    .nonEcommerceProduct-root {
        margin-bottom: 3.75rem
    }

    .nonEcommerceProduct-root.nonEcommerceProduct-alternate {
        display: flex
    }
}

.nonEcommerceProducto {
    flex-basis: 50%;
    align-self: center;
    padding: 0 1rem;
    order: 1
}

.nonEcommerceProducto.nonEcommerceProduct-reverseDirection {
    order: initial
}

@media(min-width: 991px) {
    .nonEcommerceProducto {
        padding: 0 3.5rem
    }
}

.nonEcommerceProduct-image {
    position: relative;
    flex-basis: 50%;
    order: 2;
    margin-bottom: 2rem
}

.nonEcommerceProduct-image.nonEcommerceProduct-reverseDirection {
    order: initial
}

.nonEcommerceProduct-hoverImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0
}

.nonEcommerceProduct-hoverImage:hover {
    opacity: 1;
    z-index: 2
}

.nonEcommerceProduct-title {
    color: #1f201d;
    display: block;
    font-size: 1.5rem;
	font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 1.25rem
}

.nonEcommerceProduct-title.nonEcommerceProduct-alternate {
    line-height: 30px;
    max-width: 430px;
    margin: 0 auto 1.25rem
}

.nonEcommerceProduct-description {
    display: block;
    font-size: 1rem;
    line-height: 19px;
    margin-bottom: 1.5rem
}

.nonEcommerceProduct-description.nonEcommerceProduct-alternate {
    line-height: 23px
}

@media(min-width: 768px) {
    .nonEcommerceProduct-description {
        line-height: 24px
    }
}

.nonEcommerceProduct {
    color: #fe6b00;
    display: block;
    font-size: 1rem;
    letter-spacing: 1px;
    margin-bottom: 1.25rem
}


/*
@media(max-width: 767px) {
    .uspSection-usp {
        display: none;
    }
}*/