@font-face {
    font-family: sf pro display;
    src: url(./fonts/SFProDisplay-Bold.woff2) format("woff2"),url(./fonts/SFProDisplay-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: sf pro display;
    src: url(./fonts/SFProDisplay-Medium.woff2) format("woff2"),url(./fonts/SFProDisplay-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: sf pro display;
    src: url(./fonts/SFProDisplay-LightItalic.woff2) format("woff2"),url(./fonts/SFProDisplay-LightItalic.woff) format("woff");
    font-weight: 200;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: sf pro display;
    src: url(./fonts/SFProDisplay-Regular.woff2) format("woff2"),url(./fonts/SFProDisplay-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: sf pro display;
    src: url(./fonts/SFProDisplay-UltralightItalic.woff2) format("woff2"),url(./fonts/SFProDisplay-UltralightItalic.woff) format("woff");
    font-weight: 200;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: sf pro display;
    src: url(./fonts/SFProDisplay-SemiboldItalic.woff2) format("woff2"),url(./fonts/SFProDisplay-SemiboldItalic.woff) format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: sf pro display;
    src: url(./fonts/SFProDisplay-ThinItalic.woff2) format("woff2"),url(./fonts/SFProDisplay-ThinItalic.woff) format("woff");
    font-weight: 100;
    font-style: italic;
    font-display: swap
}

@media only screen and (max-width: 461px) {
    .post-container-wrapper.hide-on-mobile {
        display:none
    }
}

a {
    text-decoration: none
}

.reply {
    cursor: pointer
}

.flex {
    display: flex
}

.flex-column {
    display: flex;
    flex-direction: column
}

.flex-row {
    display: flex;
    flex-direction: row
}

.flex-center {
    display: flex;
    align-items: center
}

.post-container-header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.time-globe {
    display: flex;
    align-items: center;
    margin-top: 2px
}

.dot-symbol {
    color: #8a8d91;
    cursor: text;
    position: relative;
    text-decoration: none;
    margin: 0 3px
}

.pic-name-time {
    display: flex
}

.pic-name-time>div {
    margin-left: 10px
}

.post-container-wrapper {
    outline: #f0f2f5 solid 12px;
    display: block
}

.post-container-wrapper:not(:last-of-type) {
    margin-bottom: 35px
}

.wp-block-cc-facebook-testimonials-column .post-container-wrapper:last-of-type {
    margin-bottom: 12px
}

.post-container {
    width: 375px;
    padding: 12px;
    border-radius: 7px;
    outline: #f0f2f5 solid 12px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    break-inside: avoid;
    page-break-inside: avoid;
    font-family: SF Pro Display!important
}

.post-container .profile-pic {
    width: 35px!important;
    height: 35px!important;
    border-radius: 50%;
    margin-bottom: 12px!important
}

.post-date {
    font-size: 12px!important;
    color: #62676f!important;
    font-weight: 500!important
}

.author-name {
    margin-bottom: -5px!important;
    font-size: 13px!important;
    font-weight: 500!important;
    letter-spacing: .5px;
    line-height: 16px!important
}

.author-name-main {
    margin-bottom: -5px!important;
    color: #3f5893;
    font-size: 14px!important;
    font-weight: 600!important;
    letter-spacing: .5px;
    line-height: 16px!important
}

.flex-column p {
    margin: 0!important;
    font-size: 15px
}

.globe {
    width: 12px!important;
    height: 12px!important;
    margin-bottom: 0!important
}

.dots-container img {
    width: 38px;
    padding: 9px;
    margin-bottom: 18px
}

.post-text-content {
    color: #1e2128!important;
    font-size: 14px!important;
    font-weight: 400!important;
    letter-spacing: .5px!important;
    line-height: 18px!important;
    width: 100%!important
}

.post-content-container p {
    margin-bottom: 12px!important
}

.post-content-container img {
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px
}

.post-image {
    margin-bottom: 6px!important
}

.reactions img {
    height: 19px!important;
    width: 20px!important;
    margin-top: 5px;
    margin-bottom: 5px!important
}

.reactions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ced0d4;
    padding-bottom: 5px
}

.like {
    z-index: 3;
    padding-right: 2px;
    background-color: #fff;
    border-radius: 50%
}

.heart {
    z-index: 2;
    margin-left: -2px;
    padding-right: 2px;
    background-color: #fff;
    border-radius: 50%
}

.haha {
    z-index: 1;
    margin-left: -2px;
    background-color: #fff
}

.reactions-number {
    color: #65676b;
    font-size: 12px;
    margin-left: 5px;
    font-weight: 500
}

.number-of-comments {
    color: #62676f;
    font-size: 12px;
    font-weight: 500
}

.like-comment {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 8px;
    margin-bottom: 17px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ced0d4
}

.like-button img {
    height: 18px;
    width: 18px;
    margin-bottom: 4px!important
}

.comment-button img {
    height: 18px;
    width: 18px;
    margin-bottom: 0!important
}

.like-button {
    display: flex;
    align-items: center
}

.comment-button {
    display: flex;
    align-items: center
}

.like-comment span {
    color: #718096;
    font-weight: 700;
    font-size: 12px;
    padding-left: 5px;
    padding-bottom: 2px
}

.features-container {
    background-color: #fbfbfb;
    padding: 25px 25px 8px;
    border-width: 1px;
    border-color: #f1f1f1;
    margin-bottom: 15px;
    word-break: break-word
}

.svg-media {
    height: 22px;
    width: 22px;
    margin-top: 3px!important;
    margin-right: 10px;
    display: inline
}

.features-row {
    display: -webkit-inline-box;
    margin-top: 0!important;
    margin-bottom: 0!important;
    width: 100%
}

.features-row p {
    margin-right: 20px;
    margin-bottom: 18px!important;
    width: calc(100% - 30px);
    position: relative;
    top: 1px
}

@media screen and (max-width: 1140px) {
    .features-row p {
        top:3px
    }
}

@media(max-width: 461px) {
    .features-row p {
        width:90%
    }
}

.flex-heading {
    padding-top: 4px;
    margin-bottom: 0!important;
    text-decoration: none!important;
    display: contents
}

.features-container strong {
    font-size: 18px;
    color: #222
}

.list-item-content {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #222
}

@media screen and (max-width: 461px) {
    .svg-media {
        height:20px;
        width: 20px;
        margin-top: 3px
    }

    .wp-block-cc-features-list-block:last-of-type .list-item-content {
        margin-bottom: 0!important
    }

    .features-container {
        padding: 10px
    }

    .list-item-content {
        margin-bottom: 1px;
        font-size: 16.2px;
        margin-bottom: 18px
    }

    .list-item-content strong {
        font-size: 16.2px
    }
}

.ol-features-row {
    display: -webkit-inline-box;
    width: 100%
}

.ol-features-row p {
    margin-right: 20px;
    width: calc(100% - 30px);
    position: relative;
    top: 1px
}

.ol-numeration {
    background-color: #00b67a;
    border: 1px solid #0e9140;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-right: 11px;
    margin-top: 0;
    padding: 0 4px
}

.ol-item-content {
    margin-bottom: 18px!important;
    line-height: 24.4px;
    width: calc(100% - 30px)
}

@media(max-width: 461px) {
    .wp-block-cc-ordered-list-block:last-of-type .ol-item-content {
        margin-bottom:0!important
    }
}

@media(max-width: 461px) {
    .ol-features-row p {
        width:90%!important
    }
}

.wp-block-cc-ordered-list-block {
    display: -webkit-inline-box
}

.ol-numeration-wrapper {
    margin-top: 0
}

.wp-block-cc-ordered-list-block {
    width: 100%
}

.coupon {
    max-width: 800px!important;
    margin-left: auto;
    margin-right: auto;
    border: 3px;
    margin-bottom: 20px;
    padding: 20px;
    padding-bottom: 0;
    border-style: dashed;
    font-size: 19px;
    font-weight: 400;
    word-break: break-word
}

.flex {
    display: flex
}

@media screen and (max-width: 640px) {
    .coupon p {
        font-size:16.6px;
        line-height: 25px;
        font-weight: 400;
        word-break: break-word
    }
}

#button-front {
    border: none;
    width: 100%;
    border-radius: 4px;
    min-height: 56px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    hyphens: none;
    overflow: hidden;
    padding: 16px 24px;
    transition: box-shadow .2s linear,background-color .2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 12px;
    position: relative
}

.wp-block-cc-gradient-cta-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 24px
}

.attention-note {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 0 5px;
    color: #333
}

.attention-note strong {
    font-weight: 700
}

.text-img {
    display: flex;
    align-items: center;
    line-height: 26px;
    z-index: 2
}

#button-front svg:not(.button-img) {
    width: 20px;
    height: 20px;
    margin-bottom: -4px;
    margin-left: 10px
}

.button-img {
    width: 20px;
    height: 20px;
    margin-bottom: -3px!important;
    margin-left: 10px
}

.button-label {
    margin-right: 7px;
    z-index: 2
}

@media screen and (max-width: 1140px) {
    #button-front svg:not(.button-img) {
        width:15px;
        height: 15px;
        margin-bottom: -3px;
        margin-left: 8px;
        z-index: 2
    }

    .button-img {
        width: 15px;
        height: 15px;
        margin-bottom: -2px!important;
        margin-left: 8px;
        z-index: 2
    }

    .button-label {
        margin-right: 5px;
        z-index: 2
    }
}


video, iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: scale(1.02);
}


