/* # 2 columns block */

.block2col {
    padding: 80px 40px;
}

.block2col .block2col-wrp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    padding: 0;
}

.block2col .block2col-wrp > div {
    flex: 1 1 50%;
    align-self: auto;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.block2col .block2col-wrp .block2col-picture {
    align-items: center;
    align-content: center;
    position: relative;
    z-index: 1;
    justify-content: start;
}

.block2col .block2col-wrp .block2col-content {
    padding-right: 20px;
}

.block2col .block2col-wrp .block2col-content > * {
    max-width: 490px;
}

.block2col .block2col-title {
    margin-bottom: 10px;
    font-weight: 800;
    line-height: 1.2;
    font-size: 40px;
    font-family: var(--font-h);
    word-wrap: break-word;
    word-break: break-word;
}

.block2col .block2col-text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 30px;
}

.block2col.block2col-left .block2col-wrp {
    flex-direction: row-reverse;
}

.block2col.block2col-left .block2col-wrp .block2col-content {
    padding-right: 0;
    padding-left: 20px;
}

.block2col.block2col-left .block2col-wrp {
    flex-direction: row-reverse;
}

.block2col.block2col-left .block2col-wrp .block2col-content {
    padding-right: 0;
    padding-left: 20px;
}

/* # Black block */

.black-blk {
    background-color: #171b29;
    color: #fff;
    margin-bottom: 50px;
}

.black-blk .black-blk-wrp {
    padding: 80px 0 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    text-align: center;
    margin: 0 auto;
}

.black-blk .black-blk-wrp .black-blk-item {
    flex: 1 1 33%;
    align-self: auto;
    display: flex;
    flex-flow: column wrap;
    padding: 0 45px;
    list-style: none;
    margin: 0 0 20px;
}

.black-blk .black-blk-wrp .black-blk-item a {
    color: #fff;
    text-decoration: none;
}

.black-blk .black-blk-wrp .black-blk-pikt {
    margin-bottom: 10px;
    height: 60px;
}

.black-blk .black-blk-wrp .black-blk-title {
    font-family: var(--font-h);
    font-weight: 600;
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #fff;
}

.black-blk .black-blk-wrp .black-blk-text {
    font-size: 14px;
    max-width: 510px;
    margin-bottom: 6px;
}

.black-blk .black-blk-wrp .black-blk-button a {
    font-size: 14px;
}

/* # Posts block */

.posts-blk {
    padding: 60px 40px 80px;
    background: #f5f5f5 linear-gradient(to top, #f5f5f5 0%, #f5f5f5 74%, #fff 74%, #fff 100%);
}

.posts-blk .posts-blk-item,
.posts-blk .posts-blk-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

.posts-blk .posts-blk-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
}

.posts-blk .posts-blk-item {
    background-color: #fff;
    box-shadow: 0 0 19px rgba(36, 31, 46, .12);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    transition: all .2s ease-in-out;
}

.posts-blk .posts-blk-item:hover {
    box-shadow: 0 0 59px rgba(36, 31, 46, .12);
    transform: translateY(-10px);
}

.posts-blk .posts-blk-pikt {
    flex: 1 1 30%;
    max-width: 30%;
}

.posts-blk .posts-blk-pikt img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.posts-blk .posts-blk-content {
    flex: 1 1 70%;
    max-width: 70%;
    padding: 6% 5% 10% 10%;
}

.posts-blk .posts-blk-title {
    font-weight: 800;
    line-height: 1;
    font-size: 28px;
    word-break: break-word;
}

.posts-blk .posts-blk-text {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.posts-blk .posts-blk-lwrap .posts-blk-link {
    padding-left: 0;
}

.posts-blk .posts-blk-lwrap .posts-blk-link:after {
    padding-bottom: 5px;
}

/* # Cards block */

.cards-blk {
    padding: 100px 0;
}

.cards-blk .cards-blk-wrp {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 30px;
}

.cards-blk .cards-blk-wrp > * {
    display: flex;
    flex-flow: column wrap;
}

.cards-blk .cards-blk-allink {
    text-decoration: none;
    color: var(--head-color);
    font-weight: bold;
}

.cards-blk .cards-blk-title {
    font-weight: 800;
    font-size: 36px;
    line-height: 1.25;
    margin-bottom: 30px;
}

.cards-blk .cards-blk-text {
    line-height: 1.7;
    margin-bottom: 40px;
}

.cards-blk .cards-blk-lwrap .cards-blk-button {
    padding: 0;
}

.cards-blk .cards-blk-lwrap .cards-blk-button:after {
    padding-bottom: 5px;
}

.cards-blk .cards-blk-cards-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    width: 100%;
    max-width: 100%;
}

.cards-blk .cards-blk-cards-item > * {
    display: flex;
    flex-flow: row wrap;
}

.cards-blk .cards-blk-cards-item-title {
    flex: 1 1 20%;
    padding-right: 20px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-end;
    width: 100vw;
    max-width: 20%;
}

.cards-blk .cards-blk-cards-item-logos {
    flex: 1 1 80%;
    width: 100vw;
    max-width: 80%;
    display: flex;
    flex-flow: row wrap;
    align-content: stretch;
}

.cards-blk .cards-blk-cards-item-logo-wrp {
    display: flex;
    margin: 8px;
    max-width: 85px;
    border-radius: 5px;
    overflow: hidden;
}

.cards-blk .cards-blk-cards-item-title-txt {
    text-align: right;
}

/* ## Start in 3 simple steps */

.steps {
    background-color: var(--block-dark-bg);
    text-align: center;
    padding: 70px 20px 120px;
}

.steps-wrap {
    max-width: 830px;
    padding: 0;
}

.steps-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
}

.steps-row .steps-col {
    flex: 1 1 33%;
    align-self: auto;
    display: flex;
    flex-flow: column wrap;
    padding: 0 10px;
    margin-bottom: 40px;
}

.steps-title {
    margin: 0 0 90px;
    font-size: 36px;
    font-weight: 700;
    color: var(--head-color);
    word-wrap: break-word;
    word-break: break-word;
}

.steps-buttons a {
    text-decoration: none;
}

.steps-buttons .steps-btn {
    margin-right: 10px;
}

-3steps-icon {
    display: inline-block;
    font-size: 0;
    max-width: 100px;
    width: 100vw;
    height: 100vh;
    max-height: 100px;
    position: relative;
    background-color: #fff;
    margin: 20px;
    border-radius: 500px;
}

-3steps-icon:before {
    content: "";
    width: 134px;
    height: 134px;
    position: absolute;
    z-index: 1;
    top: -17px;
    left: -17px;
    border-radius: 500px;
    box-shadow: inset -3px 4px 6px rgba(0, 0, 0, .1), inset 1px -1px 8px rgba(0, 0, 0, .01);
    background-color: rgba(0, 0, 0, .01);
}

-3steps-icon:after {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 500px;
    box-shadow: -3px 4px 6px rgba(0, 0, 0, .2);
    background-color: #fff;
}

-3steps-icon svg {
    display: block;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 50px;
}

/* # Home contact form */

.mcontact {
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
}

.mcontact .mcontact-l {
    flex: 1 1 30%;
    align-self: auto;
    display: none;
}

.mcontact .mcontact-r {
    flex: 1 1 70%;
    align-self: auto;
    padding: 45px 0 3% 4%;
}

.mcontact .mcontact-title {
    font-family: var(--font-h);
    margin: 0 10px 54px;
}

.mcontact .mcontact-title .mcontact-title-b {
    font-size: 36px;
    margin-bottom: 15px;
    display: block;
}

.mcontact .mcontact-title .mcontact-title-s {
    font-size: 49%;
    line-height: 1.25;
    font-weight: normal;
    display: block;
    margin-bottom: 10px;
}

.mcontact .mcontact-row {
    display: flex;
}

.mcontact .mcontact-row .mcontact-fild-l,
.mcontact .mcontact-row .mcontact-fild-r {
    flex: 1 1 50%;
    align-self: auto;
    margin: 0 15px;
}

.mcontact .contact-fild {
    position: relative;
    margin-bottom: 40px;
}

.mcontact .contact-fild .field-label {
    display: block;
    pointer-events: none;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    transition: all .4s;
    width: 100%;
    opacity: .7;
    z-index: 1;
}

.mcontact .contact-fild .field-label.to-top {
    top: -20px;
}

.mcontact .contact-fild .contact-inp {
    position: relative;
    z-index: 5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--forms-border-color);
    color: #333;
    display: block;
    font-size: 15px;
    margin-top: 0;
    outline: 0;
    padding: 0;
    width: 100%;
    font-weight: 600;
}

.mcontact .contact-fild .contact-inp::-moz-placeholder {
    opacity: .3;
    font-weight: 300;
}

.mcontact .contact-fild .contact-inp:-ms-input-placeholder {
    opacity: .3;
    font-weight: 300;
}

.mcontact .contact-fild .contact-inp::placeholder {
    opacity: .3;
    font-weight: 300;
}

.mcontact .contact-fild .contact-inp:not(:focus):not(:-moz-placeholder-shown):invalid {
    border-bottom: rgba(255, 0, 0, .31) solid 2px;
}

.mcontact .contact-fild .contact-inp:not(:focus):not(:-ms-input-placeholder):invalid {
    border-bottom: rgba(255, 0, 0, .31) solid 2px;
}

.mcontact .contact-fild .contact-inp:not(:focus):not(:placeholder-shown):invalid {
    border-bottom: rgba(255, 0, 0, .31) solid 2px;
}

.mcontact .contact-fild .contact-inp:not(:focus):not(:-moz-placeholder-shown):valid {
    border-bottom: 1px solid var(--forms-border-color);
}

.mcontact .contact-fild .contact-inp:not(:focus):not(:-ms-input-placeholder):valid {
    border-bottom: 1px solid var(--forms-border-color);
}

.mcontact .contact-fild .contact-inp:not(:focus):not(:placeholder-shown):valid {
    border-bottom: 1px solid var(--forms-border-color);
}

.mcontact .contact-fild .invalid-feedback {
    color: red;
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    position: absolute;
}

.mcontact .contact-fild.w-info {
    margin: 0 15px 50px;
}

.mcontact .lab-required:after {
    content: "*";
    color: red;
    font-size: 1rem;
    vertical-align: middle;
    line-height: 0;
    padding-left:5px;
}

.mcontact .contact-fild-agree {
    margin: 0 15px 40px;
}

.mcontact .btn-fsubm {
    width: 100%;
    max-width: 285px;
}

.mcontact .btn-fsubm:focus {
    box-shadow: 0 0 4px #3283c7;
}

.mcontact .mcontact-row.mcontact-footer > div {
    margin-bottom: 30px;
}

.mcontact .mcontact-subm-wrp {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
}

.mcontact .mcontact-subm-wrp .mcontact-subm-val {
    vertical-align: middle;
}

.mcontact .mcontact-subm-wrp .prell-ring {
    margin-right: 6px;
}

.mcontact .alert {
    display: none;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
    text-align: center;
}

.mcontact .alert.alert-success {
    color: #155724;
    background-color: #d4edda;
}

.mcontact .alert.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
}

:root {
    --prel-size: 22px;
    --prel-border-w: 3px;
    --prel-color: rgba(255, 255, 255, .5);
}

.prell-ring {
    display: none;
    width: var(--prel-size);
    height: var(--prel-size);
    vertical-align: middle;
}

.prell-ring::after {
    content: " ";
    display: block;
    width: var(--prel-size);
    height: var(--prel-size);
    border-radius: 50%;
    border: var(--prel-border-w) solid #fff;
    border-color: #fff transparent #fff transparent;
    -webkit-animation: nn-ring 1.2s linear infinite;
    animation: nn-ring 1.2s linear infinite;
}

.prell-ring::after {
    border: var(--prel-border-w) solid var(--prel-color);
    border-color: var(--prel-color) transparent var(--prel-color) transparent;
}

@-webkit-keyframes nn-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes nn-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* # Accept Online Payments blocks */

.pprocess .block2col {
    padding-top: 0px;
}

.pprocess .block2col.invoice-payout{
    padding-top: 100px;
}

.pprocess .block2col .block2col-title {
    font-size: 38px;
}

.pprocess .block2col .block2col-content > * {
    max-width: calc(100% - 120px);
}

.pprocess .block2col .block2col-link {
    display: inline-block;
    padding: 15px 20px;
    font-weight: bold;
}

.pprocess .block2col .block2col-picture,
.pprocess .block2col .block2col-content {
    margin: 0;
}

.pprocess .block2col .block2col-picture-bg {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.pprocess .block2col .block2col-picture-full {
    padding-top: 45%;
}

.pprocess .block2col .block2col-picture-full .block2col-picture-bg {
    -o-object-fit: cover;
    object-fit: cover;
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    max-width: 960px;
}

.pprocess .block2col.block2col-left {
    padding-bottom: 100px;
}

.pprocess .block2col-picture-fly {
    position: absolute;
    top: 50%;
    left: -100px;
    z-index: 6;
    transform: translateY(-42%);
    max-width: 436px;
}

.pprocess .black-blk .black-blk-item {
    flex-flow: column nowrap;
}

.pprocess .black-blk .black-blk-title {
    display: inline-block;
    margin-left: 10px;
    max-width: calc(100% - 50px);
    margin-bottom: 0;
    vertical-align: top;
    color: #fff;
}

.pprocess .black-blk .black-blk-wrp {
    text-align: left;
    padding: 80px 0 20px;
}

.pprocess .black-blk .black-blk-wrp .black-blk-pikt {
    height: auto;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.pprocess .black-blk .black-blk-wrp .black-blk-item {
    margin: 0 0 50px;
}

.pprocess .steps {
    padding: 40px 20px 120px;
}

.pprocess .uvm {
    display: flex;
    margin: 3px;
    width: 85px;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 576px) {
    .posts-blk .posts-blk-title {
        font-size: calc(28px + 8 * (100vw - 576px) / 824);
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .posts-blk .posts-blk-pikt {
        flex: 1 1 23%;
        max-width: 23%;
    }
    .posts-blk .posts-blk-content {
        flex: 1 1 77%;
        max-width: 77%;
        padding: 6% 5% 6% 8%;
    }
}

@media screen and (min-width: 992px) {
    .pprocess .block2col {
        padding-bottom: 0;
    }
    .pprocess .block2col .block2col-title {
        font-size: calc(38px + 10 * (100vw - 992px) / 408);
    }
}

@media screen and (min-width: 1200px) {
    .mcontact .mcontact-l {
        min-height: 650px;
        background: url("/wp-content/themes/novalnet/assets/img/form-bg-ok.jpg") no-repeat center;
        background-size: cover;
        display: block;
    }
}

@media screen and (min-width: 1400px) {
    .posts-blk .posts-blk-title {
        font-size: 36px;
    }
    .pprocess .block2col .block2col-title {
        font-size: 48px;
    }
}

@media screen and (max-width: 1400px) {
    .pprocess .cards-blk {
        padding: 60px 40px 40px;
    }
}

@media screen and (max-width: 1200px) {
    .block2col.block2top {
        padding-top: 40px;
    }
    .black-blk .black-blk-wrp .black-blk-item {
        padding: 0 20px;
    }
    .cards-blk .cards-blk-text {
        line-height: 1.5;
    }
    .mcontact .mcontact-r {
        padding: 45px 4% 3%;
    }
    .pprocess .block2col {
        padding-top: 0;
    }
    .pprocess .block2col .block2col-content > * {
        max-width: 90%;
    }
    .pprocess .block2col-picture-fly {
        display: none;
    }
    .pprocess .steps .steps-title {
        margin: 0 0 60px;
    }
}

@media screen and (max-width: 992px) {
    .block2col {
        padding: 60px 20px 40px;
    }
    .block2col .block2col-title {
        font-size: 24px;
    }
    .block2col.block2top {
        padding-top: 0;
    }
    .block2col.block2top {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .block2col.block2top .block2col-wrp {
        flex-direction: column-reverse;
        padding: 0;
    }
    .block2col.block2top .block2col-wrp > div {
        flex: 1 1 100%;
    }
    .block2col.block2top .block2col-wrp .block2col-picture {
        width: 100%;
    }
    .block2col.block2top .block2col-wrp .block2col-content {
        align-content: center;
        padding: 0 20px;
    }
    .block2col.block2top .block2col-wrp .block2col-content-wrp {
        margin-top: -150px;
        background-color: #fff;
        padding: 40px;
        position: relative;
        z-index: 5;
        box-shadow: 0 0 59px rgba(36, 31, 46, .12);
    }
    .posts-blk {
        padding: 20px 10px 60px;
        background: #f5f5f5 linear-gradient(to top, #f5f5f5 0%, #f5f5f5 88%, #fff 88%, #fff 100%);
    }
    .posts-blk .posts-blk-items {
        grid-template-columns: 1fr;
    }
    .cards-blk {
        padding: 20px 10px 30px;
    }
    .cards-blk .cards-blk-wrp {
        grid-template-columns: 100%;
    }
    .cards-blk .cards-blk-cards-item-title {
        flex: 1 1 100%;
        padding-right: 0;
        align-items: flex-start;
        max-width: 100%;
    }
    /*.cards-blk .cards-blk-cards-item-logos {
        flex: 1 1 100%;
        align-items: flex-start;
        max-width: 100%;
    }*/
    .steps {
        padding: 20px 20px 120px;
    }
    .steps-title {
        margin: 70px 0 75px;
    }
    .pprocess .block2col .block2col-picture-full {
        padding-top: 65%;
    }
    .pprocess .block2col .block2col-picture-full .block2col-picture-bg {
        width: 100vw;
        max-width: 100vw;
    }
    .pprocess .cards-blk {
        padding: 10px 10px 40px;
    }
    .pprocess .posts-blk {
        padding: 20px 10px 20px;
    }
    .pprocess .steps {
        padding: 40px 20px 100px;
    }
}

@media screen and (max-width: 992px) and (min-width: 260px) {
    .block2col .block2col-title {
        font-size: calc(24px + 14 * ((100vw - 260px) / 316));
    }
}

@media screen and (max-width: 992px) and (min-width: 576px) {
    .block2col .block2col-title {
        font-size: 38px;
    }
}

@media screen and (max-width: 768px) {
    .block2col .block2col-wrp {
        flex-direction: column-reverse;
    }
    .block2col .block2col-wrp > div {
        flex: 1 1 100%;
        align-content: center;
    }
    .block2col.block2col-left .block2col-wrp {
        flex-direction: column-reverse;
    }
    .block2col.block2col-left .block2col-wrp .block2col-content {
        padding: 0;
    }
    .black-blk .black-blk-wrp .black-blk-item {
        flex: 1 1 100%;
        align-content: center;
    }
    .steps-title {
        margin: 50px 0 60px;
    }
    .mcontact .mcontact-r {
        padding: 45px 0 3%;
    }
    .mcontact .mcontact-row {
        flex-flow: column wrap;
    }
    .mcontact .mcontact-row.mcontact-footer > div {
        text-align: center;
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .pprocess .block2col .block2col-title {
        font-size: 40px;
    }
    .pprocess .block2col.block2col-left .block2col-picture {
        margin-bottom: 20px;
    }
    .pprocess .black-blk {
        margin-bottom: 60px;
    }
    .pprocess .black-blk .black-blk-item {
        text-align: center;
    }
    .pprocess .black-blk .black-blk-title {
        display: block;
        margin: 10px 0;
        max-width: 100%;
    }
    .pprocess .black-blk .black-blk-wrp .black-blk-pikt {
        justify-content: center;
    }
    .pprocess .black-blk .black-blk-wrp .black-blk-img {
        margin-right: 10px;
    }
    .pprocess .black-blk .black-blk-wrp .black-blk-text {
        margin: 0 auto 6px;
    }
}

@media screen and (max-width: 576px) {
    .block2col.block2top {
        max-width: 100%;
    }
    .block2col.block2top .block2col-wrp .block2col-content {
        max-width: 100%;
        padding: 0 20px;
    }
    .block2col.block2top .block2col-wrp .block2col-content-wrp {
        margin-top: 0;
        padding: 0;
        background-color: transparent;
        box-shadow: none;
    }
    .posts-blk .posts-blk-pikt {
        display: none;
    }
    .posts-blk .posts-blk-content {
        padding: 7%;
    }
    .steps-row .steps-col {
        flex: 1 1 100%;
    }
    .steps-buttons .steps-link {
        display: block;
        margin-top: 20px;
    }
    .pprocess .block2col .block2col-title {
        font-size: 31px;
    }
    .pprocess .block2col .block2col-content > * {
        max-width: 100%;
    }
    .pprocess .block2col .block2col-bwrap {
        text-align: center;
    }
    .pprocess .block2col .block2col-picture {
        margin-bottom: 20px;
    }
    .pprocess .cards-blk .cards-blk-title {
        font-size: 31px;
        text-align: center;
    }
    .pprocess .posts-blk .posts-blk-content {
        max-width: 100%;
    }
    .pprocess .steps .steps-title {
        font-size: 31px;
        margin: 0 0 40px;
    }
}

/*# sourceMappingURL=zahlungsabwicklung.css.map */

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
 .featured-grid {
    padding: 0;
}
@media (min-width: 768px) {
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}
@media (min-width: 768px) {
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}
.tab-content>.active {
    display: block !important;
}
 .featured-grid .wrapper {
    display: grid;
    grid-template-columns: 135px 135px 135px 135px;
    grid-template-rows: 135px 135px 135px 135px;
    grid-gap: 2px;
}
.flip-box {
    background-color: transparent;
    perspective: 1000px;
    cursor: pointer;
}
.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    /* transition: transform 0.8s; */
    transform-style: preserve-3d;
}
 .featured-grid .all-in-one .box {
    opacity: 1 !important;
}
 .featured-grid .box {
    padding: 16px;
    font-size: 12px;
    line-height: 16px;
    color: #282828;
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 15px;
    opacity: 0.3;
}
.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flip-box-back {
    opacity: 1 !important;
    transform: rotateY(180deg);
    text-align: left !important;
    line-height: 1.3em !important;
    row-gap: 0px;
}
.flip-box-back p {
    font-size: 13px !important;
    word-wrap: break-word;
}
.service-section p {
    text-align: center;
    max-width: 900px;
    margin-bottom: 110px;
    margin-top: 10px;
    /* display: inline-block; */
    font-size: 18px;
    margin: 10px auto 0;
    float: none;
}
.flip-box-back img {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px;
    width: 40px;
}
.wrapper-rect {
    position: absolute;
    width: 600px;
    height: 600px;
    z-index: 1;
    background: #f2f2f2;
    border-radius: 20px;
    display: none;
}
.wrapper-rect .banner {
    background-color: rgba(0, 0, 0, 0.6) !important;
    background-blend-mode: overlay;
    display: flex;
}
 .wrapper-rect .banner h1 {
    padding: 20px;
    color: #fff;
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 36px;
    text-align: left;
}
.wrapper-rect .banner .close {
    padding: 20px;
    color: white;
    background: #000;
    border-top-right-radius: 15px;
    height: 60px;
    opacity: 1;
}
.spn-close {
    cursor: pointer;
}
.tab-content>.tab-pane {
    display: none;
}
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}
.flip-box-front svg path, .flip-box-front svg line, .flip-box-front svg rect, .flip-box-front svg polygon {
    fill: #73bde5;
    stroke: #73bde5;
}
.flip-box-front.payment svg.plugin-integration path {
    fill: transparent;
}
.allinone {
    padding-bottom: 40px;
}
.wrapper-rect .content p,  .wrapper-rect .content strong,  .wrapper-rect .content li {
    font-size: 14px !important;
    text-align: left;
    list-style: square;
}
.font-21 {
    font-size:21px;
}
.payment-list {
    border-left: 1px solid #fbb215; 
    padding: 0 10px; 
    line-height: 2em; 
    width: 100%; 
    list-style: none;
}

@media only screen and (min-width: 768px) {
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
        padding-right: 15px;
        padding-left: 15px;
    }
}
.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: transparent;
    color: #fff;
    font-weight: bold;
}
.nav-pills .nav-link {
    font-size: 21px;
    text-align: right;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.featured-grid .nav-pills .nav-link.active:after {
    position: absolute;
    padding-left: 18px;
    content: url(/wp-content/uploads/2023/05/right-arrow-white.png);
}
#grid-panel {
    margin: 0 auto;
    padding:100px 0;
}
.tab-content>.active {
    display: block;
}
.tab-content>.tab-pane {
    display: none;
}
.value-chain .horizontal-tabs #v-pills-tab {
    display: flex;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    background: #fff;
    width: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
}

.value-chain .horizontal-tabs #v-pills-tab .nav-link.active {
    color: #000;
}
.value-chain .horizontal-tabs #v-pills-tab .nav-link {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 50%;
    transition: color 250ms ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: transparent;
}
.value-chain .horizontal-tabs #v-pills-tab:after {
    content: "";
    width: 50%;
    background: #0082c8;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transition: all 250ms ease-in-out;
    border-radius: 35px;
}
.value-chain .horizontal-tabs .slide:after {
    left: 0 !important;
}
#v-pills-tabContent .accepting-payments .payment {
    opacity: 1;
}
#v-pills-tabContent .ai-based .security {
    opacity: 1;
}
#v-pills-tabContent .reports .report {
    opacity: 1;
}
.block2col.invoice-payout .block2col-wrp .block2col-content > * {
    max-width: 100%;
}
.postid-57412 .site {
    background-color: transparent;
}
.price-row {
    z-index: 5;
    position: relative;
}
.postid-57412 .main-price.price {
    z-index: unset;
    background: #f5f5f5;
}
.ui-dialog {
    z-index: 10;
}
.ui-dialog .ui-dialog-buttonpane button {
    display: none;
}
.ui-dialog .ui-dialog-titlebar button {
    position: absolute;
    right: 0;
    background: #666;
    color: #fff;
    padding: 5px 15px;
    font-size: 22px;
    cursor: pointer;
    z-index: 10;
    top: 0;
    margin: 0;
    height: auto;
    width: auto;
    border-radius: 0;
    border: none;
    outline: 0;
    text-indent: inherit;
}
.ui-widget-header {
    background: transparent !important;   
    border: none !important;
}
@media only screen and (min-width:992px) and (max-width:1200px) {
    .featured-grid .container {
        max-width: 960px;
    }
}
@media only screen and (min-width:768px) and (max-width:991px) { 
    .featured-grid .container {
        max-width: 720px;
    }
}
@media only screen and (min-width:576px) and (max-width:768px) { 
    .featured-grid .container {
        max-width: 540px;
    }
}
@media only screen and (max-width:575px) { 
    .featured-grid .container {
        max-width: 100%;
    }
}

@media only screen and (max-width:1400px) { 
    .col-md-3.content-section {
        flex: 100%; 
        max-width: 100%;
        padding: 50px 0px 0;
    }
    .col-md-4.content-section {
        flex: 100%; 
        max-width: 100%;
        padding: 50px;
    }
    #grid-panel {
        justify-content: center;
    }

}
@media only screen and (max-width:1200px) { 
    .col-md-4.content-section {
        padding: 50px 0px 0;
    }
}
@media only screen and (max-width:767px) {
    .nav-pills .nav-link {
        text-align: left;
    }
    .featured-grid .wrapper {
        grid-template-columns: 150px 150px 150px;
        grid-template-rows: 150px 150px 150px 150px 150px 150px;
    }
}
@media only screen and (max-width:479px) {
    .featured-grid .wrapper {
        grid-template-columns: 150px 150px;
        grid-template-rows: 150px 150px 150px 150px 150px 150px 150px 150px;
    }
    .cards-blk-lwrap a{
        width: 100%;
        display: block;
    }
    .value-chain .horizontal-tabs #v-pills-tab .nav-link {
        font-size: 12px;
    }
    .featured-grid .vertical-tabs .row {
        justify-content: center;
    }
}
@media only screen and (max-width:992px) {
    .cards-blk .cards-blk-wrp>*{    
        align-items: center;
    }
    .cards-blk .cards-blk-cards-item {
        display: block !important;
        width: auto !important;
    }
    .cards-blk .cards-blk-cards-item-logos {
        width: auto !important;
        max-width: 100% !important;
    }
}
@media only screen and (min-width:581px) and (max-width:992px) {
    .cards-blk .cards-blk-cards-item-logos {
        display: grid !important;
        grid-template-columns: repeat(5,20%);
    }
}
@media only screen and (min-width:420px) and (max-width:580px) {
    .cards-blk .cards-blk-cards-item-logos {
        display: grid !important;
        grid-template-columns: repeat(4,25%);
    }
    
}
@media only screen and (max-width:419px) {
    .cards-blk .cards-blk-cards-item-logos {
        display: grid !important;
        grid-template-columns: repeat(3,33%);
    }
    
}
@media only screen and (max-width:991px) {
    #grid-panel {
        padding: 0px;
    }
    .value-chain .horizontal-tabs {
        margin: 0px auto 0px !important;
    }
    .value-chain {
        padding: 60px 10px 60px !important;
    }
    .value-chain .horizontal-tabs #v-pills-tabContent {
        height: auto !important;
    }
    .value-chain .horizontal-tabs #v-pills-tabContent h2 {
        word-break: break-word;
    }
     .featured-grid .row .col-md-3:nth-child(1) {
        padding: 40px 0;
    }
}
/*
@media only screen and (min-width:1197px) and (max-width:1352px) {
 .value-chain .horizontal-tabs #v-pills-tab {
        width: 40%;
    }
}
*/
@media only screen and (min-width:977px) and (max-width:1196px) {
   /* .value-chain .horizontal-tabs #v-pills-tab {
        width: 50%;
    }*/
    .horizontal-tab #v-pills-tabContent img {
        width:85% !important;
    }
}
@media only screen and (min-width:831px) and (max-width:976px) {
   /* .value-chain .horizontal-tabs #v-pills-tab {
        width: 60%;
    }*/
    .horizontal-tabs #v-pills-tabContent img {
        width:90% !important;
    }
}
@media only screen and (min-width:727px) and (max-width:830px) {
    /*.value-chain .horizontal-tabs #v-pills-tab {
        width: 70%;
    }*/
    .horizontal-tabs #v-pills-tabContent img {
        width:100% !important;
    }
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .featured-grid  .col-md-3{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .featured-grid  .col-md-3 .nav-link {
        text-align: left;
    }
}
@media only screen and (max-width:727px) {
    /*.value-chain .horizontal-tabs #v-pills-tab {
        width: 100%;
    }*/
    .horizontal-tabs #v-pills-tabContent img {
        width:100% !important;
    }
}

.cards-blk .cards-blk-lwrap .cards-blk-button {
    padding: 30px 15px;
}
@media only screen and (max-width: 768px) {
    .tab-content>.active {
        position: relative;
    }
    .wrapper-rect .banner h1 {
        word-break: break-word;
    }
    .wrapper-rect .banner .close {
        height: 35px;
        padding: 8px;
    }
    .wrapper-rect.gridactive .content {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .pprocess .block2col.block2col-left {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .value-chain .horizontal-tabs #v-pills-tabContent {
        height: 550px !important;
    }
}
@media only screen and (max-width: 991px) {
    .value-chain .bounded .row {
        padding: 0px !important;
    }
}
.steps-row .steps-col h3 {
    white-space: nowrap;
}
@media only screen and (max-width: 598px) {
    .wrapper-rect.gridactive .bottom {
        display: block !important;
    }
    .wrapper-rect.gridactive .bottom, .wrapper-rect.gridactive .bottom p {
        text-align: center !important;
    }
}
@media only screen and (min-width: 599px) {
    .wrapper-rect.gridactive .content {
        height: 70% !important;
    }
}
@media only screen and (max-width: 767px) {
    .wrapper-rect.gridactive {
        width: 100%;
        height: 100%;
    }
}
