@media (min-width:0) {
    .hidden-small {
        display: none !important
    }
}

@media (max-width:-1px) {
    .visible-small {
        display: none !important
    }
}

@media (min-width:768px) {
    .hidden-medium {
        display: none !important
    }
}

@media (max-width:767px) {
    .visible-medium {
        display: none !important
    }
}

@media (min-width:992px) {
    .hidden-large {
        display: none !important
    }
}

@media (max-width:991px) {
    .visible-large {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-xlarge {
        display: none !important
    }
}

@media (max-width:1199px) {
    .visible-xlarge {
        display: none !important
    }
}

@media (min-width:1800px) {
    .hidden-xxlarge {
        display: none !important
    }
}

@media (max-width:1799px) {
    .visible-xxlarge {
        display: none !important
    }
}

.nw-container {
    max-width: 1280px;
    margin: 0 15px;
    font-family: Meiryo;
    color: #000;
    line-height: 1.5;
}

@media (min-width:992px) {
    .nw-container {
        margin: auto
    }
}

.nw-video-placeholder {
    width: 100%;
    position: relative;
    margin-bottom: 70px;
}

.nw-video-elements {
    width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.nw-video-placeholder__button {
    margin: 0;
    background: none;
    text-transform: none;
    width: auto;
    height: auto;
    cursor: pointer;
    border: 0;
    outline: none;
}

.nw-picture {
    width: 100%
}

.nw-picture--masonry-vert {
    height: 100%
}

.nw-picture--rodarte {
    width: auto;
    max-width: 336px;
    display: block;
    margin: 0 auto 49px;
}

.nw-picture--greylayers {
    width: auto;
    max-width: 70%;
    display: block;
    margin: auto
}

@media (min-width:992px) {
    .nw-picture--greylayers {
        max-width: 50%
    }
}

.nw-title {
    text-align: center;
    font-size: 43px;
    text-transform: uppercase;
    margin: 20px 0;
    font-family: Meiryo;
    font-weight: bold;
}

.nw-title--todo {
    margin-bottom: 0;
    text-transform: capitalize
}

.nw-paragraph {
    text-align: center
}

.nw-paragraph {
    max-width: 90%;
    margin: 30px auto;
}

.nw-paragraph--subtitle {
    margin: 0 auto 30px;
}

@media (min-width:768px) {
    .nw-masonry {
        display: flex;
        justify-content: space-between;
        margin: 87px auto 99px;
    }
}

.nw-masonry__right {
    display: flex;
    flex-direction: column
}

@media (min-width:768px) {
    .nw-masonry__right {
        justify-content: space-between;
        width: 51%
    }
}

@media (min-width:768px) {
    .nw-masonry__left {
        margin-right: 2%;
        width: 49%
    }
}

.nw-masonry .nw-picture {
    margin-bottom: 15px
}

@media (min-width:768px) {
    .nw-masonry .nw-picture {
        margin-bottom: 0
    }
}

.nw-animation {
    background-color: #FAF0EA;
    padding: 3vw;
    text-align: center;
    margin-bottom: 100px;
}

.nw-animation__wrapper {
    margin-bottom: 15px
}

.nw-animation__item {
    color: rgb(112, 112, 112);;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
    position: relative
}

@media (min-width:768px) {
    .nw-animation__item {
        font-size: 20px
    }
}

.nw-animation__item.animate-me:after {
    content: "";
    height: 1px;
    border-bottom: 2px solid #000000;
    width: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    transition: all 1s ease-out 1s
}

@media (max-width:767px) {
    .nw-animation__item.animate-me--hidden:after {
        display: none;
    } 
}

.nw-animation__item.animated:after {
    width: 100%;
    left: 50%
}

.nw-slider {
    margin: 30px auto;
    max-width: 1176px;
}

.nw-slider__slide {
    display: none
}

.nw-slider__slide-two-col::after {
    display: block;
    content: "";
    clear: both;
}

.nw-slider__slide-two-col img {
    float: left;
    width: 49%;
}

.nw-slider__slide-two-col img:first-of-type {
    margin-right: 1%;
}

.nw-slider__slide-two-col img:last-of-type {
    margin-left: 1%;
}

.nw-slider__slide--active {
    display: block
}

.nw-slider__controls {
    display: flex;
    justify-content: space-between;
    max-width: 420px;
    margin: 15px auto;
}

.nw-slider__button {
    width: 100%;
    height: 5px;
    margin-top: 11px;
    margin-left: 5px;
    background-color: #ccc;
    border: 0
}

.nw-slider__button:hover {
    cursor: pointer
}

.nw-slider__button--active {
    background-color: #555
}

.nw-slider__previous {
    margin: 0
}

.nw-slider__next,
.nw-slider__previous {
    padding: 0;
    background: none;
    border: 0;
    text-transform: none;
    width: auto;
    height: auto;
    cursor: pointer
}

.nw-slider__next {
    margin: 0 0 0 5px
}

.nw-bridge {
    text-align: center;
    margin: 30px 0 100px;
}

.nw-bridge__highlight {
    display: inline-block;
    background-color: gold;
    padding: 5px 15px;
    font-weight: 700
}

.nw-bridge__text {
    margin-top: 5px;
    font-weight: 700;
    font-size: 18px
}

@media (min-width:768px) {
    .nw-bridge__text {
        font-size: 20px
    }
}

.nw-bridge__button-wrapper {
    margin: 15px 0;
    display: flex;
    justify-content: center
}

.nw-bridge__button:not(:first-child) {
    margin-left: 15px
}

.nw-button {
    margin: 0;
    background: none;
    border: 0;
    text-transform: none;
    width: auto;
    height: auto;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 15px 45px;
    min-width: 150px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
}

.nw-button:hover {
    color: #fff;
    text-decoration: none;
}

.nw-banner {
    position: relative
}

.nw-banner__content {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);

}

@media (min-width:768px) {
    .nw-banner__content {
        display: block;
        text-align: left;
        max-width: 500px;
        padding-left: 66px;
    }
}

.nw-banner__img1 {
    display: none;
}

@media (min-width:768px) {
    .nw-banner__img1 {
        display: block;
    }

    .nw-banner__img2 {
        display: none;
    }
}

.nw-banner__intro {
    color: rgb(255, 255, 255);
    font-family: "Spectral";
    font-size: 1.875em;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -.03em;
}

.nw-banner__title {
    color: #ffffff;
    font-family: "Spectral";
    font-size: 4.625em;
    font-weight: 500;
    line-height: .95;
    letter-spacing: -.03em;
}

.nw-bridge__text {
    margin-top: 1.1em;
    color: rgb(255, 255, 255);
    font-family: 'Work Sans', sans-serif;
    /* font-size: 1.25em; */
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: normal;
}

.nw-banner__button {
    margin-top: 2.8em;
}

@media (min-width:768px) {
    .nw-banner__title {
        font-size: 55px
    }
}

@media (min-width:992px) {
    .nw-banner__title {
        font-size: 70px
    }
}