/* wix page */

/* wix header */
/* wix - header - end */

/* wix alternate images (snapshots) */

.platform-alternate-images.section-wrap {
    margin-top: -342px;
}

.platform-alternate-images .container-wrapper {
    padding-bottom: 20px;
}

.platform-alternate-images .images-infos {
    width: 100%;
    max-width: 100%;
    margin: 100px auto 0px;
}

.platform-alternate-images .images-infos .row {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.platform-alternate-images .images-infos .row:nth-of-type(2n) {
    flex-direction:row-reverse;
}

.platform-alternate-images .images-infos .row .text-container {
    flex: 1 1 50%;
    padding-bottom: 68px;
    font-size: 25px;
    line-height: 1.32em;
}

.platform-alternate-images .images-infos .row:nth-of-type(2n + 1) .text-container {
    padding-right: 20px;
}

.platform-alternate-images .images-infos .row:nth-of-type(2n) .text-container {
    padding-left: 30px;
}

.platform-alternate-images .images-infos .row .text-container .text p {
    margin-bottom: 0px;
}

.platform-alternate-images .images-infos .row .image-container {
    flex: 1 1 50%;
}

.platform-alternate-images .images-infos .row:nth-of-type(2n + 1) .image-container {
    padding-left: 30px;
}

.platform-alternate-images .images-infos .row:nth-of-type(2n) .image-container {
    padding-right: 30px;
}

.platform-alternate-images .images-infos .row .image-container img {
    display: block;
}

.platform-alternate-images .images-infos .row .image-container .image.mobile {
    display: none;
}

.platform-alternate-images .images-infos .row .image-container .image-shadow.mobile {
    display: none;
}

@media screen and (max-width: 1550px) {
    .platform-alternate-images.section-wrap {
        margin-top: -282px;
    }
}

@media screen and (max-width: 1250px) {
    .platform-alternate-images.section-wrap {
        margin-top: -262px;
    }
}

@media screen and (max-width: 1024px) {
    .platform-alternate-images .container-wrapper {
        padding-top: 90px !important;
    }
    
    .platform-alternate-images .images-infos {
        margin-top: 90px;
    }
}


@media screen and (max-width: 900px) {
    .platform-alternate-images.section-wrap {
        margin-top: -241px;
    }
    
    .platform-alternate-images .images-infos .row:nth-of-type(2n) .text-container {
        padding-left: 20px;
    }

    .platform-alternate-images .images-infos .row:nth-of-type(2n + 1) .image-container {
        padding-left: 20px;
    }

    .platform-alternate-images .images-infos .row:nth-of-type(2n) .image-container {
        padding-right: 20px;
    }
}

@media screen and (max-width: 768px) {
    .platform-alternate-images {
        padding-bottom: 0px;
        margin-bottom: -8px;
    }
    
    .platform-alternate-images .images-infos .row {
        flex-direction: column;
        margin-bottom: 53px;
    }

    .platform-alternate-images .images-infos .row:nth-of-type(2n) {
        flex-direction:column;
    }

    .platform-alternate-images .images-infos .row .text-container {
        flex: 1 1 100%;
        padding-top: 0px;
        padding-bottom: 34px;
        font-size: 25px;
        text-align: center;
    }

    .platform-alternate-images .images-infos .row:nth-of-type(2n + 1) .text-container {
        padding-right: 0px;
    }

    .platform-alternate-images .images-infos .row:nth-of-type(2n) .text-container {
        padding-left: 0px;
    }

    .platform-alternate-images .images-infos .row .image-container {
        flex: 1 1 100%;
    }

    .platform-alternate-images .images-infos .row:nth-of-type(2n + 1) .image-container {
        padding-left: 0px;
    }

    .platform-alternate-images .images-infos .row:nth-of-type(2n) .image-container {
        padding-right: 0px;
    }
    
    .platform-alternate-images .images-infos .row .image-container .image.desktop {
        display: none;
    }
    
    .platform-alternate-images .images-infos .row .image-container .image.mobile {
        display: block;
        width: 100%;
    }
    
    .platform-alternate-images .images-infos .row .image-container .image-shadow.desktop {
        display: none;
    }
    
    .platform-alternate-images .images-infos .row .image-container .image-shadow.mobile {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .platform-alternate-images .images-infos {
        margin-top: 74px;
    }
    
    .platform-alternate-images .images-infos .row .text-container {
        padding-bottom: 31px;
        font-size: 19px;
    }
}

/* wix alternate-images - end */


/* wix pricing */
.platform-custom-pricing.section-wrap h2 {
    text-align: center;
}

.platform-custom-pricing .pricing-table {
    width: 1050px;
    max-width: 100%;
    margin: 184px auto 40px;
}

.platform-custom-pricing .pricing-table.desktop .tr {
    display: flex;
}

.platform-custom-pricing .pricing-table.mobile {
    display: none;
    border: 1.5px solid #d1d0d0;
    margin-top: 60px;
}

.platform-custom-pricing .pricing-table.desktop .thead .tr:first-child {
    border-top: 1.5px solid #d1d0d0;
}

.platform-custom-pricing .pricing-table.desktop .th:before,
.platform-custom-pricing .pricing-table.desktop .th:last-of-type:after,
.platform-custom-pricing .pricing-table.desktop .td:before,
.platform-custom-pricing .pricing-table.desktop .td:last-of-type:after {
    background: #d1d0d0;
    width: 1.5px;
    height: 100%;
    content: "";
    top: 0px;
    position: absolute;
    display: block;
    z-index: 10;
}

.platform-custom-pricing .pricing-table .th:before,
.platform-custom-pricing .pricing-table .td:before {
    left: 0px;
}

.platform-custom-pricing .pricing-table .th:last-of-type:after,
.platform-custom-pricing .pricing-table .td:after {
    right: 0px;
}

.platform-custom-pricing .pricing-table .thead .th {
    flex: 1 1 22.222%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}


.platform-custom-pricing .pricing-table .thead .th:nth-of-type(1) {
     flex: 1 1 33.333% 
}

.platform-custom-pricing .pricing-table .plan-name {
    text-align: center;
    font-size: 25px;  
    height: 40px;
    width: 100%;
    background: #F0F0F1; 
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 37.5px;
}

.platform-custom-pricing .pricing-table .recommended .plan-name {
    color: white;
    background: var(--red);
}

.platform-custom-pricing .pricing-table .free-plan-price {
    text-align: center;
    color: #bac5cc;
    font-size: 38px;
    font-weight: bold;
}

.platform-custom-pricing .pricing-table.mobile .plan-container.recommended {
    margin-top: 50px;
}

.platform-custom-pricing .pricing-table .plan-container.recommended:before {
    position: absolute;
    top: -50px;
    width: 100%;
    height: 50px;
    content: "Recommended";
    border: solid 1.5px var(--red);
    text-align: center;
    line-height: 50px;
    background: white;
}

.platform-custom-pricing .pricing-table .plan-container {
    width: 100%;
    position: relative;    
}

.plan-price {
    display: flex;
    height: 100px;
    justify-content: center;
}

.free-plan-price {
    height: 100px;
    padding-top: 30px;
}

.platform-custom-pricing .pricing-table .thead .th .plan-price {
    margin-left: -42px;
    padding-top: 35px;
}

.platform-custom-pricing .plan-price .currency {
    font-size: 18px;
    margin-top: -12px;
}

.platform-custom-pricing .plan-price .dollars {
    font-size: 58px;
}

.platform-custom-pricing .pricing-table .post-dollars {
    margin-left: 2px;
    position: relative;
    height: 55px;
    margin-top: -17px;
}

.platform-custom-pricing .plan-price .cents {
    font-size: 17px;
    position: absolute;
    top: 3px;
    left: 0px;
}

.platform-custom-pricing .plan-price .monthly {
    font-size: 15px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    top: 32px;
}

.pricing-table .add-app {
    background-color: var(--red);
    color: white;
    font-size: 18px;
    padding: 5px 30px 6px;
    margin: 0px;
    display: inline-block;
    border-radius: 5px;
    line-height: 27px;
}

.pricing-table.desktop .add-app {
    margin-top: 26px;
    margin-bottom: 46px;
}

.pricing-table.mobile .add-app {
    margin-bottom: 19px;
    margin-top: 7px;
}

.platform-custom-pricing .pricing-table.desktop .tbody .tr {
    border-bottom: solid 1.5px #d1d0d0;
    height: 60px;
}

.platform-custom-pricing .pricing-table.mobile .tbody .tr {
    padding: 27px 17px;
}

.platform-custom-pricing .pricing-table.desktop .tbody .tr:first-child {
    border-top: solid 1.5px #d1d0d0;
}

.platform-custom-pricing .pricing-table .td {
    font-size: 17px;
    padding: 5px 15px;
    position: relative;
}

.platform-custom-pricing .pricing-table.desktop .td {
    flex: 1 1 22.222%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.platform-custom-pricing .pricing-table.mobile .td {
    padding: 10px 15px 10px 53px;
    position: relative;
}

.platform-custom-pricing .pricing-table.mobile .td:before,
.platform-custom-pricing .pricing-table .td.check,
.platform-custom-pricing .pricing-table .td.uncheck {
    background-size: 23px 23px;
    background-position: center;
    background-repeat: no-repeat;
}

.platform-custom-pricing .pricing-table .td.check,
.platform-custom-pricing .pricing-table .td.uncheck {
    height: 60px;
}

.platform-custom-pricing .pricing-table.mobile .td:before {
    top: 10px;
    left: 21px;
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    background-image: url(/wp-content/uploads/check_icon.svg);
    background-size: 20px 20px;
}

.platform-custom-pricing .pricing-table .td.check {
    background-image: url(/wp-content/uploads/check_icon.svg);
    background-size: 20px 20px;
}

.platform-custom-pricing .pricing-table .td.uncheck {
    background-image: url(/wp-content/uploads/uncheck_icon.png);
}

.platform-custom-pricing .pricing-table .td:nth-of-type(1) {
    flex: 1 1 33.333%;
    text-align: left;
    justify-content: flex-start;
}

.platform-custom-pricing .pricing-table.mobile {
    width: 450px;
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .platform-custom-pricing .pricing-table.desktop {
        display: none;
    }
    
    .platform-custom-pricing .pricing-table.mobile {
        display: block;
    }
}

@media screen and (max-width: 380px) {
	.platform-custom-pricing .pricing-table.mobile .td {
        padding-left: 45px;
    }
    
    .platform-custom-pricing .pricing-table.mobile .td:before {
        left: 4px;
    }
}

/* wix pricing  - end */