@import "shared.less";
#_container {
    max-width: 960px;
    margin: auto;
}

#_content {
    width: 800px;
    margin: auto;
}

#_content p {
    margin: 0px !important;
}

#_container h1 {
    font-size: 40px;
    line-height: 1em !important;
    font-weight: 700;
}

#_container h2 {
    font-size: 24px;
    line-height: 1.25em !important;
    font-weight: 600;
}

._body {
    font-size: 16px;
    line-height: 1.5em !important;
}

._memo {
    font-size: 12px;
    line-height: 1.5em !important;
}

#_container button {
    border-radius: 2px;
    background-color: #0073B1;
    color: #ffffff;
    border: none;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 0px 45px;
    min-width: 188px;
    height: 47px;
    cursor: pointer;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

#_container button:hover {
    background-color: #006399 !important;
    color: #ffffff !important;
}

#_content button {
    margin-top: 15px;
}

#_container a:hover {
    color: #F26422;
}

#_hero {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0px 80px;
    color: white;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.75);
}

._block {
    width: 100%;
    margin-top: 40px;
}

._block img {
    margin-top: 20px;
    width: 100%;
}

._vertical-parent {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
}

._vertical {
    display: flex;
    text-align: left;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 370px;
    margin-top: 40px;
}

._vertical img,
._double img {
    width: 300px;
    margin-top: 20px;
}

._horizontal {
    width: 100%;
    box-sizing: border-box;
    margin-top: 40px;
    padding-right: 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

._horizontal-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 300px;
    max-width: 300px;
    margin-left: 20px;
}

._horizontal img {
    width: 100%;
}

._reverse {
    flex-direction: row-reverse;
    padding-right: 0px !important;
    padding-left: 35px;
}

._reverse ._horizontal-child {
    margin-left: 0px !important;
    margin-right: 20px !important;
}

._double {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}

._double img {
    margin-top: 20px;
}

._double-child {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px 35px;
}

._double-grand {
    display: flex;
    flex-direction: column;
    align-items: center;
}

._product-parent {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-end;
}

._product {
    width: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px 13px 0px 13px;
    padding: 15px;
    text-align: center;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.5em !important;
    border-radius: 2px;
}

._product img {
    width: 100%;
    mix-blend-mode: multiply;
}

._product:hover,
._item:hover {
    background-color: #f7f7f7;
}

._product button {
    margin-top: 0px;
}

._iframe-parent {
    width: 100%;
    margin: 40px auto 0px auto;
}

._iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

._iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

._video-segment-container {
    width: 100%;
}

._video-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

._video-width {
    min-width: 68%;
    margin-right: 25px;
}

._featuring {
    display: block;
    background-color: #f7f7f7;
    text-align: center;
    padding: 1px 0px;
    margin: 20px 0px 0px 0px;
}

._featured-items {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

._item {
    width: 390px;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 10px;
    margin-top: 20px;
    box-sizing: border-box;
}

._item img {
    height: 67px;
    margin-right: 20px;
    mix-blend-mode: multiply;
}

._brand-parent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 40px;
}

._brand {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    line-height: 1.5em !important;
}

._brand img {
    width: 100%;
}

._brand * {
    margin-top: 20px;
}

._blog {
    width: 100%;
    margin-top: 40px;
    background-color: white;
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

._blog img {
    width: 100%;
}

._secondary {
    background-color: white;
    border-color: #222222;
    color: #222222;
    border-style: solid;
}

._secondary:hover {
    background-color: #f7f7f7 !important;
    color: #222222 !important;
}

._blog ._header {
    margin-top: 0px !important;
}

._quad-parent {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

._quad {
    width: 191px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

._quad img {
    width: 100%;
}

._triple-column {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

._triple-column * {
    width: 30%;
}

.speed-chart-mobile {
    display: none;
}

@media only screen and (max-device-width: 480px) {
    #_content {
        width: 90%;
        margin: auto;
    }

    #_hero {
        padding: 30px 10px;
        height: auto;
    }

    ._vertical-parent {
        flex-direction: column;
        align-items: center;
    }

    ._vertical {
        width: 100%;
    }

    ._horizontal {
        flex-direction: column;
        padding-right: 0px;
    }

    ._horizontal-child {
        width: 100%;
        margin: 0px;
    }

    ._reverse {
        padding-left: 0px;
    }

    ._double-child {
        flex-direction: column;
        padding: 0px 0px;
    }

    ._double-grand:nth-child(1) {
        margin-bottom: 30px;
    }

    ._product {
        width: 80%;
        margin: 40px auto 0px auto;
    }

    ._product button {
        margin-top: 15px;
    }

    ._video-content {
        flex-direction: column;
    }

    ._video-width {
        width: 100%;
    }

    ._featuring {
        margin-top: 20px;
    }

    ._item {
        width: 100%;
        margin-top: 30px;
    }

    ._brand-parent {
        flex-direction: column;
        margin-top: 20px;
    }

    ._brand {
        width: 60%;
        margin: 40px auto 0px auto;
    }

    ._blog {
        padding: 20px;
    }

    ._blog * {
        margin: 10px 0px;
    }

    ._quad {
        width: 47%;
    }

    ._triple-column {
        flex-direction: column;
        margin-top: 50px;
    }

    ._triple-column * {
        width: 100%;
        margin: 10px 0px;
    }

    .speed-chart-mobile {
        display: block;
    }

    .speed-chart {
        display: none;
    }

    #_container h2 {
        margin-bottom: 20px;
    }
}    }
}isplay: none;
    }

    #_container h2 {
        margin-bottom: 20px;
    }
}