{"id":121552,"date":"2026-06-01T14:45:35","date_gmt":"2026-06-01T13:45:35","guid":{"rendered":"https:\/\/gamingbross.com\/?page_id=121552"},"modified":"2026-06-05T00:01:36","modified_gmt":"2026-06-04T23:01:36","slug":"sequra","status":"publish","type":"page","link":"https:\/\/gamingbross.com\/en\/sequra\/","title":{"rendered":"seQura"},"content":{"rendered":"<link\n    href=\"https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@100;200;400;600;800&#038;family=Poppins:wght@100;200;400;600;800&#038;display=swap\"\n    rel=\"stylesheet\">\n<style>\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@100;200;400;600;800&family=Poppins:wght@100;200;400;600;800&display=swap');\n\n    :root {\n        --color-text: #000;\n        --color-secondary-text: #8d8d8d;\n        --color-primary: #21cfac;\n        --color-background: #f4f4f4;\n        --font-weight-light: 100;\n        --font-weight-regular: 400;\n        --font-weight-medium: 500;\n        --font-family-poppins: 'Poppins', sans-serif;\n        --font-family-opensans: 'Open Sans', sans-serif;\n        --font-size-p: 19px;\n        --font-size-h1: 32px;\n        --font-size-h2: 46px;\n        --font-size-h3: 18px;\n        --font-size-h4: 16px;\n        --font-size-h5: 20px;\n    }\n\n    body,\n    h1,\n    h2,\n    h3,\n    h4,\n    h5,\n    h6,\n    p,\n    ul,\n    ol {\n        margin: 0;\n        padding: 0;\n        border: 0;\n        font-size: 100%;\n        vertical-align: baseline;\n    }\n\n    body {\n        font-family: var(--font-family-poppins);\n    }\n\n    p {\n        color: var(--color-text);\n        font-family: var(--font-family-opensans);\n        font-weight: var(--font-weight-light);\n        font-size: var(--font-size-p);\n        line-height: 1.5;\n    }\n\n    h2 {\n        font-family: var(--font-family-poppins);\n        font-weight: var(--font-weight-medium);\n        font-size: var(--font-size-h2);\n        line-height: 1.2;\n        color: #333;\n    }\n\n    h3 {\n        font-family: var(--font-family-poppins);\n        font-weight: var(--font-weight-regular);\n        font-size: var(--font-size-h3);\n        color: var(--color-secondary-text);\n    }\n\n    h5 {\n        font-weight: var(--font-weight-regular);\n        font-family: var(--font-family-poppins);\n        font-size: var(--font-size-h5);\n        color: var(--color-secondary-text);\n        margin: 0;\n    }\n\n    ul,\n    ol {\n        list-style: none;\n    }\n\n    img {\n        border: 0 !important;\n    }\n\n    .container {\n        max-width: 1024px;\n        margin: 0 auto;\n    }\n\n    .responsive-grid {\n        display: flex;\n        flex-direction: row;\n        justify-content: center;\n        border-radius: 40px;\n        background-color: var(--color-background);\n    }\n\n    @media (max-width: 700px) {\n        .responsive-grid {\n            flex-direction: column;\n            align-items: center;\n        }\n    }\n\n    .text-center {\n        text-align: center;\n    }\n\n    .padding-vertical {\n        padding-top: 80px;\n        padding-bottom: 80px;\n    }\n\n    .padding-vertical--large {\n        padding-top: 80px;\n        padding-bottom: 80px;\n    }\n\n    .margin-bottom {\n        margin-bottom: 30px;\n    }\n\n    .margin-bottom--medium {\n        margin-bottom: 30px;\n    }\n\n    .hero {\n        display: flex;\n    }\n\n    .hero__content {\n        padding: 30px;\n        text-align: center;\n    }\n\n    .hero__logo {\n        width: 150px;\n        margin: 30px auto;\n    }\n\n    .hero__title-highlighted {\n        color: var(--color-primary);\n    }\n\n    .hero__subtitle {\n        padding: 20px;\n    }\n\n    .hero__image-container {\n        display: flex;\n        justify-content: center;\n        align-items: flex-end\n    }\n\n    .hero__image {\n        max-width: 300px !important;\n        margin: 0 !important;\n        object-fit: contain;\n    }\n\n    @media (max-width: 700px) {\n        .hero__image {\n            max-width: 60%;\n        }\n    }\n\n    .steps {\n        display: flex;\n        justify-content: center;\n        gap: 1rem;\n\n    }\n\n    @media (max-width: 700px) {\n        .steps {\n            overflow-x: auto;\n            scroll-snap-type: x mandatory;\n            justify-content: left;\n        }\n    }\n\n    .steps-text {\n        display: flex;\n        justify-content: center;\n        gap: 1rem;\n\n    }\n\n    @media (max-width: 700px) {\n        .steps-text {\n            justify-content: left;\n            flex-direction: column;\n        }\n    }\n\n    .steps__item {\n        width: 33.33%;\n        box-sizing: border-box;\n        border-radius: 40px;\n        padding: 40px;\n        text-align: center;\n        background-color: var(--color-background);\n        overflow: hidden;\n    }\n\n    @media (max-width: 700px) {\n        .steps__item {\n            width: 100%;\n            min-width: 250px;\n            flex: 0 0 auto;\n            scroll-snap-align: start;\n        }\n    }\n\n    .steps__item-text {\n        width: 33.33%;\n        box-sizing: border-box;\n        border-radius: 40px;\n        padding: 40px;\n        text-align: left;\n\n        h5 {\n            padding: 20px 0;\n        }\n    }\n\n    @media (max-width: 700px) {\n        .steps__item-text {\n            width: 100%;\n            min-width: 250px;\n            flex: 0 0 auto;\n            scroll-snap-align: start;\n        }\n    }\n\n    .steps__image {\n        max-height: 134px;\n        margin-top: 20px;\n    }\n\n    .steps__title {\n        color: #555;\n        margin-bottom: 30px;\n        font-weight: bold;\n        font-family: 'Open Sans';\n        font-weight: 600;\n    }\n\n    .why-sequra .steps__item {\n        background-color: #fff;\n        text-align: left;\n    }\n\n    .why-sequra .steps__item h5 {\n        padding: 15px 0;\n        color: var(--color-text);\n    }\n\n    .why-sequra .steps__item p {\n        color: var(--color-secondary-text);\n    }\n\n    .why-sequra .steps__item img {\n        max-width: 60px;\n        height: auto;\n    }\n\n    .trust {\n        border-radius: 30px;\n        background-color: var(--color-background);\n        margin: 80px 0;\n        padding: 20px;\n        display: flex;\n        justify-content: center;\n        gap: 40px;\n        text-align: center;\n        min-height: 100px;\n        flex-wrap: wrap;\n        align-items: center;\n    }\n\n    @media (max-width: 700px) {\n        .trust {\n            flex-direction: column;\n            gap: 20px;\n        }\n    }\n\n    .trust__box h5 {\n        margin: 0;\n        padding: 0;\n        font-size: var(--font-size-h5);\n    }\n\n    .trust__box .highlighted {\n        color: var(--color-primary);\n    }\n\n    .trust__logo {\n        max-width: 250px;\n        height: auto;\n    }\n\n    .faq {\n        padding: 50px;\n        text-align: center;\n    }\n\n    .faq__title {\n        font-weight: 300;\n        padding: 20px;\n    }\n\n    .faq__link {\n        font-family: var(--font-family-poppins);\n        font-size: 18px;\n        max-width: 400px;\n        color: var(--color-text);\n        padding: 15px 25px;\n        border-radius: 50px;\n        text-decoration: none;\n        background-color: var(--color-primary);\n        display: inline-block;\n    }\n\n    .com_banner {\n        display: flex;\n        padding: 20px;\n        margin-top: 60px;\n        justify-content: center;\n        text-align: center;\n        background-image: linear-gradient(90deg, #21cfac, #01aed5);\n        border-radius: .8rem;\n        font-family: var(--font-family-opensans);\n\n        p {\n            color: white;\n        }\n    }\n\n    .svea_banner {\n        background-color: #21cfac;\n        border-radius: 1rem;\n        padding: 2rem 3rem 2rem 2rem;\n\n        p {\n            color: white;\n            padding: 20px 0;\n        }\n    }\n<\/style>\n<div class=\"container\">\n    <div class=\"responsive-grid\">\n        <div class=\"hero__content\">\n            <img decoding=\"async\" src=\"https:\/\/cdn.prod.website-files.com\/67af44c7202dd7f6d7cec826\/681b8ae14e09055248a8f5bd_sq-logo-svea.png\" alt=\"seQura Logo\" class=\"hero__logo\" \/>\n            <h3 class=\"hero__subtitle\">Enjoy total flexibility<\/h3>\n\n            <div>\n                <h2 style=\"margin: 0; line-height: 1;\">Pay at the pace you want<\/h2>\n                <h2 style=\"margin: 0; line-height: 1.2;\" class=\"hero__title-highlighted\">from 3 to 12 months<\/h2>\n                <h3 class=\"hero__subtitle\">Choose seQura at the time of payment<br> e dividi i tuoi acquisti come\n                    preferisci<\/h3>\n            <\/div>\n        <\/div>\n        <div class=\"hero__image-container\">\n            <img decoding=\"async\" src=\"https:\/\/cdn.prod.website-files.com\/660bca16836e5f6467add994\/67bf5d0b7ce97645410b67ed_Pantalla%20Movil_IT.png\"\n                alt=\"seQura\" class=\"hero__image\" \/>\n        <\/div>\n    <\/div>\n\n    <div class=\"com_banner\">\n        <p>Need help to complete your purchase? Contact us at 800126349<\/p>\n    <\/div>\n\n    <div class=\"text-center padding-vertical padding-vertical--large\">\n        <h5>Buy with confidence\n        <\/h5>\n        <h2 class=\"margin-bottom margin-bottom--medium\">How do instalment payments work? <\/h2>\n\n        <div class=\"steps\">\n            <div class=\"steps__item\">\n                <p class=\"steps__title\">Select <b>\u201cseQura\u201d<\/b> as a payment method when processing your order.\n                <\/p>\n                <img decoding=\"async\" src=\"https:\/\/cdn.prod.website-files.com\/67af44c7202dd7f6d7cec826\/67af44c7202dd7f6d7cec8a4_sq-lpint-selection.png\"\n                    class=\"steps__image\" alt=\"Selecciona seQura\" \/>\n            <\/div>\n            <div class=\"steps__item\">\n                <p class=\"steps__title\"><b>Choose how you want to pay,<\/b>\n                    from 3 to 12 months. What is more convenient to you!<\/p>\n                <img decoding=\"async\" src=\"https:\/\/cdn.prod.website-files.com\/67af44c7202dd7f6d7cec826\/67af44c7202dd7f6d7cec8a2_sq-lpint-time.png\"\n                    class=\"steps__image\" alt=\"Fracciona el pago\" \/>\n            <\/div>\n            <div class=\"steps__item\">\n                <p class=\"steps__title\">Enter your data, add your card and the game is done.\n                    <b>Buy now and pay as you prefer!<\/b>\n                <\/p>\n                <img decoding=\"async\" src=\"https:\/\/cdn.prod.website-files.com\/67af44c7202dd7f6d7cec826\/67af44c7202dd7f6d7cec8a3_sq-lpint-cards.png\"\n                    class=\"steps__image\" alt=\"Sin papeleos\" \/>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"text-center padding-vertical padding-vertical--large why-sequra\">\n        <h2 class=\"margin-bottom margin-bottom--medium\">Why pay with seQura<\/h2>\n        <div class=\"steps-text\">\n            <div class=\"steps__item-text\">\n                <img decoding=\"async\" src=\"https:\/\/cdn.prod.website-files.com\/62b803c519da726951bd71c2\/680a43f542d9e2348937aa4f_icon_sinsorpresas.png\"\n                    alt=\"Sin sorpresas\" \/>\n                <h5>No surprises<\/h5>\n                <p>That you pay in 3 or 12 months, our costs are clear, so you can buy in peace of mind.\n                <\/p>\n            <\/div>\n            <div class=\"steps__item-text\">\n                <img decoding=\"async\" src=\"https:\/\/cdn.prod.website-files.com\/62b803c519da726951bd71c2\/680a43f551b83554148aa90e_icon_sin_esperas.png\"\n                    alt=\"Sin esperas\" \/>\n                <h5>No waiting<\/h5>\n                <p>Sappiamo che il tuo tempo \u00e8 importante, ecco perch\u00e9 fare acquisti con noi \u00e8 un processo comodo,\n                    facile e immediato.\n            <\/div>\n            <div class=\"steps__item-text\">\n                <img decoding=\"async\" src=\"https:\/\/cdn.prod.website-files.com\/62b803c519da726951bd71c2\/680a43f55d8e9fcad5e39257_icon_con_seguridad.png\"\n                    alt=\"Con seguridad\" \/>\n                <h5>Safety<\/h5>\n                <p>Dovrai inserire i tuoi dati una sola volta, al momento del tuo primo acquisto. Per i prossimi sar\u00e0\n                    tutto pronto!<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"trust\">\n        <div class=\"trust__box\">\n            <h5>More than <\/h5>\n            <h5 class=\"highlighted\">2 million customers<\/h5>\n        <\/div>\n        <div><img decoding=\"async\"\n                src=\"https:\/\/cdn.prod.website-files.com\/67af44c7202dd7f6d7cec826\/67af44c7202dd7f6d7cec8a5_67951f322556a4d7685a8b60_sq-trustpilot-avatars.png\"\n                class=\"trust__logo\" alt=\"Avatares Trustpilot\"><\/div>\n        <div><img decoding=\"async\"\n                src=\"https:\/\/cdn.prod.website-files.com\/67af44c7202dd7f6d7cec826\/67af44c7202dd7f6d7cec8a6_67951fb13a1878801083d4df_sq-trustpilot-logo.png\"\n                class=\"trust__logo\" alt=\"Logo Trustpilot\"><\/div>\n    <\/div>\n\n    <div class=\"svea_banner\">\n        <h2>What are seQura and SVEA?<\/h2>\n        <p>Financing is provided by SVEA Bank AB, a Swedish financial institution operating in several European countries for more than 40 years. seQura provides the technology for a fast, simple and secure purchase experience. This is why both brands may appear at different stages of the purchase process.\n        <\/p>\n    <\/div>\n\n    <div class=\"text-center faq\">\n        <h2 class=\"faq__title\">Any questions?<\/h2>\n        <a href=\"https:\/\/www.sequra.com\/it\/faq#shoppers\" target=\"_blank\" class=\"faq__link\" rel=\"noopener\">\n            Frequently asked questions\n        <\/a>\n    <\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Con seQura su GamingBross puoi scegliere pagamenti flessibili per il tuo PC gaming direttamente al checkout, con procedura chiara e sicura.<\/p>","protected":false},"author":5678,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_joinchat":[],"footnotes":""},"class_list":["post-121552","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/gamingbross.com\/en\/wp-json\/wp\/v2\/pages\/121552","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gamingbross.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gamingbross.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gamingbross.com\/en\/wp-json\/wp\/v2\/users\/5678"}],"replies":[{"embeddable":true,"href":"https:\/\/gamingbross.com\/en\/wp-json\/wp\/v2\/comments?post=121552"}],"version-history":[{"count":0,"href":"https:\/\/gamingbross.com\/en\/wp-json\/wp\/v2\/pages\/121552\/revisions"}],"wp:attachment":[{"href":"https:\/\/gamingbross.com\/en\/wp-json\/wp\/v2\/media?parent=121552"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}