.lp-header-subtitle {
    color: var(--text-color-base);
    font-weight: normal;
    margin: 0 auto 16px;
    font-size: 16px;
    line-height: 24px;
}

.lp-promo-6 .lp-block-bg {
  background-image: url(/g/s3/lp/lp.v3/img/lp-promo-6-bg.png);
}

@media all and (min-width: 600px) {
    .lp-header-subtitle {
        font-size: 18px;
        line-height: 28px;
    }
}

@media all and (min-width: 1380px) {
    .lp-header-subtitle {
        font-size: 20px;
    }
}

.inverse .lp-header-subtitle {
    color: #fff;
}

.lp-header-subtitle span {
    font-weight: bold;
    display: block;
}

.lp-promo-6.js-make-community {
    flex-direction: column;
}

.lp-promo-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100vh;
    white-space: nowrap;
    overflow-x: hidden;
    position: relative;
}

.lp-promo-6 .lp-promo-block__inner {
	display: flex;
	align-items: center;
}

.lp-promo-6__inner {
	width: 100%;
}

.lp-promo-6-content {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    text-align: left;
}

@media all and (min-width: 600px) {
    .lp-promo-6-content {
        width: 376px;
    }
}

@media all and (min-width: 960px) {
    .lp-promo-6-content {
        width: 432px;
    }
}

@media all and (min-width: 1200px) {
    .lp-promo-6-content {
        width: 564px;
    }
}

@media all and (min-width: 1380px) {
    .lp-promo-6-content {
        width: 624px;
    }
}

.lp-promo-6-content__title {
    margin-bottom: 16px;
}

.lp-promo-6-content__subtitle {
    padding-top: 0;
    margin-bottom: 32px;
}

@media all and (min-width: 1380px) {
    .lp-promo-6-content__subtitle {
        margin-bottom: 48px;
    }
}

.lp-promo-6-content__buttons {
    margin-bottom: -16px;
}

@media all and (min-width: 600px) {
    .lp-promo-6-content__buttons {
        margin: 0 -8px -16px;
    }
}

.lp-promo-6-content__button {
    display: block;
    margin-bottom: 16px;
    text-align: center;
}

@media all and (min-width: 600px) {
    .lp-promo-6-content__button {
        display: inline-block;
        min-width: auto;
        margin: 0 8px 16px;
    }
}

.lp-promo-6-bg {
    z-index: 0;
}

.lp-promo-6-bg__video {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: -1;
}

.lp-promo-6-bg__video video {
    display: none;
}

@media all and (min-width: 1200px) {
    .lp-promo-6-bg__video video {
        display: block;
        min-height: 100%;
        min-width: 100%;
        z-index: 1;
    }
}

.lp-promo-6-bg__video iframe {
    display: none;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

@media all and (min-width: 1200px) {
    .lp-promo-6-bg__video iframe {
        display: block;
    }
}