/* fix for protip js body issue  */
body {
    position: unset !important;
}

div#pricingModal {
    position: relative;
}

#hero h1 {
    font-size: 50px;
}

#hero.background-radial-blueberry .checklist-reverse li::before {
    background: url('../../images/common/check-seaglass.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

#hero p:not(.logoPack p) {
    padding-bottom: 0px;
}

#hero .logoPack {
    padding-top: 80px;
}

#hero.section .btn-group {
    justify-content: left;
}

#hero.background-radial-blueberry .text-gradient-blueberry {
    display: inline;
}

.checklist-hero {
    margin-top: 36px;
}

.checklist-title {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 20px;
    padding-top: 20px;
}

.checklist-reverse li {
    font-size: 16px;
}

.checklist-columns {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.checklist-columns .checklist-column:last-child {
    padding-left: 10px;
}

.features-section h3 {
    padding-top: 25px;
    font-size: 34px;
    padding-top: 20px;
}

.features-section p {
    font-size: 18px;
}

.features-section .columns {
    align-items: flex-start;
}

.single-text-card .button img:not(.circle-icon-img) {
    margin: 0 10px 0 0;
}

section.g2-badges {
    padding-top: 80px;
    padding-bottom: 80px;
}

.full-video-thumbnail-container {
    height: 480px;
}

.full-video-thumbnail-container img {
    max-width: 510px;
}

.single-text-card .btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
}

.full-video-thumbnail-container {
    background: none;
    background-image: url('../../images/lp/shopify/website-popup-background.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.full-video-thumbnail-container:before {
    display: none;
}

section.plan-list-lp {
    padding-bottom: 50px;
}

/* ----- Payment Plan Cards ----- */

#planListContainerLp {
    position: relative;
    overflow: visible;

    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#planListContainerLp #backwardLp {
    position: absolute;
    top: calc(50% - 32px);
    left: -44px;
    padding: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #112867;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;

    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

#planListContainerLp #backwardLp.hide {
    opacity: 0;
    cursor: default;
}

#planListContainerLp #backwardLp img {
    height: 20px;
    margin-right: 2px;
}

#planListContainerLp #forwardLp {
    position: absolute;
    top: calc(50% - 32px);
    right: -44px;
    padding: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #112867;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;

    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

#planListContainerLp #forwardLp.hide {
    opacity: 0;
    cursor: default;
}

#planListContainerLp #forwardLp img {
    height: 20px;
    margin-left: 2px;
}

#planListContainerLp #planListLp {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    padding: 10px 0px 25px 0;
    margin: 0 0 0 0;
}

#planListContainerLp #planListLp .plan {
    list-style-type: none;
    position: relative;
    margin: 0 8px;
    padding: 30px;
    background-color: #FFF;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 0px 7px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 7px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.09);

    transform: translateX(0%);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;

    flex: 0 0 260px;
}

#planListContainerLp #planListLp .plan:hover {

    -webkit-box-shadow: 0 7px 24px 0 rgba(50, 50, 93, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 7px 24px 0 rgba(50, 50, 93, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.09);
}

#planListContainerLp #planListLp .plan:first-child:is(.trial) {
    margin-left: 0px;
}

#planListContainerLp #planListLp .plan:last-child {
    margin-right: 0px;
}

#planListContainerLp #planListLp .plan .name {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -.5px;
    margin-bottom: 15px;
}

#planListContainerLp #planListLp .plan .price {
    font-weight: 800;
    font-size: 54px;
    line-height: normal;
    letter-spacing: -1px;
    color: #112867;
    margin-bottom: 5px;
}

#planListContainerLp #planListLp .plan .price .interval {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0px;
}

#planListContainerLp #planListLp .plan .textMessages {
    margin-bottom: 20px;
    font-size: 13px;
    color: #112867;
    display: flex;
    align-items: center;
}

#planListContainerLp #planListLp .plan .textMessages a {
    font-size: 14px;
    letter-spacing: -.5px;
    font-weight: 600;
    color: #4155FF;
    filter: unset;
    display: flex;
    align-items: center;
    margin-left: 3px;
}

#planListContainerLp #planListLp .plan a.button {
    width: 100%;
    font-size: 16px;
}

#planListLp .eyebrow-text {
    color: #112867;
    font-weight: 600;
}

#planListLp .plan.trial .eyebrow-text {
    color: #FFF;
}

img.plan-check {
    height: 18px;
    width: 18px;
    margin-top: 3px;
    margin-right: 10px;
}

#planListContainerLp #planListLp .plan a.button.small.outline.blueberry-gradient-pricing {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    z-index: 1;
    border: none;
    padding: 12px;
}

#planListContainerLp #planListLp .plan a.button.small.outline.blueberry-gradient-pricing:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease-out;
    border-radius: 35px;
}

#planListContainerLp #planListLp .plan a.button.small.outline.blueberry-gradient-pricing:hover:before {
    opacity: 1;
}

#planListContainerLp #planListLp .plan a.button.small.outline.blueberry-gradient-pricing {
    background: #4155FF;
    background: -moz-linear-gradient(90deg, #4155FF 0%, #1621B9 100%);
    background: -webkit-linear-gradient(90deg, #4155FF 0%, #1621B9 100%);
    background: linear-gradient(90deg, #4155FF 0%, #1621B9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4155FF", endColorstr="#1621B9", GradientType=1);
    color: white;
}

#planListContainerLp #planListLp .plan a.button.small.outline.blueberry-gradient-pricing:before {
    background: rgb(35, 221, 205);
    background: linear-gradient(90deg, #1621B9 0%, #4155FF 100%);
}

/* ----- Free Trial Card ----- */

#planListContainerLp #planListLp .plan.trial {
    color: #FFF;
    background: #FF5868;
    background: -webkit-linear-gradient(90deg, #FF5868 0%, #4155FF 100%);
    background: linear-gradient(158deg, #FF5868 0%, #4155FF 100%);
    border: none;
    padding: 30px;
}

#planListContainerLp #planListLp .plan.trial .name,
#planListContainerLp #planListLp .plan.trial .price,
#planListContainerLp #planListLp .plan.trial .textMessages,
#planListContainerLp #planListLp .plan.trial .textMessages a {
    color: #FFF;
}

#planListContainerLp #planListLp .plan.trial .price .interval {
    display: none;
}

#planListContainerLp #planListLp .plan.trial .button {
    background-color: transparent;
    color: white;
    margin-bottom: 10px;
}

#planListContainerLp #planListLp .plan.trial .button:hover {
    background-color: white;
    color: #ba5696;
    margin-bottom: 10px;
}

#planListContainerLp #planListLp .plan.trial .noCC {
    text-align: center;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 30px;
}

/* ----- Enterprise Plan Card ----- */

#planListContainerLp #planListLp .plan.enterprise {
    background-color: #112867;
    background-image: radial-gradient(circle at 50% 15%, #1621B9 0%, #112867 60%);
    color: #FFF;
    border: none;
}

#planListContainerLp #planListLp .plan.enterprise p:first-of-type {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin: 34px 0px;
    text-align: left;
    color: #D1E3F9;
}

#planListLp li.plan.enterprise .eyebrow-text {
    color: #FFFFFF;
}

/* --- Media Queries -------------------- */

@media all and (max-width: 1325px) {

    #planListContainerLp {
        max-width: calc(100% - 120px);
    }

    #planListContainerLp #planListLp .plan {
        flex: 0 0 240px;
    }
}

@media all and (max-width: 1280px) {
    .full-video-thumbnail-container {
        height: 34vw;
    }

    .full-video-thumbnail-container img {
        width: 103%;
    }
}

@media all and (max-width: 1080px) {

    #hero .columns.center-vertical.card-columns {
        flex-direction: column;
        padding: 0 50px;
    }

    #hero .columns.card-columns:not(.reverse) .column:first-child {
        padding-right: 0;
    }

    #hero .columns.card-columns:not(.reverse) .column:last-child {
        padding-left: 0;
    }

    #hero .columns .column.is-6 {
        width: 100%;
        text-align: center;
    }

    #hero.section .btn-group {
        justify-content: center;
    }

    .checklist-columns {
        justify-content: center;
        padding-bottom: 40px;
    }

    .checklist-columns .checklist-column:last-child {
        padding-left: 50px;
    }

    .full-video-thumbnail-container {
        height: 470px;
        width: 470px;
    }

    .full-video-thumbnail-container {
        justify-content: center;
    }

}

@media all and (max-width: 960px) {}

@media all and (max-width: 768px) {
    .features-section img {
        display: flex;
        margin: auto;
    }

    .features-section h3 {
        font-size: 22px;
        text-align: center;
    }

    .features-section p {
        font-size: 16px;
        text-align: center;
    }

    .checklist-columns {
        display: block;
        padding-bottom: 0;
    }

    .checklist-columns .checklist-column:last-child {
        padding-left: 0;
        padding-top: 15px;
    }

    .checklist-reverse li {
        justify-content: center;
    }

    .checklist-title {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .full-video-thumbnail-container {
        height: auto;
        width: auto;
        max-width: 500px;
    }

    .single-text-card .btn-group {
        display: block;
    }

    #planListContainerLp {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    #planListContainerLp #backwardLp,
    #planListContainerLp #forwardLp {
        display: none;
    }

    #planListContainerLp #planListLp {
        display: block;
        width: 100%;
        margin-bottom: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #planListContainerLp #planListLp .plan {
        max-width: 350px;
        display: block;
        margin: 0 auto 40px auto !important;
    }

    #planListContainerLp #planListLp .plan:last-child {
        margin-bottom: 0px !important;
    }

    #planListContainerLp #planListLp .plan .textMessages {
        font-size: 14px;
        margin-top: 10px;
    }

    section.plan-list-lp {
        padding-bottom: 50px;
    }
}