.category__title {
    font-weight: 500;
    margin-bottom: 18px;
    display: none !important;
}

.category__title--small {
    display: none;
}

@media screen and (max-width: 580px) {
    .mobile-block {
        display: block !important;
    }

    .mobile-block .mobile-logo {
        margin-top: 10px;
    }
}

#lp-payu {
    font-family: Roboto,sans-serif
}

#lp-payu *,#lp-payu *:before,#lp-payu *:after {
    box-sizing: border-box
}

@media screen and (max-width: 792px) {
    #lp-payu .only-mobile {
        display:block
    }
}

@media screen and (min-width: 793px) {
    #lp-payu .only-mobile {
        display:none
    }
}

#lp-payu .lp-h1 {
    font-size: 58px;
    font-weight: 700;
    color: #000000;
}

@media screen and (max-width: 792px) {
    #lp-payu .lp-h1 {
        font-size:4.5vmin
    }
}

#lp-payu .lp-h2 {
    font-size: 42px;
    font-weight: 700
}

#lp-payu .lp-h2.h2-img {
    display: flex;
    align-items: center
}

#lp-payu .lp-h2.h2-img img {
    margin-left: 1rem
}

@media screen and (max-width: 792px) {
    #lp-payu .lp-h2 {
        font-size:4.5vmin
    }

    #lp-payu .lp-h2.h2-img img {
        max-width: 22vw;
        margin-left: .5rem
    }
}

#lp-payu .email-link {
    color: #59b5c0;
    text-decoration: none
}

#lp-payu p {
    font-size: 1rem
}

#lp-payu .section-group {
    padding: 1rem 0;
    border-radius: 0rem
}

#lp-payu .section-group.s2 {
    background-color: #f4f4f4
}

#lp-payu .section-group.s3 {
    background-color: #f4f4f4
}

@media screen and (max-width: 792px) {
    #lp-payu .section-group {
        border-radius:.5rem
    }
}

#lp-payu .lp-btn {
    display: inline-block;
    color: #fff;
    background-color: #000;
    border-radius: .5rem;
    padding: 20px 40px;
    border-radius: .75rem;
    text-decoration: none;
    font-size: 16px;
    margin-right: .5rem;
    margin-bottom: .75rem
}

#lp-payu .lp-btn.a {
    padding: 20px 30px
}

#lp-payu .lp-btn.b {
    padding: 20px 40px
}

@media screen and (max-width: 600px) {
    #lp-payu .lp-btn {
        width:100%;
        text-align: center;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        font-size: 13px
    }
}

#lp-payu .lp-row {
    width: 976px;
    margin: 0 auto;
    max-width: 100%
}

#lp-payu .lp-row.narrow {
    width: 822px;
    margin: 0 auto
}

@media screen and (min-width: 793px)and (max-width: 1024px) {
    #lp-payu .lp-row.narrow {
        padding-left:1rem;
        padding-right: 1rem
    }
}

@media screen and (max-width: 792px) {
    #lp-payu .lp-row.narrow {
        width:667px;
        max-width: 86%
    }
}

#lp-payu .lp-section.hero {
    position: relative;
    margin: 0 auto;
    width: 1168px;
    max-width: 100%
}

#lp-payu .lp-section.hero .inner {
    position: absolute;
    inset: 53% auto auto 0;
    z-index: 1;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
    color: #fff;
    padding: 0 1rem
}

@media screen and (max-width: 792px) {
    #lp-payu .lp-section.hero .inner {
        top:auto;
        bottom: 1.5rem;
        left: 50%;
        transform: translate(-50%);
        width: 667px;
        max-width: 86%
    }

    #lp-payu .lp-section.hero .inner .lp-h1 {
        margin-top: .2rem
    }
}

#lp-payu .lp-section.hero .desktop {
    max-width: 100%
}

@media screen and (max-width: 792px) {
    #lp-payu .lp-section.hero .desktop {
        display:none
    }
}

#lp-payu .lp-section.hero .mobile {
    max-width: 100%
}

@media screen and (min-width: 793px) {
    #lp-payu .lp-section.hero .mobile {
        display:none
    }
}

@media screen and (max-width: 792px) {
    #lp-payu .lp-section.hero .logo {
        max-width:40vw
    }
}

#lp-payu .lp-section.text ul {
    list-style: none;
    padding-left: 0
}

@media screen and (min-width: 793px)and (max-width: 1024px) {
    #lp-payu .lp-section.text ul {
        padding-left:1.5rem
    }
}

#lp-payu .lp-section.text ul li {
    position: relative;
    margin-bottom: .5rem;
    line-height: 140%
}

#lp-payu .lp-section.text ul li:before {
    content: "\2022";
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: -1rem;
    z-index: 1
}

#lp-payu .lp-section.video iframe {
    border-radius: 1.5rem;
    width: 100%;
    height: 440px
}

@media screen and (max-width: 792px) {
    #lp-payu .lp-section.video iframe {
        width:100%;
        height: 45vw;
        border-radius: .5rem
    }
}

#lp-payu .lp-section.boxes .lp-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#lp-payu .lp-section.boxes .lp-row .box {
    position: relative;
    width: calc(50% - .5rem);
    border-radius: 0rem;
    height: 226px;
    background-color: #f4f4f4;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    color: #fff;
    padding: 0 3rem
}

#lp-payu .lp-section.boxes .lp-row .box .bg-img {
    position: absolute;
    top: 50%;
    right: 2rem;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: none;
    transform: translateY(-50%);
    -webkit-user-drag: none;
    -webkit-user-select: none
}

@media screen and (min-width: 793px)and (max-width: 1024px) {
    #lp-payu .lp-section.boxes .lp-row .box .bg-img {
        top:2rem;
        transform: translate(0);
        max-width: 10vw
    }
}

@media screen and (max-width: 792px) {
    #lp-payu .lp-section.boxes .lp-row .box .bg-img {
        top:2rem;
        transform: translate(0);
        max-width: 25vw
    }
}

#lp-payu .lp-section.boxes .lp-row .box .nr {
    position: absolute;
    top: 2.2rem;
    right: auto;
    bottom: auto;
    left: 2.4rem;
    z-index: 1;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 44px;
    font-weight: bolder;
    width: 66px;
    height: 66px;
    border-radius: 0px;
    background: #63cd96
}

#lp-payu .lp-section.boxes .lp-row .box .txt {
    position: absolute;
    top: 8.2rem;
    right: auto;
    bottom: auto;
    left: 2.9rem;
    z-index: 1;
    color: #000000!important;
}

@media screen and (max-width: 792px) {
    #lp-payu .lp-section.boxes .lp-row .box {
        width:100%;
        border-radius: .5rem
    }
}

@media screen and (max-width: 340px) {
    #lp-payu .lp-section.boxes .lp-row .box .nr {
        left:1.4rem
    }

    #lp-payu .lp-section.boxes .lp-row .box .txt {
        left: 1.9rem
    }
}

#lp-payu .lp-section.faq .faq-item {
    border-top: 1px solid #000;
    padding: 1.3rem 0;
    position: relative
}

#lp-payu .lp-section.faq .faq-item.open .faq-question:after {
    transform: rotate(-45deg);
    margin-top: .5rem
}

#lp-payu .lp-section.faq .faq-item:last-of-type {
    border-bottom: 1px solid #000
}

#lp-payu .lp-section.faq .faq-item .faq-question {
    cursor: pointer;
    margin: 0;
    font-weight: 700;
    display: block;
    position: relative;
    padding-right: 2rem
}

#lp-payu .lp-section.faq .faq-item .faq-question:after {
    display: none;
}

#lp-payu .lp-section.faq .faq-item .faq-question .button--accordion {
    position: relative;
}

#lp-payu .lp-section.faq .faq-item .faq-question .button--accordion:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(135deg);
    pointer-events: none;
}

#lp-payu .lp-section.faq .faq-item.open .faq-question .button--accordion:after {
    transform: rotate(-45deg);
    margin-top: -2px;
}

#lp-payu .lp-section.faq .faq-item .faq-answer {
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-out;
    font-size: 1rem
}

#lp-payu .lp-section.faq .faq-item .open .faq-answer {
    max-height: 500px;
    transition: max-height .3s ease-in
}

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