.tx-epson-blue {
    color: #053cae;
}

.tx-19 {
    font-size: 19px;
}

.tx-feat {
    font-size: 19px;
}

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

.mt-none {
    margin-top: 0px !important;
}

.lilflx {
    display: flex;
    justify-content: center;
    gap: 16px;
    width: 591px;
    max-width: 100%;
    margin: 16px auto 0;
}

@media (max-width: 1024px) {
    .lilflx {
        flex-direction: column;
        align-items: center;
    }
}

.bg-grey-l {
    background-color: #f1f1f1;
}

.py-105 {
    padding: 105px 0;
}

.py-96 {
    padding: 96px 0;
}

.py20-80 {
    padding-top: 20px;
    padding-bottom: 80px;
}

.py65-80 {
    padding-top: 65px;
    padding-bottom: 80px;
}

.py95-92 {
    padding-top: 95px;
    padding-bottom: 92px;
}

.py228-218 {
    padding-top: 228px;
    padding-bottom: 218px;
}

.py240-230 {
    padding-top: 240px;
    padding-bottom: 230px;
}

.mt-0 {
    margin-top: 0;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-56 {
    margin-bottom: 56px;
}

.feat-container {
    max-width: 966px;
    margin: 0 auto;
}

.xgn-hero {
    position: relative;
    max-height: 635px;
}

.xgn-hero__bgmedia {
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
}

.xgn-hero .content {
    max-width: 455px;
}

.rcsoftware p {
    margin-top: 0;
}

.soon {
    padding: 8px 20px 7px 20px;
    font-size: 1.14285714rem;
    line-height: 1.42857143rem;
    border-radius: 0;
    text-align: left;
    transition: background-color 0.3s ease-in-out;
    white-space: normal;
    background-color: #9ddfff;
    position: relative;
    color: #000000;
    border: none;
    pointer-events: none;
}

.grow-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: end;
    gap: 15px;
    padding-bottom: 80px;
    height: 703px;
}

.simple-modal__content {
    display: flex;
    justify-content: center;
}

@media (max-width: 1399px) {
    .grow-grid {
        height: 900px;
    }
}

@media (max-width: 1090px) {
    .grow-grid {
        height: auto;
        flex-direction: column;
    }
}

.grow-grid article {
    text-align: left;
    font-size: 14px;
    flex: 1 1 20%;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1090px) {
    .grow-grid article {
        flex: 1 1 100%;
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }
}

.grow-grid article h3 {
    font-weight: normal;
    font-size: 20px;
    color: white;
    padding: 20px 5px;
    text-align: center;
    position: relative;
}

.grow-grid article h3::before {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    z-index: -1;
    top: -19px;
    left: 0;
    width: 100%;
    aspect-ratio: 10/1;
    clip-path: polygon(101% 0, 0% 100%, 101% 100%);
}

.grow-grid article>div {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
    background-color: #f1f1f1;
}

@media (max-width: 500px) {
    .grow-grid article>div {
        padding: 25px 10px;
    }
}

@media (max-width: 1090px) {
    .grow-grid article>div {
        gap: 30px;
    }
}

article#lite {
    height: calc(100% - 80px);
}

article#basic {
    height: calc(100% - 60px);
}

article#standard {
    height: calc(100% - 40px);
}

article#premium {
    height: calc(100% - 20px);
}

article#cloud {
    height: 100%;
}

@media (max-width: 1090px) {

    article#lite,
    article#basic,
    article#standard,
    article#premium,
    article#cloud {
        height: auto;
    }
}

#lite h3 {
    background-color: #1f76bf;
}

#basic h3 {
    background-color: #8064bb;
}

#standard h3 {
    background-color: #007a98;
}

#premium h3 {
    background-color: #000000;
}

#cloud h3 {
    background-color: #053cae;
}

#lite h3::before {
    background-color: #1f76bf;
}

#basic h3::before {
    background-color: #8064bb;
}

#standard h3::before {
    background-color: #007a98;
}

#premium h3::before {
    background-color: #000000;
}

#cloud h3::before {
    background-color: #053cae;
}

.vertical-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.cards--2col .card {
    flex: 1 1 49%;
}

.cards--3col .card {
    flex: 1 1 32%;
}

.cards--4col {
    align-items: start;
    justify-content: space-between;
}

.cards--4col .card {
    flex: 1 1 20%;
    max-width: 300px;
}

@media (max-width: 1024px) {

    .cards--2col .card,
    .cards--3col .card,
    .cards--4col {
        flex-direction: column;
        align-items: center;
    }

    .cards--2col .card .card,
    .cards--3col .card .card,
    .cards--4col .card {
        flex: 1 1 100%;
    }
}

.card {
    padding: 25px;
    background-color: #ffffff;
}

.card h5 {
    font-size: 19px;
    margin-bottom: 16px;
}

.card h6 {
    font-size: 17px;
}

.card iframe,
.card img {
    display: block;
    width: 100%;
}

.card iframe {
    height: 0;
    border-left: 14px solid #053cae;
    height: 56.25%;
}

@media (max-width: 1399px) {
    .card iframe {
        border-left: 12px solid #053cae;
    }
}

.checkitem {
    display: flex;
    gap: 10px;
}

img.check {
    display: inline-block;
    width: 26px;
    height: 26px;
    padding: 6px;
    object-fit: contain;
    object-position: center;
    position: relative;
    background-color: #f1f1f1;
    border-radius: 50%;
}

.popup {
    display: none;
    padding: 30px;
}

.popup.active {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7019607843);
}

.popup>div {
    display: block;
    max-width: 1130px;
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 80px);
    background-color: #ffffff;
    overflow: hidden;
    padding: 54px;
    padding: 61px 100px 100px;
    position: relative;
}

@media (max-width: 1399px) {
    .popup>div {
        padding: 61px 50px 100px;
    }
}

@media (max-width: 1024px) {
    .popup>div {
        padding: 61px 20px 100px;
    }
}

.popup .popup-body {
    height: calc(100% - 15px);
    overflow-y: auto;
    padding-bottom: 100px;
    /* Firefox */
    scrollbar-width: none;
    /* IE/old Edge */
    -ms-overflow-style: none;
}

.popup .popup-body::-webkit-scrollbar {
    display: none;
}

.popup hr {
    margin-top: 22px;
    margin-bottom: 20px;
}

.popup p {
    font-size: 17px;
}

.prow {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px;
    flex-direction: row;
    padding-top: 30px;
}

.prow.rev {
    flex-direction: row-reverse;
}

.prow.full {
    flex-direction: column;
}

.prow.full-rev {
    flex-direction: column-reverse;
}

@media (max-width: 1025px) {
    .prow {
        flex-direction: column;
    }

    .prow.rev {
        flex-direction: column;
    }

    .prow>div {
        width: unset;
    }
}

.prow .content {
    padding: 30px 0;
}

.prow>div {
    width: calc(50% - 15px);
}

@media (max-width: 667px) {

    .prow>div {
        width: 100%;
    }
}

.prow.full>div,
.prow.full-rev>div {
    width: 100%;
}

.prow img {
    display: block;
    width: 100%;
}

.close {
    width: 38px;
    height: 31px;
    background-color: rgba(241, 241, 241, 0);
    transition: 0.2s ease-out;
    opacity: 1 !important;
    position: absolute;
    top: 30px;
    right: 30px;
}

.close strong {
    display: inline-block;
    transform: rotate(45deg);
    color: #353535;
}

.close:hover {
    background-color: #f1f1f1;
}

.img-bg {
    background-size: cover;
    background-position: center;
    color: white;
}

.container966 {
    width: 966px;
    max-width: 100%;
    margin: 0 auto;
}