@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
}

@media (min-width:992px) {
    .nw-container {
        margin: auto
    }
}

.nw-video-placeholder {
    width: 100%;
    position: relative
}

.nw-video-placeholder__button {
    margin: 0;
    background: none;
    text-transform: none;
    width: auto;
    height: auto;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    color: #fff;
    width: 233px;
    padding: 5px;
    font-size: 15px;
    font-weight: 700;
    text-align: center
}

.nw-picture {
    width: 100%
}

.nw-picture--masonry-vert {
    height: 100%
}

.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: 30px;
    text-transform: uppercase;
    margin: 20px 0
}

.nw-title--todo {
    text-transform: capitalize
}

.nw-paragraph {
    text-align: center
}

.nw-masonry,
.nw-paragraph {
    max-width: 90%;
    margin: 30px auto
}

@media (min-width:768px) {
    .nw-masonry {
        display: flex;
        justify-content: space-between
    }
}

.nw-masonry__left {
    display: flex;
    flex-direction: column
}

@media (min-width:768px) {
    .nw-masonry__left {
        justify-content: space-between;
        width: 50%
    }
}

@media (min-width:768px) {
    .nw-masonry__right {
        margin-left: 2%;
        width: 50%
    }
}

.nw-masonry .nw-picture {
    margin-bottom: 15px
}

@media (min-width:768px) {
    .nw-masonry .nw-picture {
        margin-bottom: 0
    }
}

.nw-animation {
    background-color: #302f2c;
    padding: 3vw;
    text-align: center
}

.nw-animation__wrapper {
    margin-bottom: 15px
}

.nw-animation__item {
    color: #fff;
    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 gold;
    width: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    transition: all 1s ease-out 1s
}

.nw-animation__item.animated:after {
    width: 130%;
    left: 50%
}

.nw-slider {
    margin: 30px auto;
    max-width: 500px
}

.nw-slider__slide {
    display: none
}

.nw-slider__slide--active {
    display: block
}

.nw-slider__controls {
    display: flex;
    justify-content: space-between
}

.nw-slider__button {
    width: 100%;
    height: 8px;
    margin-top: 9px;
    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: 5px 15px;
    min-width: 150px;
    text-decoration: none;
    font-weight: 700
}

.nw-banner {
    position: relative
}

.nw-banner__content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%)
}

.nw-banner__intro {
    color: #fff;
    font-weight: 700;
    font-size: 30px
}

.nw-banner__title {
    color: #fff;
    font-weight: 700;
    font-size: 40px
}

@media (min-width:768px) {
    .nw-banner__title {
        font-size: 55px
    }
}

@media (min-width:992px) {
    .nw-banner__title {
        font-size: 70px
    }
}