h1,h2 {
    font-weight: 800;
}

.h3 {
    font-size: 22px;
    line-height: 1.5;
}

.shake {
    animation-name: shake;
}

@keyframes shake {
    33% {
        -webkit-transform: translateX(-5px);
    }
    66% {
        -webkit-transform: translateX(5px);
    }
    0%, 100% {
        -webkit-transform: translateX(0);
    }
}

.text-weight-heavy {
    font-weight: 800;
}

.text-weight-light {
    font-weight: 300;
}

.text-large {
    margin: 6% 0;
}

.text-center {
    text-align: center;
}

.no-margin-all {
    margin: 0 !important;
}

.no-padding-all {
    padding: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-vertical {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.no-padding-horizontal {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-margin-all {
    margin: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.no-padding-top {
    padding-top: 0 !important;
}

.margin-vertical-medium {
    margin: 5% 0;
}

.margin-vertical-large {
    margin: 8% 0;
}

.margin-top-large {
    margin-top: 8%;
}

.margin-bottom-large {
    margin-bottom: 8%;
}

.branded-app-wrap {
    display: block;
    position: relative;
    margin-top: 70px;
    background: #000;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.branded-app-wrap.christmas {
    background: #fff;
}

.branded-app-wrap .hide-christmas {
    display: block;
}

.branded-app-wrap.christmas .hide-christmas {
    display: none;
}

.branded-app-wrap .show-christmas {
    display: none;
}

.branded-app-wrap.christmas .show-christmas {
    display: block;
}

.content-block {
    margin: 0 auto;
    max-width: 1100px;
    padding: 7.5%;
}

.content-block.header {
    max-width: 1300px;
}

.content-block p {
    font-size: 18px;
    line-height: 36px;
}

.content-block p.info {
    font-size: 27px;
    line-height: 38px;
}

.content-block.fg-text-light p a {
    text-decoration: underline;
    color: #d8d8d8;
}

.content-block.fg-text-light p a:hover {
    color: #d8d8d8;
}

section.branded-app-header .container {
    overflow: hidden;
}

.branded-app-wrap.christmas .branded-app-header {
    position: relative;
    width: 100%;
    max-height: 700px;
    background: url('../images/branded-app-header-bg-christmas.jpg');
    background-size: cover;
    background-position: bottom;
}

.branded-app-header {
    background: #000;
}

.header-image-wrap,
.branded-icon-image-wrap {
    margin: 0 auto;
    max-width: 95%;
}

.header-image-wrap img,
.branded-icon-image-wrap img {
    width: 100%;
    height: auto;
}

.branded-app-wrap.christmas .branded-app-header .content-block {
    margin-bottom: auto;
}

.branded-app-wrap .branded-app-header h2 {
    color: #fff;
}

.branded-app-wrap.christmas .branded-app-header h2 {
    color: #000;
}

.branded-app-wrap .branded-app-header .content-block p {
    color: #a1a1a1;
}

.branded-app-wrap.christmas .branded-app-header .content-block p {
    color: #000;
}

section.branded-app-header .content-block {
    padding-bottom: 0;
}

section.pricing-header .container:after {
    content: '';
    display:block;
    width: 100%;
    height: 85px;
    background: #f2f3f8;
    margin-top: -45px;
}

section.split-pane {
    background: #121212;
}

section.split-pane .content-block {
    padding: 0;
    max-width: 100%;
}

ul.split-pane-wrapper {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.split-pane-wrapper li.split-image .image-wrap {
    width: 100%;
}

ul.split-pane-wrapper li.split-image .image-wrap img {
    width: 100%;
    height: auto;
}

ul.split-pane-wrapper li.split-content {
    padding: 7%;
}

ul.split-pane-wrapper li.split-content h2 {
    color: #fff;
    margin-bottom: 20px;
}

.branded-app-wrap .branded-app-signup {
    background: #fff;
}

.branded-app-wrap .branded-app-signup h2,
.branded-app-wrap .branded-app-signup p {
    color: #000;
}

.branded-app-wrap .branded-app-signup h2 span {
    font-weight: 500;
}

.branded-app-wrap .branded-app-signup p {
    color: #a1a1a1;
}

.button-wrap {
    margin: 10% auto;
    max-width: 75%;
}

.branded-app-wrap .button-wrap a.btn {
    display: block;
    padding: 10px 0;
    background: #3f3c83;
    border-radius: 9999px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
}

.branded-app-wrap.christmas .button-wrap a.btn {
    background: #9A2A32;
    border: 2px solid #000;
}

.branded-app-wrap.christmas .button-wrap:first-child a.btn {
    background: #3f3c83;
}


.button-wrap a.btn:active,
.button-wrap a.btn:focus,
.button-wrap a.btn:hover {
    text-decoration: none;
    color: #fff;
    background: #3f3c83;
}

ul.probot-pricing-wrap li.price-image-not-used img {
    max-width: 90%;
}

section.pricing-features {
    padding-top: 30px;
}

ul.list-features {
    display: flex;
    margin: 45px 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
}

ul.list-features li {
    position: relative;
    margin-bottom: 40px;
    padding: 15px;
    width: 100%;
    background: #fff;
}

ul.list-features li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    box-shadow: 0 1px 4px rgba(1,1, 1, 0.15);
}

ul.list-features li .content img {
    padding: 50px 40px 0;
    max-width: 75%;
}

ul.list-features li .content h3 {
    margin: 25px 0 50px;
    font-size: 22px;
    font-weight: 400;
}

.more-icon-wrap {
    margin: 0 auto;
    max-width: 25%;
}

.icp-more-wrap h2 {
    font-size: 2rem;
    font-weight: 400;
}

.icp-more-wrap ul.more-items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin: 45px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}

.icp-more-wrap ul.more-items li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 40px;
    width: 100%;
}

.icp-more-wrap ul.more-items li:before {
    content: '';
    background: url(../images/pricing-blue-checkmark.svg) no-repeat 0 0/cover;
    position: absolute;
    top: 8px;
    left: 0;
    width: 19px;
    height: 14px;
}

section.pricing-features .content-block p.smaller {
    font-size: 13px;
    line-height: 24px;
}

section.branded-icon {
    position: relative;
    padding-top: 0;
    overflow: hidden;
}

section.parties-pricing {
    background: linear-gradient(to right, #b10097 0%, #7a00b7 100%);
}

.branded-app-wrap section.branded-icon {
    background: #121212;
    color: #fff;
}

.branded-app-wrap section.branded-icon .content-block p {
    color: #a1a1a1;
}

.branded-app-wrap.christmas section.branded-icon {
    background: #fff;
    color: #000;
}

.branded-app-wrap.christmas section.branded-icon .content-block p {
    color: #000;
}

.branded-icon-text-wrap h2

.party-text-wrap,
.branded-icon-text-wrap {
    display: block;
    width: 100%;
    margin-bottom: 50px;
}

.party-text-wrap h2,
.branded-icon-text-wrap h2 {
    font-size: 7vw;
    margin-bottom: 20px;
}

.party-text-wrap,
.branded-icon-text-wrap  {
    text-align: center;
}

section.pricing-vip {
    border-bottom: 12px solid #fff;
}

section.pricing-vip .content-block {
    padding-bottom: 0;
}

section.pricing-vip .text-wrap h1 {
    font-size: 7vw;
    margin-bottom: 20px;
}

section.pricing-vip .vip-image-wrap {
    margin-bottom: -9px;
    max-width: 100%
}

section.pricing-vip .vip-image-wrap img {
    width: 100%;
    height: auto;
}

.branded-app-wrap .loading-screen {
    background: #000;
}

.branded-app-wrap.christmas .loading-screen {
    background: #940812;
    border-bottom: 22px solid #fff;
}

.branded-app-wrap.christmas .loading-screen .content-block {
    padding: 7.5% 0 0 0;
    text-align: center;
}

.branded-app-wrap .loading-screen .content-block p {
    color: #a1a1a1;
}

.branded-app-wrap.christmas .loading-screen .content-block p,
.branded-app-wrap.christmas .loading-screen .content-block h2 {
    color: #fff;
}

ul.loading-screen-wrap {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.loading-screen-wrap li {
    width: 100%;
}

ul.loading-screen-wrap li h2 {
    margin-bottom: 20px;
    color: #fff;
}

.branded-app-wrap .loading-image-wrap {
    margin: 0 auto;
    max-width: 50%;
}

.branded-app-wrap.christmas .loading-image-wrap {
    margin: 0 auto;
    max-width: 100%;
}

.branded-app-wrap .loading-image-wrap img {
    display: block;
    width: 100%;
    height: auto;
}

ul.loading-screen-wrap li.screen .image-wrap img {
    width: 100%;
    height: auto;
}

.branded-app-wrap ul.split-pane-wrapper {
    background-color: #121212;
}

.branded-app-wrap.christmas ul.split-pane-wrapper:first-child {
    background-color: #6BBFD2;
}

.branded-app-wrap.christmas ul.split-pane-wrapper.reverse {
    background-color: #039A5F;
}

.branded-app-wrap.christmas ul.split-pane-wrapper {
    background-image: url("../images/christmas-icons-bg.svg");
    background-position: 0 50%;
    background-color: #9A2A32;
}

.branded-app-wrap ul.split-pane-wrapper h2 {
    color: #fff;
}

.branded-app-wrap ul.split-pane-wrapper p {
    color: #a1a1a1;
}

.branded-app-wrap.christmas ul.split-pane-wrapper h2,
.branded-app-wrap.christmas ul.split-pane-wrapper p {
    color: #fff;
}

ul.split-pane-wrapper li.split-content h2 {
    font-size: 23px;
}

ul.setup-pricing {
    margin: 14% 0;
    padding: 0;
    list-style-type: none;
}

ul.setup-pricing li {
    width: 100%;
}

ul.setup-pricing li img {
    width: 100%;
    max-width: 100px;
}

ul.setup-pricing li h3 {
    margin: 20px 0;
}

.branded-app-signup h3 {
    color: #000;
    font-weight: 900;
}

ul.list-faqs {
    padding: 0;
    list-style-type: none;
}

ul.list-faqs li {
    margin-bottom: 90px;
}

ul.list-faqs li h2 {
    margin-bottom: 20px;
    font-size: 5vw;
}

.subtitle + p {
    margin-top: 5%;
}

.mobile-screens {
    margin: 0 auto;
    max-width: 1393px;
}

.kiosk-screen-bg {
    background: url(../../images/plus/gradient-bg.jpg) repeat-x;
    width: 100%;
    height: 100%;
}

.kiosk-screen {
    margin: 0 auto;
    max-width: 1046px;
}

ul.features,
ul.questions,
ul.roadmap-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.features li {
    display: block;
    margin-bottom: 18%;
}

ul.features li:nth-child(1) h2 {
    color: #f6d87e;
}

ul.features li:nth-child(2) h2 {
    color: #02b8cd;
}

ul.features li:nth-child(3) h2 {
    color: #f2b73f;
}

ul.features li:nth-child(3) .image-wrap {
    width: 50%;
}

ul.features li:last-child {
    margin-bottom: 0;
}

.image-wrap {
    margin: 0 auto;
    width: 75%;
}

.image-wrap img {
    width: 100%;
    height: auto;
}

.image-wrap.has-max-width {
    max-width: 20%;
}

.image-wrap + .image-wrap {
    padding-top: 45px;
}

.image-wrap.device {
    margin: 8% auto;
}

.form-wrap {
    padding: 50px 0 0;
}

.form-wrap .dform_element {
    width: 100%;
    display: block;
}

.form-wrap .dform_element input[type="text"] {
    width: 100%;
}

.form-wrap .dform_element:nth-child(5) .dform_label {
    display: none;
}

.form-wrap .g-recaptcha div:first-child {
    margin: 40px auto 0;
}

.form-wrap .dform_container .submit {
    margin-top: 0;
    padding: 10px 0 !important;
    background: #9A2A32;
    border: 2px solid #000;
    border-radius: 9999px;
    text-transform: none;
    line-height: 30px;
}

.form-wrap .dform_container .submit:focus,
.form-wrap .dform_container .submit:active {
    outline: none !important;
}

.submit:disabled {
background-color: #e8e8e8 !important;
border-color: #e8e8e8 !important;
color: #aaa;
cursor: not-allowed;
pointer-events: none;
}

.form-wrap .dform_element {
    vertical-align: top;
}

.dform_container  label.error {
    display: inline-block;
    text-align: left;
    margin-left: -20px;
    line-height: 18px;
}

.form-wrap .dform_element.submit_button {
    width: 100%;
}

.submit_button .dform_container .dfinput_full {
display: inline-block;
min-width: 300px;
margin-top: 30px;
}

.submit_button .dform_container .dfinput_full.animated {
	animation: shake .25s ease;
}

.branded-app-footer {
    background: #000;
}

.branded-app-footer .content-block {
    padding-bottom: 0;
    overflow: hidden;
}

.branded-app-footer .content-block h2 {
    color: #fff;
}

.branded-app-footer .content-block h2,
.branded-app-signup h3 {
    font-size: 23px;
}

.branded-app-footer .content-block .button-wrap a.btn {
    background: transparent;
    border: 2px solid #fff;
}

.branded-app-footer .image-wrap,
.branded-app-footer .phone-image-wrap {
    width: 100%;
    max-width: 100%;
}

.branded-app-footer .image-wrap {
    margin-bottom: 10%;
}

.branded-app-footer .phone-image-wrap {
    position: relative;
    top: 50px;
}

.branded-app-footer .image-wrap img,
.branded-app-footer .phone-image-wrap img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    .branded-app-wrap.christmas ul.loading-screen-wrap li.text {
        padding-left: 7.5%;
        padding-right: 7.5%;
    }

    section.pricing-vip {
        position: relative;
        padding-top: 55%;
    }

    section.pricing-vip .container.bg-vip {
        padding-top: 55%;
        background-image: url(../images/pricing-vip-devices.png);
        background-size: cover;
        background-position: 50% 0;
    }

    section.pricing-vip .text-wrap {
        position: absolute;
        top: 30px;
        left: 50%;
        width: 85%;
        transform: translateX(-50%);
    }

    .form-wrap .dform_container .submit {
        width: 80% !important;
    }
}

@media only screen and (min-width: 768px) {
    .button-wrap {
        max-width: 300px;
    }

    .branded-app-wrap .button-wrap a.btn {
        padding: 20px 0;
    }

    .branded-app-signup .form-wrap .dform_container .submit {
        width: 100% !important;
        max-width: 300px;
    }

    .branded-app-wrap.christmas .branded-app-header {
        max-height: 800px;
    }

    .header-image-wrap {
        max-width: 75%;
    }

    .branded-app-wrap.christmas .loading-screen .content-block {
        padding-top: 0;
        padding-left: 7.5%;
    }

    .branded-app-wrap ul.loading-screen-wrap li {
        display: inline-block;
        vertical-align: middle;
    }

    .branded-app-wrap ul.loading-screen-wrap li.text {
        width: 60%;
    }

    .branded-app-wrap ul.loading-screen-wrap li.screen {
        width: 40%;
    }

    .branded-app-wrap.christmas ul.loading-screen-wrap li.text,
    .branded-app-wrap.christmas ul.loading-screen-wrap li.screen {
        width: 50%;
    }

    .branded-app-wrap .loading-image-wrap {
        max-width: 65%;
    }

    ul.split-pane-wrapper {
        display: flex;
        align-items: center;
        height: 400px;
    }

    ul.split-pane-wrapper.reverse {
        flex-direction: row-reverse;
    }


    ul.split-pane-wrapper > li {
        width: 50%;
    }

    ul.split-pane-wrapper li .image-wrap {
        height: 100%;
    }

    ul.split-pane-wrapper li .image-wrap img {
        display: block;
        height: 100% !important;
        object-fit: cover;
    }

    ul.split-pane-wrapper li.split-image {
        height: 100%;
    }

    ul.split-pane-wrapper li.split-content {
        padding: 25px 7.5%;
    }

    ul.split-pane-wrapper li.split-content h2 {
        font-size: 29px;
    }

    .branded-app-wrap .branded-app-signup h2 {
        font-size: 30px;
    }

    ul.setup-pricing {
        display: flex;
        margin: 10% 0;
        justify-content: space-between;
    }

    ul.setup-pricing li {
        margin: 0;
        padding: 0;
        width: 45%;
    }

    .icp-more-wrap ul.more-items {
        margin: 90px 0 0;
    }

    .icp-more-wrap ul.more-items li {
        width: 50%;
    }

    .more-icon-wrap {
        max-width: 15%;
    }

    section.pricing-features .button-wrap,
    section.pricing-faqs .button-wrap {
        margin: 10% auto 0;
        max-width: 40%;
    }

    section.parties-pricing,
    section.branded-icon {
        padding-top: 25%;
    }

    .party-text-wrap {
        position: absolute;
        top: 50%;
        left: 10%;
        width: 40%;
        transform: translateY(-50%);
        text-align: left;
    }

    .party-image-wrap {
        position: absolute;
        bottom: -54px;
        right: 10%;
        width: 36%;
    }

    .branded-icon-text-wrap {
        position: absolute;
        top: 50%;
        right: 10%;
        width: 50%;
        transform: translateY(-50%);
        text-align: right;
    }

    ul.loading-screen-wrap h2,
    .branded-icon-text-wrap h2 {
        font-size: 4vw;
    }

    .branded-icon-text-wrap p {
        font-size: 18px;
        line-height: 36px;
    }

    .branded-icon-image-wrap {
        position: absolute;
        top: 15px;
        bottom: auto;
        left: -100px;
        width: 50%;
        max-width: 100%;
        height: auto;
    }


    ul.list-faqs li h2 {
        font-size: 4vw;
    }

    .text-medium {
        font-size: 39px;
    }

    .text-large {
        font-size: 52px;
    }

    .text-xl {
        font-size: 100px;
    }

    .banner-content .content-block p.larger {
        font-size: 32px;
        line-height: 40px;
    }

    .hidden-sm-up {
        display: none !important;
    }

    .btn-wrap.ui-large .btn {
        font-size: 28px;
        padding: 25px 75px;
    }

    ul.features li {
        padding: 0 7.5%;
    }

    ul.features li .image-wrap {
        width: 360px;
    }

    ul.features li:nth-child(3) .image-wrap {
        width: 220px;
    }

    ul.roadmap-list {
        display: flex;
        justify-content: space-between;
    }

    ul.roadmap-list li {
        margin: 0;
        padding: 0;
        width: 40%;
    }

    ul.roadmap-list li img {
        width: auto;
    }

}

@media only screen and (min-width: 1099px) {
    .content-block  {
        padding: 7.5% 0;
    }

    section.pricing-vip .content-block {
        padding: 7.5% 0 0;
        max-width: 1443px;
    }
}

@media only screen and (min-width: 1024px) {
    .branded-app-wrap .button-wrap a.btn {
        padding: 20px 0;
        border: 4px solid #fff;
    }

    .branded-app-wrap.christmas .branded-app-footer .button-wrap a.btn {
        border: 4px solid #fff;
    }

    .branded-app-wrap.christmas .button-wrap a.btn {
        border: 4px solid #000;
    }

    .form-wrap .dform_container .submit {
        padding: 20px 0 !important;
        border: 4px solid #000;
    }

    .branded-app-wrap.christmas .branded-app-header {
        max-height: 950px;
    }

    ul.loading-screen-wrap-not-used {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    section.pricing-header .container:after {
        margin-top: -75px;
    }

    ul.split-pane-wrapper {
        height: 600px;
    }

    .branded-app-wrap .branded-app-signup h2 {
        font-size: 40px;
    }

    .pricing-wrap {
        margin-top: 80px;
    }

    ul.list-features li {
        width: 31%;
    }

    .icp-more-wrap ul.more-items li {
        width: 33%;
        font-size: 14px;
        line-height: 28px;
        white-space: nowrap;
    }

    ul.list-features li:last-child {
        margin: 0 0 40px;
    }

    #footer {
        padding-top: 30px;
    }

    .form-wrap .dform_element {
        width: 45%;
        display: inline-block;
    }

    .form-wrap .dform_element input[type="text"] {
        width: 80%;
    }

    .branded-app-footer .button-wrap {
        margin: 10% auto 0;
    }

    .branded-app-footer .image-wrap,
    .branded-app-footer .phone-image-wrap {
        max-width: 75%;
    }

    .branded-app-footer .image-wrap {
        margin: 0 auto 10%;
    }

    .branded-app-footer .phone-image-wrap {
        margin: 0 auto;
        top: 100px;
    }
}

@media only screen and (min-width: 1300px) {
    .branded-app-wrap.christmas .branded-app-header {
        max-height: 1153px;
    }

    .branded-app-wrap.christmas .loading-screen .content-block {
        max-width: 100%;
        text-align: left;
    }

    .branded-app-wrap.christmas .loading-image-wrap {
        max-width: 895px;
    }

    .branded-icon-text-wrap {
        right: 20%;
        width: 42%;
    }


    .branded-app-wrap .branded-app-signup p {
        padding-left: 15%;
        padding-right: 15%;
    }
}

@media only screen and (min-width: 1600px) {
    .header-image-wrap.show-christmas {
        max-width: 929px;
    }

    .header-image-wrap.hide-christmas {
        max-width: 694px;
    }

    .branded-icon-text-wrap p {
        padding-left: 215px;
    }

    .branded-icon-image-wrap.show-christmas {
        top: 50px;
        left: -230px;
        width: 60%;
        max-width: 1200px;
    }

    .branded-icon-image-wrap.hide-christmas {
        top: 50px;
        left: -200px;
        width: 50%;
        max-width: 1188px;
    }

    section.loading-screen .container {
        overflow: hidden;
    }

    section.loading-screen .content-block {
        margin-bottom: -100px;
        padding-bottom: 0;
        max-width: 1600px;
    }

    ul.loading-screen-wrap-not-used {
        justify-content: space-between;
    }

    ul.loading-screen-wrap .loading-screen-image-wrap.hide-christmas {
        max-width: 485px;
    }

    ul.split-pane-wrapper {
        height: auto;
    }

    ul.split-pane-wrapper li.split-content h2,
    .branded-app-footer .content-block h2,
    .branded-app-signup h3 {
        font-size: 35px;
    }


    ul.list-faqs li h2 {
        font-size: 2vw;
    }

    .branded-app-wrap .branded-app-signup h2 {
        font-size: 50px;
    }

    section.banner {
        height: 840px;
    }

    .logo-wrap {
        width: 470px;
    }

    .image-wrap {
        width: 100%;
    }

    .image-wrap.device {
        max-width: 60%;
    }

    .image-wrap.has-max-width {
        max-width: 30%;
    }
}

