@charset "UTF-8";

.lp-jumbotron {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #1d426c 30%, #068cebbd);
}

.lp-jumbotron-content {
    display: flex;
    position: relative;
    justify-content: space-between;
    max-width: calc(970px + 40px);
    margin: 0 auto;
    padding: 35px 20px 25px;
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron {
        background: linear-gradient(to right, #1d426c, #068cebbd);
    }

    .lp-jumbotron-content {
        flex-direction: column-reverse;
        margin-bottom: 30px;
        padding: 0 20px;
    }
}

.lp-jumbotron-body {
    flex: 1;
    color: #fff;
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-body {
        flex: 1 0 auto;
    }
}

.lp-jumbotron .lp-buttonConversion {
    margin-bottom: 0;
}

.lp-jumbotron-titleGroup {
    margin: 23px 0 45px;
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-titleGroup {
        margin: 0;
        text-align: center;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 12px;
    font-size: 6.5rem;
    line-height: 1.25;
}

@media only screen and (max-width: 1200px) {
    .lp-jumbotron-title {
        font-size: 6.2rem;
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-title {
        font-size: calc((65 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-title {
        margin-bottom: 20px;
        font-size: 4rem;
    }
}

.lp-jumbotron-subtitle {
    display: block;
    margin-bottom: 10px;
    font-size: 3.1rem;
    line-height: 1.3;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-subtitle {
        font-size: calc((31 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-subtitle {
        margin-bottom: 20px;
        font-size: 2rem;
    }
}

.lp-jumbotron-series {
    display: block;
    font-size: 2.5rem;
    font-weight: normal;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-series {
        font-size: calc((25 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-series {
        font-size: 2rem;
        font-weight: normal;
    }
}

.lp-jumbotron-image {
    width: 427px;
    min-height: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-image {
        width: calc((427 * 100vw) / 970);
        margin-top: calc((-48 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-image {
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }
}

.lp-card {
    position: relative;
    max-width: 840px;
    margin: -40px auto 30px;
    padding: 1px;
    background: #f1f1f1;
    box-shadow: 0 0 10px 0 #aaa;
}

@media only screen and (max-width: 640px) {
    .lp-card {
        margin-top: 0;
        box-shadow: none;
    }
}

.lp-media {
    display: flex;
    font-size: 2.2rem;
}

@media only screen and (max-width: 640px) {
    .lp-media {
        font-size: 1.4rem;
    }
}

.lp-media.of-row-reverse {
    flex-direction: row-reverse;
}

.lp-media-body {
    flex: 1;
    align-self: center;
    padding: 40px;
}

.lp-media-body .lp-media-text {
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
}

@media only screen and (max-width: 640px) {
    .lp-media.of-row-reverse {
        flex-direction: column-reverse;
    }

    .lp-media-body {
        padding: 40px 10px;
        width: 100%;
    }
}

.lp-media-body > * {
    margin-bottom: 0;
}

.color-red {
    color: #c00;
}

.lp-media-image {
    display: flex;
    align-items: center;
    max-width: 260px;
    padding: 20px 48px;
    background: #fff;
    column-gap: 20px;
}

.lp-media-image {
    max-width: 525px;
}

.lp-media-image p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 8px;
    font-weight: 700;
}

@media only screen and (max-width: 969px) {
    .lp-media-image {
        max-width: calc((525 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-media-image {
        max-width: 147px;
        padding: 20px;
    }

    .lp-media-image {
        max-width: 100%;
        justify-content: center;
    }
}

.lp-media-image > img {
    width: 100%;
}

.bg-tumbler {
    background: #D9E6F5;
}