   :root {
        --base-blue-color: #0083B2;
    }

    .form-text-center {
        text-align: center;
    }

    .popup-image-source {
        display: none;
    }

    [clp-action] {
        cursor: pointer;
    }

    .box-alert {
        color: red;
        margin: 8px auto;
        text-align: center;
    }

    .clp-hidden-elements {
        display: none;
    }

    .container-form.form-desktop {
        margin-right: auto;
        margin-left: auto;
        max-width: 670px;
        width: 100%;
        display: none;
    }

    .fieldset-border {
        border: 2px groove #000;
        background-color: #EBEBEB;
        padding: 0 15px;
    }

    .fieldset-desc {
        padding: 0 10px;
        font-size: 26px;
        font-weight: bold;
        color: var(--base-blue-color);
        width: auto;
    }

    .badges-top {
        margin: 20px 0 35px;
    }

    .badges-top img {
        display: block;
        margin: 0 auto;
    }

    .form {
    text-align: start;
    }

    .form-top-descriptrion {
        margin-bottom: 40px;
    }

    .form-box {
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        font-size: 16px;
    }

    .form-labels {
        margin-bottom: 30px;
    }

    .form-label {
        width: 30%;
        text-align: right;
        margin-right: 10px;
        font-weight: bold;
    }

    .form-label span {
        color: red;
    }

    .form-input {
        width: 50%;
        padding: 5px;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        border: 1px solid #707070;
        outline: 0;
    }

    .form-input:focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgb(0 123 255);
    }

    .form-payment-box {
        align-items: flex-start;
    }

    .payment-input-box {
        margin-bottom: 15px;
        display: flex;
        align-items: baseline;
        column-gap: 5px;
    }

    .payment-input {
        margin-right: 5px;
    }

    .delivery-input-box {
        display: flex;
    }

    .delivery-input {
        margin-right: 5px;
    }

    .form-delivery-box {
        align-items: flex-start;
    }

    .delivery-price {
        margin-top: 2px;
        margin-left: 25px;
        float: right;
    }

    .form-submit-btn {
        max-width: 95%;
        width: 95%;
        margin: 0 auto;
        display: block;
        font-size: 25px;
        color: #FFF;
        background-color: var(--base-blue-color);
        border: 2px solid var(--base-blue-color);
        cursor: pointer;
        text-decoration: underline;
        padding: 20px 5px;
        text-align: center;
        border-radius: 15px;
        font-weight: bold;
        margin-bottom: 30px;
    }

    .payment-images,
    .payment-images-mobile {
        text-align: center;
        margin-bottom: 20px;
    }

    .container-form.form-mobile {
        max-width: 100%;
        display: none;
    }

    .alert-border {
        border: 1px solid red !important;
    }

    /*@media (max-width: 767.98px) {*/
    .container-form.form-desktop {
        display: none;
    }

    .container-form.form-mobile {
        display: block;
        max-width: 360px;
        margin: 0 auto;
    }

    .form-mobile-title {
        font-size: 24px;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .badges-top-mobile {
        text-align: center;
        margin-bottom: 25px;
    }

    .badges-top-mobile img {
        max-width: 100%;
    }

    .steps {
        display: flex;
        justify-content: space-between;
        font-size: 12px;
        padding: 0 20px;
        margin-bottom: 15px;
    }

    .steps span {
        text-align: center;
    }

    .progress-bar-form {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

    .progress-bar-two {
        display: none;
    }

    .lock-mobile {
        display: block;
        margin: 15px auto;
    }

    .form-mobile-step-two {
        display: none;
    }

    .form-mobile-input {
        display: block;
        margin: 0 auto;
        width: 95%;
        margin-bottom: 10px;
        font-size: 16px;
        padding: 15px;
        border: 1px solid #969696;
        border-radius: 3px;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .form-mobile-input:focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgb(0 123 255);
    }

    .step-next-btn,
    .step-next-btn-virtual,
    .form-sumbit-mobile-btn {
        position: relative;
        width: 95%;
        background-color: #0076CD;
        border: 2px solid #0076CD;
        padding: 15px 5px;
        text-align: center;
        font-size: 16px;
        color: #FFF;
        cursor: pointer;
        border-radius: 5px;
        display: block;
        margin: 20px auto 0;
    }

    .step-next-btn .big,
    .step-next-btn-virtual .big,
    .form-sumbit-mobile-btn .big {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .step-next-btn img,
    .step-next-btn-virtual img,
    .form-sumbit-mobile-btn img {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
    }

    .form-mobile-text {
        max-width: 95%;
        font-size: 16px;
        margin: 0 auto 10px;
    }

    .form-mobile-payment,
    .form-mobile-delivery {
        max-width: 95%;
        margin: 0 auto 20px;
    }

    .form-mobile-payment-box,
    .form-mobile-delivery-box {
        display: flex;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .form-mobile-payment-box input,
    .form-mobile-delivery-box input {
        margin-right: 10px;
    }

    .payment-images-mobile {
        margin-top: 25px;
    }

    .next-step-desc {
        font-size: 16px;
        text-align: center;
        color: #646569;
    }

    .next-step-desc .big {
        color: #383838;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 18px;
    }

    /*}*/

    /*@media (max-width: 359.98px) {*/
    .steps {
        padding: 0;
    }

    /*}*/

    .error {
        border: 2px solid #ff0000;
    }

    .form-alert-red {
        border: 1px solid #E94242;
        padding: 20px;
        max-width: 640px;
        margin: 0 auto;
        margin-bottom: 20px;
        background: #A7A7070A;
    }

    .form-alert-icon {
        width: 20px;
        float: left;
        margin-right: 10px;
    }

    .form-alert-image {
        width: 100%;
    }

    .form-alert-text {
        width: calc(100% - 30px);
    }

    .form-alert-clear {
        clear: both;
    }

    .form-mobile-input-prefix {
        border-right: none !important;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        width: 25%;
        margin-left: 8px;
        padding: 14px;
        margin-right: 0;
        background: transparent;
        -moz-appearance: auto !important;
        -webkit-appearance: auto !important;
        appearance: auto !important;
    }

    .form-mobile-input-phone {
        border-left: none !important;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        width: 70%;
        margin-left: 0;
    }

    select {
        /*-moz-appearance: none;*/
        /*-webkit-appearance: none;*/
        /*appearance: none;*/
        line-height: 24px;
    }

    .flex-phone-number {
        display: flex;
    }

    .js-virtual-step3 {
        display: none;
    }

      .form-mobile-step-two {
        margin-top: 14px;
        display: block;
    }

    .validation-alert {
        color: #ff0000;
        text-align: center;
        display: block;
        width: 100%;
        margin-bottom: 10px;
        z-index: 1;
    }

    .flex-phone-number {
        flex-wrap: wrap;
    }

    .error {
        border: 1px solid #969696;
    }

    .input-country-flag {
        margin: 0;
        width: 100%;
        padding: 4px 8px;
        height: 46px;
        border: 1px solid #868686;
        border-width: 0 0 1px 0;
    }

    .input-country-flag::placeholder {
        font-size: 16px;
        font-family: Satoshi, Arial, sans-serif;
    }

    .select-country-flag {
        font-size: 16px;
        font-family: Satoshi, Arial, sans-serif;
        height: 46px;
        line-height: 46px;
    }

    .select-country-flag:hover {
        background: #F6F6F6;
    }

     .v-loader {
        display: none;
        width: 60px;
        aspect-ratio: 4;
        --_g: no-repeat radial-gradient(circle closest-side, #FFFFFF 90%, #0000);
        background: var(--_g) 0% 50%,
        var(--_g) 50% 50%,
        var(--_g) 100% 50%;
        background-size: calc(100% / 3) 100%;
        animation: l7 1s infinite linear;
        margin: 0 auto;
    }

    @keyframes l7 {
        33% {
            background-size: calc(100% / 3) 0%, calc(100% / 3) 100%, calc(100% / 3) 100%
        }
        50% {
            background-size: calc(100% / 3) 100%, calc(100% / 3) 0%, calc(100% / 3) 100%
        }
        66% {
            background-size: calc(100% / 3) 100%, calc(100% / 3) 100%, calc(100% / 3) 0%
        }
    }

    .js-send-button span {
        display: block;
    }

     @font-face {
        font-family: webflow-icons;
        src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: webflow-icons;
        src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
        font-weight: normal;
        font-style: normal;
    }
    .form-css [class^="w-icon-"], .form-css [class*=" w-icon-"] {
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        font-family: webflow-icons !important;
    }
    .form-css [class^="w-icon-"], .form-css [class*=" w-icon-"] {
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        font-family: webflow-icons !important;
    }
    .form-css [class^="w-icon-"], .form-css [class*=" w-icon-"] {
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        font-family: webflow-icons !important;
    }
    .form-css [class^="w-icon-"], .form-css [class*=" w-icon-"] {
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        font-family: webflow-icons !important;
    }
    .form-css .body {
        margin: 0px;
        min-height: 100%;
        background-color: white;
        font-family: Arial, sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #333;
    }
    .form-css .body {
        margin: 0px;
        min-height: 100%;
        background-color: white;
        font-family: Arial, sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #333;
    }
    .form-css .body {
        margin: 0px;
        min-height: 100%;
        background-color: white;
        font-family: Arial, sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #333;
    }
    .form-css .w-button {
        display: inline-block;
        padding: 9px 15px;
        background-color: #3898ec;
        color: white;
        border: 0px;
        line-height: inherit;
        text-decoration: none;
        cursor: pointer;
        border-radius: 0px;
    }
    .form-css .w-button {
        display: inline-block;
        padding: 9px 15px;
        background-color: #3898ec;
        color: white;
        border: 0px;
        line-height: inherit;
        text-decoration: none;
        cursor: pointer;
        border-radius: 0px;
    }
    .form-css .w-webflow-badge, .form-css .w-webflow-badge > img {
        box-sizing: unset;
        width: unset;
        height: unset;
        max-height: unset;
        max-width: unset;
        min-height: unset;
        min-width: unset;
        margin: unset;
        padding: unset;
        float: unset;
        clear: unset;
        border: unset;
        border-radius: unset;
        background: unset;
        box-shadow: unset;
        transform: unset;
        transition: unset;
        direction: unset;
        font-family: unset;
        font-weight: unset;
        color: unset;
        font-size: unset;
        line-height: unset;
        font-style: unset;
        font-variant: unset;
        text-align: unset;
        letter-spacing: unset;
        text-decoration: unset;
        text-indent: unset;
        text-transform: unset;
        list-style-type: unset;
        text-shadow: unset;
        vertical-align: unset;
        cursor: unset;
        white-space: unset;
        word-break: unset;
        word-spacing: unset;
        overflow-wrap: unset;
    }
    .form-css .w-webflow-badge, .form-css .w-webflow-badge > img {
        box-sizing: unset;
        width: unset;
        height: unset;
        max-height: unset;
        max-width: unset;
        min-height: unset;
        min-width: unset;
        margin: unset;
        padding: unset;
        float: unset;
        clear: unset;
        border: unset;
        border-radius: unset;
        background: unset;
        box-shadow: unset;
        transform: unset;
        transition: unset;
        direction: unset;
        font-family: unset;
        font-weight: unset;
        color: unset;
        font-size: unset;
        line-height: unset;
        font-style: unset;
        font-variant: unset;
        text-align: unset;
        letter-spacing: unset;
        text-decoration: unset;
        text-indent: unset;
        text-transform: unset;
        list-style-type: unset;
        text-shadow: unset;
        vertical-align: unset;
        cursor: unset;
        white-space: unset;
        word-break: unset;
        word-spacing: unset;
        overflow-wrap: unset;
    }
    .form-css .w-webflow-badge, .form-css .w-webflow-badge > img {
        box-sizing: unset;
        width: unset;
        height: unset;
        max-height: unset;
        max-width: unset;
        min-height: unset;
        min-width: unset;
        margin: unset;
        padding: unset;
        float: unset;
        clear: unset;
        border: unset;
        border-radius: unset;
        background: unset;
        box-shadow: unset;
        transform: unset;
        transition: unset;
        direction: unset;
        font-family: unset;
        font-weight: unset;
        color: unset;
        font-size: unset;
        line-height: unset;
        font-style: unset;
        font-variant: unset;
        text-align: unset;
        letter-spacing: unset;
        text-decoration: unset;
        text-indent: unset;
        text-transform: unset;
        list-style-type: unset;
        text-shadow: unset;
        vertical-align: unset;
        cursor: unset;
        white-space: unset;
        word-break: unset;
        word-spacing: unset;
        overflow-wrap: unset;
    }
    .form-css .w-webflow-badge, .form-css .w-webflow-badge > img {
        box-sizing: unset;
        width: unset;
        height: unset;
        max-height: unset;
        max-width: unset;
        min-height: unset;
        min-width: unset;
        margin: unset;
        padding: unset;
        float: unset;
        clear: unset;
        border: unset;
        border-radius: unset;
        background: unset;
        box-shadow: unset;
        transform: unset;
        transition: unset;
        direction: unset;
        font-family: unset;
        font-weight: unset;
        color: unset;
        font-size: unset;
        line-height: unset;
        font-style: unset;
        font-variant: unset;
        text-align: unset;
        letter-spacing: unset;
        text-decoration: unset;
        text-indent: unset;
        text-transform: unset;
        list-style-type: unset;
        text-shadow: unset;
        vertical-align: unset;
        cursor: unset;
        white-space: unset;
        word-break: unset;
        word-spacing: unset;
        overflow-wrap: unset;
    }
    .form-css .w-webflow-badge, .form-css .w-webflow-badge > img {
        box-sizing: unset;
        width: unset;
        height: unset;
        max-height: unset;
        max-width: unset;
        min-height: unset;
        min-width: unset;
        margin: unset;
        padding: unset;
        float: unset;
        clear: unset;
        border: unset;
        border-radius: unset;
        background: unset;
        box-shadow: unset;
        transform: unset;
        transition: unset;
        direction: unset;
        font-family: unset;
        font-weight: unset;
        color: unset;
        font-size: unset;
        line-height: unset;
        font-style: unset;
        font-variant: unset;
        text-align: unset;
        letter-spacing: unset;
        text-decoration: unset;
        text-indent: unset;
        text-transform: unset;
        list-style-type: unset;
        text-shadow: unset;
        vertical-align: unset;
        cursor: unset;
        white-space: unset;
        word-break: unset;
        word-spacing: unset;
        overflow-wrap: unset;
    }
    .form-css .w-webflow-badge, .form-css .w-webflow-badge > img {
        box-sizing: unset;
        width: unset;
        height: unset;
        max-height: unset;
        max-width: unset;
        min-height: unset;
        min-width: unset;
        margin: unset;
        padding: unset;
        float: unset;
        clear: unset;
        border: unset;
        border-radius: unset;
        background: unset;
        box-shadow: unset;
        transform: unset;
        transition: unset;
        direction: unset;
        font-family: unset;
        font-weight: unset;
        color: unset;
        font-size: unset;
        line-height: unset;
        font-style: unset;
        font-variant: unset;
        text-align: unset;
        letter-spacing: unset;
        text-decoration: unset;
        text-indent: unset;
        text-transform: unset;
        list-style-type: unset;
        text-shadow: unset;
        vertical-align: unset;
        cursor: unset;
        white-space: unset;
        word-break: unset;
        word-spacing: unset;
        overflow-wrap: unset;
    }
    .form-css .w-webflow-badge, .form-css .w-webflow-badge > img {
        box-sizing: unset;
        width: unset;
        height: unset;
        max-height: unset;
        max-width: unset;
        min-height: unset;
        min-width: unset;
        margin: unset;
        padding: unset;
        float: unset;
        clear: unset;
        border: unset;
        border-radius: unset;
        background: unset;
        box-shadow: unset;
        transform: unset;
        transition: unset;
        direction: unset;
        font-family: unset;
        font-weight: unset;
        color: unset;
        font-size: unset;
        line-height: unset;
        font-style: unset;
        font-variant: unset;
        text-align: unset;
        letter-spacing: unset;
        text-decoration: unset;
        text-indent: unset;
        text-transform: unset;
        list-style-type: unset;
        text-shadow: unset;
        vertical-align: unset;
        cursor: unset;
        white-space: unset;
        word-break: unset;
        word-spacing: unset;
        overflow-wrap: unset;
    }
    .form-css .w-webflow-badge, .form-css .w-webflow-badge > img {
        box-sizing: unset;
        width: unset;
        height: unset;
        max-height: unset;
        max-width: unset;
        min-height: unset;
        min-width: unset;
        margin: unset;
        padding: unset;
        float: unset;
        clear: unset;
        border: unset;
        border-radius: unset;
        background: unset;
        box-shadow: unset;
        transform: unset;
        transition: unset;
        direction: unset;
        font-family: unset;
        font-weight: unset;
        color: unset;
        font-size: unset;
        line-height: unset;
        font-style: unset;
        font-variant: unset;
        text-align: unset;
        letter-spacing: unset;
        text-decoration: unset;
        text-indent: unset;
        text-transform: unset;
        list-style-type: unset;
        text-shadow: unset;
        vertical-align: unset;
        cursor: unset;
        white-space: unset;
        word-break: unset;
        word-spacing: unset;
        overflow-wrap: unset;
    }
    .form-css .w-webflow-badge {
        white-space: nowrap;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 1px 3px;
        cursor: pointer;
        position: fixed !important;
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 2147483647 !important;
        inset: auto 12px 12px auto !important;
        color: #aaadb0 !important;
        background-color: white !important;
        border-radius: 3px !important;
        padding: 6px !important;
        font-size: 12px !important;
        line-height: 14px !important;
        text-decoration: none !important;
        transform: none !important;
        margin: 0px !important;
        width: auto !important;
        height: auto !important;
        overflow: unset !important;
    }
    .form-css .w-webflow-badge {
        white-space: nowrap;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 1px 3px;
        cursor: pointer;
        position: fixed !important;
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 2147483647 !important;
        inset: auto 12px 12px auto !important;
        color: #aaadb0 !important;
        background-color: white !important;
        border-radius: 3px !important;
        padding: 6px !important;
        font-size: 12px !important;
        line-height: 14px !important;
        text-decoration: none !important;
        transform: none !important;
        margin: 0px !important;
        width: auto !important;
        height: auto !important;
        overflow: unset !important;
    }
    .form-css .w-webflow-badge {
        white-space: nowrap;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 1px 3px;
        cursor: pointer;
        position: fixed !important;
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 2147483647 !important;
        inset: auto 12px 12px auto !important;
        color: #aaadb0 !important;
        background-color: white !important;
        border-radius: 3px !important;
        padding: 6px !important;
        font-size: 12px !important;
        line-height: 14px !important;
        text-decoration: none !important;
        transform: none !important;
        margin: 0px !important;
        width: auto !important;
        height: auto !important;
        overflow: unset !important;
    }
    .form-css h1, .form-css h2, .form-css h3, .form-css h4, .form-css h5, .form-css h6 {
        font-weight: bold;
        margin-bottom: 10px;
    }
    .form-css h1 {
        font-size: 38px;
        line-height: 44px;
        margin-top: 20px;
    }
    .form-css h1 {
        font-size: 38px;
        line-height: 44px;
        margin-top: 20px;
    }
    .form-css h2 {
        font-size: 32px;
        line-height: 36px;
        margin-top: 20px;
    }
    .form-css h2 {
        font-size: 32px;
        line-height: 36px;
        margin-top: 20px;
    }
    .form-css h3 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 20px;
    }
    .form-css h3 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 20px;
    }
    .form-css h4 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 10px;
    }
    .form-css h4 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 10px;
    }
    .form-css h5 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }
    .form-css h5 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }
    .form-css h6 {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
    }
    .form-css h6 {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
    }
    .form-css blockquote {
        margin: 0px 0px 10px;
        padding: 10px 20px;
        border-left: 5px solid #e2e2e2;
        font-size: 18px;
        line-height: 22px;
    }
    .form-css blockquote {
        margin: 0px 0px 10px;
        padding: 10px 20px;
        border-left: 5px solid #e2e2e2;
        font-size: 18px;
        line-height: 22px;
    }
    .form-css figcaption {
        margin-top: 5px;
        text-align: center;
    }
    .form-css .w-form-done {
        display: none;
        padding: 20px;
        text-align: center;
        background-color: #ddd;
    }
    .form-css label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }
    .form-css .w-input, .form-css .w-select {
        display: block;
        width: 100%;
        height: 38px;
        padding: 8px 12px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.42857;
        color: #333;
        vertical-align: middle;
        background-color: white;
        border: 1px solid #ccc;
    }
    .form-css .w-input, .form-css .w-select {
        display: block;
        width: 100%;
        height: 38px;
        padding: 8px 12px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.42857;
        color: #333;
        vertical-align: middle;
        background-color: white;
        border: 1px solid #ccc;
    }
    .form-css .w-form-label {
        display: inline-block;
        cursor: pointer;
        font-weight: normal;
        margin-bottom: 0px;
    }
    .form-css .w-radio-input {
        margin: 4px 0px 0px -20px;
        line-height: normal;
        float: left;
    }
    .form-css .w-file-upload-uploading-btn {
        display: flex;
        font-size: 14px;
        font-weight: normal;
        cursor: pointer;
        margin: 0px;
        padding: 8px 12px;
        border: 1px solid #ccc;
        background-color: #fafafa;
    }
    .form-css .w-file-upload-uploading-btn {
        display: flex;
        font-size: 14px;
        font-weight: normal;
        cursor: pointer;
        margin: 0px;
        padding: 8px 12px;
        border: 1px solid #ccc;
        background-color: #fafafa;
    }
    .form-css .w-file-upload-file-name {
        font-size: 14px;
        font-weight: normal;
        display: block;
    }
    .form-css .w-file-upload-file-name {
        font-size: 14px;
        font-weight: normal;
        display: block;
    }
    .form-css .w-icon-file-upload-remove {
        margin: auto;
        font-size: 10px;
    }
    .form-css .w-file-upload-info {
        display: inline-block;
        line-height: 38px;
        padding: 0px 12px;
    }
    .form-css .w-file-upload-label {
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
        cursor: pointer;
        margin: 0px;
        padding: 8px 12px;
        border: 1px solid #ccc;
        background-color: #fafafa;
    }
    .form-css .w-file-upload-label {
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
        cursor: pointer;
        margin: 0px;
        padding: 8px 12px;
        border: 1px solid #ccc;
        background-color: #fafafa;
    }
    .form-css .w-widget-map .gm-style-iw {
        text-align: center;
    }
    .form-css .w-widget-twitter-count-shim {
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 28px;
        height: 20px;
        text-align: center;
        background: white;
        border: 1px solid #758696;
        border-radius: 3px;
    }
    .form-css .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
        position: relative;
        font-size: 15px;
        line-height: 12px;
        text-align: center;
        color: #999;
        font-family: serif;
    }
    .form-css .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
        position: relative;
        font-size: 15px;
        line-height: 12px;
        text-align: center;
        color: #999;
        font-family: serif;
    }
    .form-css .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
        position: relative;
        font-size: 15px;
        line-height: 12px;
        text-align: center;
        color: #999;
        font-family: serif;
    }
    .form-css .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
        position: relative;
        font-size: 15px;
        line-height: 12px;
        text-align: center;
        color: #999;
        font-family: serif;
    }
    .form-css .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 18px;
    }
    .form-css .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 18px;
    }
    .form-css .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 22px;
    }
    .form-css .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 22px;
    }
    .form-css .w-slider {
        position: relative;
        height: 300px;
        text-align: center;
        background: #ddd;
        clear: both;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .form-css .w-slide {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: 100%;
        white-space: normal;
        text-align: left;
    }
    .form-css .w-slider-nav {
        position: absolute;
        z-index: 2;
        inset: auto 0px 0px;
        margin: auto;
        padding-top: 10px;
        height: 40px;
        text-align: center;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .form-css .w-slider-nav.w-num > div {
        width: auto;
        height: auto;
        padding: 0.2em 0.5em;
        font-size: inherit;
        line-height: inherit;
    }
    .form-css .w-slider-nav.w-num > div {
        width: auto;
        height: auto;
        padding: 0.2em 0.5em;
        font-size: inherit;
        line-height: inherit;
    }
    .form-css .w-slider-arrow-left, .form-css .w-slider-arrow-right {
        position: absolute;
        width: 80px;
        inset: 0px;
        margin: auto;
        cursor: pointer;
        overflow: hidden;
        color: white;
        font-size: 40px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        user-select: none;
    }
    .form-css .w-dropdown {
        display: inline-block;
        position: relative;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        z-index: 900;
    }
    .form-css .w-dropdown-btn, .form-css .w-dropdown-toggle, .form-css .w-dropdown-link {
        position: relative;
        vertical-align: top;
        text-decoration: none;
        color: #222;
        padding: 20px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        white-space: nowrap;
    }
    .form-css .w-dropdown-btn, .form-css .w-dropdown-toggle, .form-css .w-dropdown-link {
        position: relative;
        vertical-align: top;
        text-decoration: none;
        color: #222;
        padding: 20px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        white-space: nowrap;
    }
    .form-css .w-lightbox-backdrop {
        cursor: auto;
        font-style: normal;
        letter-spacing: normal;
        list-style: disc;
        text-indent: 0px;
        text-shadow: none;
        text-transform: none;
        visibility: visible;
        white-space: normal;
        word-break: normal;
        word-spacing: normal;
        overflow-wrap: normal;
        position: fixed;
        inset: 0px;
        color: white;
        font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
        font-size: 17px;
        line-height: 1.2;
        font-weight: 300;
        text-align: center;
        background: rgba(0, 0, 0, 0.9);
        z-index: 2000;
        outline: 0px;
        opacity: 0;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        transform: translate(0px, 0px);
    }
    .form-css .w-lightbox-backdrop {
        cursor: auto;
        font-style: normal;
        letter-spacing: normal;
        list-style: disc;
        text-indent: 0px;
        text-shadow: none;
        text-transform: none;
        visibility: visible;
        white-space: normal;
        word-break: normal;
        word-spacing: normal;
        overflow-wrap: normal;
        position: fixed;
        inset: 0px;
        color: white;
        font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
        font-size: 17px;
        line-height: 1.2;
        font-weight: 300;
        text-align: center;
        background: rgba(0, 0, 0, 0.9);
        z-index: 2000;
        outline: 0px;
        opacity: 0;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        transform: translate(0px, 0px);
    }
    .form-css .w-lightbox-backdrop {
        cursor: auto;
        font-style: normal;
        letter-spacing: normal;
        list-style: disc;
        text-indent: 0px;
        text-shadow: none;
        text-transform: none;
        visibility: visible;
        white-space: normal;
        word-break: normal;
        word-spacing: normal;
        overflow-wrap: normal;
        position: fixed;
        inset: 0px;
        color: white;
        font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
        font-size: 17px;
        line-height: 1.2;
        font-weight: 300;
        text-align: center;
        background: rgba(0, 0, 0, 0.9);
        z-index: 2000;
        outline: 0px;
        opacity: 0;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        transform: translate(0px, 0px);
    }
    .form-css .w-lightbox-backdrop {
        cursor: auto;
        font-style: normal;
        letter-spacing: normal;
        list-style: disc;
        text-indent: 0px;
        text-shadow: none;
        text-transform: none;
        visibility: visible;
        white-space: normal;
        word-break: normal;
        word-spacing: normal;
        overflow-wrap: normal;
        position: fixed;
        inset: 0px;
        color: white;
        font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
        font-size: 17px;
        line-height: 1.2;
        font-weight: 300;
        text-align: center;
        background: rgba(0, 0, 0, 0.9);
        z-index: 2000;
        outline: 0px;
        opacity: 0;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        transform: translate(0px, 0px);
    }
    .form-css .w-lightbox-backdrop {
        cursor: auto;
        font-style: normal;
        letter-spacing: normal;
        list-style: disc;
        text-indent: 0px;
        text-shadow: none;
        text-transform: none;
        visibility: visible;
        white-space: normal;
        word-break: normal;
        word-spacing: normal;
        overflow-wrap: normal;
        position: fixed;
        inset: 0px;
        color: white;
        font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
        font-size: 17px;
        line-height: 1.2;
        font-weight: 300;
        text-align: center;
        background: rgba(0, 0, 0, 0.9);
        z-index: 2000;
        outline: 0px;
        opacity: 0;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        transform: translate(0px, 0px);
    }
    .form-css .w-lightbox-backdrop {
        cursor: auto;
        font-style: normal;
        letter-spacing: normal;
        list-style: disc;
        text-indent: 0px;
        text-shadow: none;
        text-transform: none;
        visibility: visible;
        white-space: normal;
        word-break: normal;
        word-spacing: normal;
        overflow-wrap: normal;
        position: fixed;
        inset: 0px;
        color: white;
        font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
        font-size: 17px;
        line-height: 1.2;
        font-weight: 300;
        text-align: center;
        background: rgba(0, 0, 0, 0.9);
        z-index: 2000;
        outline: 0px;
        opacity: 0;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        transform: translate(0px, 0px);
    }
    .form-css .w-lightbox-backdrop {
        cursor: auto;
        font-style: normal;
        letter-spacing: normal;
        list-style: disc;
        text-indent: 0px;
        text-shadow: none;
        text-transform: none;
        visibility: visible;
        white-space: normal;
        word-break: normal;
        word-spacing: normal;
        overflow-wrap: normal;
        position: fixed;
        inset: 0px;
        color: white;
        font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
        font-size: 17px;
        line-height: 1.2;
        font-weight: 300;
        text-align: center;
        background: rgba(0, 0, 0, 0.9);
        z-index: 2000;
        outline: 0px;
        opacity: 0;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        transform: translate(0px, 0px);
    }
    .form-css .w-lightbox-caption {
        position: absolute;
        right: 0px;
        bottom: 0px;
        left: 0px;
        padding: 0.5em 1em;
        background: rgba(0, 0, 0, 0.4);
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .form-css .w-lightbox-strip {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        padding: 0px 1vh;
        line-height: 0;
        white-space: nowrap;
        overflow: auto hidden;
    }
    .form-css .w-richtext figure div {
        font-size: 0px;
        color: transparent;
    }
    .form-css .w-richtext figure.w-richtext-align-center {
        margin-right: auto;
        margin-left: auto;
        clear: both;
    }
    .form-css .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .form-css .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
        max-width: 100%;
    }
    .form-css .w-richtext figure.w-richtext-align-normal {
        clear: both;
    }
    .form-css .w-richtext figure.w-richtext-align-fullwidth {
        width: 100%;
        max-width: 100%;
        text-align: center;
        clear: both;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .form-css .w-richtext figure.w-richtext-align-fullwidth > div {
        display: inline-block;
        padding-bottom: inherit;
    }
    .form-css .w-richtext figure.w-richtext-align-fullwidth > figcaption {
        display: block;
    }
    .form-css .w-richtext figure.w-richtext-align-floatleft {
        float: left;
        margin-right: 15px;
        clear: none;
    }
    .form-css .w-richtext figure.w-richtext-align-floatright {
        float: right;
        margin-left: 15px;
        clear: none;
    }
    .form-css .w-nav-brand {
        position: relative;
        float: left;
        text-decoration: none;
        color: #333;
    }
    .form-css .w-nav-link {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        color: #222;
        padding: 20px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
    .form-css .w-nav-link {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        color: #222;
        padding: 20px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
    .form-css [data-nav-menu-open] {
        position: absolute;
        top: 100%;
        left: 0px;
        right: 0px;
        background: #c8c8c8;
        text-align: center;
        overflow: visible;
        min-width: 200px;
        display: block !important;
    }
    .form-css .w-nav-button {
        position: relative;
        float: right;
        padding: 18px;
        font-size: 24px;
        display: none;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        user-select: none;
    }
    .form-css .w-tab-link {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        padding: 9px 30px;
        text-align: left;
        cursor: pointer;
        color: #222;
        background-color: #ddd;
    }
    .form-css .w-tab-link {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        padding: 9px 30px;
        text-align: left;
        cursor: pointer;
        color: #222;
        background-color: #ddd;
    }
    .form-css .heading {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 50px;
        line-height: 70px;
    }
    .form-css .heading {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 50px;
        line-height: 70px;
    }
    .form-css .heading {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 50px;
        line-height: 70px;
    }
    .form-css .heading {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 50px;
        line-height: 70px;
    }
    .form-css .paragraph {
        text-align: center;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        line-height: 32px;
    }
    .form-css .paragraph {
        text-align: center;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        line-height: 32px;
    }
    .form-css .paragraph {
        text-align: center;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        line-height: 32px;
    }
    .form-css .paragraph {
        text-align: center;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        line-height: 32px;
    }
    .form-css .heading-2 {
        color: white;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 18px;
        line-height: 24px;
    }
    .form-css .heading-2 {
        color: white;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 18px;
        line-height: 24px;
    }
    .form-css .heading-2 {
        color: white;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 18px;
        line-height: 24px;
    }
    .form-css .stars {
        text-align: center;
    }
    .form-css .heading-3 {
        letter-spacing: 1.5px;
        margin-top: 4px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
    }
    .form-css .heading-3 {
        letter-spacing: 1.5px;
        margin-top: 4px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
    }
    .form-css .heading-3 {
        letter-spacing: 1.5px;
        margin-top: 4px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
    }
    .form-css .heading-3 {
        letter-spacing: 1.5px;
        margin-top: 4px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
    }
    .form-css .heading-3 {
        letter-spacing: 1.5px;
        margin-top: 4px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
    }
    .form-css .cena {
        margin-bottom: 0px;
        font-size: 24px;
        line-height: 32px;
    }
    .form-css .cena {
        margin-bottom: 0px;
        font-size: 24px;
        line-height: 32px;
    }
    .form-css .heading-4 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 40px;
        line-height: 54px;
    }
    .form-css .heading-4 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 40px;
        line-height: 54px;
    }
    .form-css .heading-4 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 40px;
        line-height: 54px;
    }
    .form-css .heading-5 {
        color: #868686;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        text-decoration: line-through;
    }
    .form-css .heading-5 {
        color: #868686;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        text-decoration: line-through;
    }
    .form-css .heading-5 {
        color: #868686;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        text-decoration: line-through;
    }
    .form-css .heading-5 {
        color: #868686;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        text-decoration: line-through;
    }
    .form-css .heading-5 {
        color: #868686;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        text-decoration: line-through;
    }
    .form-css .heading-6 {
        color: #ba1010;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        line-height: 32px;
    }
    .form-css .heading-6 {
        color: #ba1010;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        line-height: 32px;
    }
    .form-css .heading-6 {
        color: #ba1010;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        line-height: 32px;
    }
    .form-css .heading-6 {
        color: #ba1010;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        line-height: 32px;
    }
    .form-css .heading-7 {
        text-align: center;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }
    .form-css .heading-7 {
        text-align: center;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }
    .form-css .heading-7 {
        text-align: center;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }
    .form-css .heading-7 {
        text-align: center;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }
    .form-css .heading-7 {
        text-align: center;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }
    .form-css .heading-7 {
        text-align: center;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }
    .form-css .heading-8 {
        text-align: center;
        background-color: #ffc300;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 4px 12px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }
    .form-css .heading-8 {
        text-align: center;
        background-color: #ffc300;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 4px 12px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }
    .form-css .heading-8 {
        text-align: center;
        background-color: #ffc300;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 4px 12px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }
    .form-css .heading-8 {
        text-align: center;
        background-color: #ffc300;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 4px 12px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }
    .form-css .heading-8 {
        text-align: center;
        background-color: #ffc300;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 4px 12px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }
    .form-css .heading-9 {
        text-align: center;
        max-width: 70%;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
    }
    .form-css .heading-9 {
        text-align: center;
        max-width: 70%;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
    }
    .form-css .heading-9 {
        text-align: center;
        max-width: 70%;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
    }
    .form-css .heading-9 {
        text-align: center;
        max-width: 70%;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
    }
    .form-css .heading-9 {
        text-align: center;
        max-width: 70%;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
    }
    .form-css .text-field {
        color: black;
        border: 1px solid green;
        border-radius: 4px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .text-field {
        color: black;
        border: 1px solid green;
        border-radius: 4px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .text-field {
        color: black;
        border: 1px solid green;
        border-radius: 4px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .text-field-2 {
        color: black;
        border-radius: 4px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .text-field-2 {
        color: black;
        border-radius: 4px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .text-field-2 {
        color: black;
        border-radius: 4px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .heading-10 {
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 20px;
        line-height: 27px;
    }
    .form-css .heading-10 {
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 20px;
        line-height: 27px;
    }
    .form-css .heading-10 {
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 20px;
        line-height: 27px;
    }
    .form-css .heading-10 {
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 20px;
        line-height: 27px;
    }
    .form-css .paragraph-2, .form-css .paragraph-3 {
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 12px;
        line-height: 16px;
    }
    .form-css .paragraph-2, .form-css .paragraph-3 {
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 12px;
        line-height: 16px;
    }
    .form-css .paragraph-2, .form-css .paragraph-3 {
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 12px;
        line-height: 16px;
    }
    .form-css .text-field-copy {
        color: black;
        border-radius: 4px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .text-field-copy {
        color: black;
        border-radius: 4px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .text-field-copy {
        color: black;
        border-radius: 4px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .text-field-copy-copy {
        color: black;
        border-radius: 4px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .text-field-copy-copy {
        color: black;
        border-radius: 4px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .text-field-copy-copy {
        color: black;
        border-radius: 4px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .button {
        color: black;
        background-color: white;
        border: 1px solid #c3c3c3;
        border-radius: 4px;
        flex: 1 1 0%;
        justify-content: center;
        align-items: center;
        padding: 12px 40px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
        display: flex;
    }
    .form-css .button {
        color: black;
        background-color: white;
        border: 1px solid #c3c3c3;
        border-radius: 4px;
        flex: 1 1 0%;
        justify-content: center;
        align-items: center;
        padding: 12px 40px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
        display: flex;
    }
    .form-css .button {
        color: black;
        background-color: white;
        border: 1px solid #c3c3c3;
        border-radius: 4px;
        flex: 1 1 0%;
        justify-content: center;
        align-items: center;
        padding: 12px 40px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
        display: flex;
    }
    .form-css .button-2 {
        color: black;
        background-color: white;
        border: 1px solid #c3c3c3;
        border-radius: 4px;
        flex: 1 1 0%;
        justify-content: center;
        align-self: auto;
        align-items: center;
        padding: 12px 40px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
        display: flex;
    }
    .form-css .button-2 {
        color: black;
        background-color: white;
        border: 1px solid #c3c3c3;
        border-radius: 4px;
        flex: 1 1 0%;
        justify-content: center;
        align-self: auto;
        align-items: center;
        padding: 12px 40px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
        display: flex;
    }
    .form-css .button-2 {
        color: black;
        background-color: white;
        border: 1px solid #c3c3c3;
        border-radius: 4px;
        flex: 1 1 0%;
        justify-content: center;
        align-self: auto;
        align-items: center;
        padding: 12px 40px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
        display: flex;
    }
    .form-css .text-span {
        color: #868686;
        font-weight: 400;
        text-decoration: line-through;
    }
    .form-css .text-span {
        color: #868686;
        font-weight: 400;
        text-decoration: line-through;
    }
    .form-css .heading-10-copy {
        text-transform: none;
        margin-top: 8px;
        margin-bottom: 12px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 20px;
        line-height: 27px;
    }
    .form-css .heading-10-copy {
        text-transform: none;
        margin-top: 8px;
        margin-bottom: 12px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 20px;
        line-height: 27px;
    }
    .form-css .heading-10-copy {
        text-transform: none;
        margin-top: 8px;
        margin-bottom: 12px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 20px;
        line-height: 27px;
    }
    .form-css .heading-10-copy {
        text-transform: none;
        margin-top: 8px;
        margin-bottom: 12px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 20px;
        line-height: 27px;
    }
    .form-css .submit-button {
        background-color: #529a41;
        border-radius: 4px;
        padding: 15px 60px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
    }
    .form-css .submit-button {
        background-color: #529a41;
        border-radius: 4px;
        padding: 15px 60px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
    }
    .form-css .submit-button {
        background-color: #529a41;
        border-radius: 4px;
        padding: 15px 60px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
    }
    .form-css .submit-button {
        background-color: #529a41;
        border-radius: 4px;
        padding: 15px 60px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
    }
    .form-css .paragraph-4 {
        color: #333;
        text-align: center;
        margin-top: 8px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        line-height: 19px;
    }
    .form-css .paragraph-4 {
        color: #333;
        text-align: center;
        margin-top: 8px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        line-height: 19px;
    }
    .form-css .paragraph-4 {
        color: #333;
        text-align: center;
        margin-top: 8px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        line-height: 19px;
    }
    .form-css .text-span-2, .form-css .text-span-3 {
        color: #333;
        text-decoration: underline;
    }
    .form-css .heading-11 {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 12px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
    }
    .form-css .heading-11 {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 12px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
    }
    .form-css .heading-11 {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 12px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
    }
    .form-css .heading-11 {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 12px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
    }
    .form-css .heading-11 {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 12px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
    }
    .form-css .paragraph-5 {
        text-align: center;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }
    .form-css .paragraph-5 {
        text-align: center;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }
    .form-css .paragraph-5 {
        text-align: center;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }
    .form-css .paragraph-5 {
        text-align: center;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }
    .form-css .paragraph-5 {
        text-align: center;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }
    @media screen and (max-width: 991px) {
        .form-css .heading {
            font-size: 40px;
            line-height: 46px;
        }
        .form-css .paragraph {
            font-size: 22px;
        }
        .form-css .dwiekolumny {
            flex-flow: wrap;
            justify-content: center;
            align-items: flex-start;
            margin-top: 0px;
        }
        .form-css ._2kolumna {
            max-width: 560px;
        }
        .form-css .form {
            display: flex;
        }
        .form-css .div-block-3 {
            justify-content: center;
            align-self: stretch;
            align-items: center;
        }
        .form-css .heading-10-copy {
            align-self: auto;
            margin-bottom: 12px;
        }
        .form-css .form-copy {
            text-align: center;
            justify-content: flex-start;
            align-items: stretch;
            display: flex;
        }
        .form-css .div-block-3-copy {
            justify-content: center;
            align-self: stretch;
            align-items: stretch;
        }
        .form-css .div-block-5, .form-css .div-block-5-copy {
            border: 1px solid #cdcdcd;
            margin-left: 40px;
            margin-right: 40px;
        }
    }
    @media screen and (max-width: 991px) {
        .form-css .heading {
            font-size: 40px;
            line-height: 46px;
        }
        .form-css .paragraph {
            font-size: 22px;
        }
        .form-css .dwiekolumny {
            flex-flow: wrap;
            justify-content: center;
            align-items: flex-start;
            margin-top: 0px;
        }
        .form-css ._2kolumna {
            max-width: 560px;
        }
        .form-css .form {
            display: flex;
        }
        .form-css .div-block-3 {
            justify-content: center;
            align-self: stretch;
            align-items: center;
        }
        .form-css .heading-10-copy {
            align-self: auto;
            margin-bottom: 12px;
        }
        .form-css .form-copy {
            text-align: center;
            justify-content: flex-start;
            align-items: stretch;
            display: flex;
        }
        .form-css .div-block-3-copy {
            justify-content: center;
            align-self: stretch;
            align-items: stretch;
        }
        .form-css .div-block-5, .form-css .div-block-5-copy {
            border: 1px solid #cdcdcd;
            margin-left: 40px;
            margin-right: 40px;
        }
    }
    @media screen and (max-width: 991px) {
        .form-css .heading {
            font-size: 40px;
            line-height: 46px;
        }
        .form-css .paragraph {
            font-size: 22px;
        }
        .form-css .dwiekolumny {
            flex-flow: wrap;
            justify-content: center;
            align-items: flex-start;
            margin-top: 0px;
        }
        .form-css ._2kolumna {
            max-width: 560px;
        }
        .form-css .form {
            display: flex;
        }
        .form-css .div-block-3 {
            justify-content: center;
            align-self: stretch;
            align-items: center;
        }
        .form-css .heading-10-copy {
            align-self: auto;
            margin-bottom: 12px;
        }
        .form-css .form-copy {
            text-align: center;
            justify-content: flex-start;
            align-items: stretch;
            display: flex;
        }
        .form-css .div-block-3-copy {
            justify-content: center;
            align-self: stretch;
            align-items: stretch;
        }
        .form-css .div-block-5, .form-css .div-block-5-copy {
            border: 1px solid #cdcdcd;
            margin-left: 40px;
            margin-right: 40px;
        }
    }
    @media screen and (max-width: 479px) {
        .form-css .zawartosc {
            gap: 24px;
        }
        .form-css .heading {
            font-size: 28px;
            line-height: 32px;
        }
        .form-css .paragraph {
            font-size: 16px;
            line-height: 22px;
        }
        .form-css .dwiekolumny {
            margin-top: 0px;
        }
        .form-css ._1kolumna {
            gap: 24px;
            margin-top: 20px;
            padding-left: 16px;
            padding-right: 16px;
        }
        .form-css ._2kolumna {
            max-width: 100%;
        }
        .form-css .dostawa {
            margin-top: -45px;
        }
        .form-css .heading-2 {
            font-size: 16px;
        }
        .form-css .heading-3 {
            font-size: 14px;
            line-height: 20px;
        }
        .form-css .heading-4 {
            font-size: 32px;
            line-height: 38px;
        }
        .form-css .heading-5 {
            font-size: 20px;
            line-height: 28px;
        }
        .form-css .heading-6 {
            font-size: 20px;
            line-height: 26px;
        }
        .form-css .sekcja2 {
            gap: 24px;
        }
        .form-css .heading-7 {
            font-size: 12px;
            line-height: 19px;
        }
        .form-css .heading-8 {
            font-size: 12px;
            line-height: 16px;
        }
        .form-css .sztuki {
            gap: 2px;
        }
        .form-css .platnosci {
            gap: 0px;
            justify-content: space-between;
            align-items: flex-start;
        }
        .form-css .heading-9 {
            max-width: 90%;
            font-size: 12px;
            line-height: 14px;
        }
        .form-css .paragraph-2 {
            display: none;
        }
        .form-css .div-block-2 {
            flex-flow: column;
        }
        .form-css .div-block-3 {
            gap: 16px;
        }
        .form-css .button {
            padding-left: 15px;
            padding-right: 15px;
            font-family: Satoshi, Arial, sans-serif;
            font-size: 14px;
        }
        .form-css .button-2 {
            padding-left: 15px;
            padding-right: 15px;
            font-size: 14px;
        }
        .form-css .submit-button {
            padding-left: 20px;
            padding-right: 20px;
            font-size: 18px;
            line-height: 22px;
        }
        .form-css .div-block-4 {
            gap: 0px;
            justify-content: space-between;
            align-items: center;
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css .stopka {
            gap: 16px;
            margin-bottom: 30px;
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css ._1sec {
            gap: 12px;
            flex-flow: row;
            justify-content: flex-start;
            align-items: center;
            max-width: 100%;
        }
        .form-css .heading-11 {
            text-align: left;
            margin-bottom: 8px;
            font-size: 14px;
            line-height: 19px;
        }
        .form-css .paragraph-5 {
            text-align: left;
            font-size: 12px;
            line-height: 16px;
        }
        .form-css .image {
            width: 61px;
        }
        .form-css .image-2, .form-css .image-3, .form-css .image-4, .form-css .image-5 {
            max-width: 65px;
        }
        .form-css .div-block-5 {
            flex: 1 1 0%;
            margin: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
            display: block;
        }
        .form-css .image-6 {
            box-sizing: border-box;
            aspect-ratio: auto;
            object-fit: fill;
            flex: 0 1 auto;
            max-width: 88px;
            overflow: clip;
        }
        .form-css .image-7, .form-css .image-8 {
            max-width: 88px;
        }
        .form-css .div-block-6 {
            justify-content: space-between;
            align-items: center;
        }
        .form-css .div-block-7 {
            justify-content: flex-start;
            align-items: center;
            display: block;
        }
        .form-css .div-block-8 {
            border: 1px solid #c3c3c3;
        }
        .form-css .div-block-5-copy {
            flex: 1 1 0%;
            margin: 20px 0px 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
            display: block;
        }
    }
    @media screen and (max-width: 479px) {
        .form-css .zawartosc {
            gap: 24px;
        }
        .form-css .heading {
            font-size: 28px;
            line-height: 32px;
        }
        .form-css .paragraph {
            font-size: 16px;
            line-height: 22px;
        }
        .form-css .dwiekolumny {
            margin-top: 0px;
        }
        .form-css ._1kolumna {
            gap: 24px;
            margin-top: 20px;
            padding-left: 16px;
            padding-right: 16px;
        }
        .form-css ._2kolumna {
            max-width: 100%;
        }
        .form-css .dostawa {
            margin-top: -45px;
        }
        .form-css .heading-2 {
            font-size: 16px;
        }
        .form-css .heading-3 {
            font-size: 14px;
            line-height: 20px;
        }
        .form-css .heading-4 {
            font-size: 32px;
            line-height: 38px;
        }
        .form-css .heading-5 {
            font-size: 20px;
            line-height: 28px;
        }
        .form-css .heading-6 {
            font-size: 20px;
            line-height: 26px;
        }
        .form-css .sekcja2 {
            gap: 24px;
        }
        .form-css .heading-7 {
            font-size: 12px;
            line-height: 19px;
        }
        .form-css .heading-8 {
            font-size: 12px;
            line-height: 16px;
        }
        .form-css .sztuki {
            gap: 2px;
        }
        .form-css .platnosci {
            gap: 0px;
            justify-content: space-between;
            align-items: flex-start;
        }
        .form-css .heading-9 {
            max-width: 90%;
            font-size: 12px;
            line-height: 14px;
        }
        .form-css .paragraph-2 {
            display: none;
        }
        .form-css .div-block-2 {
            flex-flow: column;
        }
        .form-css .div-block-3 {
            gap: 16px;
        }
        .form-css .button {
            padding-left: 15px;
            padding-right: 15px;
            font-family: Satoshi, Arial, sans-serif;
            font-size: 14px;
        }
        .form-css .button-2 {
            padding-left: 15px;
            padding-right: 15px;
            font-size: 14px;
        }
        .form-css .submit-button {
            padding-left: 20px;
            padding-right: 20px;
            font-size: 18px;
            line-height: 22px;
        }
        .form-css .div-block-4 {
            gap: 0px;
            justify-content: space-between;
            align-items: center;
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css .stopka {
            gap: 16px;
            margin-bottom: 30px;
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css ._1sec {
            gap: 12px;
            flex-flow: row;
            justify-content: flex-start;
            align-items: center;
            max-width: 100%;
        }
        .form-css .heading-11 {
            text-align: left;
            margin-bottom: 8px;
            font-size: 14px;
            line-height: 19px;
        }
        .form-css .paragraph-5 {
            text-align: left;
            font-size: 12px;
            line-height: 16px;
        }
        .form-css .image {
            width: 61px;
        }
        .form-css .image-2, .form-css .image-3, .form-css .image-4, .form-css .image-5 {
            max-width: 65px;
        }
        .form-css .div-block-5 {
            flex: 1 1 0%;
            margin: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
            display: block;
        }
        .form-css .image-6 {
            box-sizing: border-box;
            aspect-ratio: auto;
            object-fit: fill;
            flex: 0 1 auto;
            max-width: 88px;
            overflow: clip;
        }
        .form-css .image-7, .form-css .image-8 {
            max-width: 88px;
        }
        .form-css .div-block-6 {
            justify-content: space-between;
            align-items: center;
        }
        .form-css .div-block-7 {
            justify-content: flex-start;
            align-items: center;
            display: block;
        }
        .form-css .div-block-8 {
            border: 1px solid #c3c3c3;
        }
        .form-css .div-block-5-copy {
            flex: 1 1 0%;
            margin: 20px 0px 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
            display: block;
        }
    }
    @media screen and (max-width: 479px) {
        .form-css .zawartosc {
            gap: 24px;
        }
        .form-css .heading {
            font-size: 28px;
            line-height: 32px;
        }
        .form-css .paragraph {
            font-size: 16px;
            line-height: 22px;
        }
        .form-css .dwiekolumny {
            margin-top: 0px;
        }
        .form-css ._1kolumna {
            gap: 24px;
            margin-top: 20px;
            padding-left: 16px;
            padding-right: 16px;
        }
        .form-css ._2kolumna {
            max-width: 100%;
        }
        .form-css .dostawa {
            margin-top: -45px;
        }
        .form-css .heading-2 {
            font-size: 16px;
        }
        .form-css .heading-3 {
            font-size: 14px;
            line-height: 20px;
        }
        .form-css .heading-4 {
            font-size: 32px;
            line-height: 38px;
        }
        .form-css .heading-5 {
            font-size: 20px;
            line-height: 28px;
        }
        .form-css .heading-6 {
            font-size: 20px;
            line-height: 26px;
        }
        .form-css .sekcja2 {
            gap: 24px;
        }
        .form-css .heading-7 {
            font-size: 12px;
            line-height: 19px;
        }
        .form-css .heading-8 {
            font-size: 12px;
            line-height: 16px;
        }
        .form-css .sztuki {
            gap: 2px;
        }
        .form-css .platnosci {
            gap: 0px;
            justify-content: space-between;
            align-items: flex-start;
        }
        .form-css .heading-9 {
            max-width: 90%;
            font-size: 12px;
            line-height: 14px;
        }
        .form-css .paragraph-2 {
            display: none;
        }
        .form-css .div-block-2 {
            flex-flow: column;
        }
        .form-css .div-block-3 {
            gap: 16px;
        }
        .form-css .button {
            padding-left: 15px;
            padding-right: 15px;
            font-family: Satoshi, Arial, sans-serif;
            font-size: 14px;
        }
        .form-css .button-2 {
            padding-left: 15px;
            padding-right: 15px;
            font-size: 14px;
        }
        .form-css .submit-button {
            padding-left: 20px;
            padding-right: 20px;
            font-size: 18px;
            line-height: 22px;
        }
        .form-css .div-block-4 {
            gap: 0px;
            justify-content: space-between;
            align-items: center;
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css .stopka {
            gap: 16px;
            margin-bottom: 30px;
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css ._1sec {
            gap: 12px;
            flex-flow: row;
            justify-content: flex-start;
            align-items: center;
            max-width: 100%;
        }
        .form-css .heading-11 {
            text-align: left;
            margin-bottom: 8px;
            font-size: 14px;
            line-height: 19px;
        }
        .form-css .paragraph-5 {
            text-align: left;
            font-size: 12px;
            line-height: 16px;
        }
        .form-css .image {
            width: 61px;
        }
        .form-css .image-2, .form-css .image-3, .form-css .image-4, .form-css .image-5 {
            max-width: 65px;
        }
        .form-css .div-block-5 {
            flex: 1 1 0%;
            margin: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
            display: block;
        }
        .form-css .image-6 {
            box-sizing: border-box;
            aspect-ratio: auto;
            object-fit: fill;
            flex: 0 1 auto;
            max-width: 88px;
            overflow: clip;
        }
        .form-css .image-7, .form-css .image-8 {
            max-width: 88px;
        }
        .form-css .div-block-6 {
            justify-content: space-between;
            align-items: center;
        }
        .form-css .div-block-7 {
            justify-content: flex-start;
            align-items: center;
            display: block;
        }
        .form-css .div-block-8 {
            border: 1px solid #c3c3c3;
        }
        .form-css .div-block-5-copy {
            flex: 1 1 0%;
            margin: 20px 0px 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
            display: block;
        }
    }
    @media screen and (max-width: 479px) {
        .form-css .zawartosc {
            gap: 24px;
        }
        .form-css .heading {
            font-size: 28px;
            line-height: 32px;
        }
        .form-css .paragraph {
            font-size: 16px;
            line-height: 22px;
        }
        .form-css .dwiekolumny {
            margin-top: 0px;
        }
        .form-css ._1kolumna {
            gap: 24px;
            margin-top: 20px;
            padding-left: 16px;
            padding-right: 16px;
        }
        .form-css ._2kolumna {
            max-width: 100%;
        }
        .form-css .dostawa {
            margin-top: -45px;
        }
        .form-css .heading-2 {
            font-size: 16px;
        }
        .form-css .heading-3 {
            font-size: 14px;
            line-height: 20px;
        }
        .form-css .heading-4 {
            font-size: 32px;
            line-height: 38px;
        }
        .form-css .heading-5 {
            font-size: 20px;
            line-height: 28px;
        }
        .form-css .heading-6 {
            font-size: 20px;
            line-height: 26px;
        }
        .form-css .sekcja2 {
            gap: 24px;
        }
        .form-css .heading-7 {
            font-size: 12px;
            line-height: 19px;
        }
        .form-css .heading-8 {
            font-size: 12px;
            line-height: 16px;
        }
        .form-css .sztuki {
            gap: 2px;
        }
        .form-css .platnosci {
            gap: 0px;
            justify-content: space-between;
            align-items: flex-start;
        }
        .form-css .heading-9 {
            max-width: 90%;
            font-size: 12px;
            line-height: 14px;
        }
        .form-css .paragraph-2 {
            display: none;
        }
        .form-css .div-block-2 {
            flex-flow: column;
        }
        .form-css .div-block-3 {
            gap: 16px;
        }
        .form-css .button {
            padding-left: 15px;
            padding-right: 15px;
            font-family: Satoshi, Arial, sans-serif;
            font-size: 14px;
        }
        .form-css .button-2 {
            padding-left: 15px;
            padding-right: 15px;
            font-size: 14px;
        }
        .form-css .submit-button {
            padding-left: 20px;
            padding-right: 20px;
            font-size: 18px;
            line-height: 22px;
        }
        .form-css .div-block-4 {
            gap: 0px;
            justify-content: space-between;
            align-items: center;
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css .stopka {
            gap: 16px;
            margin-bottom: 30px;
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css ._1sec {
            gap: 12px;
            flex-flow: row;
            justify-content: flex-start;
            align-items: center;
            max-width: 100%;
        }
        .form-css .heading-11 {
            text-align: left;
            margin-bottom: 8px;
            font-size: 14px;
            line-height: 19px;
        }
        .form-css .paragraph-5 {
            text-align: left;
            font-size: 12px;
            line-height: 16px;
        }
        .form-css .image {
            width: 61px;
        }
        .form-css .image-2, .form-css .image-3, .form-css .image-4, .form-css .image-5 {
            max-width: 65px;
        }
        .form-css .div-block-5 {
            flex: 1 1 0%;
            margin: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
            display: block;
        }
        .form-css .image-6 {
            box-sizing: border-box;
            aspect-ratio: auto;
            object-fit: fill;
            flex: 0 1 auto;
            max-width: 88px;
            overflow: clip;
        }
        .form-css .image-7, .form-css .image-8 {
            max-width: 88px;
        }
        .form-css .div-block-6 {
            justify-content: space-between;
            align-items: center;
        }
        .form-css .div-block-7 {
            justify-content: flex-start;
            align-items: center;
            display: block;
        }
        .form-css .div-block-8 {
            border: 1px solid #c3c3c3;
        }
        .form-css .div-block-5-copy {
            flex: 1 1 0%;
            margin: 20px 0px 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
            display: block;
        }
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_52.php") format("opentype");
        font-weight: 900;
        font-style: normal;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_52.php") format("opentype");
        font-weight: 900;
        font-style: normal;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_58.php") format("opentype");
        font-weight: 700;
        font-style: italic;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_58.php") format("opentype");
        font-weight: 700;
        font-style: italic;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_56.php") format("opentype");
        font-weight: 300;
        font-style: italic;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_56.php") format("opentype");
        font-weight: 300;
        font-style: italic;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_54.php") format("opentype");
        font-weight: 400;
        font-style: italic;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_54.php") format("opentype");
        font-weight: 400;
        font-style: italic;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_51.php") format("opentype");
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_51.php") format("opentype");
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_57.php") format("opentype");
        font-weight: 500;
        font-style: italic;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_57.php") format("opentype");
        font-weight: 500;
        font-style: italic;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_55.php") format("opentype");
        font-weight: 300;
        font-style: normal;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_55.php") format("opentype");
        font-weight: 300;
        font-style: normal;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_50.php") format("opentype");
        font-weight: 900;
        font-style: italic;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_50.php") format("opentype");
        font-weight: 900;
        font-style: italic;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_59.php") format("opentype");
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_59.php") format("opentype");
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_53.php") format("opentype");
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_53.php") format("opentype");
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }
    Color .form-css Backgroundbody {
        margin: 0px;
        min-height: 100%;
        background-color: white;
        font-family: Arial, sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #333;
    }
    .form-css .body {
        margin: 0px;
        min-height: 100%;
        background-color: white;
        font-family: Arial, sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #333;
    }
    .form-css .w-button {
        display: inline-block;
        padding: 9px 15px;
        background-color: #3898ec;
        color: white;
        border: 0px;
        line-height: inherit;
        text-decoration: none;
        cursor: pointer;
        border-radius: 0px;
    }
    .form-css .w-button {
        display: inline-block;
        padding: 9px 15px;
        background-color: #3898ec;
        color: white;
        border: 0px;
        line-height: inherit;
        text-decoration: none;
        cursor: pointer;
        border-radius: 0px;
    }
    .form-css html[data-w-dynpage] [data-w-cloak] {
        color: transparent !important;
    }
    .form-css .w-webflow-badge, .form-css .w-webflow-badge > img {
        box-sizing: unset;
        width: unset;
        height: unset;
        max-height: unset;
        max-width: unset;
        min-height: unset;
        min-width: unset;
        margin: unset;
        padding: unset;
        float: unset;
        clear: unset;
        border: unset;
        border-radius: unset;
        background: unset;
        box-shadow: unset;
        transform: unset;
        transition: unset;
        direction: unset;
        font-family: unset;
        font-weight: unset;
        color: unset;
        font-size: unset;
        line-height: unset;
        font-style: unset;
        font-variant: unset;
        text-align: unset;
        letter-spacing: unset;
        text-decoration: unset;
        text-indent: unset;
        text-transform: unset;
        list-style-type: unset;
        text-shadow: unset;
        vertical-align: unset;
        cursor: unset;
        white-space: unset;
        word-break: unset;
        word-spacing: unset;
        overflow-wrap: unset;
    }
    .form-css .w-webflow-badge {
        white-space: nowrap;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 1px 3px;
        cursor: pointer;
        position: fixed !important;
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 2147483647 !important;
        inset: auto 12px 12px auto !important;
        color: #aaadb0 !important;
        background-color: white !important;
        border-radius: 3px !important;
        padding: 6px !important;
        font-size: 12px !important;
        line-height: 14px !important;
        text-decoration: none !important;
        transform: none !important;
        margin: 0px !important;
        width: auto !important;
        height: auto !important;
        overflow: unset !important;
    }
    .form-css .w-webflow-badge {
        white-space: nowrap;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 1px 3px;
        cursor: pointer;
        position: fixed !important;
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 2147483647 !important;
        inset: auto 12px 12px auto !important;
        color: #aaadb0 !important;
        background-color: white !important;
        border-radius: 3px !important;
        padding: 6px !important;
        font-size: 12px !important;
        line-height: 14px !important;
        text-decoration: none !important;
        transform: none !important;
        margin: 0px !important;
        width: auto !important;
        height: auto !important;
        overflow: unset !important;
    }
    .form-css .w-form-done {
        display: none;
        padding: 20px;
        text-align: center;
        background-color: #ddd;
    }
    .form-css .w-form-done {
        display: none;
        padding: 20px;
        text-align: center;
        background-color: #ddd;
    }
    .form-css .w-form-fail {
        display: none;
        margin-top: 10px;
        padding: 10px;
        background-color: #ffdede;
    }
    .form-css .w-form-fail {
        display: none;
        margin-top: 10px;
        padding: 10px;
        background-color: #ffdede;
    }
    .form-css .w-input, .form-css .w-select {
        display: block;
        width: 100%;
        height: 38px;
        padding: 8px 12px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.42857;
        color: #333;
        vertical-align: middle;
        background-color: white;
        border: 1px solid #ccc;
    }
    .form-css .w-input, .form-css .w-select {
        display: block;
        width: 100%;
        height: 38px;
        padding: 8px 12px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.42857;
        color: #333;
        vertical-align: middle;
        background-color: white;
        border: 1px solid #ccc;
    }
    .form-css .w-input::placeholder, .form-css .w-select::placeholder {
        color: #999;
    }
    .form-css .w-input:focus, .form-css .w-select:focus {
        border-color: #3898ec;
        outline: 0px;
    }
    .form-css .w-input[disabled]:not(.w-input-disabled), .form-css .w-select[disabled]:not(.w-input-disabled), .form-css .w-input[readonly], .form-css .w-select[readonly], .form-css fieldset[disabled]:not(.w-input-disabled) .w-input, .form-css fieldset[disabled]:not(.w-input-disabled) .w-select {
        background-color: #eee;
    }
    .form-css .w-input[disabled]:not(.w-input-disabled), .form-css .w-select[disabled]:not(.w-input-disabled), .form-css .w-input[readonly], .form-css .w-select[readonly], .form-css fieldset[disabled]:not(.w-input-disabled) .w-input, .form-css fieldset[disabled]:not(.w-input-disabled) .w-select {
        background-color: #eee;
    }
    .form-css .w-select {
        background-color: #f3f3f3;
    }
    .form-css .w-select {
        background-color: #f3f3f3;
    }
    .form-css .w-file-upload-default, .form-css .w-file-upload-uploading, .form-css .w-file-upload-success {
        display: inline-block;
        color: #333;
    }
    .form-css .w-file-upload-uploading-btn {
        display: flex;
        font-size: 14px;
        font-weight: normal;
        cursor: pointer;
        margin: 0px;
        padding: 8px 12px;
        border: 1px solid #ccc;
        background-color: #fafafa;
    }
    .form-css .w-file-upload-uploading-btn {
        display: flex;
        font-size: 14px;
        font-weight: normal;
        cursor: pointer;
        margin: 0px;
        padding: 8px 12px;
        border: 1px solid #ccc;
        background-color: #fafafa;
    }
    .form-css .w-file-upload-file {
        display: flex;
        flex-grow: 1;
        justify-content: space-between;
        margin: 0px;
        padding: 8px 9px 8px 11px;
        border: 1px solid #ccc;
        background-color: #fafafa;
    }
    .form-css .w-file-upload-file {
        display: flex;
        flex-grow: 1;
        justify-content: space-between;
        margin: 0px;
        padding: 8px 9px 8px 11px;
        border: 1px solid #ccc;
        background-color: #fafafa;
    }
    .form-css .w-file-upload-error-msg {
        display: inline-block;
        color: #ea384c;
        padding: 2px 0px;
    }
    .form-css .w-file-upload-label {
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
        cursor: pointer;
        margin: 0px;
        padding: 8px 12px;
        border: 1px solid #ccc;
        background-color: #fafafa;
    }
    .form-css .w-file-upload-label {
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
        cursor: pointer;
        margin: 0px;
        padding: 8px 12px;
        border: 1px solid #ccc;
        background-color: #fafafa;
    }
    .form-css .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
        position: relative;
        font-size: 15px;
        line-height: 12px;
        text-align: center;
        color: #999;
        font-family: serif;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical)::before {
        border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
        border-width: 4px;
        margin-left: -9px;
        margin-top: -4px;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical)::after {
        border-color: rgba(255, 255, 255, 0) white rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
        border-width: 4px;
        margin-left: -8px;
        margin-top: -4px;
    }
    .form-css .w-widget-twitter-count-shim.w--vertical::before {
        border-color: #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
        border-width: 5px;
        margin-left: -5px;
    }
    .form-css .w-widget-twitter-count-shim.w--vertical::after {
        border-color: white rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
        border-width: 4px;
        margin-left: -4px;
    }
    .form-css .w-background-video {
        position: relative;
        overflow: hidden;
        height: 500px;
        color: white;
    }
    .form-css .w-background-video > video {
        background-size: cover;
        background-position: 50% 50%;
        position: absolute;
        margin: auto;
        width: 100%;
        height: 100%;
        inset: -100%;
        object-fit: cover;
        z-index: -100;
    }
    .form-css .w-background-video > video {
        background-size: cover;
        background-position: 50% 50%;
        position: absolute;
        margin: auto;
        width: 100%;
        height: 100%;
        inset: -100%;
        object-fit: cover;
        z-index: -100;
    }
    .form-css .w-background-video--control {
        position: absolute;
        bottom: 1em;
        right: 1em;
        background-color: transparent;
        padding: 0px;
    }
    .form-css .w-background-video--control {
        position: absolute;
        bottom: 1em;
        right: 1em;
        background-color: transparent;
        padding: 0px;
    }
    .form-css .w-slider {
        position: relative;
        height: 300px;
        text-align: center;
        background: #ddd;
        clear: both;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .form-css .w-slider-nav {
        position: absolute;
        z-index: 2;
        inset: auto 0px 0px;
        margin: auto;
        padding-top: 10px;
        height: 40px;
        text-align: center;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .form-css .w-slider-nav-invert {
        color: white;
    }
    .form-css .w-slider-nav-invert > div {
        background-color: rgba(34, 34, 34, 0.4);
    }
    .form-css .w-slider-nav-invert > div {
        background-color: rgba(34, 34, 34, 0.4);
    }
    .form-css .w-slider-nav-invert > div.w-active {
        background-color: #222;
    }
    .form-css .w-slider-nav-invert > div.w-active {
        background-color: #222;
    }
    .form-css .w-slider-dot {
        position: relative;
        display: inline-block;
        width: 1em;
        height: 1em;
        background-color: rgba(255, 255, 255, 0.4);
        cursor: pointer;
        margin: 0px 3px 0.5em;
        transition: background-color 100ms, color 100ms;
    }
    .form-css .w-slider-dot {
        position: relative;
        display: inline-block;
        width: 1em;
        height: 1em;
        background-color: rgba(255, 255, 255, 0.4);
        cursor: pointer;
        margin: 0px 3px 0.5em;
        transition: background-color 100ms, color 100ms;
    }
    .form-css .w-slider-dot.w-active {
        background-color: white;
    }
    .form-css .w-slider-dot.w-active {
        background-color: white;
    }
    .form-css .w-slider-arrow-left, .form-css .w-slider-arrow-right {
        position: absolute;
        width: 80px;
        inset: 0px;
        margin: auto;
        cursor: pointer;
        overflow: hidden;
        color: white;
        font-size: 40px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        user-select: none;
    }
    .form-css .w-dropdown-btn, .form-css .w-dropdown-toggle, .form-css .w-dropdown-link {
        position: relative;
        vertical-align: top;
        text-decoration: none;
        color: #222;
        padding: 20px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        white-space: nowrap;
    }
    .form-css .w-dropdown-link {
        padding: 10px 20px;
        display: block;
        color: #222;
    }
    .form-css .w-dropdown-link.w--current {
        color: #0082f3;
    }
    .form-css .w-lightbox-backdrop {
        cursor: auto;
        font-style: normal;
        letter-spacing: normal;
        list-style: disc;
        text-indent: 0px;
        text-shadow: none;
        text-transform: none;
        visibility: visible;
        white-space: normal;
        word-break: normal;
        word-spacing: normal;
        overflow-wrap: normal;
        position: fixed;
        inset: 0px;
        color: white;
        font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
        font-size: 17px;
        line-height: 1.2;
        font-weight: 300;
        text-align: center;
        background: rgba(0, 0, 0, 0.9);
        z-index: 2000;
        outline: 0px;
        opacity: 0;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        transform: translate(0px, 0px);
    }
    .form-css .w-lightbox-control {
        position: absolute;
        top: 0px;
        width: 4em;
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: center center;
        cursor: pointer;
        transition: 0.3s;
    }
    .form-css .w-lightbox-control {
        position: absolute;
        top: 0px;
        width: 4em;
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: center center;
        cursor: pointer;
        transition: 0.3s;
    }
    .form-css .w-lightbox-control {
        position: absolute;
        top: 0px;
        width: 4em;
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: center center;
        cursor: pointer;
        transition: 0.3s;
    }
    .form-css .w-lightbox-left {
        display: none;
        bottom: 0px;
        left: 0px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
    }
    .form-css .w-lightbox-right {
        display: none;
        right: 0px;
        bottom: 0px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
    }
    .form-css .w-lightbox-close {
        right: 0px;
        height: 2.6em;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
        background-size: 18px;
    }
    .form-css .w-lightbox-close {
        right: 0px;
        height: 2.6em;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
        background-size: 18px;
    }
    .form-css .w-lightbox-spinner::after {
        content: "";
        position: absolute;
        inset: -4px;
        border-width: 3px;
        border-style: solid;
        border-color: transparent transparent white;
        border-image: initial;
        border-radius: 50%;
    }
    .form-css .w-richtext figure div {
        font-size: 0px;
        color: transparent;
    }
    .form-css .w-nav-brand {
        position: relative;
        float: left;
        text-decoration: none;
        color: #333;
    }
    .form-css .w-nav-link {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        color: #222;
        padding: 20px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
    .form-css .w-nav-link.w--current {
        color: #0082f3;
    }
    .form-css .w-nav-button {
        position: relative;
        float: right;
        padding: 18px;
        font-size: 24px;
        display: none;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        user-select: none;
    }
    .form-css .w-nav-button.w--open {
        background-color: #c8c8c8;
        color: white;
    }
    .form-css .w-nav-button.w--open {
        background-color: #c8c8c8;
        color: white;
    }
    .form-css .w-tab-link {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        padding: 9px 30px;
        text-align: left;
        cursor: pointer;
        color: #222;
        background-color: #ddd;
    }
    .form-css .w-tab-link {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        padding: 9px 30px;
        text-align: left;
        cursor: pointer;
        color: #222;
        background-color: #ddd;
    }
    .form-css .w-tab-link.w--current {
        background-color: #c8c8c8;
    }
    .form-css .w-tab-link.w--current {
        background-color: #c8c8c8;
    }
    .form-css .w-dyn-empty {
        padding: 10px;
        background-color: #ddd;
    }
    .form-css .w-dyn-empty {
        padding: 10px;
        background-color: #ddd;
    }
    .form-css .container {
        background-color: white;
        max-width: 1120px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .form-css .container {
        background-color: white;
        max-width: 1120px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .form-css ._1kolumna {
        gap: 40px;
        background-color: #f4f4f4;
        border: 1px solid #c3c3c3;
        border-radius: 4px;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        max-width: 560px;
        padding: 24px 32px;
        display: flex;
    }
    .form-css ._1kolumna {
        gap: 40px;
        background-color: #f4f4f4;
        border: 1px solid #c3c3c3;
        border-radius: 4px;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        max-width: 560px;
        padding: 24px 32px;
        display: flex;
    }
    .form-css .dostawa {
        gap: 8px;
        background-color: #313131;
        border-radius: 4px;
        justify-content: center;
        align-items: center;
        padding: 8px 20px;
        display: flex;
    }
    .form-css .dostawa {
        gap: 8px;
        background-color: #313131;
        border-radius: 4px;
        justify-content: center;
        align-items: center;
        padding: 8px 20px;
        display: flex;
    }
    .form-css .heading-2 {
        color: white;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 18px;
        line-height: 24px;
    }
    .form-css .heading-5 {
        color: #868686;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        text-decoration: line-through;
    }
    .form-css .heading-6 {
        color: #ba1010;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        line-height: 32px;
    }
    .form-css .heading-8 {
        text-align: center;
        background-color: #ffc300;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 4px 12px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }
    .form-css .heading-8 {
        text-align: center;
        background-color: #ffc300;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 4px 12px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }
    .form-css .text-field {
        color: black;
        border: 1px solid green;
        border-radius: 4px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .text-field-2 {
        color: black;
        border-radius: 4px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .text-field-3 {
        color: black;
        border-radius: 4px;
        margin-bottom: 8px;
    }
    .form-css .text-field-copy {
        color: black;
        border-radius: 4px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .text-field-copy-copy {
        color: black;
        border-radius: 4px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .button {
        color: black;
        background-color: white;
        border: 1px solid #c3c3c3;
        border-radius: 4px;
        flex: 1 1 0%;
        justify-content: center;
        align-items: center;
        padding: 12px 40px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
        display: flex;
    }
    .form-css .button {
        color: black;
        background-color: white;
        border: 1px solid #c3c3c3;
        border-radius: 4px;
        flex: 1 1 0%;
        justify-content: center;
        align-items: center;
        padding: 12px 40px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
        display: flex;
    }
    .form-css .button:active {
        background-color: #ebf8e8;
        border-color: green;
    }
    .form-css .button:active {
        background-color: #ebf8e8;
        border-color: green;
    }
    .form-css .button-2 {
        color: black;
        background-color: white;
        border: 1px solid #c3c3c3;
        border-radius: 4px;
        flex: 1 1 0%;
        justify-content: center;
        align-self: auto;
        align-items: center;
        padding: 12px 40px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
        display: flex;
    }
    .form-css .button-2 {
        color: black;
        background-color: white;
        border: 1px solid #c3c3c3;
        border-radius: 4px;
        flex: 1 1 0%;
        justify-content: center;
        align-self: auto;
        align-items: center;
        padding: 12px 40px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
        display: flex;
    }
    .form-css .button-2:active {
        background-color: #ebf8e8;
        border-color: green;
    }
    .form-css .button-2:active {
        background-color: #ebf8e8;
        border-color: green;
    }
    .form-css .text-span {
        color: #868686;
        font-weight: 400;
        text-decoration: line-through;
    }
    .form-css .submit-button {
        background-color: #529a41;
        border-radius: 4px;
        padding: 15px 60px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
    }
    .form-css .submit-button {
        background-color: #529a41;
        border-radius: 4px;
        padding: 15px 60px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
    }
    .form-css .paragraph-4 {
        color: #333;
        text-align: center;
        margin-top: 8px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        line-height: 19px;
    }
    .form-css .text-span-2, .form-css .text-span-3 {
        color: #333;
        text-decoration: underline;
    }
    .form-css Box[class^="w-icon-"], .form-css [class*=" w-icon-"] {
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        font-family: webflow-icons !important;
    }
    .form-css * {
        box-sizing: border-box;
    }
    .form-css html {
        height: 100%;
    }
    .form-css .body {
        margin: 0px;
        min-height: 100%;
        background-color: white;
        font-family: Arial, sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #333;
    }
    .form-css .body {
        margin: 0px;
        min-height: 100%;
        background-color: white;
        font-family: Arial, sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #333;
    }
    .form-css img {
        max-width: 100%;
        vertical-align: middle;
        display: inline-block;
    }
    .form-css .w-inline-block {
        max-width: 100%;
        display: inline-block;
    }
    .form-css .w-button {
        display: inline-block;
        padding: 9px 15px;
        background-color: #3898ec;
        color: white;
        border: 0px;
        line-height: inherit;
        text-decoration: none;
        cursor: pointer;
        border-radius: 0px;
    }
    .form-css .w-button {
        display: inline-block;
        padding: 9px 15px;
        background-color: #3898ec;
        color: white;
        border: 0px;
        line-height: inherit;
        text-decoration: none;
        cursor: pointer;
        border-radius: 0px;
    }
    .form-css .w-button {
        display: inline-block;
        padding: 9px 15px;
        background-color: #3898ec;
        color: white;
        border: 0px;
        line-height: inherit;
        text-decoration: none;
        cursor: pointer;
        border-radius: 0px;
    }
    .form-css .w-button {
        display: inline-block;
        padding: 9px 15px;
        background-color: #3898ec;
        color: white;
        border: 0px;
        line-height: inherit;
        text-decoration: none;
        cursor: pointer;
        border-radius: 0px;
    }
    .form-css .w-code-block {
        margin: unset;
    }
    .form-css .w-webflow-badge, .form-css .w-webflow-badge > img {
        box-sizing: unset;
        width: unset;
        height: unset;
        max-height: unset;
        max-width: unset;
        min-height: unset;
        min-width: unset;
        margin: unset;
        padding: unset;
        float: unset;
        clear: unset;
        border: unset;
        border-radius: unset;
        background: unset;
        box-shadow: unset;
        transform: unset;
        transition: unset;
        direction: unset;
        font-family: unset;
        font-weight: unset;
        color: unset;
        font-size: unset;
        line-height: unset;
        font-style: unset;
        font-variant: unset;
        text-align: unset;
        letter-spacing: unset;
        text-decoration: unset;
        text-indent: unset;
        text-transform: unset;
        list-style-type: unset;
        text-shadow: unset;
        vertical-align: unset;
        cursor: unset;
        white-space: unset;
        word-break: unset;
        word-spacing: unset;
        overflow-wrap: unset;
    }
    .form-css .w-webflow-badge, .form-css .w-webflow-badge > img {
        box-sizing: unset;
        width: unset;
        height: unset;
        max-height: unset;
        max-width: unset;
        min-height: unset;
        min-width: unset;
        margin: unset;
        padding: unset;
        float: unset;
        clear: unset;
        border: unset;
        border-radius: unset;
        background: unset;
        box-shadow: unset;
        transform: unset;
        transition: unset;
        direction: unset;
        font-family: unset;
        font-weight: unset;
        color: unset;
        font-size: unset;
        line-height: unset;
        font-style: unset;
        font-variant: unset;
        text-align: unset;
        letter-spacing: unset;
        text-decoration: unset;
        text-indent: unset;
        text-transform: unset;
        list-style-type: unset;
        text-shadow: unset;
        vertical-align: unset;
        cursor: unset;
        white-space: unset;
        word-break: unset;
        word-spacing: unset;
        overflow-wrap: unset;
    }
    .form-css .w-webflow-badge, .form-css .w-webflow-badge > img {
        box-sizing: unset;
        width: unset;
        height: unset;
        max-height: unset;
        max-width: unset;
        min-height: unset;
        min-width: unset;
        margin: unset;
        padding: unset;
        float: unset;
        clear: unset;
        border: unset;
        border-radius: unset;
        background: unset;
        box-shadow: unset;
        transform: unset;
        transition: unset;
        direction: unset;
        font-family: unset;
        font-weight: unset;
        color: unset;
        font-size: unset;
        line-height: unset;
        font-style: unset;
        font-variant: unset;
        text-align: unset;
        letter-spacing: unset;
        text-decoration: unset;
        text-indent: unset;
        text-transform: unset;
        list-style-type: unset;
        text-shadow: unset;
        vertical-align: unset;
        cursor: unset;
        white-space: unset;
        word-break: unset;
        word-spacing: unset;
        overflow-wrap: unset;
    }
    .form-css .w-webflow-badge, .form-css .w-webflow-badge > img {
        box-sizing: unset;
        width: unset;
        height: unset;
        max-height: unset;
        max-width: unset;
        min-height: unset;
        min-width: unset;
        margin: unset;
        padding: unset;
        float: unset;
        clear: unset;
        border: unset;
        border-radius: unset;
        background: unset;
        box-shadow: unset;
        transform: unset;
        transition: unset;
        direction: unset;
        font-family: unset;
        font-weight: unset;
        color: unset;
        font-size: unset;
        line-height: unset;
        font-style: unset;
        font-variant: unset;
        text-align: unset;
        letter-spacing: unset;
        text-decoration: unset;
        text-indent: unset;
        text-transform: unset;
        list-style-type: unset;
        text-shadow: unset;
        vertical-align: unset;
        cursor: unset;
        white-space: unset;
        word-break: unset;
        word-spacing: unset;
        overflow-wrap: unset;
    }
    .form-css .w-webflow-badge, .form-css .w-webflow-badge > img {
        box-sizing: unset;
        width: unset;
        height: unset;
        max-height: unset;
        max-width: unset;
        min-height: unset;
        min-width: unset;
        margin: unset;
        padding: unset;
        float: unset;
        clear: unset;
        border: unset;
        border-radius: unset;
        background: unset;
        box-shadow: unset;
        transform: unset;
        transition: unset;
        direction: unset;
        font-family: unset;
        font-weight: unset;
        color: unset;
        font-size: unset;
        line-height: unset;
        font-style: unset;
        font-variant: unset;
        text-align: unset;
        letter-spacing: unset;
        text-decoration: unset;
        text-indent: unset;
        text-transform: unset;
        list-style-type: unset;
        text-shadow: unset;
        vertical-align: unset;
        cursor: unset;
        white-space: unset;
        word-break: unset;
        word-spacing: unset;
        overflow-wrap: unset;
    }
    .form-css .w-webflow-badge, .form-css .w-webflow-badge > img {
        box-sizing: unset;
        width: unset;
        height: unset;
        max-height: unset;
        max-width: unset;
        min-height: unset;
        min-width: unset;
        margin: unset;
        padding: unset;
        float: unset;
        clear: unset;
        border: unset;
        border-radius: unset;
        background: unset;
        box-shadow: unset;
        transform: unset;
        transition: unset;
        direction: unset;
        font-family: unset;
        font-weight: unset;
        color: unset;
        font-size: unset;
        line-height: unset;
        font-style: unset;
        font-variant: unset;
        text-align: unset;
        letter-spacing: unset;
        text-decoration: unset;
        text-indent: unset;
        text-transform: unset;
        list-style-type: unset;
        text-shadow: unset;
        vertical-align: unset;
        cursor: unset;
        white-space: unset;
        word-break: unset;
        word-spacing: unset;
        overflow-wrap: unset;
    }
    .form-css .w-webflow-badge, .form-css .w-webflow-badge > img {
        box-sizing: unset;
        width: unset;
        height: unset;
        max-height: unset;
        max-width: unset;
        min-height: unset;
        min-width: unset;
        margin: unset;
        padding: unset;
        float: unset;
        clear: unset;
        border: unset;
        border-radius: unset;
        background: unset;
        box-shadow: unset;
        transform: unset;
        transition: unset;
        direction: unset;
        font-family: unset;
        font-weight: unset;
        color: unset;
        font-size: unset;
        line-height: unset;
        font-style: unset;
        font-variant: unset;
        text-align: unset;
        letter-spacing: unset;
        text-decoration: unset;
        text-indent: unset;
        text-transform: unset;
        list-style-type: unset;
        text-shadow: unset;
        vertical-align: unset;
        cursor: unset;
        white-space: unset;
        word-break: unset;
        word-spacing: unset;
        overflow-wrap: unset;
    }
    .form-css .w-webflow-badge {
        white-space: nowrap;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 1px 3px;
        cursor: pointer;
        position: fixed !important;
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 2147483647 !important;
        inset: auto 12px 12px auto !important;
        color: #aaadb0 !important;
        background-color: white !important;
        border-radius: 3px !important;
        padding: 6px !important;
        font-size: 12px !important;
        line-height: 14px !important;
        text-decoration: none !important;
        transform: none !important;
        margin: 0px !important;
        width: auto !important;
        height: auto !important;
        overflow: unset !important;
    }
    .form-css .w-webflow-badge {
        white-space: nowrap;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 1px 3px;
        cursor: pointer;
        position: fixed !important;
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 2147483647 !important;
        inset: auto 12px 12px auto !important;
        color: #aaadb0 !important;
        background-color: white !important;
        border-radius: 3px !important;
        padding: 6px !important;
        font-size: 12px !important;
        line-height: 14px !important;
        text-decoration: none !important;
        transform: none !important;
        margin: 0px !important;
        width: auto !important;
        height: auto !important;
        overflow: unset !important;
    }
    .form-css .w-webflow-badge {
        white-space: nowrap;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 1px 3px;
        cursor: pointer;
        position: fixed !important;
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 2147483647 !important;
        inset: auto 12px 12px auto !important;
        color: #aaadb0 !important;
        background-color: white !important;
        border-radius: 3px !important;
        padding: 6px !important;
        font-size: 12px !important;
        line-height: 14px !important;
        text-decoration: none !important;
        transform: none !important;
        margin: 0px !important;
        width: auto !important;
        height: auto !important;
        overflow: unset !important;
    }
    .form-css .w-webflow-badge {
        white-space: nowrap;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 1px 3px;
        cursor: pointer;
        position: fixed !important;
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 2147483647 !important;
        inset: auto 12px 12px auto !important;
        color: #aaadb0 !important;
        background-color: white !important;
        border-radius: 3px !important;
        padding: 6px !important;
        font-size: 12px !important;
        line-height: 14px !important;
        text-decoration: none !important;
        transform: none !important;
        margin: 0px !important;
        width: auto !important;
        height: auto !important;
        overflow: unset !important;
    }
    .form-css .w-webflow-badge {
        white-space: nowrap;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 1px 3px;
        cursor: pointer;
        position: fixed !important;
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 2147483647 !important;
        inset: auto 12px 12px auto !important;
        color: #aaadb0 !important;
        background-color: white !important;
        border-radius: 3px !important;
        padding: 6px !important;
        font-size: 12px !important;
        line-height: 14px !important;
        text-decoration: none !important;
        transform: none !important;
        margin: 0px !important;
        width: auto !important;
        height: auto !important;
        overflow: unset !important;
    }
    .form-css .w-webflow-badge {
        white-space: nowrap;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 1px 3px;
        cursor: pointer;
        position: fixed !important;
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 2147483647 !important;
        inset: auto 12px 12px auto !important;
        color: #aaadb0 !important;
        background-color: white !important;
        border-radius: 3px !important;
        padding: 6px !important;
        font-size: 12px !important;
        line-height: 14px !important;
        text-decoration: none !important;
        transform: none !important;
        margin: 0px !important;
        width: auto !important;
        height: auto !important;
        overflow: unset !important;
    }
    .form-css .w-webflow-badge {
        white-space: nowrap;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 1px 3px;
        cursor: pointer;
        position: fixed !important;
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 2147483647 !important;
        inset: auto 12px 12px auto !important;
        color: #aaadb0 !important;
        background-color: white !important;
        border-radius: 3px !important;
        padding: 6px !important;
        font-size: 12px !important;
        line-height: 14px !important;
        text-decoration: none !important;
        transform: none !important;
        margin: 0px !important;
        width: auto !important;
        height: auto !important;
        overflow: unset !important;
    }
    .form-css h1, .form-css h2, .form-css h3, .form-css h4, .form-css h5, .form-css h6 {
        font-weight: bold;
        margin-bottom: 10px;
    }
    .form-css h1 {
        font-size: 38px;
        line-height: 44px;
        margin-top: 20px;
    }
    .form-css h1 {
        font-size: 38px;
        line-height: 44px;
        margin-top: 20px;
    }
    .form-css h2 {
        font-size: 32px;
        line-height: 36px;
        margin-top: 20px;
    }
    .form-css h2 {
        font-size: 32px;
        line-height: 36px;
        margin-top: 20px;
    }
    .form-css h3 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 20px;
    }
    .form-css h3 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 20px;
    }
    .form-css h4 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 10px;
    }
    .form-css h4 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 10px;
    }
    .form-css h5 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }
    .form-css h5 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }
    .form-css h6 {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
    }
    .form-css h6 {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
    }
    .form-css p {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .form-css blockquote {
        margin: 0px 0px 10px;
        padding: 10px 20px;
        border-left: 5px solid #e2e2e2;
        font-size: 18px;
        line-height: 22px;
    }
    .form-css blockquote {
        margin: 0px 0px 10px;
        padding: 10px 20px;
        border-left: 5px solid #e2e2e2;
        font-size: 18px;
        line-height: 22px;
    }
    .form-css blockquote {
        margin: 0px 0px 10px;
        padding: 10px 20px;
        border-left: 5px solid #e2e2e2;
        font-size: 18px;
        line-height: 22px;
    }
    .form-css blockquote {
        margin: 0px 0px 10px;
        padding: 10px 20px;
        border-left: 5px solid #e2e2e2;
        font-size: 18px;
        line-height: 22px;
    }
    .form-css figure {
        margin: 0px 0px 10px;
    }
    .form-css figcaption {
        margin-top: 5px;
        text-align: center;
    }
    .form-css ul, .form-css ol {
        margin-top: 0px;
        margin-bottom: 10px;
        padding-left: 40px;
    }
    .form-css ul, .form-css ol {
        margin-top: 0px;
        margin-bottom: 10px;
        padding-left: 40px;
    }
    .form-css .w-list-unstyled {
        padding-left: 0px;
        list-style: none;
    }
    .form-css .w-video {
        width: 100%;
        position: relative;
        padding: 0px;
    }
    .form-css .w-video {
        width: 100%;
        position: relative;
        padding: 0px;
    }
    .form-css .w-video iframe, .form-css .w-video object, .form-css .w-video embed {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        border: none;
    }
    .form-css .w-video iframe, .form-css .w-video object, .form-css .w-video embed {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        border: none;
    }
    .form-css .w-video iframe, .form-css .w-video object, .form-css .w-video embed {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        border: none;
    }
    .form-css fieldset {
        padding: 0px;
        margin: 0px;
        border: 0px;
    }
    .form-css fieldset {
        padding: 0px;
        margin: 0px;
        border: 0px;
    }
    .form-css fieldset {
        padding: 0px;
        margin: 0px;
        border: 0px;
    }
    .form-css button, .form-css [type="button"], .form-css [type="reset"] {
        border: 0px;
        cursor: pointer;
        appearance: button;
    }
    .form-css .w-form {
        margin: 0px 0px 15px;
    }
    .form-css .w-form-done {
        display: none;
        padding: 20px;
        text-align: center;
        background-color: #ddd;
    }
    .form-css .w-form-fail {
        display: none;
        margin-top: 10px;
        padding: 10px;
        background-color: #ffdede;
    }
    .form-css .w-form-fail {
        display: none;
        margin-top: 10px;
        padding: 10px;
        background-color: #ffdede;
    }
    .form-css label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }
    .form-css .w-input, .form-css .w-select {
        display: block;
        width: 100%;
        height: 38px;
        padding: 8px 12px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.42857;
        color: #333;
        vertical-align: middle;
        background-color: white;
        border: 1px solid #ccc;
    }
    .form-css .w-input, .form-css .w-select {
        display: block;
        width: 100%;
        height: 38px;
        padding: 8px 12px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.42857;
        color: #333;
        vertical-align: middle;
        background-color: white;
        border: 1px solid #ccc;
    }
    .form-css .w-input, .form-css .w-select {
        display: block;
        width: 100%;
        height: 38px;
        padding: 8px 12px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.42857;
        color: #333;
        vertical-align: middle;
        background-color: white;
        border: 1px solid #ccc;
    }
    .form-css .w-input, .form-css .w-select {
        display: block;
        width: 100%;
        height: 38px;
        padding: 8px 12px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.42857;
        color: #333;
        vertical-align: middle;
        background-color: white;
        border: 1px solid #ccc;
    }
    .form-css .w-input, .form-css .w-select {
        display: block;
        width: 100%;
        height: 38px;
        padding: 8px 12px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.42857;
        color: #333;
        vertical-align: middle;
        background-color: white;
        border: 1px solid #ccc;
    }
    .form-css .w-input:focus, .form-css .w-select:focus {
        border-color: #3898ec;
        outline: 0px;
    }
    .form-css textarea.w-input, .form-css textarea.w-select {
        height: auto;
    }
    .form-css .w-select[multiple] {
        height: auto;
    }
    .form-css .w-form-label {
        display: inline-block;
        cursor: pointer;
        font-weight: normal;
        margin-bottom: 0px;
    }
    .form-css .w-radio {
        display: block;
        margin-bottom: 5px;
        padding-left: 20px;
    }
    .form-css .w-radio {
        display: block;
        margin-bottom: 5px;
        padding-left: 20px;
    }
    .form-css .w-radio-input {
        margin: 4px 0px 0px -20px;
        line-height: normal;
        float: left;
    }
    .form-css .w-radio-input {
        margin: 4px 0px 0px -20px;
        line-height: normal;
        float: left;
    }
    .form-css .w-radio-input {
        margin-top: 3px;
    }
    .form-css .w-file-upload {
        display: block;
        margin-bottom: 10px;
    }
    .form-css .w-file-upload-input {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -100;
    }
    .form-css .w-file-upload-input {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -100;
    }
    .form-css .w-file-upload-error {
        display: block;
        margin-top: 10px;
    }
    .form-css .w-file-upload-uploading-btn {
        display: flex;
        font-size: 14px;
        font-weight: normal;
        cursor: pointer;
        margin: 0px;
        padding: 8px 12px;
        border: 1px solid #ccc;
        background-color: #fafafa;
    }
    .form-css .w-file-upload-uploading-btn {
        display: flex;
        font-size: 14px;
        font-weight: normal;
        cursor: pointer;
        margin: 0px;
        padding: 8px 12px;
        border: 1px solid #ccc;
        background-color: #fafafa;
    }
    .form-css .w-file-upload-uploading-btn {
        display: flex;
        font-size: 14px;
        font-weight: normal;
        cursor: pointer;
        margin: 0px;
        padding: 8px 12px;
        border: 1px solid #ccc;
        background-color: #fafafa;
    }
    .form-css .w-file-upload-file {
        display: flex;
        flex-grow: 1;
        justify-content: space-between;
        margin: 0px;
        padding: 8px 9px 8px 11px;
        border: 1px solid #ccc;
        background-color: #fafafa;
    }
    .form-css .w-file-upload-file {
        display: flex;
        flex-grow: 1;
        justify-content: space-between;
        margin: 0px;
        padding: 8px 9px 8px 11px;
        border: 1px solid #ccc;
        background-color: #fafafa;
    }
    .form-css .w-file-upload-file {
        display: flex;
        flex-grow: 1;
        justify-content: space-between;
        margin: 0px;
        padding: 8px 9px 8px 11px;
        border: 1px solid #ccc;
        background-color: #fafafa;
    }
    .form-css .w-file-remove-link {
        margin-top: 3px;
        margin-left: 10px;
        width: auto;
        height: auto;
        padding: 3px;
        display: block;
        cursor: pointer;
    }
    .form-css .w-file-remove-link {
        margin-top: 3px;
        margin-left: 10px;
        width: auto;
        height: auto;
        padding: 3px;
        display: block;
        cursor: pointer;
    }
    .form-css .w-file-remove-link {
        margin-top: 3px;
        margin-left: 10px;
        width: auto;
        height: auto;
        padding: 3px;
        display: block;
        cursor: pointer;
    }
    .form-css .w-file-remove-link {
        margin-top: 3px;
        margin-left: 10px;
        width: auto;
        height: auto;
        padding: 3px;
        display: block;
        cursor: pointer;
    }
    .form-css .w-icon-file-upload-remove {
        margin: auto;
        font-size: 10px;
    }
    .form-css .w-file-upload-error-msg {
        display: inline-block;
        color: #ea384c;
        padding: 2px 0px;
    }
    .form-css .w-file-upload-info {
        display: inline-block;
        line-height: 38px;
        padding: 0px 12px;
    }
    .form-css .w-file-upload-info {
        display: inline-block;
        line-height: 38px;
        padding: 0px 12px;
    }
    .form-css .w-file-upload-label {
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
        cursor: pointer;
        margin: 0px;
        padding: 8px 12px;
        border: 1px solid #ccc;
        background-color: #fafafa;
    }
    .form-css .w-file-upload-label {
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
        cursor: pointer;
        margin: 0px;
        padding: 8px 12px;
        border: 1px solid #ccc;
        background-color: #fafafa;
    }
    .form-css .w-file-upload-label {
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
        cursor: pointer;
        margin: 0px;
        padding: 8px 12px;
        border: 1px solid #ccc;
        background-color: #fafafa;
    }
    .form-css .w-icon-file-upload-icon, .form-css .w-icon-file-upload-uploading {
        display: inline-block;
        margin-right: 8px;
        width: 20px;
    }
    .form-css .w-icon-file-upload-icon, .form-css .w-icon-file-upload-uploading {
        display: inline-block;
        margin-right: 8px;
        width: 20px;
    }
    .form-css .w-icon-file-upload-uploading {
        height: 20px;
    }
    .form-css .w-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 940px;
    }
    .form-css .w-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 940px;
    }
    .form-css .w-container .w-row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .form-css .w-row .w-row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .form-css .w-col {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .form-css .w-col {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .form-css .w-col {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .form-css .w-col .w-col {
        padding-left: 0px;
        padding-right: 0px;
    }
    .form-css .w-col-1 {
        width: 8.33333%;
    }
    .form-css .w-col-2 {
        width: 16.6667%;
    }
    .form-css .w-col-3 {
        width: 25%;
    }
    .form-css .w-col-4 {
        width: 33.3333%;
    }
    .form-css .w-col-5 {
        width: 41.6667%;
    }
    .form-css .w-col-6 {
        width: 50%;
    }
    .form-css .w-col-7 {
        width: 58.3333%;
    }
    .form-css .w-col-8 {
        width: 66.6667%;
    }
    .form-css .w-col-9 {
        width: 75%;
    }
    .form-css .w-col-10 {
        width: 83.3333%;
    }
    .form-css .w-col-11 {
        width: 91.6667%;
    }
    .form-css .w-col-12 {
        width: 100%;
    }
    @media screen and (max-width: 991px) {
        .form-css .w-container {
            max-width: 728px;
        }
        .form-css .w-hidden-main {
            display: inherit !important;
        }
        .form-css .w-hidden-medium {
            display: none !important;
        }
        .form-css .w-col-medium-1 {
            width: 8.33333%;
        }
        .form-css .w-col-medium-2 {
            width: 16.6667%;
        }
        .form-css .w-col-medium-3 {
            width: 25%;
        }
        .form-css .w-col-medium-4 {
            width: 33.3333%;
        }
        .form-css .w-col-medium-5 {
            width: 41.6667%;
        }
        .form-css .w-col-medium-6 {
            width: 50%;
        }
        .form-css .w-col-medium-7 {
            width: 58.3333%;
        }
        .form-css .w-col-medium-8 {
            width: 66.6667%;
        }
        .form-css .w-col-medium-9 {
            width: 75%;
        }
        .form-css .w-col-medium-10 {
            width: 83.3333%;
        }
        .form-css .w-col-medium-11 {
            width: 91.6667%;
        }
        .form-css .w-col-medium-12 {
            width: 100%;
        }
        .form-css .w-col-stack {
            width: 100%;
            left: auto;
            right: auto;
        }
    }
    @media screen and (max-width: 767px) {
        .form-css .w-hidden-main {
            display: inherit !important;
        }
        .form-css .w-hidden-medium {
            display: inherit !important;
        }
        .form-css .w-hidden-small {
            display: none !important;
        }
        .form-css .w-row, .form-css .w-container .w-row {
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css .w-col {
            width: 100%;
            left: auto;
            right: auto;
        }
        .form-css .w-col-small-1 {
            width: 8.33333%;
        }
        .form-css .w-col-small-2 {
            width: 16.6667%;
        }
        .form-css .w-col-small-3 {
            width: 25%;
        }
        .form-css .w-col-small-4 {
            width: 33.3333%;
        }
        .form-css .w-col-small-5 {
            width: 41.6667%;
        }
        .form-css .w-col-small-6 {
            width: 50%;
        }
        .form-css .w-col-small-7 {
            width: 58.3333%;
        }
        .form-css .w-col-small-8 {
            width: 66.6667%;
        }
        .form-css .w-col-small-9 {
            width: 75%;
        }
        .form-css .w-col-small-10 {
            width: 83.3333%;
        }
        .form-css .w-col-small-11 {
            width: 91.6667%;
        }
        .form-css .w-col-small-12 {
            width: 100%;
        }
    }
    @media screen and (max-width: 767px) {
        .form-css .w-hidden-main {
            display: inherit !important;
        }
        .form-css .w-hidden-medium {
            display: inherit !important;
        }
        .form-css .w-hidden-small {
            display: none !important;
        }
        .form-css .w-row, .form-css .w-container .w-row {
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css .w-col {
            width: 100%;
            left: auto;
            right: auto;
        }
        .form-css .w-col-small-1 {
            width: 8.33333%;
        }
        .form-css .w-col-small-2 {
            width: 16.6667%;
        }
        .form-css .w-col-small-3 {
            width: 25%;
        }
        .form-css .w-col-small-4 {
            width: 33.3333%;
        }
        .form-css .w-col-small-5 {
            width: 41.6667%;
        }
        .form-css .w-col-small-6 {
            width: 50%;
        }
        .form-css .w-col-small-7 {
            width: 58.3333%;
        }
        .form-css .w-col-small-8 {
            width: 66.6667%;
        }
        .form-css .w-col-small-9 {
            width: 75%;
        }
        .form-css .w-col-small-10 {
            width: 83.3333%;
        }
        .form-css .w-col-small-11 {
            width: 91.6667%;
        }
        .form-css .w-col-small-12 {
            width: 100%;
        }
    }
    @media screen and (max-width: 479px) {
        .form-css .w-container {
            max-width: none;
        }
        .form-css .w-hidden-main {
            display: inherit !important;
        }
        .form-css .w-hidden-medium {
            display: inherit !important;
        }
        .form-css .w-hidden-small {
            display: inherit !important;
        }
        .form-css .w-hidden-tiny {
            display: none !important;
        }
        .form-css .w-col {
            width: 100%;
        }
        .form-css .w-col-tiny-1 {
            width: 8.33333%;
        }
        .form-css .w-col-tiny-2 {
            width: 16.6667%;
        }
        .form-css .w-col-tiny-3 {
            width: 25%;
        }
        .form-css .w-col-tiny-4 {
            width: 33.3333%;
        }
        .form-css .w-col-tiny-5 {
            width: 41.6667%;
        }
        .form-css .w-col-tiny-6 {
            width: 50%;
        }
        .form-css .w-col-tiny-7 {
            width: 58.3333%;
        }
        .form-css .w-col-tiny-8 {
            width: 66.6667%;
        }
        .form-css .w-col-tiny-9 {
            width: 75%;
        }
        .form-css .w-col-tiny-10 {
            width: 83.3333%;
        }
        .form-css .w-col-tiny-11 {
            width: 91.6667%;
        }
        .form-css .w-col-tiny-12 {
            width: 100%;
        }
    }
    .form-css .w-widget-map {
        width: 100%;
        height: 400px;
    }
    .form-css .w-widget-map {
        width: 100%;
        height: 400px;
    }
    .form-css .w-widget-map label {
        width: auto;
        display: inline;
    }
    .form-css .w-widget-map img {
        max-width: inherit;
    }
    .form-css .w-widget-twitter-count-shim {
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 28px;
        height: 20px;
        text-align: center;
        background: white;
        border: 1px solid #758696;
        border-radius: 3px;
    }
    .form-css .w-widget-twitter-count-shim {
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 28px;
        height: 20px;
        text-align: center;
        background: white;
        border: 1px solid #758696;
        border-radius: 3px;
    }
    .form-css .w-widget-twitter-count-shim {
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 28px;
        height: 20px;
        text-align: center;
        background: white;
        border: 1px solid #758696;
        border-radius: 3px;
    }
    .form-css .w-widget-twitter-count-shim {
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 28px;
        height: 20px;
        text-align: center;
        background: white;
        border: 1px solid #758696;
        border-radius: 3px;
    }
    .form-css .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
        position: relative;
        font-size: 15px;
        line-height: 12px;
        text-align: center;
        color: #999;
        font-family: serif;
    }
    .form-css .w-widget-twitter-count-shim.w--large {
        width: 36px;
        height: 28px;
    }
    .form-css .w-widget-twitter-count-shim.w--large {
        width: 36px;
        height: 28px;
    }
    .form-css .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 18px;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical) {
        margin-left: 5px;
        margin-right: 8px;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical).w--large {
        margin-left: 6px;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical)::before, .form-css .w-widget-twitter-count-shim:not(.w--vertical)::after {
        top: 50%;
        left: 0px;
        border: solid transparent;
        content: " ";
        height: 0px;
        width: 0px;
        position: absolute;
        pointer-events: none;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical)::before, .form-css .w-widget-twitter-count-shim:not(.w--vertical)::after {
        top: 50%;
        left: 0px;
        border: solid transparent;
        content: " ";
        height: 0px;
        width: 0px;
        position: absolute;
        pointer-events: none;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical)::before, .form-css .w-widget-twitter-count-shim:not(.w--vertical)::after {
        top: 50%;
        left: 0px;
        border: solid transparent;
        content: " ";
        height: 0px;
        width: 0px;
        position: absolute;
        pointer-events: none;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical)::before {
        border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
        border-width: 4px;
        margin-left: -9px;
        margin-top: -4px;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical)::before {
        border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
        border-width: 4px;
        margin-left: -9px;
        margin-top: -4px;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical)::before {
        border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
        border-width: 4px;
        margin-left: -9px;
        margin-top: -4px;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical).w--large::before {
        border-width: 5px;
        margin-left: -10px;
        margin-top: -5px;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical).w--large::before {
        border-width: 5px;
        margin-left: -10px;
        margin-top: -5px;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical).w--large::before {
        border-width: 5px;
        margin-left: -10px;
        margin-top: -5px;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical)::after {
        border-color: rgba(255, 255, 255, 0) white rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
        border-width: 4px;
        margin-left: -8px;
        margin-top: -4px;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical)::after {
        border-color: rgba(255, 255, 255, 0) white rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
        border-width: 4px;
        margin-left: -8px;
        margin-top: -4px;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical)::after {
        border-color: rgba(255, 255, 255, 0) white rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
        border-width: 4px;
        margin-left: -8px;
        margin-top: -4px;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical).w--large::after {
        border-width: 5px;
        margin-left: -9px;
        margin-top: -5px;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical).w--large::after {
        border-width: 5px;
        margin-left: -9px;
        margin-top: -5px;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical).w--large::after {
        border-width: 5px;
        margin-left: -9px;
        margin-top: -5px;
    }
    .form-css .w-widget-twitter-count-shim.w--vertical {
        width: 61px;
        height: 33px;
        margin-bottom: 8px;
    }
    .form-css .w-widget-twitter-count-shim.w--vertical {
        width: 61px;
        height: 33px;
        margin-bottom: 8px;
    }
    .form-css .w-widget-twitter-count-shim.w--vertical {
        width: 61px;
        height: 33px;
        margin-bottom: 8px;
    }
    .form-css .w-widget-twitter-count-shim.w--vertical::before, .form-css .w-widget-twitter-count-shim.w--vertical::after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0px;
        width: 0px;
        position: absolute;
        pointer-events: none;
    }
    .form-css .w-widget-twitter-count-shim.w--vertical::before, .form-css .w-widget-twitter-count-shim.w--vertical::after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0px;
        width: 0px;
        position: absolute;
        pointer-events: none;
    }
    .form-css .w-widget-twitter-count-shim.w--vertical::before, .form-css .w-widget-twitter-count-shim.w--vertical::after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0px;
        width: 0px;
        position: absolute;
        pointer-events: none;
    }
    .form-css .w-widget-twitter-count-shim.w--vertical::before {
        border-color: #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
        border-width: 5px;
        margin-left: -5px;
    }
    .form-css .w-widget-twitter-count-shim.w--vertical::before {
        border-color: #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
        border-width: 5px;
        margin-left: -5px;
    }
    .form-css .w-widget-twitter-count-shim.w--vertical::before {
        border-color: #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
        border-width: 5px;
        margin-left: -5px;
    }
    .form-css .w-widget-twitter-count-shim.w--vertical::after {
        border-color: white rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
        border-width: 4px;
        margin-left: -4px;
    }
    .form-css .w-widget-twitter-count-shim.w--vertical::after {
        border-color: white rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
        border-width: 4px;
        margin-left: -4px;
    }
    .form-css .w-widget-twitter-count-shim.w--vertical::after {
        border-color: white rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
        border-width: 4px;
        margin-left: -4px;
    }
    .form-css .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 22px;
    }
    .form-css .w-widget-twitter-count-shim.w--vertical.w--large {
        width: 76px;
    }
    .form-css .w-background-video {
        position: relative;
        overflow: hidden;
        height: 500px;
        color: white;
    }
    .form-css .w-background-video > video {
        background-size: cover;
        background-position: 50% 50%;
        position: absolute;
        margin: auto;
        width: 100%;
        height: 100%;
        inset: -100%;
        object-fit: cover;
        z-index: -100;
    }
    .form-css .w-background-video > video {
        background-size: cover;
        background-position: 50% 50%;
        position: absolute;
        margin: auto;
        width: 100%;
        height: 100%;
        inset: -100%;
        object-fit: cover;
        z-index: -100;
    }
    .form-css .w-background-video > video {
        background-size: cover;
        background-position: 50% 50%;
        position: absolute;
        margin: auto;
        width: 100%;
        height: 100%;
        inset: -100%;
        object-fit: cover;
        z-index: -100;
    }
    .form-css .w-background-video--control {
        position: absolute;
        bottom: 1em;
        right: 1em;
        background-color: transparent;
        padding: 0px;
    }
    .form-css .w-slider {
        position: relative;
        height: 300px;
        text-align: center;
        background: #ddd;
        clear: both;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .form-css .w-slider-mask {
        position: relative;
        display: block;
        overflow: hidden;
        z-index: 1;
        left: 0px;
        right: 0px;
        height: 100%;
        white-space: nowrap;
    }
    .form-css .w-slide {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: 100%;
        white-space: normal;
        text-align: left;
    }
    .form-css .w-slide {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: 100%;
        white-space: normal;
        text-align: left;
    }
    .form-css .w-slider-nav {
        position: absolute;
        z-index: 2;
        inset: auto 0px 0px;
        margin: auto;
        padding-top: 10px;
        height: 40px;
        text-align: center;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .form-css .w-slider-nav {
        position: absolute;
        z-index: 2;
        inset: auto 0px 0px;
        margin: auto;
        padding-top: 10px;
        height: 40px;
        text-align: center;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .form-css .w-slider-nav {
        position: absolute;
        z-index: 2;
        inset: auto 0px 0px;
        margin: auto;
        padding-top: 10px;
        height: 40px;
        text-align: center;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .form-css .w-slider-nav.w-round > div {
        border-radius: 100%;
    }
    .form-css .w-slider-nav.w-round > div {
        border-radius: 100%;
    }
    .form-css .w-slider-nav.w-num > div {
        width: auto;
        height: auto;
        padding: 0.2em 0.5em;
        font-size: inherit;
        line-height: inherit;
    }
    .form-css .w-slider-nav.w-num > div {
        width: auto;
        height: auto;
        padding: 0.2em 0.5em;
        font-size: inherit;
        line-height: inherit;
    }
    .form-css .w-slider-nav.w-num > div {
        width: auto;
        height: auto;
        padding: 0.2em 0.5em;
        font-size: inherit;
        line-height: inherit;
    }
    .form-css .w-slider-nav.w-shadow > div {
        box-shadow: rgba(51, 51, 51, 0.4) 0px 0px 3px;
    }
    .form-css .w-slider-dot {
        position: relative;
        display: inline-block;
        width: 1em;
        height: 1em;
        background-color: rgba(255, 255, 255, 0.4);
        cursor: pointer;
        margin: 0px 3px 0.5em;
        transition: background-color 100ms, color 100ms;
    }
    .form-css .w-slider-dot {
        position: relative;
        display: inline-block;
        width: 1em;
        height: 1em;
        background-color: rgba(255, 255, 255, 0.4);
        cursor: pointer;
        margin: 0px 3px 0.5em;
        transition: background-color 100ms, color 100ms;
    }
    .form-css .w-slider-dot {
        position: relative;
        display: inline-block;
        width: 1em;
        height: 1em;
        background-color: rgba(255, 255, 255, 0.4);
        cursor: pointer;
        margin: 0px 3px 0.5em;
        transition: background-color 100ms, color 100ms;
    }
    .form-css .w-slider-dot:focus {
        outline: none;
        box-shadow: white 0px 0px 0px 2px;
    }
    .form-css .w-slider-dot:focus.w-active {
        box-shadow: none;
    }
    .form-css .w-slider-arrow-left, .form-css .w-slider-arrow-right {
        position: absolute;
        width: 80px;
        inset: 0px;
        margin: auto;
        cursor: pointer;
        overflow: hidden;
        color: white;
        font-size: 40px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        user-select: none;
    }
    .form-css .w-slider-arrow-left, .form-css .w-slider-arrow-right {
        position: absolute;
        width: 80px;
        inset: 0px;
        margin: auto;
        cursor: pointer;
        overflow: hidden;
        color: white;
        font-size: 40px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        user-select: none;
    }
    .form-css .w-icon-slider-left, .form-css .w-icon-slider-right {
        inset: 0px;
        margin: auto;
        width: 1em;
        height: 1em;
    }
    .form-css .w-icon-slider-left, .form-css .w-icon-slider-right {
        inset: 0px;
        margin: auto;
        width: 1em;
        height: 1em;
    }
    .form-css .w-icon-slider-left, .form-css .w-icon-slider-right {
        inset: 0px;
        margin: auto;
        width: 1em;
        height: 1em;
    }
    .form-css .w-slider-aria-label {
        border: 0px;
        clip: rect(0px, 0px, 0px, 0px);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0px;
        position: absolute;
        width: 1px;
    }
    .form-css .w-slider-aria-label {
        border: 0px;
        clip: rect(0px, 0px, 0px, 0px);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0px;
        position: absolute;
        width: 1px;
    }
    .form-css .w-slider-aria-label {
        border: 0px;
        clip: rect(0px, 0px, 0px, 0px);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0px;
        position: absolute;
        width: 1px;
    }
    .form-css .w-slider-aria-label {
        border: 0px;
        clip: rect(0px, 0px, 0px, 0px);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0px;
        position: absolute;
        width: 1px;
    }
    .form-css .w-slider-aria-label {
        border: 0px;
        clip: rect(0px, 0px, 0px, 0px);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0px;
        position: absolute;
        width: 1px;
    }
    .form-css .w-dropdown {
        display: inline-block;
        position: relative;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        z-index: 900;
    }
    .form-css .w-dropdown-btn, .form-css .w-dropdown-toggle, .form-css .w-dropdown-link {
        position: relative;
        vertical-align: top;
        text-decoration: none;
        color: #222;
        padding: 20px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        white-space: nowrap;
    }
    .form-css .w-dropdown-btn, .form-css .w-dropdown-toggle, .form-css .w-dropdown-link {
        position: relative;
        vertical-align: top;
        text-decoration: none;
        color: #222;
        padding: 20px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        white-space: nowrap;
    }
    .form-css .w-dropdown-toggle {
        user-select: none;
        display: inline-block;
        cursor: pointer;
        padding-right: 40px;
    }
    .form-css .w-icon-dropdown-toggle {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto 20px auto auto;
        width: 1em;
        height: 1em;
    }
    .form-css .w-icon-dropdown-toggle {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto 20px auto auto;
        width: 1em;
        height: 1em;
    }
    .form-css .w-icon-dropdown-toggle {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto 20px auto auto;
        width: 1em;
        height: 1em;
    }
    .form-css .w-dropdown-list {
        position: absolute;
        background: #ddd;
        display: none;
        min-width: 100%;
    }
    .form-css .w-dropdown-link {
        padding: 10px 20px;
        display: block;
        color: #222;
    }
    @media screen and (max-width: 767px) {
        .form-css .w-nav-brand {
            padding-left: 10px;
        }
    }
    @media screen and (max-width: 767px) {
        .form-css .w-nav-brand {
            padding-left: 10px;
        }
    }
    .form-css .w-lightbox-backdrop {
        cursor: auto;
        font-style: normal;
        letter-spacing: normal;
        list-style: disc;
        text-indent: 0px;
        text-shadow: none;
        text-transform: none;
        visibility: visible;
        white-space: normal;
        word-break: normal;
        word-spacing: normal;
        overflow-wrap: normal;
        position: fixed;
        inset: 0px;
        color: white;
        font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
        font-size: 17px;
        line-height: 1.2;
        font-weight: 300;
        text-align: center;
        background: rgba(0, 0, 0, 0.9);
        z-index: 2000;
        outline: 0px;
        opacity: 0;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        transform: translate(0px, 0px);
    }
    .form-css .w-lightbox-backdrop, .form-css .w-lightbox-container {
        height: 100%;
        overflow: auto;
    }
    .form-css .w-lightbox-content {
        position: relative;
        height: 100vh;
        overflow: hidden;
    }
    .form-css .w-lightbox-view {
        position: absolute;
        width: 100vw;
        height: 100vh;
        opacity: 0;
    }
    .form-css .w-lightbox-view {
        position: absolute;
        width: 100vw;
        height: 100vh;
        opacity: 0;
    }
    .form-css .w-lightbox-view::before {
        content: "";
        height: 100vh;
    }
    .form-css .w-lightbox-group, .form-css .w-lightbox-group .w-lightbox-view, .form-css .w-lightbox-group .w-lightbox-view::before {
        height: 86vh;
    }
    .form-css .w-lightbox-figure {
        position: relative;
        margin: 0px;
    }
    .form-css .w-lightbox-img {
        width: auto;
        height: auto;
        max-width: none;
    }
    .form-css .w-lightbox-img {
        width: auto;
        height: auto;
        max-width: none;
    }
    .form-css .w-lightbox-image {
        display: block;
        float: none;
        max-width: 100vw;
        max-height: 100vh;
    }
    .form-css .w-lightbox-image {
        display: block;
        float: none;
        max-width: 100vw;
        max-height: 100vh;
    }
    .form-css .w-lightbox-group .w-lightbox-image {
        max-height: 86vh;
    }
    .form-css .w-lightbox-caption {
        position: absolute;
        right: 0px;
        bottom: 0px;
        left: 0px;
        padding: 0.5em 1em;
        background: rgba(0, 0, 0, 0.4);
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .form-css .w-lightbox-embed {
        position: absolute;
        inset: 0px;
        width: 100%;
        height: 100%;
    }
    .form-css .w-lightbox-embed {
        position: absolute;
        inset: 0px;
        width: 100%;
        height: 100%;
    }
    .form-css .w-lightbox-control {
        position: absolute;
        top: 0px;
        width: 4em;
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: center center;
        cursor: pointer;
        transition: 0.3s;
    }
    .form-css .w-lightbox-close {
        right: 0px;
        height: 2.6em;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
        background-size: 18px;
    }
    .form-css .w-lightbox-strip {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        padding: 0px 1vh;
        line-height: 0;
        white-space: nowrap;
        overflow: auto hidden;
    }
    .form-css .w-lightbox-strip {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        padding: 0px 1vh;
        line-height: 0;
        white-space: nowrap;
        overflow: auto hidden;
    }
    .form-css .w-lightbox-item {
        display: inline-block;
        width: 10vh;
        padding: 2vh 1vh;
        box-sizing: content-box;
        cursor: pointer;
        transform: translate3d(0px, 0px, 0px);
    }
    .form-css .w-lightbox-item {
        display: inline-block;
        width: 10vh;
        padding: 2vh 1vh;
        box-sizing: content-box;
        cursor: pointer;
        transform: translate3d(0px, 0px, 0px);
    }
    .form-css .w-lightbox-thumbnail {
        position: relative;
        height: 10vh;
        background: #222;
        overflow: hidden;
    }
    .form-css .w-lightbox-thumbnail .w-lightbox-tall {
        top: 50%;
        width: 100%;
        transform: translate(0px, -50%);
    }
    .form-css .w-lightbox-thumbnail .w-lightbox-wide {
        left: 50%;
        height: 100%;
        transform: translate(-50%, 0px);
    }
    .form-css .w-lightbox-spinner {
        position: absolute;
        top: 50%;
        left: 50%;
        box-sizing: border-box;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px;
        border: 5px solid rgba(0, 0, 0, 0.4);
        border-radius: 50%;
        animation: 0.8s linear 0s infinite normal none running spin;
    }
    .form-css .w-lightbox-spinner {
        position: absolute;
        top: 50%;
        left: 50%;
        box-sizing: border-box;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px;
        border: 5px solid rgba(0, 0, 0, 0.4);
        border-radius: 50%;
        animation: 0.8s linear 0s infinite normal none running spin;
    }
    .form-css .w-lightbox-spinner {
        position: absolute;
        top: 50%;
        left: 50%;
        box-sizing: border-box;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px;
        border: 5px solid rgba(0, 0, 0, 0.4);
        border-radius: 50%;
        animation: 0.8s linear 0s infinite normal none running spin;
    }
    .form-css .w-lightbox-spinner {
        position: absolute;
        top: 50%;
        left: 50%;
        box-sizing: border-box;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px;
        border: 5px solid rgba(0, 0, 0, 0.4);
        border-radius: 50%;
        animation: 0.8s linear 0s infinite normal none running spin;
    }
    .form-css .w-lightbox-spinner {
        position: absolute;
        top: 50%;
        left: 50%;
        box-sizing: border-box;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px;
        border: 5px solid rgba(0, 0, 0, 0.4);
        border-radius: 50%;
        animation: 0.8s linear 0s infinite normal none running spin;
    }
    .form-css .w-lightbox-spinner::after {
        content: "";
        position: absolute;
        inset: -4px;
        border-width: 3px;
        border-style: solid;
        border-color: transparent transparent white;
        border-image: initial;
        border-radius: 50%;
    }
    .form-css .w-lightbox-spinner::after {
        content: "";
        position: absolute;
        inset: -4px;
        border-width: 3px;
        border-style: solid;
        border-color: transparent transparent white;
        border-image: initial;
        border-radius: 50%;
    }
    .form-css .w-lightbox-spinner::after {
        content: "";
        position: absolute;
        inset: -4px;
        border-width: 3px;
        border-style: solid;
        border-color: transparent transparent white;
        border-image: initial;
        border-radius: 50%;
    }
    @media (min-width: 768px) {
        .form-css .w-lightbox-content {
            height: 96vh;
            margin-top: 2vh;
        }
        .form-css .w-lightbox-view, .form-css .w-lightbox-view::before {
            height: 96vh;
        }
        .form-css .w-lightbox-group, .form-css .w-lightbox-group .w-lightbox-view, .form-css .w-lightbox-group .w-lightbox-view::before {
            height: 84vh;
        }
        .form-css .w-lightbox-image {
            max-width: 96vw;
            max-height: 96vh;
        }
        .form-css .w-lightbox-group .w-lightbox-image {
            max-width: 82.3vw;
            max-height: 84vh;
        }
        .form-css .w-lightbox-left, .form-css .w-lightbox-right {
            display: block;
            opacity: 0.5;
        }
        .form-css .w-lightbox-close {
            opacity: 0.8;
        }
        .form-css .w-lightbox-control:hover {
            opacity: 1;
        }
    }
    @media (min-width: 768px) {
        .form-css .w-lightbox-content {
            height: 96vh;
            margin-top: 2vh;
        }
        .form-css .w-lightbox-view, .form-css .w-lightbox-view::before {
            height: 96vh;
        }
        .form-css .w-lightbox-group, .form-css .w-lightbox-group .w-lightbox-view, .form-css .w-lightbox-group .w-lightbox-view::before {
            height: 84vh;
        }
        .form-css .w-lightbox-image {
            max-width: 96vw;
            max-height: 96vh;
        }
        .form-css .w-lightbox-group .w-lightbox-image {
            max-width: 82.3vw;
            max-height: 84vh;
        }
        .form-css .w-lightbox-left, .form-css .w-lightbox-right {
            display: block;
            opacity: 0.5;
        }
        .form-css .w-lightbox-close {
            opacity: 0.8;
        }
        .form-css .w-lightbox-control:hover {
            opacity: 1;
        }
    }
    @media (min-width: 768px) {
        .form-css .w-lightbox-content {
            height: 96vh;
            margin-top: 2vh;
        }
        .form-css .w-lightbox-view, .form-css .w-lightbox-view::before {
            height: 96vh;
        }
        .form-css .w-lightbox-group, .form-css .w-lightbox-group .w-lightbox-view, .form-css .w-lightbox-group .w-lightbox-view::before {
            height: 84vh;
        }
        .form-css .w-lightbox-image {
            max-width: 96vw;
            max-height: 96vh;
        }
        .form-css .w-lightbox-group .w-lightbox-image {
            max-width: 82.3vw;
            max-height: 84vh;
        }
        .form-css .w-lightbox-left, .form-css .w-lightbox-right {
            display: block;
            opacity: 0.5;
        }
        .form-css .w-lightbox-close {
            opacity: 0.8;
        }
        .form-css .w-lightbox-control:hover {
            opacity: 1;
        }
    }
    .form-css .w-richtext figure {
        position: relative;
        max-width: 60%;
    }
    .form-css .w-richtext figure img {
        width: 100%;
    }
    .form-css .w-richtext figure.w-richtext-figure-type-video, .form-css .w-richtext figure[data-rt-type="video"] {
        width: 60%;
        height: 0px;
    }
    .form-css .w-richtext figure.w-richtext-figure-type-video, .form-css .w-richtext figure[data-rt-type="video"] {
        width: 60%;
        height: 0px;
    }
    .form-css .w-richtext figure.w-richtext-figure-type-video iframe, .form-css .w-richtext figure[data-rt-type="video"] iframe {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
    .form-css .w-richtext figure.w-richtext-figure-type-video iframe, .form-css .w-richtext figure[data-rt-type="video"] iframe {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
    .form-css .w-richtext figure.w-richtext-figure-type-video > div, .form-css .w-richtext figure[data-rt-type="video"] > div {
        width: 100%;
    }
    .form-css .w-richtext figure.w-richtext-align-center {
        margin-right: auto;
        margin-left: auto;
        clear: both;
    }
    .form-css .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .form-css .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
        max-width: 100%;
    }
    .form-css .w-richtext figure.w-richtext-align-fullwidth {
        width: 100%;
        max-width: 100%;
        text-align: center;
        clear: both;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .form-css .w-richtext figure.w-richtext-align-fullwidth {
        width: 100%;
        max-width: 100%;
        text-align: center;
        clear: both;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .form-css .w-richtext figure.w-richtext-align-fullwidth > div {
        display: inline-block;
        padding-bottom: inherit;
    }
    .form-css .w-richtext figure.w-richtext-align-fullwidth > div {
        display: inline-block;
        padding-bottom: inherit;
    }
    .form-css .w-richtext figure.w-richtext-align-fullwidth > figcaption {
        display: block;
    }
    .form-css .w-richtext figure.w-richtext-align-floatleft {
        float: left;
        margin-right: 15px;
        clear: none;
    }
    .form-css .w-richtext figure.w-richtext-align-floatright {
        float: right;
        margin-left: 15px;
        clear: none;
    }
    .form-css .w-nav-link {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        color: #222;
        padding: 20px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
    .form-css .w-nav-link {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        color: #222;
        padding: 20px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
    .form-css [data-nav-menu-open] {
        position: absolute;
        top: 100%;
        left: 0px;
        right: 0px;
        background: #c8c8c8;
        text-align: center;
        overflow: visible;
        min-width: 200px;
        display: block !important;
    }
    .form-css .w-nav-overlay {
        position: absolute;
        overflow: hidden;
        display: none;
        top: 100%;
        left: 0px;
        right: 0px;
        width: 100%;
    }
    .form-css .w-nav[data-animation="over-left"] .w-nav-overlay {
        width: auto;
    }
    .form-css .w-nav[data-animation="over-right"] .w-nav-overlay {
        width: auto;
    }
    .form-css .w-nav-button {
        position: relative;
        float: right;
        padding: 18px;
        font-size: 24px;
        display: none;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        user-select: none;
    }
    @media screen and (max-width: 991px) {
        .form-css .w-nav[data-collapse="medium"] .w-nav-menu {
            display: none;
        }
        .form-css .w-nav[data-collapse="medium"] .w-nav-button {
            display: block;
        }
    }
    @media screen and (max-width: 767px) {
        .form-css .w-nav[data-collapse="small"] .w-nav-menu {
            display: none;
        }
        .form-css .w-nav[data-collapse="small"] .w-nav-button {
            display: block;
        }
        .form-css .w-nav-brand {
            padding-left: 10px;
        }
    }
    @media screen and (max-width: 767px) {
        .form-css .w-nav[data-collapse="small"] .w-nav-menu {
            display: none;
        }
        .form-css .w-nav[data-collapse="small"] .w-nav-button {
            display: block;
        }
        .form-css .w-nav-brand {
            padding-left: 10px;
        }
    }
    @media screen and (max-width: 479px) {
        .form-css .w-nav[data-collapse="tiny"] .w-nav-menu {
            display: none;
        }
        .form-css .w-nav[data-collapse="tiny"] .w-nav-button {
            display: block;
        }
    }
    .form-css .w-tab-link {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        padding: 9px 30px;
        text-align: left;
        cursor: pointer;
        color: #222;
        background-color: #ddd;
    }
    @media screen and (max-width: 479px) {
        .form-css .w-tab-link {
            display: block;
        }
    }
    .form-css .w-dyn-empty {
        padding: 10px;
        background-color: #ddd;
    }
    .form-css .w-code-component > * {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .form-css .w-code-component > * {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .form-css .w-layout-blockcontainer {
        max-width: 940px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .form-css .w-layout-blockcontainer {
        max-width: 940px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    @media screen and (max-width: 991px) {
        .form-css .w-layout-blockcontainer {
            max-width: 728px;
        }
    }
    @media screen and (max-width: 767px) {
        .form-css .w-layout-blockcontainer {
            max-width: none;
        }
    }
    .form-css .container {
        background-color: white;
        max-width: 1120px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .form-css .container {
        background-color: white;
        max-width: 1120px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .form-css .zawartosc {
        gap: 40px;
        flex-flow: column;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
    }
    .form-css .heading {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 50px;
        line-height: 70px;
    }
    .form-css .heading {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 50px;
        line-height: 70px;
    }
    .form-css .paragraph {
        text-align: center;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        line-height: 32px;
    }
    .form-css .paragraph {
        text-align: center;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        line-height: 32px;
    }
    .form-css .dwiekolumny {
        gap: 40px;
        flex-flow: row;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 40px;
        display: flex;
    }
    .form-css ._1kolumna {
        gap: 40px;
        background-color: #f4f4f4;
        border: 1px solid #c3c3c3;
        border-radius: 4px;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        max-width: 560px;
        padding: 24px 32px;
        display: flex;
    }
    .form-css ._1kolumna {
        gap: 40px;
        background-color: #f4f4f4;
        border: 1px solid #c3c3c3;
        border-radius: 4px;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        max-width: 560px;
        padding: 24px 32px;
        display: flex;
    }
    .form-css ._1kolumna {
        gap: 40px;
        background-color: #f4f4f4;
        border: 1px solid #c3c3c3;
        border-radius: 4px;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        max-width: 560px;
        padding: 24px 32px;
        display: flex;
    }
    .form-css ._1kolumna {
        gap: 40px;
        background-color: #f4f4f4;
        border: 1px solid #c3c3c3;
        border-radius: 4px;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        max-width: 560px;
        padding: 24px 32px;
        display: flex;
    }
    .form-css ._2kolumna {
        gap: 40px;
        flex-flow: column;
        max-width: 520px;
        display: flex;
    }
    .form-css .dostawa {
        gap: 8px;
        background-color: #313131;
        border-radius: 4px;
        justify-content: center;
        align-items: center;
        padding: 8px 20px;
        display: flex;
    }
    .form-css .dostawa {
        gap: 8px;
        background-color: #313131;
        border-radius: 4px;
        justify-content: center;
        align-items: center;
        padding: 8px 20px;
        display: flex;
    }
    .form-css .dostawa {
        gap: 8px;
        background-color: #313131;
        border-radius: 4px;
        justify-content: center;
        align-items: center;
        padding: 8px 20px;
        display: flex;
    }
    .form-css .heading-2 {
        color: white;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 18px;
        line-height: 24px;
    }
    .form-css .heading-2 {
        color: white;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 18px;
        line-height: 24px;
    }
    .form-css .heading-2 {
        color: white;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 18px;
        line-height: 24px;
    }
    .form-css .heading-3 {
        letter-spacing: 1.5px;
        margin-top: 4px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
    }
    .form-css .heading-3 {
        letter-spacing: 1.5px;
        margin-top: 4px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
    }
    .form-css .cena {
        margin-bottom: 0px;
        font-size: 24px;
        line-height: 32px;
    }
    .form-css .cena {
        margin-bottom: 0px;
        font-size: 24px;
        line-height: 32px;
    }
    .form-css .heading-4 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 40px;
        line-height: 54px;
    }
    .form-css .heading-4 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 40px;
        line-height: 54px;
    }
    .form-css .heading-5 {
        color: #868686;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        text-decoration: line-through;
    }
    .form-css .heading-5 {
        color: #868686;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        text-decoration: line-through;
    }
    .form-css .heading-6 {
        color: #ba1010;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        line-height: 32px;
    }
    .form-css .heading-6 {
        color: #ba1010;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        line-height: 32px;
    }
    .form-css .sekcja2 {
        gap: 40px;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
        display: flex;
    }
    .form-css .heading-7 {
        text-align: center;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }
    .form-css .heading-7 {
        text-align: center;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }
    .form-css .heading-8 {
        text-align: center;
        background-color: #ffc300;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 4px 12px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }
    .form-css .heading-8 {
        text-align: center;
        background-color: #ffc300;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 4px 12px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }
    .form-css .heading-8 {
        text-align: center;
        background-color: #ffc300;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 4px 12px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }
    .form-css .heading-9 {
        text-align: center;
        max-width: 70%;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
    }
    .form-css .heading-9 {
        text-align: center;
        max-width: 70%;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
    }
    .form-css .heading-9 {
        text-align: center;
        max-width: 70%;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
    }
    .form-css .text-field {
        color: black;
        border: 1px solid green;
        border-radius: 4px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .text-field {
        color: black;
        border: 1px solid green;
        border-radius: 4px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .text-field {
        color: black;
        border: 1px solid green;
        border-radius: 4px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .text-field {
        color: black;
        border: 1px solid green;
        border-radius: 4px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .text-field-2 {
        color: black;
        border-radius: 4px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .text-field-2 {
        color: black;
        border-radius: 4px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .text-field-2 {
        color: black;
        border-radius: 4px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .text-field-2 {
        color: black;
        border-radius: 4px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .text-field-3 {
        color: black;
        border-radius: 4px;
        margin-bottom: 8px;
    }
    .form-css .text-field-3 {
        color: black;
        border-radius: 4px;
        margin-bottom: 8px;
    }
    .form-css .text-field-3 {
        color: black;
        border-radius: 4px;
        margin-bottom: 8px;
    }
    .form-css .heading-10 {
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 20px;
        line-height: 27px;
    }
    .form-css .heading-10 {
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 20px;
        line-height: 27px;
    }
    .form-css .paragraph-2, .form-css .paragraph-3 {
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 12px;
        line-height: 16px;
    }
    .form-css .paragraph-2, .form-css .paragraph-3 {
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 12px;
        line-height: 16px;
    }
    .form-css .text-field-copy {
        color: black;
        border-radius: 4px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .text-field-copy {
        color: black;
        border-radius: 4px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .text-field-copy {
        color: black;
        border-radius: 4px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .text-field-copy {
        color: black;
        border-radius: 4px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .text-field-copy-copy {
        color: black;
        border-radius: 4px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .text-field-copy-copy {
        color: black;
        border-radius: 4px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .text-field-copy-copy {
        color: black;
        border-radius: 4px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .text-field-copy-copy {
        color: black;
        border-radius: 4px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .form-block, .form-css .form-block-2, .form-css .form-block-3 {
        margin-bottom: 0px;
    }
    .form-css .button {
        color: black;
        background-color: white;
        border: 1px solid #c3c3c3;
        border-radius: 4px;
        flex: 1 1 0%;
        justify-content: center;
        align-items: center;
        padding: 12px 40px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
        display: flex;
    }
    .form-css .button {
        color: black;
        background-color: white;
        border: 1px solid #c3c3c3;
        border-radius: 4px;
        flex: 1 1 0%;
        justify-content: center;
        align-items: center;
        padding: 12px 40px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
        display: flex;
    }
    .form-css .button {
        color: black;
        background-color: white;
        border: 1px solid #c3c3c3;
        border-radius: 4px;
        flex: 1 1 0%;
        justify-content: center;
        align-items: center;
        padding: 12px 40px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
        display: flex;
    }
    .form-css .button {
        color: black;
        background-color: white;
        border: 1px solid #c3c3c3;
        border-radius: 4px;
        flex: 1 1 0%;
        justify-content: center;
        align-items: center;
        padding: 12px 40px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
        display: flex;
    }
    .form-css .button:active {
        background-color: #ebf8e8;
        border-color: green;
    }
    .form-css .button-2 {
        color: black;
        background-color: white;
        border: 1px solid #c3c3c3;
        border-radius: 4px;
        flex: 1 1 0%;
        justify-content: center;
        align-self: auto;
        align-items: center;
        padding: 12px 40px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
        display: flex;
    }
    .form-css .button-2 {
        color: black;
        background-color: white;
        border: 1px solid #c3c3c3;
        border-radius: 4px;
        flex: 1 1 0%;
        justify-content: center;
        align-self: auto;
        align-items: center;
        padding: 12px 40px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
        display: flex;
    }
    .form-css .button-2 {
        color: black;
        background-color: white;
        border: 1px solid #c3c3c3;
        border-radius: 4px;
        flex: 1 1 0%;
        justify-content: center;
        align-self: auto;
        align-items: center;
        padding: 12px 40px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
        display: flex;
    }
    .form-css .button-2 {
        color: black;
        background-color: white;
        border: 1px solid #c3c3c3;
        border-radius: 4px;
        flex: 1 1 0%;
        justify-content: center;
        align-self: auto;
        align-items: center;
        padding: 12px 40px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
        display: flex;
    }
    .form-css .button-2:active {
        background-color: #ebf8e8;
        border-color: green;
    }
    .form-css .heading-10-copy {
        text-transform: none;
        margin-top: 8px;
        margin-bottom: 12px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 20px;
        line-height: 27px;
    }
    .form-css .heading-10-copy {
        text-transform: none;
        margin-top: 8px;
        margin-bottom: 12px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 20px;
        line-height: 27px;
    }
    .form-css .submit-button {
        background-color: #529a41;
        border-radius: 4px;
        padding: 15px 60px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
    }
    .form-css .submit-button {
        background-color: #529a41;
        border-radius: 4px;
        padding: 15px 60px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
    }
    .form-css .submit-button {
        background-color: #529a41;
        border-radius: 4px;
        padding: 15px 60px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
    }
    .form-css .submit-button {
        background-color: #529a41;
        border-radius: 4px;
        padding: 15px 60px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
    }
    .form-css .paragraph-4 {
        color: #333;
        text-align: center;
        margin-top: 8px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        line-height: 19px;
    }
    .form-css .paragraph-4 {
        color: #333;
        text-align: center;
        margin-top: 8px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        line-height: 19px;
    }
    .form-css .div-block-4 {
        justify-content: space-between;
        align-items: center;
        margin-top: 24px;
        margin-left: 48px;
        margin-right: 48px;
        display: flex;
    }
    .form-css .stopka {
        gap: 40px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 60px;
        margin-left: 24px;
        margin-right: 24px;
        display: flex;
    }
    .form-css ._1sec {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        max-width: 30%;
        display: flex;
    }
    .form-css .heading-11 {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 12px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
    }
    .form-css .heading-11 {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 12px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
    }
    .form-css .paragraph-5 {
        text-align: center;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }
    .form-css .paragraph-5 {
        text-align: center;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }
    .form-css .image {
        margin-bottom: 8px;
    }
    .form-css .image-2, .form-css .image-3, .form-css .image-4, .form-css .image-5 {
        max-width: 96px;
    }
    @media screen and (max-width: 991px) {
        .form-css .heading {
            font-size: 40px;
            line-height: 46px;
        }
        .form-css .paragraph {
            font-size: 22px;
        }
        .form-css .dwiekolumny {
            flex-flow: wrap;
            justify-content: center;
            align-items: flex-start;
            margin-top: 0px;
        }
        .form-css ._2kolumna {
            max-width: 560px;
        }
        .form-css .form {
            display: flex;
        }
        .form-css .div-block-3 {
            justify-content: center;
            align-self: stretch;
            align-items: center;
        }
        .form-css .heading-10-copy {
            align-self: auto;
            margin-bottom: 12px;
        }
        .form-css .form-copy {
            text-align: center;
            justify-content: flex-start;
            align-items: stretch;
            display: flex;
        }
        .form-css .div-block-3-copy {
            justify-content: center;
            align-self: stretch;
            align-items: stretch;
        }
        .form-css .div-block-5, .form-css .div-block-5-copy {
            border: 1px solid #cdcdcd;
            margin-left: 40px;
            margin-right: 40px;
        }
    }
    @media screen and (max-width: 991px) {
        .form-css .heading {
            font-size: 40px;
            line-height: 46px;
        }
        .form-css .paragraph {
            font-size: 22px;
        }
        .form-css .dwiekolumny {
            flex-flow: wrap;
            justify-content: center;
            align-items: flex-start;
            margin-top: 0px;
        }
        .form-css ._2kolumna {
            max-width: 560px;
        }
        .form-css .form {
            display: flex;
        }
        .form-css .div-block-3 {
            justify-content: center;
            align-self: stretch;
            align-items: center;
        }
        .form-css .heading-10-copy {
            align-self: auto;
            margin-bottom: 12px;
        }
        .form-css .form-copy {
            text-align: center;
            justify-content: flex-start;
            align-items: stretch;
            display: flex;
        }
        .form-css .div-block-3-copy {
            justify-content: center;
            align-self: stretch;
            align-items: stretch;
        }
        .form-css .div-block-5, .form-css .div-block-5-copy {
            border: 1px solid #cdcdcd;
            margin-left: 40px;
            margin-right: 40px;
        }
    }
    @media screen and (max-width: 991px) {
        .form-css .heading {
            font-size: 40px;
            line-height: 46px;
        }
        .form-css .paragraph {
            font-size: 22px;
        }
        .form-css .dwiekolumny {
            flex-flow: wrap;
            justify-content: center;
            align-items: flex-start;
            margin-top: 0px;
        }
        .form-css ._2kolumna {
            max-width: 560px;
        }
        .form-css .form {
            display: flex;
        }
        .form-css .div-block-3 {
            justify-content: center;
            align-self: stretch;
            align-items: center;
        }
        .form-css .heading-10-copy {
            align-self: auto;
            margin-bottom: 12px;
        }
        .form-css .form-copy {
            text-align: center;
            justify-content: flex-start;
            align-items: stretch;
            display: flex;
        }
        .form-css .div-block-3-copy {
            justify-content: center;
            align-self: stretch;
            align-items: stretch;
        }
        .form-css .div-block-5, .form-css .div-block-5-copy {
            border: 1px solid #cdcdcd;
            margin-left: 40px;
            margin-right: 40px;
        }
    }
    @media screen and (max-width: 991px) {
        .form-css .heading {
            font-size: 40px;
            line-height: 46px;
        }
        .form-css .paragraph {
            font-size: 22px;
        }
        .form-css .dwiekolumny {
            flex-flow: wrap;
            justify-content: center;
            align-items: flex-start;
            margin-top: 0px;
        }
        .form-css ._2kolumna {
            max-width: 560px;
        }
        .form-css .form {
            display: flex;
        }
        .form-css .div-block-3 {
            justify-content: center;
            align-self: stretch;
            align-items: center;
        }
        .form-css .heading-10-copy {
            align-self: auto;
            margin-bottom: 12px;
        }
        .form-css .form-copy {
            text-align: center;
            justify-content: flex-start;
            align-items: stretch;
            display: flex;
        }
        .form-css .div-block-3-copy {
            justify-content: center;
            align-self: stretch;
            align-items: stretch;
        }
        .form-css .div-block-5, .form-css .div-block-5-copy {
            border: 1px solid #cdcdcd;
            margin-left: 40px;
            margin-right: 40px;
        }
    }
    @media screen and (max-width: 767px) {
        .form-css .zawartosc {
            gap: 24px;
        }
        .form-css .heading-9 {
            max-width: 100%;
        }
        .form-css .div-block-4 {
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css .stopka {
            flex-flow: wrap;
        }
        .form-css ._1sec {
            max-width: 90%;
        }
        .form-css .div-block-5, .form-css .div-block-5-copy {
            margin: 20px 40px;
        }
    }
    @media screen and (max-width: 767px) {
        .form-css .zawartosc {
            gap: 24px;
        }
        .form-css .heading-9 {
            max-width: 100%;
        }
        .form-css .div-block-4 {
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css .stopka {
            flex-flow: wrap;
        }
        .form-css ._1sec {
            max-width: 90%;
        }
        .form-css .div-block-5, .form-css .div-block-5-copy {
            margin: 20px 40px;
        }
    }
    @media screen and (max-width: 479px) {
        .form-css .zawartosc {
            gap: 24px;
        }
        .form-css .heading {
            font-size: 28px;
            line-height: 32px;
        }
        .form-css .paragraph {
            font-size: 16px;
            line-height: 22px;
        }
        .form-css .dwiekolumny {
            margin-top: 0px;
        }
        .form-css ._1kolumna {
            gap: 24px;
            margin-top: 20px;
            padding-left: 16px;
            padding-right: 16px;
        }
        .form-css ._2kolumna {
            max-width: 100%;
        }
        .form-css .dostawa {
            margin-top: -45px;
        }
        .form-css .heading-2 {
            font-size: 16px;
        }
        .form-css .heading-3 {
            font-size: 14px;
            line-height: 20px;
        }
        .form-css .heading-4 {
            font-size: 32px;
            line-height: 38px;
        }
        .form-css .heading-5 {
            font-size: 20px;
            line-height: 28px;
        }
        .form-css .heading-6 {
            font-size: 20px;
            line-height: 26px;
        }
        .form-css .sekcja2 {
            gap: 24px;
        }
        .form-css .heading-7 {
            font-size: 12px;
            line-height: 19px;
        }
        .form-css .heading-8 {
            font-size: 12px;
            line-height: 16px;
        }
        .form-css .sztuki {
            gap: 2px;
        }
        .form-css .platnosci {
            gap: 0px;
            justify-content: space-between;
            align-items: flex-start;
        }
        .form-css .heading-9 {
            max-width: 90%;
            font-size: 12px;
            line-height: 14px;
        }
        .form-css .paragraph-2 {
            display: none;
        }
        .form-css .div-block-2 {
            flex-flow: column;
        }
        .form-css .div-block-3 {
            gap: 16px;
        }
        .form-css .button {
            padding-left: 15px;
            padding-right: 15px;
            font-family: Satoshi, Arial, sans-serif;
            font-size: 14px;
        }
        .form-css .button-2 {
            padding-left: 15px;
            padding-right: 15px;
            font-size: 14px;
        }
        .form-css .submit-button {
            padding-left: 20px;
            padding-right: 20px;
            font-size: 18px;
            line-height: 22px;
        }
        .form-css .div-block-4 {
            gap: 0px;
            justify-content: space-between;
            align-items: center;
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css .stopka {
            gap: 16px;
            margin-bottom: 30px;
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css ._1sec {
            gap: 12px;
            flex-flow: row;
            justify-content: flex-start;
            align-items: center;
            max-width: 100%;
        }
        .form-css .heading-11 {
            text-align: left;
            margin-bottom: 8px;
            font-size: 14px;
            line-height: 19px;
        }
        .form-css .paragraph-5 {
            text-align: left;
            font-size: 12px;
            line-height: 16px;
        }
        .form-css .image {
            width: 61px;
        }
        .form-css .image-2, .form-css .image-3, .form-css .image-4, .form-css .image-5 {
            max-width: 65px;
        }
        .form-css .div-block-5 {
            flex: 1 1 0%;
            margin: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
            display: block;
        }
        .form-css .image-6 {
            box-sizing: border-box;
            aspect-ratio: auto;
            object-fit: fill;
            flex: 0 1 auto;
            max-width: 88px;
            overflow: clip;
        }
        .form-css .image-7, .form-css .image-8 {
            max-width: 88px;
        }
        .form-css .div-block-6 {
            justify-content: space-between;
            align-items: center;
        }
        .form-css .div-block-7 {
            justify-content: flex-start;
            align-items: center;
            display: block;
        }
        .form-css .div-block-8 {
            border: 1px solid #c3c3c3;
        }
        .form-css .div-block-5-copy {
            flex: 1 1 0%;
            margin: 20px 0px 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
            display: block;
        }
    }
    @media screen and (max-width: 479px) {
        .form-css .zawartosc {
            gap: 24px;
        }
        .form-css .heading {
            font-size: 28px;
            line-height: 32px;
        }
        .form-css .paragraph {
            font-size: 16px;
            line-height: 22px;
        }
        .form-css .dwiekolumny {
            margin-top: 0px;
        }
        .form-css ._1kolumna {
            gap: 24px;
            margin-top: 20px;
            padding-left: 16px;
            padding-right: 16px;
        }
        .form-css ._2kolumna {
            max-width: 100%;
        }
        .form-css .dostawa {
            margin-top: -45px;
        }
        .form-css .heading-2 {
            font-size: 16px;
        }
        .form-css .heading-3 {
            font-size: 14px;
            line-height: 20px;
        }
        .form-css .heading-4 {
            font-size: 32px;
            line-height: 38px;
        }
        .form-css .heading-5 {
            font-size: 20px;
            line-height: 28px;
        }
        .form-css .heading-6 {
            font-size: 20px;
            line-height: 26px;
        }
        .form-css .sekcja2 {
            gap: 24px;
        }
        .form-css .heading-7 {
            font-size: 12px;
            line-height: 19px;
        }
        .form-css .heading-8 {
            font-size: 12px;
            line-height: 16px;
        }
        .form-css .sztuki {
            gap: 2px;
        }
        .form-css .platnosci {
            gap: 0px;
            justify-content: space-between;
            align-items: flex-start;
        }
        .form-css .heading-9 {
            max-width: 90%;
            font-size: 12px;
            line-height: 14px;
        }
        .form-css .paragraph-2 {
            display: none;
        }
        .form-css .div-block-2 {
            flex-flow: column;
        }
        .form-css .div-block-3 {
            gap: 16px;
        }
        .form-css .button {
            padding-left: 15px;
            padding-right: 15px;
            font-family: Satoshi, Arial, sans-serif;
            font-size: 14px;
        }
        .form-css .button-2 {
            padding-left: 15px;
            padding-right: 15px;
            font-size: 14px;
        }
        .form-css .submit-button {
            padding-left: 20px;
            padding-right: 20px;
            font-size: 18px;
            line-height: 22px;
        }
        .form-css .div-block-4 {
            gap: 0px;
            justify-content: space-between;
            align-items: center;
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css .stopka {
            gap: 16px;
            margin-bottom: 30px;
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css ._1sec {
            gap: 12px;
            flex-flow: row;
            justify-content: flex-start;
            align-items: center;
            max-width: 100%;
        }
        .form-css .heading-11 {
            text-align: left;
            margin-bottom: 8px;
            font-size: 14px;
            line-height: 19px;
        }
        .form-css .paragraph-5 {
            text-align: left;
            font-size: 12px;
            line-height: 16px;
        }
        .form-css .image {
            width: 61px;
        }
        .form-css .image-2, .form-css .image-3, .form-css .image-4, .form-css .image-5 {
            max-width: 65px;
        }
        .form-css .div-block-5 {
            flex: 1 1 0%;
            margin: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
            display: block;
        }
        .form-css .image-6 {
            box-sizing: border-box;
            aspect-ratio: auto;
            object-fit: fill;
            flex: 0 1 auto;
            max-width: 88px;
            overflow: clip;
        }
        .form-css .image-7, .form-css .image-8 {
            max-width: 88px;
        }
        .form-css .div-block-6 {
            justify-content: space-between;
            align-items: center;
        }
        .form-css .div-block-7 {
            justify-content: flex-start;
            align-items: center;
            display: block;
        }
        .form-css .div-block-8 {
            border: 1px solid #c3c3c3;
        }
        .form-css .div-block-5-copy {
            flex: 1 1 0%;
            margin: 20px 0px 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
            display: block;
        }
    }
    @media screen and (max-width: 479px) {
        .form-css .zawartosc {
            gap: 24px;
        }
        .form-css .heading {
            font-size: 28px;
            line-height: 32px;
        }
        .form-css .paragraph {
            font-size: 16px;
            line-height: 22px;
        }
        .form-css .dwiekolumny {
            margin-top: 0px;
        }
        .form-css ._1kolumna {
            gap: 24px;
            margin-top: 20px;
            padding-left: 16px;
            padding-right: 16px;
        }
        .form-css ._2kolumna {
            max-width: 100%;
        }
        .form-css .dostawa {
            margin-top: -45px;
        }
        .form-css .heading-2 {
            font-size: 16px;
        }
        .form-css .heading-3 {
            font-size: 14px;
            line-height: 20px;
        }
        .form-css .heading-4 {
            font-size: 32px;
            line-height: 38px;
        }
        .form-css .heading-5 {
            font-size: 20px;
            line-height: 28px;
        }
        .form-css .heading-6 {
            font-size: 20px;
            line-height: 26px;
        }
        .form-css .sekcja2 {
            gap: 24px;
        }
        .form-css .heading-7 {
            font-size: 12px;
            line-height: 19px;
        }
        .form-css .heading-8 {
            font-size: 12px;
            line-height: 16px;
        }
        .form-css .sztuki {
            gap: 2px;
        }
        .form-css .platnosci {
            gap: 0px;
            justify-content: space-between;
            align-items: flex-start;
        }
        .form-css .heading-9 {
            max-width: 90%;
            font-size: 12px;
            line-height: 14px;
        }
        .form-css .paragraph-2 {
            display: none;
        }
        .form-css .div-block-2 {
            flex-flow: column;
        }
        .form-css .div-block-3 {
            gap: 16px;
        }
        .form-css .button {
            padding-left: 15px;
            padding-right: 15px;
            font-family: Satoshi, Arial, sans-serif;
            font-size: 14px;
        }
        .form-css .button-2 {
            padding-left: 15px;
            padding-right: 15px;
            font-size: 14px;
        }
        .form-css .submit-button {
            padding-left: 20px;
            padding-right: 20px;
            font-size: 18px;
            line-height: 22px;
        }
        .form-css .div-block-4 {
            gap: 0px;
            justify-content: space-between;
            align-items: center;
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css .stopka {
            gap: 16px;
            margin-bottom: 30px;
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css ._1sec {
            gap: 12px;
            flex-flow: row;
            justify-content: flex-start;
            align-items: center;
            max-width: 100%;
        }
        .form-css .heading-11 {
            text-align: left;
            margin-bottom: 8px;
            font-size: 14px;
            line-height: 19px;
        }
        .form-css .paragraph-5 {
            text-align: left;
            font-size: 12px;
            line-height: 16px;
        }
        .form-css .image {
            width: 61px;
        }
        .form-css .image-2, .form-css .image-3, .form-css .image-4, .form-css .image-5 {
            max-width: 65px;
        }
        .form-css .div-block-5 {
            flex: 1 1 0%;
            margin: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
            display: block;
        }
        .form-css .image-6 {
            box-sizing: border-box;
            aspect-ratio: auto;
            object-fit: fill;
            flex: 0 1 auto;
            max-width: 88px;
            overflow: clip;
        }
        .form-css .image-7, .form-css .image-8 {
            max-width: 88px;
        }
        .form-css .div-block-6 {
            justify-content: space-between;
            align-items: center;
        }
        .form-css .div-block-7 {
            justify-content: flex-start;
            align-items: center;
            display: block;
        }
        .form-css .div-block-8 {
            border: 1px solid #c3c3c3;
        }
        .form-css .div-block-5-copy {
            flex: 1 1 0%;
            margin: 20px 0px 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
            display: block;
        }
    }
    @media screen and (max-width: 479px) {
        .form-css .zawartosc {
            gap: 24px;
        }
        .form-css .heading {
            font-size: 28px;
            line-height: 32px;
        }
        .form-css .paragraph {
            font-size: 16px;
            line-height: 22px;
        }
        .form-css .dwiekolumny {
            margin-top: 0px;
        }
        .form-css ._1kolumna {
            gap: 24px;
            margin-top: 20px;
            padding-left: 16px;
            padding-right: 16px;
        }
        .form-css ._2kolumna {
            max-width: 100%;
        }
        .form-css .dostawa {
            margin-top: -45px;
        }
        .form-css .heading-2 {
            font-size: 16px;
        }
        .form-css .heading-3 {
            font-size: 14px;
            line-height: 20px;
        }
        .form-css .heading-4 {
            font-size: 32px;
            line-height: 38px;
        }
        .form-css .heading-5 {
            font-size: 20px;
            line-height: 28px;
        }
        .form-css .heading-6 {
            font-size: 20px;
            line-height: 26px;
        }
        .form-css .sekcja2 {
            gap: 24px;
        }
        .form-css .heading-7 {
            font-size: 12px;
            line-height: 19px;
        }
        .form-css .heading-8 {
            font-size: 12px;
            line-height: 16px;
        }
        .form-css .sztuki {
            gap: 2px;
        }
        .form-css .platnosci {
            gap: 0px;
            justify-content: space-between;
            align-items: flex-start;
        }
        .form-css .heading-9 {
            max-width: 90%;
            font-size: 12px;
            line-height: 14px;
        }
        .form-css .paragraph-2 {
            display: none;
        }
        .form-css .div-block-2 {
            flex-flow: column;
        }
        .form-css .div-block-3 {
            gap: 16px;
        }
        .form-css .button {
            padding-left: 15px;
            padding-right: 15px;
            font-family: Satoshi, Arial, sans-serif;
            font-size: 14px;
        }
        .form-css .button-2 {
            padding-left: 15px;
            padding-right: 15px;
            font-size: 14px;
        }
        .form-css .submit-button {
            padding-left: 20px;
            padding-right: 20px;
            font-size: 18px;
            line-height: 22px;
        }
        .form-css .div-block-4 {
            gap: 0px;
            justify-content: space-between;
            align-items: center;
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css .stopka {
            gap: 16px;
            margin-bottom: 30px;
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css ._1sec {
            gap: 12px;
            flex-flow: row;
            justify-content: flex-start;
            align-items: center;
            max-width: 100%;
        }
        .form-css .heading-11 {
            text-align: left;
            margin-bottom: 8px;
            font-size: 14px;
            line-height: 19px;
        }
        .form-css .paragraph-5 {
            text-align: left;
            font-size: 12px;
            line-height: 16px;
        }
        .form-css .image {
            width: 61px;
        }
        .form-css .image-2, .form-css .image-3, .form-css .image-4, .form-css .image-5 {
            max-width: 65px;
        }
        .form-css .div-block-5 {
            flex: 1 1 0%;
            margin: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
            display: block;
        }
        .form-css .image-6 {
            box-sizing: border-box;
            aspect-ratio: auto;
            object-fit: fill;
            flex: 0 1 auto;
            max-width: 88px;
            overflow: clip;
        }
        .form-css .image-7, .form-css .image-8 {
            max-width: 88px;
        }
        .form-css .div-block-6 {
            justify-content: space-between;
            align-items: center;
        }
        .form-css .div-block-7 {
            justify-content: flex-start;
            align-items: center;
            display: block;
        }
        .form-css .div-block-8 {
            border: 1px solid #c3c3c3;
        }
        .form-css .div-block-5-copy {
            flex: 1 1 0%;
            margin: 20px 0px 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
            display: block;
        }
    }
    @media screen and (max-width: 479px) {
        .form-css .zawartosc {
            gap: 24px;
        }
        .form-css .heading {
            font-size: 28px;
            line-height: 32px;
        }
        .form-css .paragraph {
            font-size: 16px;
            line-height: 22px;
        }
        .form-css .dwiekolumny {
            margin-top: 0px;
        }
        .form-css ._1kolumna {
            gap: 24px;
            margin-top: 20px;
            padding-left: 16px;
            padding-right: 16px;
        }
        .form-css ._2kolumna {
            max-width: 100%;
        }
        .form-css .dostawa {
            margin-top: -45px;
        }
        .form-css .heading-2 {
            font-size: 16px;
        }
        .form-css .heading-3 {
            font-size: 14px;
            line-height: 20px;
        }
        .form-css .heading-4 {
            font-size: 32px;
            line-height: 38px;
        }
        .form-css .heading-5 {
            font-size: 20px;
            line-height: 28px;
        }
        .form-css .heading-6 {
            font-size: 20px;
            line-height: 26px;
        }
        .form-css .sekcja2 {
            gap: 24px;
        }
        .form-css .heading-7 {
            font-size: 12px;
            line-height: 19px;
        }
        .form-css .heading-8 {
            font-size: 12px;
            line-height: 16px;
        }
        .form-css .sztuki {
            gap: 2px;
        }
        .form-css .platnosci {
            gap: 0px;
            justify-content: space-between;
            align-items: flex-start;
        }
        .form-css .heading-9 {
            max-width: 90%;
            font-size: 12px;
            line-height: 14px;
        }
        .form-css .paragraph-2 {
            display: none;
        }
        .form-css .div-block-2 {
            flex-flow: column;
        }
        .form-css .div-block-3 {
            gap: 16px;
        }
        .form-css .button {
            padding-left: 15px;
            padding-right: 15px;
            font-family: Satoshi, Arial, sans-serif;
            font-size: 14px;
        }
        .form-css .button-2 {
            padding-left: 15px;
            padding-right: 15px;
            font-size: 14px;
        }
        .form-css .submit-button {
            padding-left: 20px;
            padding-right: 20px;
            font-size: 18px;
            line-height: 22px;
        }
        .form-css .div-block-4 {
            gap: 0px;
            justify-content: space-between;
            align-items: center;
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css .stopka {
            gap: 16px;
            margin-bottom: 30px;
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css ._1sec {
            gap: 12px;
            flex-flow: row;
            justify-content: flex-start;
            align-items: center;
            max-width: 100%;
        }
        .form-css .heading-11 {
            text-align: left;
            margin-bottom: 8px;
            font-size: 14px;
            line-height: 19px;
        }
        .form-css .paragraph-5 {
            text-align: left;
            font-size: 12px;
            line-height: 16px;
        }
        .form-css .image {
            width: 61px;
        }
        .form-css .image-2, .form-css .image-3, .form-css .image-4, .form-css .image-5 {
            max-width: 65px;
        }
        .form-css .div-block-5 {
            flex: 1 1 0%;
            margin: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
            display: block;
        }
        .form-css .image-6 {
            box-sizing: border-box;
            aspect-ratio: auto;
            object-fit: fill;
            flex: 0 1 auto;
            max-width: 88px;
            overflow: clip;
        }
        .form-css .image-7, .form-css .image-8 {
            max-width: 88px;
        }
        .form-css .div-block-6 {
            justify-content: space-between;
            align-items: center;
        }
        .form-css .div-block-7 {
            justify-content: flex-start;
            align-items: center;
            display: block;
        }
        .form-css .div-block-8 {
            border: 1px solid #c3c3c3;
        }
        .form-css .div-block-5-copy {
            flex: 1 1 0%;
            margin: 20px 0px 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
            display: block;
        }
    }
    .form-css Positioning.w-icon-slider-right::before {
        content: "";
    }
    .form-css .w-icon-slider-left::before {
        content: "";
    }
    .form-css img {
        max-width: 100%;
        vertical-align: middle;
        display: inline-block;
    }
    .form-css .w-block {
        display: block;
    }
    .form-css .w-inline-block {
        max-width: 100%;
        display: inline-block;
    }
    .form-css .w-clearfix::before, .form-css .w-clearfix::after {
        content: " ";
        display: table;
        grid-area: 0.25;
    }
    .form-css .w-hidden {
        display: none;
    }
    .form-css .w-button {
        display: inline-block;
        padding: 9px 15px;
        background-color: #3898ec;
        color: white;
        border: 0px;
        line-height: inherit;
        text-decoration: none;
        cursor: pointer;
        border-radius: 0px;
    }
    .form-css .w-optimization {
        display: contents;
    }
    .form-css .w-webflow-badge {
        white-space: nowrap;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 1px 3px;
        cursor: pointer;
        position: fixed !important;
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 2147483647 !important;
        inset: auto 12px 12px auto !important;
        color: #aaadb0 !important;
        background-color: white !important;
        border-radius: 3px !important;
        padding: 6px !important;
        font-size: 12px !important;
        line-height: 14px !important;
        text-decoration: none !important;
        transform: none !important;
        margin: 0px !important;
        width: auto !important;
        height: auto !important;
        overflow: unset !important;
    }
    .form-css .w-webflow-badge {
        white-space: nowrap;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 1px 3px;
        cursor: pointer;
        position: fixed !important;
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 2147483647 !important;
        inset: auto 12px 12px auto !important;
        color: #aaadb0 !important;
        background-color: white !important;
        border-radius: 3px !important;
        padding: 6px !important;
        font-size: 12px !important;
        line-height: 14px !important;
        text-decoration: none !important;
        transform: none !important;
        margin: 0px !important;
        width: auto !important;
        height: auto !important;
        overflow: unset !important;
    }
    .form-css .w-webflow-badge {
        white-space: nowrap;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 1px 3px;
        cursor: pointer;
        position: fixed !important;
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 2147483647 !important;
        inset: auto 12px 12px auto !important;
        color: #aaadb0 !important;
        background-color: white !important;
        border-radius: 3px !important;
        padding: 6px !important;
        font-size: 12px !important;
        line-height: 14px !important;
        text-decoration: none !important;
        transform: none !important;
        margin: 0px !important;
        width: auto !important;
        height: auto !important;
        overflow: unset !important;
    }
    .form-css .w-webflow-badge > img {
        position: unset;
        display: inline-block !important;
        visibility: unset !important;
        opacity: 1 !important;
        vertical-align: middle !important;
    }
    .form-css .w-webflow-badge > img {
        position: unset;
        display: inline-block !important;
        visibility: unset !important;
        opacity: 1 !important;
        vertical-align: middle !important;
    }
    .form-css h1, .form-css h2, .form-css h3, .form-css h4, .form-css h5, .form-css h6 {
        font-weight: bold;
        margin-bottom: 10px;
    }
    .form-css h1 {
        font-size: 38px;
        line-height: 44px;
        margin-top: 20px;
    }
    .form-css h2 {
        font-size: 32px;
        line-height: 36px;
        margin-top: 20px;
    }
    .form-css h3 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 20px;
    }
    .form-css h4 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 10px;
    }
    .form-css h5 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }
    .form-css h6 {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
    }
    .form-css p {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .form-css p {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .form-css blockquote {
        margin: 0px 0px 10px;
        padding: 10px 20px;
        border-left: 5px solid #e2e2e2;
        font-size: 18px;
        line-height: 22px;
    }
    .form-css figcaption {
        margin-top: 5px;
        text-align: center;
    }
    .form-css ul, .form-css ol {
        margin-top: 0px;
        margin-bottom: 10px;
        padding-left: 40px;
    }
    .form-css ul, .form-css ol {
        margin-top: 0px;
        margin-bottom: 10px;
        padding-left: 40px;
    }
    .form-css ul, .form-css ol {
        margin-top: 0px;
        margin-bottom: 10px;
        padding-left: 40px;
    }
    .form-css .w-list-unstyled {
        padding-left: 0px;
        list-style: none;
    }
    .form-css .w-embed::before, .form-css .w-embed::after {
        content: " ";
        display: table;
        grid-area: 0.25;
    }
    .form-css .w-video {
        width: 100%;
        position: relative;
        padding: 0px;
    }
    .form-css .w-video iframe, .form-css .w-video object, .form-css .w-video embed {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        border: none;
    }
    .form-css .w-video iframe, .form-css .w-video object, .form-css .w-video embed {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        border: none;
    }
    .form-css .w-video iframe, .form-css .w-video object, .form-css .w-video embed {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        border: none;
    }
    .form-css .w-form-done {
        display: none;
        padding: 20px;
        text-align: center;
        background-color: #ddd;
    }
    .form-css .w-form-fail {
        display: none;
        margin-top: 10px;
        padding: 10px;
        background-color: #ffdede;
    }
    .form-css .w-form-fail {
        display: none;
        margin-top: 10px;
        padding: 10px;
        background-color: #ffdede;
    }
    .form-css label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }
    .form-css label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }
    .form-css .w-input, .form-css .w-select {
        display: block;
        width: 100%;
        height: 38px;
        padding: 8px 12px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.42857;
        color: #333;
        vertical-align: middle;
        background-color: white;
        border: 1px solid #ccc;
    }
    .form-css .w-input, .form-css .w-select {
        display: block;
        width: 100%;
        height: 38px;
        padding: 8px 12px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.42857;
        color: #333;
        vertical-align: middle;
        background-color: white;
        border: 1px solid #ccc;
    }
    .form-css .w-form-label {
        display: inline-block;
        cursor: pointer;
        font-weight: normal;
        margin-bottom: 0px;
    }
    .form-css .w-form-label {
        display: inline-block;
        cursor: pointer;
        font-weight: normal;
        margin-bottom: 0px;
    }
    .form-css .w-radio {
        display: block;
        margin-bottom: 5px;
        padding-left: 20px;
    }
    .form-css .w-radio {
        display: block;
        margin-bottom: 5px;
        padding-left: 20px;
    }
    .form-css .w-radio {
        display: block;
        margin-bottom: 5px;
        padding-left: 20px;
    }
    .form-css .w-radio::before, .form-css .w-radio::after {
        content: " ";
        display: table;
        grid-area: 0.25;
    }
    .form-css .w-radio-input {
        margin: 4px 0px 0px -20px;
        line-height: normal;
        float: left;
    }
    .form-css .w-radio-input {
        margin-top: 3px;
    }
    .form-css .w-file-upload {
        display: block;
        margin-bottom: 10px;
    }
    .form-css .w-file-upload {
        display: block;
        margin-bottom: 10px;
    }
    .form-css .w-file-upload-input {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -100;
    }
    .form-css .w-file-upload-input {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -100;
    }
    .form-css .w-file-upload-default, .form-css .w-file-upload-uploading, .form-css .w-file-upload-success {
        display: inline-block;
        color: #333;
    }
    .form-css .w-file-upload-error {
        display: block;
        margin-top: 10px;
    }
    .form-css .w-file-upload-error {
        display: block;
        margin-top: 10px;
    }
    .form-css .w-file-upload-default.w-hidden, .form-css .w-file-upload-uploading.w-hidden, .form-css .w-file-upload-error.w-hidden, .form-css .w-file-upload-success.w-hidden {
        display: none;
    }
    .form-css .w-file-upload-uploading-btn {
        display: flex;
        font-size: 14px;
        font-weight: normal;
        cursor: pointer;
        margin: 0px;
        padding: 8px 12px;
        border: 1px solid #ccc;
        background-color: #fafafa;
    }
    .form-css .w-file-upload-file {
        display: flex;
        flex-grow: 1;
        justify-content: space-between;
        margin: 0px;
        padding: 8px 9px 8px 11px;
        border: 1px solid #ccc;
        background-color: #fafafa;
    }
    .form-css .w-file-upload-file-name {
        font-size: 14px;
        font-weight: normal;
        display: block;
    }
    .form-css .w-file-remove-link {
        margin-top: 3px;
        margin-left: 10px;
        width: auto;
        height: auto;
        padding: 3px;
        display: block;
        cursor: pointer;
    }
    .form-css .w-file-remove-link {
        margin-top: 3px;
        margin-left: 10px;
        width: auto;
        height: auto;
        padding: 3px;
        display: block;
        cursor: pointer;
    }
    .form-css .w-file-remove-link {
        margin-top: 3px;
        margin-left: 10px;
        width: auto;
        height: auto;
        padding: 3px;
        display: block;
        cursor: pointer;
    }
    .form-css .w-file-upload-error-msg {
        display: inline-block;
        color: #ea384c;
        padding: 2px 0px;
    }
    .form-css .w-file-upload-info {
        display: inline-block;
        line-height: 38px;
        padding: 0px 12px;
    }
    .form-css .w-file-upload-label {
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
        cursor: pointer;
        margin: 0px;
        padding: 8px 12px;
        border: 1px solid #ccc;
        background-color: #fafafa;
    }
    .form-css .w-icon-file-upload-icon, .form-css .w-icon-file-upload-uploading {
        display: inline-block;
        margin-right: 8px;
        width: 20px;
    }
    .form-css .w-icon-file-upload-icon, .form-css .w-icon-file-upload-uploading {
        display: inline-block;
        margin-right: 8px;
        width: 20px;
    }
    .form-css .w-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 940px;
    }
    .form-css .w-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 940px;
    }
    .form-css .w-container::before, .form-css .w-container::after {
        content: " ";
        display: table;
        grid-area: 0.25;
    }
    .form-css .w-container .w-row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .form-css .w-container .w-row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .form-css .w-row::before, .form-css .w-row::after {
        content: " ";
        display: table;
        grid-area: 0.25;
    }
    .form-css .w-row .w-row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .form-css .w-row .w-row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .form-css .w-col {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .form-css .w-col {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .form-css .w-col {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .form-css .w-col .w-col {
        padding-left: 0px;
        padding-right: 0px;
    }
    .form-css .w-col .w-col {
        padding-left: 0px;
        padding-right: 0px;
    }
    .form-css .w-hidden-main {
        display: none !important;
    }
    @media screen and (max-width: 991px) {
        .form-css .w-container {
            max-width: 728px;
        }
        .form-css .w-hidden-main {
            display: inherit !important;
        }
        .form-css .w-hidden-medium {
            display: none !important;
        }
        .form-css .w-col-medium-1 {
            width: 8.33333%;
        }
        .form-css .w-col-medium-2 {
            width: 16.6667%;
        }
        .form-css .w-col-medium-3 {
            width: 25%;
        }
        .form-css .w-col-medium-4 {
            width: 33.3333%;
        }
        .form-css .w-col-medium-5 {
            width: 41.6667%;
        }
        .form-css .w-col-medium-6 {
            width: 50%;
        }
        .form-css .w-col-medium-7 {
            width: 58.3333%;
        }
        .form-css .w-col-medium-8 {
            width: 66.6667%;
        }
        .form-css .w-col-medium-9 {
            width: 75%;
        }
        .form-css .w-col-medium-10 {
            width: 83.3333%;
        }
        .form-css .w-col-medium-11 {
            width: 91.6667%;
        }
        .form-css .w-col-medium-12 {
            width: 100%;
        }
        .form-css .w-col-stack {
            width: 100%;
            left: auto;
            right: auto;
        }
    }
    @media screen and (max-width: 991px) {
        .form-css .w-container {
            max-width: 728px;
        }
        .form-css .w-hidden-main {
            display: inherit !important;
        }
        .form-css .w-hidden-medium {
            display: none !important;
        }
        .form-css .w-col-medium-1 {
            width: 8.33333%;
        }
        .form-css .w-col-medium-2 {
            width: 16.6667%;
        }
        .form-css .w-col-medium-3 {
            width: 25%;
        }
        .form-css .w-col-medium-4 {
            width: 33.3333%;
        }
        .form-css .w-col-medium-5 {
            width: 41.6667%;
        }
        .form-css .w-col-medium-6 {
            width: 50%;
        }
        .form-css .w-col-medium-7 {
            width: 58.3333%;
        }
        .form-css .w-col-medium-8 {
            width: 66.6667%;
        }
        .form-css .w-col-medium-9 {
            width: 75%;
        }
        .form-css .w-col-medium-10 {
            width: 83.3333%;
        }
        .form-css .w-col-medium-11 {
            width: 91.6667%;
        }
        .form-css .w-col-medium-12 {
            width: 100%;
        }
        .form-css .w-col-stack {
            width: 100%;
            left: auto;
            right: auto;
        }
    }
    @media screen and (max-width: 991px) {
        .form-css .w-container {
            max-width: 728px;
        }
        .form-css .w-hidden-main {
            display: inherit !important;
        }
        .form-css .w-hidden-medium {
            display: none !important;
        }
        .form-css .w-col-medium-1 {
            width: 8.33333%;
        }
        .form-css .w-col-medium-2 {
            width: 16.6667%;
        }
        .form-css .w-col-medium-3 {
            width: 25%;
        }
        .form-css .w-col-medium-4 {
            width: 33.3333%;
        }
        .form-css .w-col-medium-5 {
            width: 41.6667%;
        }
        .form-css .w-col-medium-6 {
            width: 50%;
        }
        .form-css .w-col-medium-7 {
            width: 58.3333%;
        }
        .form-css .w-col-medium-8 {
            width: 66.6667%;
        }
        .form-css .w-col-medium-9 {
            width: 75%;
        }
        .form-css .w-col-medium-10 {
            width: 83.3333%;
        }
        .form-css .w-col-medium-11 {
            width: 91.6667%;
        }
        .form-css .w-col-medium-12 {
            width: 100%;
        }
        .form-css .w-col-stack {
            width: 100%;
            left: auto;
            right: auto;
        }
    }
    @media screen and (max-width: 767px) {
        .form-css .w-hidden-main {
            display: inherit !important;
        }
        .form-css .w-hidden-medium {
            display: inherit !important;
        }
        .form-css .w-hidden-small {
            display: none !important;
        }
        .form-css .w-row, .form-css .w-container .w-row {
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css .w-col {
            width: 100%;
            left: auto;
            right: auto;
        }
        .form-css .w-col-small-1 {
            width: 8.33333%;
        }
        .form-css .w-col-small-2 {
            width: 16.6667%;
        }
        .form-css .w-col-small-3 {
            width: 25%;
        }
        .form-css .w-col-small-4 {
            width: 33.3333%;
        }
        .form-css .w-col-small-5 {
            width: 41.6667%;
        }
        .form-css .w-col-small-6 {
            width: 50%;
        }
        .form-css .w-col-small-7 {
            width: 58.3333%;
        }
        .form-css .w-col-small-8 {
            width: 66.6667%;
        }
        .form-css .w-col-small-9 {
            width: 75%;
        }
        .form-css .w-col-small-10 {
            width: 83.3333%;
        }
        .form-css .w-col-small-11 {
            width: 91.6667%;
        }
        .form-css .w-col-small-12 {
            width: 100%;
        }
    }
    @media screen and (max-width: 767px) {
        .form-css .w-hidden-main {
            display: inherit !important;
        }
        .form-css .w-hidden-medium {
            display: inherit !important;
        }
        .form-css .w-hidden-small {
            display: none !important;
        }
        .form-css .w-row, .form-css .w-container .w-row {
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css .w-col {
            width: 100%;
            left: auto;
            right: auto;
        }
        .form-css .w-col-small-1 {
            width: 8.33333%;
        }
        .form-css .w-col-small-2 {
            width: 16.6667%;
        }
        .form-css .w-col-small-3 {
            width: 25%;
        }
        .form-css .w-col-small-4 {
            width: 33.3333%;
        }
        .form-css .w-col-small-5 {
            width: 41.6667%;
        }
        .form-css .w-col-small-6 {
            width: 50%;
        }
        .form-css .w-col-small-7 {
            width: 58.3333%;
        }
        .form-css .w-col-small-8 {
            width: 66.6667%;
        }
        .form-css .w-col-small-9 {
            width: 75%;
        }
        .form-css .w-col-small-10 {
            width: 83.3333%;
        }
        .form-css .w-col-small-11 {
            width: 91.6667%;
        }
        .form-css .w-col-small-12 {
            width: 100%;
        }
    }
    @media screen and (max-width: 767px) {
        .form-css .w-hidden-main {
            display: inherit !important;
        }
        .form-css .w-hidden-medium {
            display: inherit !important;
        }
        .form-css .w-hidden-small {
            display: none !important;
        }
        .form-css .w-row, .form-css .w-container .w-row {
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css .w-col {
            width: 100%;
            left: auto;
            right: auto;
        }
        .form-css .w-col-small-1 {
            width: 8.33333%;
        }
        .form-css .w-col-small-2 {
            width: 16.6667%;
        }
        .form-css .w-col-small-3 {
            width: 25%;
        }
        .form-css .w-col-small-4 {
            width: 33.3333%;
        }
        .form-css .w-col-small-5 {
            width: 41.6667%;
        }
        .form-css .w-col-small-6 {
            width: 50%;
        }
        .form-css .w-col-small-7 {
            width: 58.3333%;
        }
        .form-css .w-col-small-8 {
            width: 66.6667%;
        }
        .form-css .w-col-small-9 {
            width: 75%;
        }
        .form-css .w-col-small-10 {
            width: 83.3333%;
        }
        .form-css .w-col-small-11 {
            width: 91.6667%;
        }
        .form-css .w-col-small-12 {
            width: 100%;
        }
    }
    @media screen and (max-width: 479px) {
        .form-css .w-container {
            max-width: none;
        }
        .form-css .w-hidden-main {
            display: inherit !important;
        }
        .form-css .w-hidden-medium {
            display: inherit !important;
        }
        .form-css .w-hidden-small {
            display: inherit !important;
        }
        .form-css .w-hidden-tiny {
            display: none !important;
        }
        .form-css .w-col {
            width: 100%;
        }
        .form-css .w-col-tiny-1 {
            width: 8.33333%;
        }
        .form-css .w-col-tiny-2 {
            width: 16.6667%;
        }
        .form-css .w-col-tiny-3 {
            width: 25%;
        }
        .form-css .w-col-tiny-4 {
            width: 33.3333%;
        }
        .form-css .w-col-tiny-5 {
            width: 41.6667%;
        }
        .form-css .w-col-tiny-6 {
            width: 50%;
        }
        .form-css .w-col-tiny-7 {
            width: 58.3333%;
        }
        .form-css .w-col-tiny-8 {
            width: 66.6667%;
        }
        .form-css .w-col-tiny-9 {
            width: 75%;
        }
        .form-css .w-col-tiny-10 {
            width: 83.3333%;
        }
        .form-css .w-col-tiny-11 {
            width: 91.6667%;
        }
        .form-css .w-col-tiny-12 {
            width: 100%;
        }
    }
    .form-css .w-widget {
        position: relative;
    }
    .form-css .w-widget-map label {
        width: auto;
        display: inline;
    }
    .form-css .w-widget-map .gm-style-iw > button {
        display: none !important;
    }
    .form-css .w-widget-twitter-count-shim {
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 28px;
        height: 20px;
        text-align: center;
        background: white;
        border: 1px solid #758696;
        border-radius: 3px;
    }
    .form-css .w-widget-twitter-count-shim {
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 28px;
        height: 20px;
        text-align: center;
        background: white;
        border: 1px solid #758696;
        border-radius: 3px;
    }
    .form-css .w-widget-twitter-count-shim {
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 28px;
        height: 20px;
        text-align: center;
        background: white;
        border: 1px solid #758696;
        border-radius: 3px;
    }
    .form-css .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
        position: relative;
        font-size: 15px;
        line-height: 12px;
        text-align: center;
        color: #999;
        font-family: serif;
    }
    .form-css .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
        position: relative;
        display: block;
    }
    .form-css .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
        position: relative;
        display: block;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical) {
        margin-left: 5px;
        margin-right: 8px;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical) {
        margin-left: 5px;
        margin-right: 8px;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical).w--large {
        margin-left: 6px;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical)::before, .form-css .w-widget-twitter-count-shim:not(.w--vertical)::after {
        top: 50%;
        left: 0px;
        border: solid transparent;
        content: " ";
        height: 0px;
        width: 0px;
        position: absolute;
        pointer-events: none;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical)::before, .form-css .w-widget-twitter-count-shim:not(.w--vertical)::after {
        top: 50%;
        left: 0px;
        border: solid transparent;
        content: " ";
        height: 0px;
        width: 0px;
        position: absolute;
        pointer-events: none;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical)::before, .form-css .w-widget-twitter-count-shim:not(.w--vertical)::after {
        top: 50%;
        left: 0px;
        border: solid transparent;
        content: " ";
        height: 0px;
        width: 0px;
        position: absolute;
        pointer-events: none;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical)::before {
        border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
        border-width: 4px;
        margin-left: -9px;
        margin-top: -4px;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical)::before {
        border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
        border-width: 4px;
        margin-left: -9px;
        margin-top: -4px;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical).w--large::before {
        border-width: 5px;
        margin-left: -10px;
        margin-top: -5px;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical).w--large::before {
        border-width: 5px;
        margin-left: -10px;
        margin-top: -5px;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical)::after {
        border-color: rgba(255, 255, 255, 0) white rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
        border-width: 4px;
        margin-left: -8px;
        margin-top: -4px;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical)::after {
        border-color: rgba(255, 255, 255, 0) white rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
        border-width: 4px;
        margin-left: -8px;
        margin-top: -4px;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical).w--large::after {
        border-width: 5px;
        margin-left: -9px;
        margin-top: -5px;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical).w--large::after {
        border-width: 5px;
        margin-left: -9px;
        margin-top: -5px;
    }
    .form-css .w-widget-twitter-count-shim.w--vertical {
        width: 61px;
        height: 33px;
        margin-bottom: 8px;
    }
    .form-css .w-widget-twitter-count-shim.w--vertical::before, .form-css .w-widget-twitter-count-shim.w--vertical::after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0px;
        width: 0px;
        position: absolute;
        pointer-events: none;
    }
    .form-css .w-widget-twitter-count-shim.w--vertical::before, .form-css .w-widget-twitter-count-shim.w--vertical::after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0px;
        width: 0px;
        position: absolute;
        pointer-events: none;
    }
    .form-css .w-widget-twitter-count-shim.w--vertical::before, .form-css .w-widget-twitter-count-shim.w--vertical::after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0px;
        width: 0px;
        position: absolute;
        pointer-events: none;
    }
    .form-css .w-widget-twitter-count-shim.w--vertical::before {
        border-color: #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
        border-width: 5px;
        margin-left: -5px;
    }
    .form-css .w-widget-twitter-count-shim.w--vertical::after {
        border-color: white rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
        border-width: 4px;
        margin-left: -4px;
    }
    .form-css .w-background-video {
        position: relative;
        overflow: hidden;
        height: 500px;
        color: white;
    }
    .form-css .w-background-video > video {
        background-size: cover;
        background-position: 50% 50%;
        position: absolute;
        margin: auto;
        width: 100%;
        height: 100%;
        inset: -100%;
        object-fit: cover;
        z-index: -100;
    }
    .form-css .w-background-video > video {
        background-size: cover;
        background-position: 50% 50%;
        position: absolute;
        margin: auto;
        width: 100%;
        height: 100%;
        inset: -100%;
        object-fit: cover;
        z-index: -100;
    }
    .form-css .w-background-video > video::-webkit-media-controls-start-playback-button {
        display: none !important;
        appearance: none;
    }
    .form-css .w-background-video--control {
        position: absolute;
        bottom: 1em;
        right: 1em;
        background-color: transparent;
        padding: 0px;
    }
    .form-css .w-background-video--control {
        position: absolute;
        bottom: 1em;
        right: 1em;
        background-color: transparent;
        padding: 0px;
    }
    .form-css .w-background-video--control {
        position: absolute;
        bottom: 1em;
        right: 1em;
        background-color: transparent;
        padding: 0px;
    }
    .form-css .w-background-video--control > [hidden] {
        display: none !important;
    }
    .form-css .w-slider {
        position: relative;
        height: 300px;
        text-align: center;
        background: #ddd;
        clear: both;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .form-css .w-slider-mask {
        position: relative;
        display: block;
        overflow: hidden;
        z-index: 1;
        left: 0px;
        right: 0px;
        height: 100%;
        white-space: nowrap;
    }
    .form-css .w-slider-mask {
        position: relative;
        display: block;
        overflow: hidden;
        z-index: 1;
        left: 0px;
        right: 0px;
        height: 100%;
        white-space: nowrap;
    }
    .form-css .w-slider-mask {
        position: relative;
        display: block;
        overflow: hidden;
        z-index: 1;
        left: 0px;
        right: 0px;
        height: 100%;
        white-space: nowrap;
    }
    .form-css .w-slider-mask {
        position: relative;
        display: block;
        overflow: hidden;
        z-index: 1;
        left: 0px;
        right: 0px;
        height: 100%;
        white-space: nowrap;
    }
    .form-css .w-slider-mask {
        position: relative;
        display: block;
        overflow: hidden;
        z-index: 1;
        left: 0px;
        right: 0px;
        height: 100%;
        white-space: nowrap;
    }
    .form-css .w-slide {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: 100%;
        white-space: normal;
        text-align: left;
    }
    .form-css .w-slide {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: 100%;
        white-space: normal;
        text-align: left;
    }
    .form-css .w-slide {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: 100%;
        white-space: normal;
        text-align: left;
    }
    .form-css .w-slide {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: 100%;
        white-space: normal;
        text-align: left;
    }
    .form-css .w-slider-nav {
        position: absolute;
        z-index: 2;
        inset: auto 0px 0px;
        margin: auto;
        padding-top: 10px;
        height: 40px;
        text-align: center;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .form-css .w-slider-nav {
        position: absolute;
        z-index: 2;
        inset: auto 0px 0px;
        margin: auto;
        padding-top: 10px;
        height: 40px;
        text-align: center;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .form-css .w-slider-nav {
        position: absolute;
        z-index: 2;
        inset: auto 0px 0px;
        margin: auto;
        padding-top: 10px;
        height: 40px;
        text-align: center;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .form-css .w-slider-dot {
        position: relative;
        display: inline-block;
        width: 1em;
        height: 1em;
        background-color: rgba(255, 255, 255, 0.4);
        cursor: pointer;
        margin: 0px 3px 0.5em;
        transition: background-color 100ms, color 100ms;
    }
    .form-css .w-slider-dot {
        position: relative;
        display: inline-block;
        width: 1em;
        height: 1em;
        background-color: rgba(255, 255, 255, 0.4);
        cursor: pointer;
        margin: 0px 3px 0.5em;
        transition: background-color 100ms, color 100ms;
    }
    .form-css .w-slider-arrow-left, .form-css .w-slider-arrow-right {
        position: absolute;
        width: 80px;
        inset: 0px;
        margin: auto;
        cursor: pointer;
        overflow: hidden;
        color: white;
        font-size: 40px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        user-select: none;
    }
    .form-css .w-slider-arrow-left, .form-css .w-slider-arrow-right {
        position: absolute;
        width: 80px;
        inset: 0px;
        margin: auto;
        cursor: pointer;
        overflow: hidden;
        color: white;
        font-size: 40px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        user-select: none;
    }
    .form-css .w-slider-arrow-left, .form-css .w-slider-arrow-right {
        position: absolute;
        width: 80px;
        inset: 0px;
        margin: auto;
        cursor: pointer;
        overflow: hidden;
        color: white;
        font-size: 40px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        user-select: none;
    }
    .form-css .w-slider-arrow-left [class^="w-icon-"], .form-css .w-slider-arrow-right [class^="w-icon-"], .form-css .w-slider-arrow-left [class*=" w-icon-"], .form-css .w-slider-arrow-right [class*=" w-icon-"] {
        position: absolute;
    }
    .form-css .w-slider-arrow-left [class^="w-icon-"], .form-css .w-slider-arrow-right [class^="w-icon-"], .form-css .w-slider-arrow-left [class*=" w-icon-"], .form-css .w-slider-arrow-right [class*=" w-icon-"] {
        position: absolute;
    }
    .form-css .w-slider-arrow-left [class^="w-icon-"], .form-css .w-slider-arrow-right [class^="w-icon-"], .form-css .w-slider-arrow-left [class*=" w-icon-"], .form-css .w-slider-arrow-right [class*=" w-icon-"] {
        position: absolute;
    }
    .form-css .w-slider-arrow-left:focus, .form-css .w-slider-arrow-right:focus {
        outline: 0px;
    }
    .form-css .w-slider-arrow-left:focus, .form-css .w-slider-arrow-right:focus {
        outline: 0px;
    }
    .form-css .w-slider-arrow-left {
        z-index: 3;
        right: auto;
    }
    .form-css .w-slider-arrow-left {
        z-index: 3;
        right: auto;
    }
    .form-css .w-slider-arrow-left {
        z-index: 3;
        right: auto;
    }
    .form-css .w-slider-arrow-right {
        z-index: 4;
        left: auto;
    }
    .form-css .w-slider-arrow-right {
        z-index: 4;
        left: auto;
    }
    .form-css .w-slider-arrow-right {
        z-index: 4;
        left: auto;
    }
    .form-css .w-icon-slider-left, .form-css .w-icon-slider-right {
        inset: 0px;
        margin: auto;
        width: 1em;
        height: 1em;
    }
    .form-css .w-icon-slider-left, .form-css .w-icon-slider-right {
        inset: 0px;
        margin: auto;
        width: 1em;
        height: 1em;
    }
    .form-css .w-slider-aria-label {
        border: 0px;
        clip: rect(0px, 0px, 0px, 0px);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0px;
        position: absolute;
        width: 1px;
    }
    .form-css .w-slider-force-show {
        display: block !important;
    }
    .form-css .w-dropdown {
        display: inline-block;
        position: relative;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        z-index: 900;
    }
    .form-css .w-dropdown {
        display: inline-block;
        position: relative;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        z-index: 900;
    }
    .form-css .w-dropdown {
        display: inline-block;
        position: relative;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        z-index: 900;
    }
    .form-css .w-dropdown {
        display: inline-block;
        position: relative;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        z-index: 900;
    }
    .form-css .w-dropdown {
        display: inline-block;
        position: relative;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        z-index: 900;
    }
    .form-css .w-dropdown-btn, .form-css .w-dropdown-toggle, .form-css .w-dropdown-link {
        position: relative;
        vertical-align: top;
        text-decoration: none;
        color: #222;
        padding: 20px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        white-space: nowrap;
    }
    .form-css .w-dropdown-btn, .form-css .w-dropdown-toggle, .form-css .w-dropdown-link {
        position: relative;
        vertical-align: top;
        text-decoration: none;
        color: #222;
        padding: 20px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        white-space: nowrap;
    }
    .form-css .w-dropdown-btn, .form-css .w-dropdown-toggle, .form-css .w-dropdown-link {
        position: relative;
        vertical-align: top;
        text-decoration: none;
        color: #222;
        padding: 20px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        white-space: nowrap;
    }
    .form-css .w-dropdown-btn, .form-css .w-dropdown-toggle, .form-css .w-dropdown-link {
        position: relative;
        vertical-align: top;
        text-decoration: none;
        color: #222;
        padding: 20px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        white-space: nowrap;
    }
    .form-css .w-dropdown-toggle {
        user-select: none;
        display: inline-block;
        cursor: pointer;
        padding-right: 40px;
    }
    .form-css .w-dropdown-toggle {
        user-select: none;
        display: inline-block;
        cursor: pointer;
        padding-right: 40px;
    }
    .form-css .w-icon-dropdown-toggle {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto 20px auto auto;
        width: 1em;
        height: 1em;
    }
    .form-css .w-icon-dropdown-toggle {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto 20px auto auto;
        width: 1em;
        height: 1em;
    }
    .form-css .w-icon-dropdown-toggle {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto 20px auto auto;
        width: 1em;
        height: 1em;
    }
    .form-css .w-icon-dropdown-toggle {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto 20px auto auto;
        width: 1em;
        height: 1em;
    }
    .form-css .w-dropdown-list {
        position: absolute;
        background: #ddd;
        display: none;
        min-width: 100%;
    }
    .form-css .w-dropdown-list {
        position: absolute;
        background: #ddd;
        display: none;
        min-width: 100%;
    }
    .form-css .w-dropdown-list.w--open {
        display: block;
    }
    .form-css .w-dropdown-link {
        padding: 10px 20px;
        display: block;
        color: #222;
    }
    @media screen and (max-width: 767px) {
        .form-css .w-nav-brand {
            padding-left: 10px;
        }
    }
    .form-css .w-lightbox-backdrop {
        cursor: auto;
        font-style: normal;
        letter-spacing: normal;
        list-style: disc;
        text-indent: 0px;
        text-shadow: none;
        text-transform: none;
        visibility: visible;
        white-space: normal;
        word-break: normal;
        word-spacing: normal;
        overflow-wrap: normal;
        position: fixed;
        inset: 0px;
        color: white;
        font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
        font-size: 17px;
        line-height: 1.2;
        font-weight: 300;
        text-align: center;
        background: rgba(0, 0, 0, 0.9);
        z-index: 2000;
        outline: 0px;
        opacity: 0;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        transform: translate(0px, 0px);
    }
    .form-css .w-lightbox-backdrop {
        cursor: auto;
        font-style: normal;
        letter-spacing: normal;
        list-style: disc;
        text-indent: 0px;
        text-shadow: none;
        text-transform: none;
        visibility: visible;
        white-space: normal;
        word-break: normal;
        word-spacing: normal;
        overflow-wrap: normal;
        position: fixed;
        inset: 0px;
        color: white;
        font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
        font-size: 17px;
        line-height: 1.2;
        font-weight: 300;
        text-align: center;
        background: rgba(0, 0, 0, 0.9);
        z-index: 2000;
        outline: 0px;
        opacity: 0;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        transform: translate(0px, 0px);
    }
    .form-css .w-lightbox-content {
        position: relative;
        height: 100vh;
        overflow: hidden;
    }
    .form-css .w-lightbox-view {
        position: absolute;
        width: 100vw;
        height: 100vh;
        opacity: 0;
    }
    .form-css .w-lightbox-frame, .form-css .w-lightbox-view::before {
        display: inline-block;
        vertical-align: middle;
    }
    .form-css .w-lightbox-figure {
        position: relative;
        margin: 0px;
    }
    .form-css .w-lightbox-image {
        display: block;
        float: none;
        max-width: 100vw;
        max-height: 100vh;
    }
    .form-css .w-lightbox-caption {
        position: absolute;
        right: 0px;
        bottom: 0px;
        left: 0px;
        padding: 0.5em 1em;
        background: rgba(0, 0, 0, 0.4);
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .form-css .w-lightbox-caption {
        position: absolute;
        right: 0px;
        bottom: 0px;
        left: 0px;
        padding: 0.5em 1em;
        background: rgba(0, 0, 0, 0.4);
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .form-css .w-lightbox-caption {
        position: absolute;
        right: 0px;
        bottom: 0px;
        left: 0px;
        padding: 0.5em 1em;
        background: rgba(0, 0, 0, 0.4);
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .form-css .w-lightbox-caption {
        position: absolute;
        right: 0px;
        bottom: 0px;
        left: 0px;
        padding: 0.5em 1em;
        background: rgba(0, 0, 0, 0.4);
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .form-css .w-lightbox-embed {
        position: absolute;
        inset: 0px;
        width: 100%;
        height: 100%;
    }
    .form-css .w-lightbox-control {
        position: absolute;
        top: 0px;
        width: 4em;
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: center center;
        cursor: pointer;
        transition: 0.3s;
    }
    .form-css .w-lightbox-control {
        position: absolute;
        top: 0px;
        width: 4em;
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: center center;
        cursor: pointer;
        transition: 0.3s;
    }
    .form-css .w-lightbox-left {
        display: none;
        bottom: 0px;
        left: 0px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
    }
    .form-css .w-lightbox-left {
        display: none;
        bottom: 0px;
        left: 0px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
    }
    .form-css .w-lightbox-left {
        display: none;
        bottom: 0px;
        left: 0px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
    }
    .form-css .w-lightbox-right {
        display: none;
        right: 0px;
        bottom: 0px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
    }
    .form-css .w-lightbox-right {
        display: none;
        right: 0px;
        bottom: 0px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
    }
    .form-css .w-lightbox-right {
        display: none;
        right: 0px;
        bottom: 0px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
    }
    .form-css .w-lightbox-close {
        right: 0px;
        height: 2.6em;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
        background-size: 18px;
    }
    .form-css .w-lightbox-strip {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        padding: 0px 1vh;
        line-height: 0;
        white-space: nowrap;
        overflow: auto hidden;
    }
    .form-css .w-lightbox-strip {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        padding: 0px 1vh;
        line-height: 0;
        white-space: nowrap;
        overflow: auto hidden;
    }
    .form-css .w-lightbox-strip {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        padding: 0px 1vh;
        line-height: 0;
        white-space: nowrap;
        overflow: auto hidden;
    }
    .form-css .w-lightbox-strip {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        padding: 0px 1vh;
        line-height: 0;
        white-space: nowrap;
        overflow: auto hidden;
    }
    .form-css .w-lightbox-item {
        display: inline-block;
        width: 10vh;
        padding: 2vh 1vh;
        box-sizing: content-box;
        cursor: pointer;
        transform: translate3d(0px, 0px, 0px);
    }
    .form-css .w-lightbox-thumbnail {
        position: relative;
        height: 10vh;
        background: #222;
        overflow: hidden;
    }
    .form-css .w-lightbox-thumbnail-image {
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .form-css .w-lightbox-thumbnail-image {
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .form-css .w-lightbox-thumbnail-image {
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .form-css .w-lightbox-thumbnail .w-lightbox-tall {
        top: 50%;
        width: 100%;
        transform: translate(0px, -50%);
    }
    .form-css .w-lightbox-thumbnail .w-lightbox-wide {
        left: 50%;
        height: 100%;
        transform: translate(-50%, 0px);
    }
    .form-css .w-lightbox-spinner {
        position: absolute;
        top: 50%;
        left: 50%;
        box-sizing: border-box;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px;
        border: 5px solid rgba(0, 0, 0, 0.4);
        border-radius: 50%;
        animation: 0.8s linear 0s infinite normal none running spin;
    }
    .form-css .w-lightbox-spinner {
        position: absolute;
        top: 50%;
        left: 50%;
        box-sizing: border-box;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px;
        border: 5px solid rgba(0, 0, 0, 0.4);
        border-radius: 50%;
        animation: 0.8s linear 0s infinite normal none running spin;
    }
    .form-css .w-lightbox-spinner {
        position: absolute;
        top: 50%;
        left: 50%;
        box-sizing: border-box;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px;
        border: 5px solid rgba(0, 0, 0, 0.4);
        border-radius: 50%;
        animation: 0.8s linear 0s infinite normal none running spin;
    }
    .form-css .w-lightbox-spinner::after {
        content: "";
        position: absolute;
        inset: -4px;
        border-width: 3px;
        border-style: solid;
        border-color: transparent transparent white;
        border-image: initial;
        border-radius: 50%;
    }
    .form-css .w-lightbox-hide {
        display: none;
    }
    @media (min-width: 768px) {
        .form-css .w-lightbox-content {
            height: 96vh;
            margin-top: 2vh;
        }
        .form-css .w-lightbox-view, .form-css .w-lightbox-view::before {
            height: 96vh;
        }
        .form-css .w-lightbox-group, .form-css .w-lightbox-group .w-lightbox-view, .form-css .w-lightbox-group .w-lightbox-view::before {
            height: 84vh;
        }
        .form-css .w-lightbox-image {
            max-width: 96vw;
            max-height: 96vh;
        }
        .form-css .w-lightbox-group .w-lightbox-image {
            max-width: 82.3vw;
            max-height: 84vh;
        }
        .form-css .w-lightbox-left, .form-css .w-lightbox-right {
            display: block;
            opacity: 0.5;
        }
        .form-css .w-lightbox-close {
            opacity: 0.8;
        }
        .form-css .w-lightbox-control:hover {
            opacity: 1;
        }
    }
    @media (min-width: 768px) {
        .form-css .w-lightbox-content {
            height: 96vh;
            margin-top: 2vh;
        }
        .form-css .w-lightbox-view, .form-css .w-lightbox-view::before {
            height: 96vh;
        }
        .form-css .w-lightbox-group, .form-css .w-lightbox-group .w-lightbox-view, .form-css .w-lightbox-group .w-lightbox-view::before {
            height: 84vh;
        }
        .form-css .w-lightbox-image {
            max-width: 96vw;
            max-height: 96vh;
        }
        .form-css .w-lightbox-group .w-lightbox-image {
            max-width: 82.3vw;
            max-height: 84vh;
        }
        .form-css .w-lightbox-left, .form-css .w-lightbox-right {
            display: block;
            opacity: 0.5;
        }
        .form-css .w-lightbox-close {
            opacity: 0.8;
        }
        .form-css .w-lightbox-control:hover {
            opacity: 1;
        }
    }
    @media (min-width: 768px) {
        .form-css .w-lightbox-content {
            height: 96vh;
            margin-top: 2vh;
        }
        .form-css .w-lightbox-view, .form-css .w-lightbox-view::before {
            height: 96vh;
        }
        .form-css .w-lightbox-group, .form-css .w-lightbox-group .w-lightbox-view, .form-css .w-lightbox-group .w-lightbox-view::before {
            height: 84vh;
        }
        .form-css .w-lightbox-image {
            max-width: 96vw;
            max-height: 96vh;
        }
        .form-css .w-lightbox-group .w-lightbox-image {
            max-width: 82.3vw;
            max-height: 84vh;
        }
        .form-css .w-lightbox-left, .form-css .w-lightbox-right {
            display: block;
            opacity: 0.5;
        }
        .form-css .w-lightbox-close {
            opacity: 0.8;
        }
        .form-css .w-lightbox-control:hover {
            opacity: 1;
        }
    }
    @media (min-width: 768px) {
        .form-css .w-lightbox-content {
            height: 96vh;
            margin-top: 2vh;
        }
        .form-css .w-lightbox-view, .form-css .w-lightbox-view::before {
            height: 96vh;
        }
        .form-css .w-lightbox-group, .form-css .w-lightbox-group .w-lightbox-view, .form-css .w-lightbox-group .w-lightbox-view::before {
            height: 84vh;
        }
        .form-css .w-lightbox-image {
            max-width: 96vw;
            max-height: 96vh;
        }
        .form-css .w-lightbox-group .w-lightbox-image {
            max-width: 82.3vw;
            max-height: 84vh;
        }
        .form-css .w-lightbox-left, .form-css .w-lightbox-right {
            display: block;
            opacity: 0.5;
        }
        .form-css .w-lightbox-close {
            opacity: 0.8;
        }
        .form-css .w-lightbox-control:hover {
            opacity: 1;
        }
    }
    .form-css .w-richtext::before, .form-css .w-richtext::after {
        content: " ";
        display: table;
        grid-area: 0.25;
    }
    .form-css .w-richtext figure.w-richtext-figure-type-video > div::after, .form-css .w-richtext figure[data-rt-type="video"] > div::after {
        content: "";
        position: absolute;
        display: none;
        inset: 0px;
    }
    .form-css .w-richtext figure.w-richtext-figure-type-video > div::after, .form-css .w-richtext figure[data-rt-type="video"] > div::after {
        content: "";
        position: absolute;
        display: none;
        inset: 0px;
    }
    .form-css .w-richtext figure {
        position: relative;
        max-width: 60%;
    }
    .form-css .w-richtext figure.w-richtext-figure-type-image, .form-css .w-richtext figure[data-rt-type="image"] {
        display: table;
    }
    .form-css .w-richtext figure.w-richtext-figure-type-image > div, .form-css .w-richtext figure[data-rt-type="image"] > div {
        display: inline-block;
    }
    .form-css .w-richtext figure.w-richtext-figure-type-image > figcaption, .form-css .w-richtext figure[data-rt-type="image"] > figcaption {
        display: table-caption;
        caption-side: bottom;
    }
    .form-css .w-richtext figure.w-richtext-figure-type-image > figcaption, .form-css .w-richtext figure[data-rt-type="image"] > figcaption {
        display: table-caption;
        caption-side: bottom;
    }
    .form-css .w-richtext figure.w-richtext-figure-type-video iframe, .form-css .w-richtext figure[data-rt-type="video"] iframe {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
    .form-css .w-richtext figure.w-richtext-figure-type-video iframe, .form-css .w-richtext figure[data-rt-type="video"] iframe {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
    .form-css .w-richtext figure.w-richtext-figure-type-video iframe, .form-css .w-richtext figure[data-rt-type="video"] iframe {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
    .form-css .w-richtext figure.w-richtext-align-center {
        margin-right: auto;
        margin-left: auto;
        clear: both;
    }
    .form-css .w-richtext figure.w-richtext-align-center {
        margin-right: auto;
        margin-left: auto;
        clear: both;
    }
    .form-css .w-richtext figure.w-richtext-align-fullwidth {
        width: 100%;
        max-width: 100%;
        text-align: center;
        clear: both;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .form-css .w-richtext figure.w-richtext-align-fullwidth {
        width: 100%;
        max-width: 100%;
        text-align: center;
        clear: both;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .form-css .w-richtext figure.w-richtext-align-fullwidth {
        width: 100%;
        max-width: 100%;
        text-align: center;
        clear: both;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .form-css .w-richtext figure.w-richtext-align-fullwidth > div {
        display: inline-block;
        padding-bottom: inherit;
    }
    .form-css .w-richtext figure.w-richtext-align-fullwidth > div {
        display: inline-block;
        padding-bottom: inherit;
    }
    .form-css .w-richtext figure.w-richtext-align-fullwidth > figcaption {
        display: block;
    }
    .form-css .w-richtext figure.w-richtext-align-floatleft {
        float: left;
        margin-right: 15px;
        clear: none;
    }
    .form-css .w-richtext figure.w-richtext-align-floatleft {
        float: left;
        margin-right: 15px;
        clear: none;
    }
    .form-css .w-richtext figure.w-richtext-align-floatright {
        float: right;
        margin-left: 15px;
        clear: none;
    }
    .form-css .w-richtext figure.w-richtext-align-floatright {
        float: right;
        margin-left: 15px;
        clear: none;
    }
    .form-css .w-nav {
        position: relative;
        background: #ddd;
        z-index: 1000;
    }
    .form-css .w-nav {
        position: relative;
        background: #ddd;
        z-index: 1000;
    }
    .form-css .w-nav::before, .form-css .w-nav::after {
        content: " ";
        display: table;
        grid-area: 0.25;
    }
    .form-css .w-nav-brand {
        position: relative;
        float: left;
        text-decoration: none;
        color: #333;
    }
    .form-css .w-nav-brand {
        position: relative;
        float: left;
        text-decoration: none;
        color: #333;
    }
    .form-css .w-nav-link {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        color: #222;
        padding: 20px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
    .form-css .w-nav-link {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        color: #222;
        padding: 20px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
    .form-css .w-nav-link {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        color: #222;
        padding: 20px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
    .form-css .w-nav-link {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        color: #222;
        padding: 20px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
    .form-css .w-nav-link {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        color: #222;
        padding: 20px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
    .form-css .w-nav-menu {
        position: relative;
        float: right;
    }
    .form-css .w-nav-menu {
        position: relative;
        float: right;
    }
    .form-css [data-nav-menu-open] {
        position: absolute;
        top: 100%;
        left: 0px;
        right: 0px;
        background: #c8c8c8;
        text-align: center;
        overflow: visible;
        min-width: 200px;
        display: block !important;
    }
    .form-css [data-nav-menu-open] {
        position: absolute;
        top: 100%;
        left: 0px;
        right: 0px;
        background: #c8c8c8;
        text-align: center;
        overflow: visible;
        min-width: 200px;
        display: block !important;
    }
    .form-css [data-nav-menu-open] {
        position: absolute;
        top: 100%;
        left: 0px;
        right: 0px;
        background: #c8c8c8;
        text-align: center;
        overflow: visible;
        min-width: 200px;
        display: block !important;
    }
    .form-css [data-nav-menu-open] {
        position: absolute;
        top: 100%;
        left: 0px;
        right: 0px;
        background: #c8c8c8;
        text-align: center;
        overflow: visible;
        min-width: 200px;
        display: block !important;
    }
    .form-css [data-nav-menu-open] {
        position: absolute;
        top: 100%;
        left: 0px;
        right: 0px;
        background: #c8c8c8;
        text-align: center;
        overflow: visible;
        min-width: 200px;
        display: block !important;
    }
    .form-css .w--nav-link-open {
        display: block;
        position: relative;
    }
    .form-css .w--nav-link-open {
        display: block;
        position: relative;
    }
    .form-css .w-nav-overlay {
        position: absolute;
        overflow: hidden;
        display: none;
        top: 100%;
        left: 0px;
        right: 0px;
        width: 100%;
    }
    .form-css .w-nav-overlay {
        position: absolute;
        overflow: hidden;
        display: none;
        top: 100%;
        left: 0px;
        right: 0px;
        width: 100%;
    }
    .form-css .w-nav-overlay {
        position: absolute;
        overflow: hidden;
        display: none;
        top: 100%;
        left: 0px;
        right: 0px;
        width: 100%;
    }
    .form-css .w-nav-overlay {
        position: absolute;
        overflow: hidden;
        display: none;
        top: 100%;
        left: 0px;
        right: 0px;
        width: 100%;
    }
    .form-css .w-nav-overlay {
        position: absolute;
        overflow: hidden;
        display: none;
        top: 100%;
        left: 0px;
        right: 0px;
        width: 100%;
    }
    .form-css .w-nav-overlay [data-nav-menu-open] {
        top: 0px;
    }
    .form-css .w-nav[data-animation="over-left"] .w-nav-overlay {
        width: auto;
    }
    .form-css .w-nav[data-animation="over-left"] .w-nav-overlay, .form-css .w-nav[data-animation="over-left"] [data-nav-menu-open] {
        right: auto;
        z-index: 1;
        top: 0px;
    }
    .form-css .w-nav[data-animation="over-left"] .w-nav-overlay, .form-css .w-nav[data-animation="over-left"] [data-nav-menu-open] {
        right: auto;
        z-index: 1;
        top: 0px;
    }
    .form-css .w-nav[data-animation="over-left"] .w-nav-overlay, .form-css .w-nav[data-animation="over-left"] [data-nav-menu-open] {
        right: auto;
        z-index: 1;
        top: 0px;
    }
    .form-css .w-nav[data-animation="over-left"] .w-nav-overlay, .form-css .w-nav[data-animation="over-left"] [data-nav-menu-open] {
        right: auto;
        z-index: 1;
        top: 0px;
    }
    .form-css .w-nav[data-animation="over-right"] .w-nav-overlay {
        width: auto;
    }
    .form-css .w-nav[data-animation="over-right"] .w-nav-overlay, .form-css .w-nav[data-animation="over-right"] [data-nav-menu-open] {
        left: auto;
        z-index: 1;
        top: 0px;
    }
    .form-css .w-nav[data-animation="over-right"] .w-nav-overlay, .form-css .w-nav[data-animation="over-right"] [data-nav-menu-open] {
        left: auto;
        z-index: 1;
        top: 0px;
    }
    .form-css .w-nav[data-animation="over-right"] .w-nav-overlay, .form-css .w-nav[data-animation="over-right"] [data-nav-menu-open] {
        left: auto;
        z-index: 1;
        top: 0px;
    }
    .form-css .w-nav[data-animation="over-right"] .w-nav-overlay, .form-css .w-nav[data-animation="over-right"] [data-nav-menu-open] {
        left: auto;
        z-index: 1;
        top: 0px;
    }
    .form-css .w-nav-button {
        position: relative;
        float: right;
        padding: 18px;
        font-size: 24px;
        display: none;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        user-select: none;
    }
    .form-css .w-nav-button {
        position: relative;
        float: right;
        padding: 18px;
        font-size: 24px;
        display: none;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        user-select: none;
    }
    .form-css .w-nav-button {
        position: relative;
        float: right;
        padding: 18px;
        font-size: 24px;
        display: none;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        user-select: none;
    }
    .form-css .w-nav[data-collapse="all"] .w-nav-menu {
        display: none;
    }
    .form-css .w-nav[data-collapse="all"] .w-nav-button {
        display: block;
    }
    .form-css .w--nav-dropdown-open {
        display: block;
    }
    .form-css .w--nav-dropdown-toggle-open {
        display: block;
    }
    .form-css .w--nav-dropdown-list-open {
        position: static;
    }
    @media screen and (max-width: 991px) {
        .form-css .w-nav[data-collapse="medium"] .w-nav-menu {
            display: none;
        }
        .form-css .w-nav[data-collapse="medium"] .w-nav-button {
            display: block;
        }
    }
    @media screen and (max-width: 767px) {
        .form-css .w-nav[data-collapse="small"] .w-nav-menu {
            display: none;
        }
        .form-css .w-nav[data-collapse="small"] .w-nav-button {
            display: block;
        }
        .form-css .w-nav-brand {
            padding-left: 10px;
        }
    }
    @media screen and (max-width: 767px) {
        .form-css .w-nav[data-collapse="small"] .w-nav-menu {
            display: none;
        }
        .form-css .w-nav[data-collapse="small"] .w-nav-button {
            display: block;
        }
        .form-css .w-nav-brand {
            padding-left: 10px;
        }
    }
    @media screen and (max-width: 479px) {
        .form-css .w-nav[data-collapse="tiny"] .w-nav-menu {
            display: none;
        }
        .form-css .w-nav[data-collapse="tiny"] .w-nav-button {
            display: block;
        }
    }
    .form-css .w-tabs {
        position: relative;
    }
    .form-css .w-tabs::before, .form-css .w-tabs::after {
        content: " ";
        display: table;
        grid-area: 0.25;
    }
    .form-css .w-tab-menu {
        position: relative;
    }
    .form-css .w-tab-link {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        padding: 9px 30px;
        text-align: left;
        cursor: pointer;
        color: #222;
        background-color: #ddd;
    }
    .form-css .w-tab-link {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        padding: 9px 30px;
        text-align: left;
        cursor: pointer;
        color: #222;
        background-color: #ddd;
    }
    .form-css .w-tab-link {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        padding: 9px 30px;
        text-align: left;
        cursor: pointer;
        color: #222;
        background-color: #ddd;
    }
    .form-css .w-tab-link {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        padding: 9px 30px;
        text-align: left;
        cursor: pointer;
        color: #222;
        background-color: #ddd;
    }
    .form-css .w-tab-content {
        position: relative;
        display: block;
        overflow: hidden;
    }
    .form-css .w-tab-content {
        position: relative;
        display: block;
        overflow: hidden;
    }
    .form-css .w-tab-pane {
        position: relative;
        display: none;
    }
    .form-css .w-tab-pane {
        position: relative;
        display: none;
    }
    .form-css .w--tab-active {
        display: block;
    }
    @media screen and (max-width: 479px) {
        .form-css .w-tab-link {
            display: block;
        }
    }
    .form-css .w-dyn-hide {
        display: none !important;
    }
    .form-css .w-dyn-bind-empty {
        display: none !important;
    }
    .form-css .w-condition-invisible {
        display: none !important;
    }
    .form-css .wf-layout-layout {
        display: grid;
    }
    .form-css .w-code-component > * {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .form-css .w-code-component > * {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .form-css .w-code-component > * {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .form-css .w-layout-blockcontainer {
        max-width: 940px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .form-css .w-layout-blockcontainer {
        max-width: 940px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .form-css .w-layout-blockcontainer {
        max-width: 940px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .form-css .container {
        background-color: white;
        max-width: 1120px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .form-css .container {
        background-color: white;
        max-width: 1120px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .form-css .zawartosc {
        gap: 40px;
        flex-flow: column;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
    }
    .form-css .zawartosc {
        gap: 40px;
        flex-flow: column;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
    }
    .form-css .zawartosc {
        gap: 40px;
        flex-flow: column;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
    }
    .form-css .tytul {
        gap: 24px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
        display: flex;
    }
    .form-css .heading {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 50px;
        line-height: 70px;
    }
    .form-css .heading {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 50px;
        line-height: 70px;
    }
    .form-css .paragraph {
        text-align: center;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        line-height: 32px;
    }
    .form-css .dwiekolumny {
        gap: 40px;
        flex-flow: row;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 40px;
        display: flex;
    }
    .form-css .dwiekolumny {
        gap: 40px;
        flex-flow: row;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 40px;
        display: flex;
    }
    .form-css ._1kolumna {
        gap: 40px;
        background-color: #f4f4f4;
        border: 1px solid #c3c3c3;
        border-radius: 4px;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        max-width: 560px;
        padding: 24px 32px;
        display: flex;
    }
    .form-css ._2kolumna {
        gap: 40px;
        flex-flow: column;
        max-width: 520px;
        display: flex;
    }
    .form-css .dostawa {
        gap: 8px;
        background-color: #313131;
        border-radius: 4px;
        justify-content: center;
        align-items: center;
        padding: 8px 20px;
        display: flex;
    }
    .form-css .heading-2 {
        color: white;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 18px;
        line-height: 24px;
    }
    .form-css .heading-2 {
        color: white;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 18px;
        line-height: 24px;
    }
    .form-css .heading-3 {
        letter-spacing: 1.5px;
        margin-top: 4px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
    }
    .form-css .heading-3 {
        letter-spacing: 1.5px;
        margin-top: 4px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
    }
    .form-css .cena {
        margin-bottom: 0px;
        font-size: 24px;
        line-height: 32px;
    }
    .form-css .heading-4 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 40px;
        line-height: 54px;
    }
    .form-css .heading-4 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 40px;
        line-height: 54px;
    }
    .form-css .heading-5 {
        color: #868686;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        text-decoration: line-through;
    }
    .form-css .heading-5 {
        color: #868686;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        text-decoration: line-through;
    }
    .form-css .div-block {
        gap: 8px;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .form-css .heading-6 {
        color: #ba1010;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        line-height: 32px;
    }
    .form-css .heading-6 {
        color: #ba1010;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        line-height: 32px;
    }
    .form-css .sekcja1 {
        gap: 24px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
        display: flex;
    }
    .form-css .sekcja2 {
        gap: 40px;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
        display: flex;
    }
    .form-css .sekcja2 {
        gap: 40px;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
        display: flex;
    }
    .form-css .heading-7 {
        text-align: center;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }
    .form-css .heading-7 {
        text-align: center;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }
    .form-css .heading-8 {
        text-align: center;
        background-color: #ffc300;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 4px 12px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }
    .form-css .heading-8 {
        text-align: center;
        background-color: #ffc300;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 4px 12px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }
    .form-css .sztuki {
        gap: 8px;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .form-css .platnosci {
        gap: 12px;
        justify-content: space-between;
        align-items: flex-start;
        display: flex;
    }
    .form-css .platnosc {
        gap: 5px;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .form-css .heading-9 {
        text-align: center;
        max-width: 70%;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
    }
    .form-css .heading-9 {
        text-align: center;
        max-width: 70%;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
    }
    .form-css .text-field {
        color: black;
        border: 1px solid green;
        border-radius: 4px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .text-field-2 {
        color: black;
        border-radius: 4px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .form {
        flex-flow: column;
        display: block;
    }
    .form-css .text-field-3 {
        color: black;
        border-radius: 4px;
        margin-bottom: 8px;
    }
    .form-css .heading-10 {
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 20px;
        line-height: 27px;
    }
    .form-css .heading-10 {
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 20px;
        line-height: 27px;
    }
    .form-css .paragraph-2, .form-css .paragraph-3 {
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 12px;
        line-height: 16px;
    }
    .form-css .przypis {
        gap: 8px;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .form-css .text-field-copy {
        color: black;
        border-radius: 4px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .div-block-2 {
        gap: 24px;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .form-css .text-field-copy-copy {
        color: black;
        border-radius: 4px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .form-block, .form-css .form-block-2, .form-css .form-block-3 {
        margin-bottom: 0px;
    }
    .form-css .div-block-3 {
        gap: 24px;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .form-css .button {
        color: black;
        background-color: white;
        border: 1px solid #c3c3c3;
        border-radius: 4px;
        flex: 1 1 0%;
        justify-content: center;
        align-items: center;
        padding: 12px 40px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
        display: flex;
    }
    .form-css .button-2 {
        color: black;
        background-color: white;
        border: 1px solid #c3c3c3;
        border-radius: 4px;
        flex: 1 1 0%;
        justify-content: center;
        align-self: auto;
        align-items: center;
        padding: 12px 40px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
        display: flex;
    }
    .form-css .heading-10-copy {
        text-transform: none;
        margin-top: 8px;
        margin-bottom: 12px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 20px;
        line-height: 27px;
    }
    .form-css .heading-10-copy {
        text-transform: none;
        margin-top: 8px;
        margin-bottom: 12px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 20px;
        line-height: 27px;
    }
    .form-css .paragraph-4 {
        color: #333;
        text-align: center;
        margin-top: 8px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        line-height: 19px;
    }
    .form-css .paragraph-4 {
        color: #333;
        text-align: center;
        margin-top: 8px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        line-height: 19px;
    }
    .form-css .div-block-4 {
        justify-content: space-between;
        align-items: center;
        margin-top: 24px;
        margin-left: 48px;
        margin-right: 48px;
        display: flex;
    }
    .form-css .div-block-4 {
        justify-content: space-between;
        align-items: center;
        margin-top: 24px;
        margin-left: 48px;
        margin-right: 48px;
        display: flex;
    }
    .form-css .div-block-4 {
        justify-content: space-between;
        align-items: center;
        margin-top: 24px;
        margin-left: 48px;
        margin-right: 48px;
        display: flex;
    }
    .form-css .div-block-4 {
        justify-content: space-between;
        align-items: center;
        margin-top: 24px;
        margin-left: 48px;
        margin-right: 48px;
        display: flex;
    }
    .form-css .stopka {
        gap: 40px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 60px;
        margin-left: 24px;
        margin-right: 24px;
        display: flex;
    }
    .form-css .stopka {
        gap: 40px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 60px;
        margin-left: 24px;
        margin-right: 24px;
        display: flex;
    }
    .form-css .stopka {
        gap: 40px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 60px;
        margin-left: 24px;
        margin-right: 24px;
        display: flex;
    }
    .form-css .stopka {
        gap: 40px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 60px;
        margin-left: 24px;
        margin-right: 24px;
        display: flex;
    }
    .form-css .stopka {
        gap: 40px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 60px;
        margin-left: 24px;
        margin-right: 24px;
        display: flex;
    }
    .form-css ._1sec {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        max-width: 30%;
        display: flex;
    }
    .form-css .heading-11 {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 12px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
    }
    .form-css .heading-11 {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 12px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
    }
    .form-css .paragraph-5 {
        text-align: center;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }
    .form-css .image {
        margin-bottom: 8px;
    }
    .form-css .form-copy {
        flex-flow: column;
        display: block;
    }
    .form-css .div-block-3-copy {
        gap: 24px;
        flex-flow: column;
        justify-content: center;
        align-items: stretch;
        display: flex;
    }
    .form-css .div-block-5 {
        display: none;
    }
    .form-css .div-block-6 {
        gap: 5px;
        justify-content: flex-start;
        align-items: center;
        display: flex;
    }
    .form-css .div-block-5-copy {
        display: none;
    }
    @media screen and (max-width: 991px) {
        .form-css .heading {
            font-size: 40px;
            line-height: 46px;
        }
        .form-css .paragraph {
            font-size: 22px;
        }
        .form-css .dwiekolumny {
            flex-flow: wrap;
            justify-content: center;
            align-items: flex-start;
            margin-top: 0px;
        }
        .form-css ._2kolumna {
            max-width: 560px;
        }
        .form-css .form {
            display: flex;
        }
        .form-css .div-block-3 {
            justify-content: center;
            align-self: stretch;
            align-items: center;
        }
        .form-css .heading-10-copy {
            align-self: auto;
            margin-bottom: 12px;
        }
        .form-css .form-copy {
            text-align: center;
            justify-content: flex-start;
            align-items: stretch;
            display: flex;
        }
        .form-css .div-block-3-copy {
            justify-content: center;
            align-self: stretch;
            align-items: stretch;
        }
        .form-css .div-block-5, .form-css .div-block-5-copy {
            border: 1px solid #cdcdcd;
            margin-left: 40px;
            margin-right: 40px;
        }
    }
    @media screen and (max-width: 991px) {
        .form-css .heading {
            font-size: 40px;
            line-height: 46px;
        }
        .form-css .paragraph {
            font-size: 22px;
        }
        .form-css .dwiekolumny {
            flex-flow: wrap;
            justify-content: center;
            align-items: flex-start;
            margin-top: 0px;
        }
        .form-css ._2kolumna {
            max-width: 560px;
        }
        .form-css .form {
            display: flex;
        }
        .form-css .div-block-3 {
            justify-content: center;
            align-self: stretch;
            align-items: center;
        }
        .form-css .heading-10-copy {
            align-self: auto;
            margin-bottom: 12px;
        }
        .form-css .form-copy {
            text-align: center;
            justify-content: flex-start;
            align-items: stretch;
            display: flex;
        }
        .form-css .div-block-3-copy {
            justify-content: center;
            align-self: stretch;
            align-items: stretch;
        }
        .form-css .div-block-5, .form-css .div-block-5-copy {
            border: 1px solid #cdcdcd;
            margin-left: 40px;
            margin-right: 40px;
        }
    }
    @media screen and (max-width: 991px) {
        .form-css .heading {
            font-size: 40px;
            line-height: 46px;
        }
        .form-css .paragraph {
            font-size: 22px;
        }
        .form-css .dwiekolumny {
            flex-flow: wrap;
            justify-content: center;
            align-items: flex-start;
            margin-top: 0px;
        }
        .form-css ._2kolumna {
            max-width: 560px;
        }
        .form-css .form {
            display: flex;
        }
        .form-css .div-block-3 {
            justify-content: center;
            align-self: stretch;
            align-items: center;
        }
        .form-css .heading-10-copy {
            align-self: auto;
            margin-bottom: 12px;
        }
        .form-css .form-copy {
            text-align: center;
            justify-content: flex-start;
            align-items: stretch;
            display: flex;
        }
        .form-css .div-block-3-copy {
            justify-content: center;
            align-self: stretch;
            align-items: stretch;
        }
        .form-css .div-block-5, .form-css .div-block-5-copy {
            border: 1px solid #cdcdcd;
            margin-left: 40px;
            margin-right: 40px;
        }
    }
    @media screen and (max-width: 991px) {
        .form-css .heading {
            font-size: 40px;
            line-height: 46px;
        }
        .form-css .paragraph {
            font-size: 22px;
        }
        .form-css .dwiekolumny {
            flex-flow: wrap;
            justify-content: center;
            align-items: flex-start;
            margin-top: 0px;
        }
        .form-css ._2kolumna {
            max-width: 560px;
        }
        .form-css .form {
            display: flex;
        }
        .form-css .div-block-3 {
            justify-content: center;
            align-self: stretch;
            align-items: center;
        }
        .form-css .heading-10-copy {
            align-self: auto;
            margin-bottom: 12px;
        }
        .form-css .form-copy {
            text-align: center;
            justify-content: flex-start;
            align-items: stretch;
            display: flex;
        }
        .form-css .div-block-3-copy {
            justify-content: center;
            align-self: stretch;
            align-items: stretch;
        }
        .form-css .div-block-5, .form-css .div-block-5-copy {
            border: 1px solid #cdcdcd;
            margin-left: 40px;
            margin-right: 40px;
        }
    }
    @media screen and (max-width: 991px) {
        .form-css .heading {
            font-size: 40px;
            line-height: 46px;
        }
        .form-css .paragraph {
            font-size: 22px;
        }
        .form-css .dwiekolumny {
            flex-flow: wrap;
            justify-content: center;
            align-items: flex-start;
            margin-top: 0px;
        }
        .form-css ._2kolumna {
            max-width: 560px;
        }
        .form-css .form {
            display: flex;
        }
        .form-css .div-block-3 {
            justify-content: center;
            align-self: stretch;
            align-items: center;
        }
        .form-css .heading-10-copy {
            align-self: auto;
            margin-bottom: 12px;
        }
        .form-css .form-copy {
            text-align: center;
            justify-content: flex-start;
            align-items: stretch;
            display: flex;
        }
        .form-css .div-block-3-copy {
            justify-content: center;
            align-self: stretch;
            align-items: stretch;
        }
        .form-css .div-block-5, .form-css .div-block-5-copy {
            border: 1px solid #cdcdcd;
            margin-left: 40px;
            margin-right: 40px;
        }
    }
    @media screen and (max-width: 767px) {
        .form-css .zawartosc {
            gap: 24px;
        }
        .form-css .heading-9 {
            max-width: 100%;
        }
        .form-css .div-block-4 {
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css .stopka {
            flex-flow: wrap;
        }
        .form-css ._1sec {
            max-width: 90%;
        }
        .form-css .div-block-5, .form-css .div-block-5-copy {
            margin: 20px 40px;
        }
    }
    @media screen and (max-width: 767px) {
        .form-css .zawartosc {
            gap: 24px;
        }
        .form-css .heading-9 {
            max-width: 100%;
        }
        .form-css .div-block-4 {
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css .stopka {
            flex-flow: wrap;
        }
        .form-css ._1sec {
            max-width: 90%;
        }
        .form-css .div-block-5, .form-css .div-block-5-copy {
            margin: 20px 40px;
        }
    }
    @media screen and (max-width: 767px) {
        .form-css .zawartosc {
            gap: 24px;
        }
        .form-css .heading-9 {
            max-width: 100%;
        }
        .form-css .div-block-4 {
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css .stopka {
            flex-flow: wrap;
        }
        .form-css ._1sec {
            max-width: 90%;
        }
        .form-css .div-block-5, .form-css .div-block-5-copy {
            margin: 20px 40px;
        }
    }
    @media screen and (max-width: 479px) {
        .form-css .zawartosc {
            gap: 24px;
        }
        .form-css .heading {
            font-size: 28px;
            line-height: 32px;
        }
        .form-css .paragraph {
            font-size: 16px;
            line-height: 22px;
        }
        .form-css .dwiekolumny {
            margin-top: 0px;
        }
        .form-css ._1kolumna {
            gap: 24px;
            margin-top: 20px;
            padding-left: 16px;
            padding-right: 16px;
        }
        .form-css ._2kolumna {
            max-width: 100%;
        }
        .form-css .dostawa {
            margin-top: -45px;
        }
        .form-css .heading-2 {
            font-size: 16px;
        }
        .form-css .heading-3 {
            font-size: 14px;
            line-height: 20px;
        }
        .form-css .heading-4 {
            font-size: 32px;
            line-height: 38px;
        }
        .form-css .heading-5 {
            font-size: 20px;
            line-height: 28px;
        }
        .form-css .heading-6 {
            font-size: 20px;
            line-height: 26px;
        }
        .form-css .sekcja2 {
            gap: 24px;
        }
        .form-css .heading-7 {
            font-size: 12px;
            line-height: 19px;
        }
        .form-css .heading-8 {
            font-size: 12px;
            line-height: 16px;
        }
        .form-css .sztuki {
            gap: 2px;
        }
        .form-css .platnosci {
            gap: 0px;
            justify-content: space-between;
            align-items: flex-start;
        }
        .form-css .heading-9 {
            max-width: 90%;
            font-size: 12px;
            line-height: 14px;
        }
        .form-css .paragraph-2 {
            display: none;
        }
        .form-css .div-block-2 {
            flex-flow: column;
        }
        .form-css .div-block-3 {
            gap: 16px;
        }
        .form-css .button {
            padding-left: 15px;
            padding-right: 15px;
            font-family: Satoshi, Arial, sans-serif;
            font-size: 14px;
        }
        .form-css .button-2 {
            padding-left: 15px;
            padding-right: 15px;
            font-size: 14px;
        }
        .form-css .submit-button {
            padding-left: 20px;
            padding-right: 20px;
            font-size: 18px;
            line-height: 22px;
        }
        .form-css .div-block-4 {
            gap: 0px;
            justify-content: space-between;
            align-items: center;
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css .stopka {
            gap: 16px;
            margin-bottom: 30px;
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css ._1sec {
            gap: 12px;
            flex-flow: row;
            justify-content: flex-start;
            align-items: center;
            max-width: 100%;
        }
        .form-css .heading-11 {
            text-align: left;
            margin-bottom: 8px;
            font-size: 14px;
            line-height: 19px;
        }
        .form-css .paragraph-5 {
            text-align: left;
            font-size: 12px;
            line-height: 16px;
        }
        .form-css .image {
            width: 61px;
        }
        .form-css .image-2, .form-css .image-3, .form-css .image-4, .form-css .image-5 {
            max-width: 65px;
        }
        .form-css .div-block-5 {
            flex: 1 1 0%;
            margin: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
            display: block;
        }
        .form-css .image-6 {
            box-sizing: border-box;
            aspect-ratio: auto;
            object-fit: fill;
            flex: 0 1 auto;
            max-width: 88px;
            overflow: clip;
        }
        .form-css .image-7, .form-css .image-8 {
            max-width: 88px;
        }
        .form-css .div-block-6 {
            justify-content: space-between;
            align-items: center;
        }
        .form-css .div-block-7 {
            justify-content: flex-start;
            align-items: center;
            display: block;
        }
        .form-css .div-block-8 {
            border: 1px solid #c3c3c3;
        }
        .form-css .div-block-5-copy {
            flex: 1 1 0%;
            margin: 20px 0px 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
            display: block;
        }
    }
    @media screen and (max-width: 479px) {
        .form-css .zawartosc {
            gap: 24px;
        }
        .form-css .heading {
            font-size: 28px;
            line-height: 32px;
        }
        .form-css .paragraph {
            font-size: 16px;
            line-height: 22px;
        }
        .form-css .dwiekolumny {
            margin-top: 0px;
        }
        .form-css ._1kolumna {
            gap: 24px;
            margin-top: 20px;
            padding-left: 16px;
            padding-right: 16px;
        }
        .form-css ._2kolumna {
            max-width: 100%;
        }
        .form-css .dostawa {
            margin-top: -45px;
        }
        .form-css .heading-2 {
            font-size: 16px;
        }
        .form-css .heading-3 {
            font-size: 14px;
            line-height: 20px;
        }
        .form-css .heading-4 {
            font-size: 32px;
            line-height: 38px;
        }
        .form-css .heading-5 {
            font-size: 20px;
            line-height: 28px;
        }
        .form-css .heading-6 {
            font-size: 20px;
            line-height: 26px;
        }
        .form-css .sekcja2 {
            gap: 24px;
        }
        .form-css .heading-7 {
            font-size: 12px;
            line-height: 19px;
        }
        .form-css .heading-8 {
            font-size: 12px;
            line-height: 16px;
        }
        .form-css .sztuki {
            gap: 2px;
        }
        .form-css .platnosci {
            gap: 0px;
            justify-content: space-between;
            align-items: flex-start;
        }
        .form-css .heading-9 {
            max-width: 90%;
            font-size: 12px;
            line-height: 14px;
        }
        .form-css .paragraph-2 {
            display: none;
        }
        .form-css .div-block-2 {
            flex-flow: column;
        }
        .form-css .div-block-3 {
            gap: 16px;
        }
        .form-css .button {
            padding-left: 15px;
            padding-right: 15px;
            font-family: Satoshi, Arial, sans-serif;
            font-size: 14px;
        }
        .form-css .button-2 {
            padding-left: 15px;
            padding-right: 15px;
            font-size: 14px;
        }
        .form-css .submit-button {
            padding-left: 20px;
            padding-right: 20px;
            font-size: 18px;
            line-height: 22px;
        }
        .form-css .div-block-4 {
            gap: 0px;
            justify-content: space-between;
            align-items: center;
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css .stopka {
            gap: 16px;
            margin-bottom: 30px;
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css ._1sec {
            gap: 12px;
            flex-flow: row;
            justify-content: flex-start;
            align-items: center;
            max-width: 100%;
        }
        .form-css .heading-11 {
            text-align: left;
            margin-bottom: 8px;
            font-size: 14px;
            line-height: 19px;
        }
        .form-css .paragraph-5 {
            text-align: left;
            font-size: 12px;
            line-height: 16px;
        }
        .form-css .image {
            width: 61px;
        }
        .form-css .image-2, .form-css .image-3, .form-css .image-4, .form-css .image-5 {
            max-width: 65px;
        }
        .form-css .div-block-5 {
            flex: 1 1 0%;
            margin: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
            display: block;
        }
        .form-css .image-6 {
            box-sizing: border-box;
            aspect-ratio: auto;
            object-fit: fill;
            flex: 0 1 auto;
            max-width: 88px;
            overflow: clip;
        }
        .form-css .image-7, .form-css .image-8 {
            max-width: 88px;
        }
        .form-css .div-block-6 {
            justify-content: space-between;
            align-items: center;
        }
        .form-css .div-block-7 {
            justify-content: flex-start;
            align-items: center;
            display: block;
        }
        .form-css .div-block-8 {
            border: 1px solid #c3c3c3;
        }
        .form-css .div-block-5-copy {
            flex: 1 1 0%;
            margin: 20px 0px 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
            display: block;
        }
    }
    @media screen and (max-width: 479px) {
        .form-css .zawartosc {
            gap: 24px;
        }
        .form-css .heading {
            font-size: 28px;
            line-height: 32px;
        }
        .form-css .paragraph {
            font-size: 16px;
            line-height: 22px;
        }
        .form-css .dwiekolumny {
            margin-top: 0px;
        }
        .form-css ._1kolumna {
            gap: 24px;
            margin-top: 20px;
            padding-left: 16px;
            padding-right: 16px;
        }
        .form-css ._2kolumna {
            max-width: 100%;
        }
        .form-css .dostawa {
            margin-top: -45px;
        }
        .form-css .heading-2 {
            font-size: 16px;
        }
        .form-css .heading-3 {
            font-size: 14px;
            line-height: 20px;
        }
        .form-css .heading-4 {
            font-size: 32px;
            line-height: 38px;
        }
        .form-css .heading-5 {
            font-size: 20px;
            line-height: 28px;
        }
        .form-css .heading-6 {
            font-size: 20px;
            line-height: 26px;
        }
        .form-css .sekcja2 {
            gap: 24px;
        }
        .form-css .heading-7 {
            font-size: 12px;
            line-height: 19px;
        }
        .form-css .heading-8 {
            font-size: 12px;
            line-height: 16px;
        }
        .form-css .sztuki {
            gap: 2px;
        }
        .form-css .platnosci {
            gap: 0px;
            justify-content: space-between;
            align-items: flex-start;
        }
        .form-css .heading-9 {
            max-width: 90%;
            font-size: 12px;
            line-height: 14px;
        }
        .form-css .paragraph-2 {
            display: none;
        }
        .form-css .div-block-2 {
            flex-flow: column;
        }
        .form-css .div-block-3 {
            gap: 16px;
        }
        .form-css .button {
            padding-left: 15px;
            padding-right: 15px;
            font-family: Satoshi, Arial, sans-serif;
            font-size: 14px;
        }
        .form-css .button-2 {
            padding-left: 15px;
            padding-right: 15px;
            font-size: 14px;
        }
        .form-css .submit-button {
            padding-left: 20px;
            padding-right: 20px;
            font-size: 18px;
            line-height: 22px;
        }
        .form-css .div-block-4 {
            gap: 0px;
            justify-content: space-between;
            align-items: center;
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css .stopka {
            gap: 16px;
            margin-bottom: 30px;
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css ._1sec {
            gap: 12px;
            flex-flow: row;
            justify-content: flex-start;
            align-items: center;
            max-width: 100%;
        }
        .form-css .heading-11 {
            text-align: left;
            margin-bottom: 8px;
            font-size: 14px;
            line-height: 19px;
        }
        .form-css .paragraph-5 {
            text-align: left;
            font-size: 12px;
            line-height: 16px;
        }
        .form-css .image {
            width: 61px;
        }
        .form-css .image-2, .form-css .image-3, .form-css .image-4, .form-css .image-5 {
            max-width: 65px;
        }
        .form-css .div-block-5 {
            flex: 1 1 0%;
            margin: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
            display: block;
        }
        .form-css .image-6 {
            box-sizing: border-box;
            aspect-ratio: auto;
            object-fit: fill;
            flex: 0 1 auto;
            max-width: 88px;
            overflow: clip;
        }
        .form-css .image-7, .form-css .image-8 {
            max-width: 88px;
        }
        .form-css .div-block-6 {
            justify-content: space-between;
            align-items: center;
        }
        .form-css .div-block-7 {
            justify-content: flex-start;
            align-items: center;
            display: block;
        }
        .form-css .div-block-8 {
            border: 1px solid #c3c3c3;
        }
        .form-css .div-block-5-copy {
            flex: 1 1 0%;
            margin: 20px 0px 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
            display: block;
        }
    }
    @media screen and (max-width: 479px) {
        .form-css .zawartosc {
            gap: 24px;
        }
        .form-css .heading {
            font-size: 28px;
            line-height: 32px;
        }
        .form-css .paragraph {
            font-size: 16px;
            line-height: 22px;
        }
        .form-css .dwiekolumny {
            margin-top: 0px;
        }
        .form-css ._1kolumna {
            gap: 24px;
            margin-top: 20px;
            padding-left: 16px;
            padding-right: 16px;
        }
        .form-css ._2kolumna {
            max-width: 100%;
        }
        .form-css .dostawa {
            margin-top: -45px;
        }
        .form-css .heading-2 {
            font-size: 16px;
        }
        .form-css .heading-3 {
            font-size: 14px;
            line-height: 20px;
        }
        .form-css .heading-4 {
            font-size: 32px;
            line-height: 38px;
        }
        .form-css .heading-5 {
            font-size: 20px;
            line-height: 28px;
        }
        .form-css .heading-6 {
            font-size: 20px;
            line-height: 26px;
        }
        .form-css .sekcja2 {
            gap: 24px;
        }
        .form-css .heading-7 {
            font-size: 12px;
            line-height: 19px;
        }
        .form-css .heading-8 {
            font-size: 12px;
            line-height: 16px;
        }
        .form-css .sztuki {
            gap: 2px;
        }
        .form-css .platnosci {
            gap: 0px;
            justify-content: space-between;
            align-items: flex-start;
        }
        .form-css .heading-9 {
            max-width: 90%;
            font-size: 12px;
            line-height: 14px;
        }
        .form-css .paragraph-2 {
            display: none;
        }
        .form-css .div-block-2 {
            flex-flow: column;
        }
        .form-css .div-block-3 {
            gap: 16px;
        }
        .form-css .button {
            padding-left: 15px;
            padding-right: 15px;
            font-family: Satoshi, Arial, sans-serif;
            font-size: 14px;
        }
        .form-css .button-2 {
            padding-left: 15px;
            padding-right: 15px;
            font-size: 14px;
        }
        .form-css .submit-button {
            padding-left: 20px;
            padding-right: 20px;
            font-size: 18px;
            line-height: 22px;
        }
        .form-css .div-block-4 {
            gap: 0px;
            justify-content: space-between;
            align-items: center;
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css .stopka {
            gap: 16px;
            margin-bottom: 30px;
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css ._1sec {
            gap: 12px;
            flex-flow: row;
            justify-content: flex-start;
            align-items: center;
            max-width: 100%;
        }
        .form-css .heading-11 {
            text-align: left;
            margin-bottom: 8px;
            font-size: 14px;
            line-height: 19px;
        }
        .form-css .paragraph-5 {
            text-align: left;
            font-size: 12px;
            line-height: 16px;
        }
        .form-css .image {
            width: 61px;
        }
        .form-css .image-2, .form-css .image-3, .form-css .image-4, .form-css .image-5 {
            max-width: 65px;
        }
        .form-css .div-block-5 {
            flex: 1 1 0%;
            margin: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
            display: block;
        }
        .form-css .image-6 {
            box-sizing: border-box;
            aspect-ratio: auto;
            object-fit: fill;
            flex: 0 1 auto;
            max-width: 88px;
            overflow: clip;
        }
        .form-css .image-7, .form-css .image-8 {
            max-width: 88px;
        }
        .form-css .div-block-6 {
            justify-content: space-between;
            align-items: center;
        }
        .form-css .div-block-7 {
            justify-content: flex-start;
            align-items: center;
            display: block;
        }
        .form-css .div-block-8 {
            border: 1px solid #c3c3c3;
        }
        .form-css .div-block-5-copy {
            flex: 1 1 0%;
            margin: 20px 0px 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
            display: block;
        }
    }
    @media screen and (max-width: 479px) {
        .form-css .zawartosc {
            gap: 24px;
        }
        .form-css .heading {
            font-size: 28px;
            line-height: 32px;
        }
        .form-css .paragraph {
            font-size: 16px;
            line-height: 22px;
        }
        .form-css .dwiekolumny {
            margin-top: 0px;
        }
        .form-css ._1kolumna {
            gap: 24px;
            margin-top: 20px;
            padding-left: 16px;
            padding-right: 16px;
        }
        .form-css ._2kolumna {
            max-width: 100%;
        }
        .form-css .dostawa {
            margin-top: -45px;
        }
        .form-css .heading-2 {
            font-size: 16px;
        }
        .form-css .heading-3 {
            font-size: 14px;
            line-height: 20px;
        }
        .form-css .heading-4 {
            font-size: 32px;
            line-height: 38px;
        }
        .form-css .heading-5 {
            font-size: 20px;
            line-height: 28px;
        }
        .form-css .heading-6 {
            font-size: 20px;
            line-height: 26px;
        }
        .form-css .sekcja2 {
            gap: 24px;
        }
        .form-css .heading-7 {
            font-size: 12px;
            line-height: 19px;
        }
        .form-css .heading-8 {
            font-size: 12px;
            line-height: 16px;
        }
        .form-css .sztuki {
            gap: 2px;
        }
        .form-css .platnosci {
            gap: 0px;
            justify-content: space-between;
            align-items: flex-start;
        }
        .form-css .heading-9 {
            max-width: 90%;
            font-size: 12px;
            line-height: 14px;
        }
        .form-css .paragraph-2 {
            display: none;
        }
        .form-css .div-block-2 {
            flex-flow: column;
        }
        .form-css .div-block-3 {
            gap: 16px;
        }
        .form-css .button {
            padding-left: 15px;
            padding-right: 15px;
            font-family: Satoshi, Arial, sans-serif;
            font-size: 14px;
        }
        .form-css .button-2 {
            padding-left: 15px;
            padding-right: 15px;
            font-size: 14px;
        }
        .form-css .submit-button {
            padding-left: 20px;
            padding-right: 20px;
            font-size: 18px;
            line-height: 22px;
        }
        .form-css .div-block-4 {
            gap: 0px;
            justify-content: space-between;
            align-items: center;
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css .stopka {
            gap: 16px;
            margin-bottom: 30px;
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css ._1sec {
            gap: 12px;
            flex-flow: row;
            justify-content: flex-start;
            align-items: center;
            max-width: 100%;
        }
        .form-css .heading-11 {
            text-align: left;
            margin-bottom: 8px;
            font-size: 14px;
            line-height: 19px;
        }
        .form-css .paragraph-5 {
            text-align: left;
            font-size: 12px;
            line-height: 16px;
        }
        .form-css .image {
            width: 61px;
        }
        .form-css .image-2, .form-css .image-3, .form-css .image-4, .form-css .image-5 {
            max-width: 65px;
        }
        .form-css .div-block-5 {
            flex: 1 1 0%;
            margin: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
            display: block;
        }
        .form-css .image-6 {
            box-sizing: border-box;
            aspect-ratio: auto;
            object-fit: fill;
            flex: 0 1 auto;
            max-width: 88px;
            overflow: clip;
        }
        .form-css .image-7, .form-css .image-8 {
            max-width: 88px;
        }
        .form-css .div-block-6 {
            justify-content: space-between;
            align-items: center;
        }
        .form-css .div-block-7 {
            justify-content: flex-start;
            align-items: center;
            display: block;
        }
        .form-css .div-block-8 {
            border: 1px solid #c3c3c3;
        }
        .form-css .div-block-5-copy {
            flex: 1 1 0%;
            margin: 20px 0px 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
            display: block;
        }
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_52.php") format("opentype");
        font-weight: 900;
        font-style: normal;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_58.php") format("opentype");
        font-weight: 700;
        font-style: italic;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_56.php") format("opentype");
        font-weight: 300;
        font-style: italic;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_54.php") format("opentype");
        font-weight: 400;
        font-style: italic;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_51.php") format("opentype");
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_57.php") format("opentype");
        font-weight: 500;
        font-style: italic;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_55.php") format("opentype");
        font-weight: 300;
        font-style: normal;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_50.php") format("opentype");
        font-weight: 900;
        font-style: italic;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_59.php") format("opentype");
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_53.php") format("opentype");
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }
    .form-css List.w-webflow-badge, .form-css .w-webflow-badge > img {
        box-sizing: unset;
        width: unset;
        height: unset;
        max-height: unset;
        max-width: unset;
        min-height: unset;
        min-width: unset;
        margin: unset;
        padding: unset;
        float: unset;
        clear: unset;
        border: unset;
        border-radius: unset;
        background: unset;
        box-shadow: unset;
        transform: unset;
        transition: unset;
        direction: unset;
        font-family: unset;
        font-weight: unset;
        color: unset;
        font-size: unset;
        line-height: unset;
        font-style: unset;
        font-variant: unset;
        text-align: unset;
        letter-spacing: unset;
        text-decoration: unset;
        text-indent: unset;
        text-transform: unset;
        list-style-type: unset;
        text-shadow: unset;
        vertical-align: unset;
        cursor: unset;
        white-space: unset;
        word-break: unset;
        word-spacing: unset;
        overflow-wrap: unset;
    }
    .form-css Others.wf-force-outline-none[tabindex="-1"]:focus {
        outline: none;
    }
    @font-face {
        font-family: webflow-icons;
        src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
        font-weight: normal;
        font-style: normal;
    }
    .form-css [class^="w-icon-"], .form-css [class*=" w-icon-"] {
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        font-family: webflow-icons !important;
    }
    .form-css .w-icon-slider-right::before {
        content: "";
    }
    .form-css .w-icon-slider-left::before {
        content: "";
    }
    .form-css .w-icon-nav-menu::before {
        content: "";
    }
    .form-css .w-icon-arrow-down::before, .form-css .w-icon-dropdown-toggle::before {
        content: "";
    }
    .form-css .w-icon-file-upload-remove::before {
        content: "";
    }
    .form-css .w-icon-file-upload-icon::before {
        content: "";
    }
    .form-css * {
        box-sizing: border-box;
    }
    .form-css html {
        height: 100%;
    }
    .form-css .body {
        margin: 0px;
        min-height: 100%;
        background-color: white;
        font-family: Arial, sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #333;
    }
    .form-css img {
        max-width: 100%;
        vertical-align: middle;
        display: inline-block;
    }
    .form-css html.w-mod-touch * {
        background-attachment: scroll !important;
    }
    .form-css .w-block {
        display: block;
    }
    .form-css .w-inline-block {
        max-width: 100%;
        display: inline-block;
    }
    .form-css .w-clearfix::before, .form-css .w-clearfix::after {
        content: " ";
        display: table;
        grid-area: 0.25;
    }
    .form-css .w-clearfix::after {
        clear: both;
    }
    .form-css .w-hidden {
        display: none;
    }
    .form-css .w-button {
        display: inline-block;
        padding: 9px 15px;
        background-color: #3898ec;
        color: white;
        border: 0px;
        line-height: inherit;
        text-decoration: none;
        cursor: pointer;
        border-radius: 0px;
    }
    .form-css input.w-button {
        appearance: button;
    }
    .form-css html[data-w-dynpage] [data-w-cloak] {
        color: transparent !important;
    }
    .form-css .w-code-block {
        margin: unset;
    }
    .form-css pre.w-code-block code {
        all: inherit;
    }
    .form-css .w-optimization {
        display: contents;
    }
    .form-css .w-webflow-badge, .form-css .w-webflow-badge > img {
        box-sizing: unset;
        width: unset;
        height: unset;
        max-height: unset;
        max-width: unset;
        min-height: unset;
        min-width: unset;
        margin: unset;
        padding: unset;
        float: unset;
        clear: unset;
        border: unset;
        border-radius: unset;
        background: unset;
        box-shadow: unset;
        transform: unset;
        transition: unset;
        direction: unset;
        font-family: unset;
        font-weight: unset;
        color: unset;
        font-size: unset;
        line-height: unset;
        font-style: unset;
        font-variant: unset;
        text-align: unset;
        letter-spacing: unset;
        text-decoration: unset;
        text-indent: unset;
        text-transform: unset;
        list-style-type: unset;
        text-shadow: unset;
        vertical-align: unset;
        cursor: unset;
        white-space: unset;
        word-break: unset;
        word-spacing: unset;
        overflow-wrap: unset;
    }
    .form-css .w-webflow-badge {
        white-space: nowrap;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 1px 3px;
        cursor: pointer;
        position: fixed !important;
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 2147483647 !important;
        inset: auto 12px 12px auto !important;
        color: #aaadb0 !important;
        background-color: white !important;
        border-radius: 3px !important;
        padding: 6px !important;
        font-size: 12px !important;
        line-height: 14px !important;
        text-decoration: none !important;
        transform: none !important;
        margin: 0px !important;
        width: auto !important;
        height: auto !important;
        overflow: unset !important;
    }
    .form-css .w-webflow-badge > img {
        position: unset;
        display: inline-block !important;
        visibility: unset !important;
        opacity: 1 !important;
        vertical-align: middle !important;
    }
    .form-css h1, .form-css h2, .form-css h3, .form-css h4, .form-css h5, .form-css h6 {
        font-weight: bold;
        margin-bottom: 10px;
    }
    .form-css h1 {
        font-size: 38px;
        line-height: 44px;
        margin-top: 20px;
    }
    .form-css h2 {
        font-size: 32px;
        line-height: 36px;
        margin-top: 20px;
    }
    .form-css h3 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 20px;
    }
    .form-css h4 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 10px;
    }
    .form-css h5 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }
    .form-css h6 {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
    }
    .form-css p {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .form-css blockquote {
        margin: 0px 0px 10px;
        padding: 10px 20px;
        border-left: 5px solid #e2e2e2;
        font-size: 18px;
        line-height: 22px;
    }
    .form-css figure {
        margin: 0px 0px 10px;
    }
    .form-css figcaption {
        margin-top: 5px;
        text-align: center;
    }
    .form-css ul, .form-css ol {
        margin-top: 0px;
        margin-bottom: 10px;
        padding-left: 40px;
    }
    .form-css .w-list-unstyled {
        padding-left: 0px;
        list-style: none;
    }
    .form-css .w-embed::before, .form-css .w-embed::after {
        content: " ";
        display: table;
        grid-area: 0.25;
    }
    .form-css .w-embed::after {
        clear: both;
    }
    .form-css .w-video {
        width: 100%;
        position: relative;
        padding: 0px;
    }
    .form-css .w-video iframe, .form-css .w-video object, .form-css .w-video embed {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        border: none;
    }
    .form-css fieldset {
        padding: 0px;
        margin: 0px;
        border: 0px;
    }
    .form-css button, .form-css [type="button"], .form-css [type="reset"] {
        border: 0px;
        cursor: pointer;
        appearance: button;
    }
    .form-css .w-form {
        margin: 0px 0px 15px;
    }
    .form-css .w-form-done {
        display: none;
        padding: 20px;
        text-align: center;
        background-color: #ddd;
    }
    .form-css .w-form-fail {
        display: none;
        margin-top: 10px;
        padding: 10px;
        background-color: #ffdede;
    }
    .form-css label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }
    .form-css .w-input, .form-css .w-select {
        display: block;
        width: 100%;
        height: 38px;
        padding: 8px 12px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.42857;
        color: #333;
        vertical-align: middle;
        background-color: white;
        border: 1px solid #ccc;
    }
    .form-css .w-input::placeholder, .form-css .w-select::placeholder {
        color: #999;
    }
    .form-css .w-input:focus, .form-css .w-select:focus {
        border-color: #3898ec;
        outline: 0px;
    }
    .form-css .w-input[disabled], .form-css .w-select[disabled], .form-css .w-input[readonly], .form-css .w-select[readonly], .form-css fieldset[disabled] .w-input, .form-css fieldset[disabled] .w-select {
        cursor: not-allowed;
    }
    .form-css .w-input[disabled]:not(.w-input-disabled), .form-css .w-select[disabled]:not(.w-input-disabled), .form-css .w-input[readonly], .form-css .w-select[readonly], .form-css fieldset[disabled]:not(.w-input-disabled) .w-input, .form-css fieldset[disabled]:not(.w-input-disabled) .w-select {
        background-color: #eee;
    }
    .form-css textarea.w-input, .form-css textarea.w-select {
        height: auto;
    }
    .form-css .w-select {
        background-color: #f3f3f3;
    }
    .form-css .w-select[multiple] {
        height: auto;
    }
    .form-css .w-form-label {
        display: inline-block;
        cursor: pointer;
        font-weight: normal;
        margin-bottom: 0px;
    }
    .form-css .w-radio {
        display: block;
        margin-bottom: 5px;
        padding-left: 20px;
    }
    .form-css .w-radio::before, .form-css .w-radio::after {
        content: " ";
        display: table;
        grid-area: 0.25;
    }
    .form-css .w-radio::after {
        clear: both;
    }
    .form-css .w-radio-input {
        margin: 4px 0px 0px -20px;
        line-height: normal;
        float: left;
    }
    .form-css .w-radio-input {
        margin-top: 3px;
    }
    .form-css .w-file-upload {
        display: block;
        margin-bottom: 10px;
    }
    .form-css .w-file-upload-input {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -100;
    }
    .form-css .w-file-upload-default, .form-css .w-file-upload-uploading, .form-css .w-file-upload-success {
        display: inline-block;
        color: #333;
    }
    .form-css .w-file-upload-error {
        display: block;
        margin-top: 10px;
    }
    .form-css .w-file-upload-default.w-hidden, .form-css .w-file-upload-uploading.w-hidden, .form-css .w-file-upload-error.w-hidden, .form-css .w-file-upload-success.w-hidden {
        display: none;
    }
    .form-css .w-file-upload-uploading-btn {
        display: flex;
        font-size: 14px;
        font-weight: normal;
        cursor: pointer;
        margin: 0px;
        padding: 8px 12px;
        border: 1px solid #ccc;
        background-color: #fafafa;
    }
    .form-css .w-file-upload-file {
        display: flex;
        flex-grow: 1;
        justify-content: space-between;
        margin: 0px;
        padding: 8px 9px 8px 11px;
        border: 1px solid #ccc;
        background-color: #fafafa;
    }
    .form-css .w-file-upload-file-name {
        font-size: 14px;
        font-weight: normal;
        display: block;
    }
    .form-css .w-file-remove-link {
        margin-top: 3px;
        margin-left: 10px;
        width: auto;
        height: auto;
        padding: 3px;
        display: block;
        cursor: pointer;
    }
    .form-css .w-icon-file-upload-remove {
        margin: auto;
        font-size: 10px;
    }
    .form-css .w-file-upload-error-msg {
        display: inline-block;
        color: #ea384c;
        padding: 2px 0px;
    }
    .form-css .w-file-upload-info {
        display: inline-block;
        line-height: 38px;
        padding: 0px 12px;
    }
    .form-css .w-file-upload-label {
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
        cursor: pointer;
        margin: 0px;
        padding: 8px 12px;
        border: 1px solid #ccc;
        background-color: #fafafa;
    }
    .form-css .w-icon-file-upload-icon, .form-css .w-icon-file-upload-uploading {
        display: inline-block;
        margin-right: 8px;
        width: 20px;
    }
    .form-css .w-icon-file-upload-uploading {
        height: 20px;
    }
    .form-css .w-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 940px;
    }
    .form-css .w-container::before, .form-css .w-container::after {
        content: " ";
        display: table;
        grid-area: 0.25;
    }
    .form-css .w-container::after {
        clear: both;
    }
    .form-css .w-container .w-row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .form-css .w-row::before, .form-css .w-row::after {
        content: " ";
        display: table;
        grid-area: 0.25;
    }
    .form-css .w-row::after {
        clear: both;
    }
    .form-css .w-row .w-row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .form-css .w-col {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .form-css .w-col .w-col {
        padding-left: 0px;
        padding-right: 0px;
    }
    .form-css .w-col-1 {
        width: 8.33333%;
    }
    .form-css .w-col-2 {
        width: 16.6667%;
    }
    .form-css .w-col-3 {
        width: 25%;
    }
    .form-css .w-col-4 {
        width: 33.3333%;
    }
    .form-css .w-col-5 {
        width: 41.6667%;
    }
    .form-css .w-col-6 {
        width: 50%;
    }
    .form-css .w-col-7 {
        width: 58.3333%;
    }
    .form-css .w-col-8 {
        width: 66.6667%;
    }
    .form-css .w-col-9 {
        width: 75%;
    }
    .form-css .w-col-10 {
        width: 83.3333%;
    }
    .form-css .w-col-11 {
        width: 91.6667%;
    }
    .form-css .w-col-12 {
        width: 100%;
    }
    .form-css .w-hidden-main {
        display: none !important;
    }
    @media screen and (max-width: 991px) {
        .form-css .w-container {
            max-width: 728px;
        }
        .form-css .w-hidden-main {
            display: inherit !important;
        }
        .form-css .w-hidden-medium {
            display: none !important;
        }
        .form-css .w-col-medium-1 {
            width: 8.33333%;
        }
        .form-css .w-col-medium-2 {
            width: 16.6667%;
        }
        .form-css .w-col-medium-3 {
            width: 25%;
        }
        .form-css .w-col-medium-4 {
            width: 33.3333%;
        }
        .form-css .w-col-medium-5 {
            width: 41.6667%;
        }
        .form-css .w-col-medium-6 {
            width: 50%;
        }
        .form-css .w-col-medium-7 {
            width: 58.3333%;
        }
        .form-css .w-col-medium-8 {
            width: 66.6667%;
        }
        .form-css .w-col-medium-9 {
            width: 75%;
        }
        .form-css .w-col-medium-10 {
            width: 83.3333%;
        }
        .form-css .w-col-medium-11 {
            width: 91.6667%;
        }
        .form-css .w-col-medium-12 {
            width: 100%;
        }
        .form-css .w-col-stack {
            width: 100%;
            left: auto;
            right: auto;
        }
    }
    @media screen and (max-width: 767px) {
        .form-css .w-hidden-main {
            display: inherit !important;
        }
        .form-css .w-hidden-medium {
            display: inherit !important;
        }
        .form-css .w-hidden-small {
            display: none !important;
        }
        .form-css .w-row, .form-css .w-container .w-row {
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css .w-col {
            width: 100%;
            left: auto;
            right: auto;
        }
        .form-css .w-col-small-1 {
            width: 8.33333%;
        }
        .form-css .w-col-small-2 {
            width: 16.6667%;
        }
        .form-css .w-col-small-3 {
            width: 25%;
        }
        .form-css .w-col-small-4 {
            width: 33.3333%;
        }
        .form-css .w-col-small-5 {
            width: 41.6667%;
        }
        .form-css .w-col-small-6 {
            width: 50%;
        }
        .form-css .w-col-small-7 {
            width: 58.3333%;
        }
        .form-css .w-col-small-8 {
            width: 66.6667%;
        }
        .form-css .w-col-small-9 {
            width: 75%;
        }
        .form-css .w-col-small-10 {
            width: 83.3333%;
        }
        .form-css .w-col-small-11 {
            width: 91.6667%;
        }
        .form-css .w-col-small-12 {
            width: 100%;
        }
    }
    @media screen and (max-width: 479px) {
        .form-css .w-container {
            max-width: none;
        }
        .form-css .w-hidden-main {
            display: inherit !important;
        }
        .form-css .w-hidden-medium {
            display: inherit !important;
        }
        .form-css .w-hidden-small {
            display: inherit !important;
        }
        .form-css .w-hidden-tiny {
            display: none !important;
        }
        .form-css .w-col {
            width: 100%;
        }
        .form-css .w-col-tiny-1 {
            width: 8.33333%;
        }
        .form-css .w-col-tiny-2 {
            width: 16.6667%;
        }
        .form-css .w-col-tiny-3 {
            width: 25%;
        }
        .form-css .w-col-tiny-4 {
            width: 33.3333%;
        }
        .form-css .w-col-tiny-5 {
            width: 41.6667%;
        }
        .form-css .w-col-tiny-6 {
            width: 50%;
        }
        .form-css .w-col-tiny-7 {
            width: 58.3333%;
        }
        .form-css .w-col-tiny-8 {
            width: 66.6667%;
        }
        .form-css .w-col-tiny-9 {
            width: 75%;
        }
        .form-css .w-col-tiny-10 {
            width: 83.3333%;
        }
        .form-css .w-col-tiny-11 {
            width: 91.6667%;
        }
        .form-css .w-col-tiny-12 {
            width: 100%;
        }
    }
    .form-css .w-widget {
        position: relative;
    }
    .form-css .w-widget-map {
        width: 100%;
        height: 400px;
    }
    .form-css .w-widget-map label {
        width: auto;
        display: inline;
    }
    .form-css .w-widget-map img {
        max-width: inherit;
    }
    .form-css .w-widget-map .gm-style-iw {
        text-align: center;
    }
    .form-css .w-widget-map .gm-style-iw > button {
        display: none !important;
    }
    .form-css .w-widget-twitter {
        overflow: hidden;
    }
    .form-css .w-widget-twitter-count-shim {
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 28px;
        height: 20px;
        text-align: center;
        background: white;
        border: 1px solid #758696;
        border-radius: 3px;
    }
    .form-css .w-widget-twitter-count-shim * {
        pointer-events: none;
        user-select: none;
    }
    .form-css .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
        position: relative;
        font-size: 15px;
        line-height: 12px;
        text-align: center;
        color: #999;
        font-family: serif;
    }
    .form-css .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
        position: relative;
        display: block;
    }
    .form-css .w-widget-twitter-count-shim.w--large {
        width: 36px;
        height: 28px;
    }
    .form-css .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 18px;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical) {
        margin-left: 5px;
        margin-right: 8px;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical).w--large {
        margin-left: 6px;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical)::before, .form-css .w-widget-twitter-count-shim:not(.w--vertical)::after {
        top: 50%;
        left: 0px;
        border: solid transparent;
        content: " ";
        height: 0px;
        width: 0px;
        position: absolute;
        pointer-events: none;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical)::before {
        border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
        border-width: 4px;
        margin-left: -9px;
        margin-top: -4px;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical).w--large::before {
        border-width: 5px;
        margin-left: -10px;
        margin-top: -5px;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical)::after {
        border-color: rgba(255, 255, 255, 0) white rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
        border-width: 4px;
        margin-left: -8px;
        margin-top: -4px;
    }
    .form-css .w-widget-twitter-count-shim:not(.w--vertical).w--large::after {
        border-width: 5px;
        margin-left: -9px;
        margin-top: -5px;
    }
    .form-css .w-widget-twitter-count-shim.w--vertical {
        width: 61px;
        height: 33px;
        margin-bottom: 8px;
    }
    .form-css .w-widget-twitter-count-shim.w--vertical::before, .form-css .w-widget-twitter-count-shim.w--vertical::after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0px;
        width: 0px;
        position: absolute;
        pointer-events: none;
    }
    .form-css .w-widget-twitter-count-shim.w--vertical::before {
        border-color: #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
        border-width: 5px;
        margin-left: -5px;
    }
    .form-css .w-widget-twitter-count-shim.w--vertical::after {
        border-color: white rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
        border-width: 4px;
        margin-left: -4px;
    }
    .form-css .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 22px;
    }
    .form-css .w-widget-twitter-count-shim.w--vertical.w--large {
        width: 76px;
    }
    .form-css .w-background-video {
        position: relative;
        overflow: hidden;
        height: 500px;
        color: white;
    }
    .form-css .w-background-video > video {
        background-size: cover;
        background-position: 50% 50%;
        position: absolute;
        margin: auto;
        width: 100%;
        height: 100%;
        inset: -100%;
        object-fit: cover;
        z-index: -100;
    }
    .form-css .w-background-video > video::-webkit-media-controls-start-playback-button {
        display: none !important;
        appearance: none;
    }
    .form-css .w-background-video--control {
        position: absolute;
        bottom: 1em;
        right: 1em;
        background-color: transparent;
        padding: 0px;
    }
    .form-css .w-background-video--control > [hidden] {
        display: none !important;
    }
    .form-css .w-slider {
        position: relative;
        height: 300px;
        text-align: center;
        background: #ddd;
        clear: both;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .form-css .w-slider-mask {
        position: relative;
        display: block;
        overflow: hidden;
        z-index: 1;
        left: 0px;
        right: 0px;
        height: 100%;
        white-space: nowrap;
    }
    .form-css .w-slide {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: 100%;
        white-space: normal;
        text-align: left;
    }
    .form-css .w-slider-nav {
        position: absolute;
        z-index: 2;
        inset: auto 0px 0px;
        margin: auto;
        padding-top: 10px;
        height: 40px;
        text-align: center;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .form-css .w-slider-nav.w-round > div {
        border-radius: 100%;
    }
    .form-css .w-slider-nav.w-num > div {
        width: auto;
        height: auto;
        padding: 0.2em 0.5em;
        font-size: inherit;
        line-height: inherit;
    }
    .form-css .w-slider-nav.w-shadow > div {
        box-shadow: rgba(51, 51, 51, 0.4) 0px 0px 3px;
    }
    .form-css .w-slider-nav-invert {
        color: white;
    }
    .form-css .w-slider-nav-invert > div {
        background-color: rgba(34, 34, 34, 0.4);
    }
    .form-css .w-slider-nav-invert > div.w-active {
        background-color: #222;
    }
    .form-css .w-slider-dot {
        position: relative;
        display: inline-block;
        width: 1em;
        height: 1em;
        background-color: rgba(255, 255, 255, 0.4);
        cursor: pointer;
        margin: 0px 3px 0.5em;
        transition: background-color 100ms, color 100ms;
    }
    .form-css .w-slider-dot.w-active {
        background-color: white;
    }
    .form-css .w-slider-dot:focus {
        outline: none;
        box-shadow: white 0px 0px 0px 2px;
    }
    .form-css .w-slider-dot:focus.w-active {
        box-shadow: none;
    }
    .form-css .w-slider-arrow-left, .form-css .w-slider-arrow-right {
        position: absolute;
        width: 80px;
        inset: 0px;
        margin: auto;
        cursor: pointer;
        overflow: hidden;
        color: white;
        font-size: 40px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        user-select: none;
    }
    .form-css .w-slider-arrow-left [class^="w-icon-"], .form-css .w-slider-arrow-right [class^="w-icon-"], .form-css .w-slider-arrow-left [class*=" w-icon-"], .form-css .w-slider-arrow-right [class*=" w-icon-"] {
        position: absolute;
    }
    .form-css .w-slider-arrow-left:focus, .form-css .w-slider-arrow-right:focus {
        outline: 0px;
    }
    .form-css .w-slider-arrow-left {
        z-index: 3;
        right: auto;
    }
    .form-css .w-slider-arrow-right {
        z-index: 4;
        left: auto;
    }
    .form-css .w-icon-slider-left, .form-css .w-icon-slider-right {
        inset: 0px;
        margin: auto;
        width: 1em;
        height: 1em;
    }
    .form-css .w-slider-aria-label {
        border: 0px;
        clip: rect(0px, 0px, 0px, 0px);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0px;
        position: absolute;
        width: 1px;
    }
    .form-css .w-slider-force-show {
        display: block !important;
    }
    .form-css .w-dropdown {
        display: inline-block;
        position: relative;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        z-index: 900;
    }
    .form-css .w-dropdown-btn, .form-css .w-dropdown-toggle, .form-css .w-dropdown-link {
        position: relative;
        vertical-align: top;
        text-decoration: none;
        color: #222;
        padding: 20px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        white-space: nowrap;
    }
    .form-css .w-dropdown-toggle {
        user-select: none;
        display: inline-block;
        cursor: pointer;
        padding-right: 40px;
    }
    .form-css .w-dropdown-toggle:focus {
        outline: 0px;
    }
    .form-css .w-icon-dropdown-toggle {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto 20px auto auto;
        width: 1em;
        height: 1em;
    }
    .form-css .w-dropdown-list {
        position: absolute;
        background: #ddd;
        display: none;
        min-width: 100%;
    }
    .form-css .w-dropdown-list.w--open {
        display: block;
    }
    .form-css .w-dropdown-link {
        padding: 10px 20px;
        display: block;
        color: #222;
    }
    .form-css .w-dropdown-link.w--current {
        color: #0082f3;
    }
    .form-css .w-dropdown-link:focus {
        outline: 0px;
    }
    @media screen and (max-width: 767px) {
        .form-css .w-nav-brand {
            padding-left: 10px;
        }
    }
    .form-css .w-lightbox-backdrop {
        cursor: auto;
        font-style: normal;
        letter-spacing: normal;
        list-style: disc;
        text-indent: 0px;
        text-shadow: none;
        text-transform: none;
        visibility: visible;
        white-space: normal;
        word-break: normal;
        word-spacing: normal;
        overflow-wrap: normal;
        position: fixed;
        inset: 0px;
        color: white;
        font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
        font-size: 17px;
        line-height: 1.2;
        font-weight: 300;
        text-align: center;
        background: rgba(0, 0, 0, 0.9);
        z-index: 2000;
        outline: 0px;
        opacity: 0;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        transform: translate(0px, 0px);
    }
    .form-css .w-lightbox-backdrop, .form-css .w-lightbox-container {
        height: 100%;
        overflow: auto;
    }
    .form-css .w-lightbox-content {
        position: relative;
        height: 100vh;
        overflow: hidden;
    }
    .form-css .w-lightbox-view {
        position: absolute;
        width: 100vw;
        height: 100vh;
        opacity: 0;
    }
    .form-css .w-lightbox-view::before {
        content: "";
        height: 100vh;
    }
    .form-css .w-lightbox-group, .form-css .w-lightbox-group .w-lightbox-view, .form-css .w-lightbox-group .w-lightbox-view::before {
        height: 86vh;
    }
    .form-css .w-lightbox-frame, .form-css .w-lightbox-view::before {
        display: inline-block;
        vertical-align: middle;
    }
    .form-css .w-lightbox-figure {
        position: relative;
        margin: 0px;
    }
    .form-css .w-lightbox-group .w-lightbox-figure {
        cursor: pointer;
    }
    .form-css .w-lightbox-img {
        width: auto;
        height: auto;
        max-width: none;
    }
    .form-css .w-lightbox-image {
        display: block;
        float: none;
        max-width: 100vw;
        max-height: 100vh;
    }
    .form-css .w-lightbox-group .w-lightbox-image {
        max-height: 86vh;
    }
    .form-css .w-lightbox-caption {
        position: absolute;
        right: 0px;
        bottom: 0px;
        left: 0px;
        padding: 0.5em 1em;
        background: rgba(0, 0, 0, 0.4);
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .form-css .w-lightbox-embed {
        position: absolute;
        inset: 0px;
        width: 100%;
        height: 100%;
    }
    .form-css .w-lightbox-control {
        position: absolute;
        top: 0px;
        width: 4em;
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: center center;
        cursor: pointer;
        transition: 0.3s;
    }
    .form-css .w-lightbox-left {
        display: none;
        bottom: 0px;
        left: 0px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
    }
    .form-css .w-lightbox-right {
        display: none;
        right: 0px;
        bottom: 0px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
    }
    .form-css .w-lightbox-close {
        right: 0px;
        height: 2.6em;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
        background-size: 18px;
    }
    .form-css .w-lightbox-strip {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        padding: 0px 1vh;
        line-height: 0;
        white-space: nowrap;
        overflow: auto hidden;
    }
    .form-css .w-lightbox-item {
        display: inline-block;
        width: 10vh;
        padding: 2vh 1vh;
        box-sizing: content-box;
        cursor: pointer;
        transform: translate3d(0px, 0px, 0px);
    }
    .form-css .w-lightbox-active {
        opacity: 0.3;
    }
    .form-css .w-lightbox-thumbnail {
        position: relative;
        height: 10vh;
        background: #222;
        overflow: hidden;
    }
    .form-css .w-lightbox-thumbnail-image {
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .form-css .w-lightbox-thumbnail .w-lightbox-tall {
        top: 50%;
        width: 100%;
        transform: translate(0px, -50%);
    }
    .form-css .w-lightbox-thumbnail .w-lightbox-wide {
        left: 50%;
        height: 100%;
        transform: translate(-50%, 0px);
    }
    .form-css .w-lightbox-spinner {
        position: absolute;
        top: 50%;
        left: 50%;
        box-sizing: border-box;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px;
        border: 5px solid rgba(0, 0, 0, 0.4);
        border-radius: 50%;
        animation: 0.8s linear 0s infinite normal none running spin;
    }
    .form-css .w-lightbox-spinner::after {
        content: "";
        position: absolute;
        inset: -4px;
        border-width: 3px;
        border-style: solid;
        border-color: transparent transparent white;
        border-image: initial;
        border-radius: 50%;
    }
    .form-css .w-lightbox-hide {
        display: none;
    }
    .form-css .w-lightbox-noscroll {
        overflow: hidden;
    }
    @media (min-width: 768px) {
        .form-css .w-lightbox-content {
            height: 96vh;
            margin-top: 2vh;
        }
        .form-css .w-lightbox-view, .form-css .w-lightbox-view::before {
            height: 96vh;
        }
        .form-css .w-lightbox-group, .form-css .w-lightbox-group .w-lightbox-view, .form-css .w-lightbox-group .w-lightbox-view::before {
            height: 84vh;
        }
        .form-css .w-lightbox-image {
            max-width: 96vw;
            max-height: 96vh;
        }
        .form-css .w-lightbox-group .w-lightbox-image {
            max-width: 82.3vw;
            max-height: 84vh;
        }
        .form-css .w-lightbox-left, .form-css .w-lightbox-right {
            display: block;
            opacity: 0.5;
        }
        .form-css .w-lightbox-close {
            opacity: 0.8;
        }
        .form-css .w-lightbox-control:hover {
            opacity: 1;
        }
    }
    .form-css .w-lightbox-inactive, .form-css .w-lightbox-inactive:hover {
        opacity: 0;
    }
    .form-css .w-richtext::before, .form-css .w-richtext::after {
        content: " ";
        display: table;
        grid-area: 0.25;
    }
    .form-css .w-richtext::after {
        clear: both;
    }
    .form-css .w-richtext[contenteditable="true"]::before, .form-css .w-richtext[contenteditable="true"]::after {
        white-space: initial;
    }
    .form-css .w-richtext ol, .form-css .w-richtext ul {
        overflow: hidden;
    }
    .form-css .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div::after, .form-css .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div::after {
        outline: #2895f7 solid 2px;
    }
    .form-css .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .form-css .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
        outline: #2895f7 solid 2px;
    }
    .form-css .w-richtext figure.w-richtext-figure-type-video > div::after, .form-css .w-richtext figure[data-rt-type="video"] > div::after {
        content: "";
        position: absolute;
        display: none;
        inset: 0px;
    }
    .form-css .w-richtext figure {
        position: relative;
        max-width: 60%;
    }
    .form-css .w-richtext figure > div::before {
        cursor: default !important;
    }
    .form-css .w-richtext figure img {
        width: 100%;
    }
    .form-css .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
        opacity: 0.6;
    }
    .form-css .w-richtext figure div {
        font-size: 0px;
        color: transparent;
    }
    .form-css .w-richtext figure.w-richtext-figure-type-image, .form-css .w-richtext figure[data-rt-type="image"] {
        display: table;
    }
    .form-css .w-richtext figure.w-richtext-figure-type-image > div, .form-css .w-richtext figure[data-rt-type="image"] > div {
        display: inline-block;
    }
    .form-css .w-richtext figure.w-richtext-figure-type-image > figcaption, .form-css .w-richtext figure[data-rt-type="image"] > figcaption {
        display: table-caption;
        caption-side: bottom;
    }
    .form-css .w-richtext figure.w-richtext-figure-type-video, .form-css .w-richtext figure[data-rt-type="video"] {
        width: 60%;
        height: 0px;
    }
    .form-css .w-richtext figure.w-richtext-figure-type-video iframe, .form-css .w-richtext figure[data-rt-type="video"] iframe {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
    .form-css .w-richtext figure.w-richtext-figure-type-video > div, .form-css .w-richtext figure[data-rt-type="video"] > div {
        width: 100%;
    }
    .form-css .w-richtext figure.w-richtext-align-center {
        margin-right: auto;
        margin-left: auto;
        clear: both;
    }
    .form-css .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .form-css .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
        max-width: 100%;
    }
    .form-css .w-richtext figure.w-richtext-align-normal {
        clear: both;
    }
    .form-css .w-richtext figure.w-richtext-align-fullwidth {
        width: 100%;
        max-width: 100%;
        text-align: center;
        clear: both;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .form-css .w-richtext figure.w-richtext-align-fullwidth > div {
        display: inline-block;
        padding-bottom: inherit;
    }
    .form-css .w-richtext figure.w-richtext-align-fullwidth > figcaption {
        display: block;
    }
    .form-css .w-richtext figure.w-richtext-align-floatleft {
        float: left;
        margin-right: 15px;
        clear: none;
    }
    .form-css .w-richtext figure.w-richtext-align-floatright {
        float: right;
        margin-left: 15px;
        clear: none;
    }
    .form-css .w-nav {
        position: relative;
        background: #ddd;
        z-index: 1000;
    }
    .form-css .w-nav::before, .form-css .w-nav::after {
        content: " ";
        display: table;
        grid-area: 0.25;
    }
    .form-css .w-nav::after {
        clear: both;
    }
    .form-css .w-nav-brand {
        position: relative;
        float: left;
        text-decoration: none;
        color: #333;
    }
    .form-css .w-nav-link {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        color: #222;
        padding: 20px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
    .form-css .w-nav-link.w--current {
        color: #0082f3;
    }
    .form-css .w-nav-menu {
        position: relative;
        float: right;
    }
    .form-css [data-nav-menu-open] {
        position: absolute;
        top: 100%;
        left: 0px;
        right: 0px;
        background: #c8c8c8;
        text-align: center;
        overflow: visible;
        min-width: 200px;
        display: block !important;
    }
    .form-css .w--nav-link-open {
        display: block;
        position: relative;
    }
    .form-css .w-nav-overlay {
        position: absolute;
        overflow: hidden;
        display: none;
        top: 100%;
        left: 0px;
        right: 0px;
        width: 100%;
    }
    .form-css .w-nav-overlay [data-nav-menu-open] {
        top: 0px;
    }
    .form-css .w-nav[data-animation="over-left"] .w-nav-overlay {
        width: auto;
    }
    .form-css .w-nav[data-animation="over-left"] .w-nav-overlay, .form-css .w-nav[data-animation="over-left"] [data-nav-menu-open] {
        right: auto;
        z-index: 1;
        top: 0px;
    }
    .form-css .w-nav[data-animation="over-right"] .w-nav-overlay {
        width: auto;
    }
    .form-css .w-nav[data-animation="over-right"] .w-nav-overlay, .form-css .w-nav[data-animation="over-right"] [data-nav-menu-open] {
        left: auto;
        z-index: 1;
        top: 0px;
    }
    .form-css .w-nav-button {
        position: relative;
        float: right;
        padding: 18px;
        font-size: 24px;
        display: none;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        user-select: none;
    }
    .form-css .w-nav-button:focus {
        outline: 0px;
    }
    .form-css .w-nav-button.w--open {
        background-color: #c8c8c8;
        color: white;
    }
    .form-css .w-nav[data-collapse="all"] .w-nav-menu {
        display: none;
    }
    .form-css .w-nav[data-collapse="all"] .w-nav-button {
        display: block;
    }
    .form-css .w--nav-dropdown-open {
        display: block;
    }
    .form-css .w--nav-dropdown-toggle-open {
        display: block;
    }
    .form-css .w--nav-dropdown-list-open {
        position: static;
    }
    @media screen and (max-width: 991px) {
        .form-css .w-nav[data-collapse="medium"] .w-nav-menu {
            display: none;
        }
        .form-css .w-nav[data-collapse="medium"] .w-nav-button {
            display: block;
        }
    }
    @media screen and (max-width: 767px) {
        .form-css .w-nav[data-collapse="small"] .w-nav-menu {
            display: none;
        }
        .form-css .w-nav[data-collapse="small"] .w-nav-button {
            display: block;
        }
        .form-css .w-nav-brand {
            padding-left: 10px;
        }
    }
    @media screen and (max-width: 479px) {
        .form-css .w-nav[data-collapse="tiny"] .w-nav-menu {
            display: none;
        }
        .form-css .w-nav[data-collapse="tiny"] .w-nav-button {
            display: block;
        }
    }
    .form-css .w-tabs {
        position: relative;
    }
    .form-css .w-tabs::before, .form-css .w-tabs::after {
        content: " ";
        display: table;
        grid-area: 0.25;
    }
    .form-css .w-tabs::after {
        clear: both;
    }
    .form-css .w-tab-menu {
        position: relative;
    }
    .form-css .w-tab-link {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        padding: 9px 30px;
        text-align: left;
        cursor: pointer;
        color: #222;
        background-color: #ddd;
    }
    .form-css .w-tab-link.w--current {
        background-color: #c8c8c8;
    }
    .form-css .w-tab-link:focus {
        outline: 0px;
    }
    .form-css .w-tab-content {
        position: relative;
        display: block;
        overflow: hidden;
    }
    .form-css .w-tab-pane {
        position: relative;
        display: none;
    }
    .form-css .w--tab-active {
        display: block;
    }
    @media screen and (max-width: 479px) {
        .form-css .w-tab-link {
            display: block;
        }
    }
    .form-css .w-ix-emptyfix::after {
        content: "";
    }
    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    .form-css .w-dyn-empty {
        padding: 10px;
        background-color: #ddd;
    }
    .form-css .w-dyn-hide {
        display: none !important;
    }
    .form-css .w-dyn-bind-empty {
        display: none !important;
    }
    .form-css .w-condition-invisible {
        display: none !important;
    }
    .form-css .wf-layout-layout {
        display: grid;
    }
    .form-css .w-code-component > * {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .form-css .w-layout-blockcontainer {
        max-width: 940px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    @media screen and (max-width: 991px) {
        .form-css .w-layout-blockcontainer {
            max-width: 728px;
        }
    }
    @media screen and (max-width: 767px) {
        .form-css .w-layout-blockcontainer {
            max-width: none;
        }
    }
    .form-css .container {
        background-color: white;
        max-width: 1120px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .form-css .zawartosc {
        gap: 40px;
        flex-flow: column;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
    }
    .form-css .tytul {
        gap: 24px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
        display: flex;
    }
    .form-css .heading {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 50px;
        line-height: 70px;
    }
    .form-css .paragraph {
        text-align: center;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        line-height: 32px;
    }
    .form-css .dwiekolumny {
        gap: 40px;
        flex-flow: row;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 40px;
        display: flex;
    }
    .form-css ._1kolumna {
        gap: 40px;
        background-color: #f4f4f4;
        border: 1px solid #c3c3c3;
        border-radius: 4px;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        max-width: 560px;
        padding: 24px 32px;
        display: flex;
    }
    .form-css ._2kolumna {
        gap: 40px;
        flex-flow: column;
        max-width: 520px;
        display: flex;
    }
    .form-css .dostawa {
        gap: 8px;
        background-color: #313131;
        border-radius: 4px;
        justify-content: center;
        align-items: center;
        padding: 8px 20px;
        display: flex;
    }
    .form-css .heading-2 {
        color: white;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 18px;
        line-height: 24px;
    }
    .form-css .stars {
        text-align: center;
    }
    .form-css .heading-3 {
        letter-spacing: 1.5px;
        margin-top: 4px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
    }
    .form-css .cena {
        margin-bottom: 0px;
        font-size: 24px;
        line-height: 32px;
    }
    .form-css .heading-4 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 40px;
        line-height: 54px;
    }
    .form-css .heading-5 {
        color: #868686;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        text-decoration: line-through;
    }
    .form-css .div-block {
        gap: 8px;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .form-css .heading-6 {
        color: #ba1010;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        line-height: 32px;
    }
    .form-css .sekcja1 {
        gap: 24px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
        display: flex;
    }
    .form-css .sekcja2 {
        gap: 40px;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
        display: flex;
    }
    .form-css .heading-7 {
        text-align: center;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }
    .form-css .heading-8 {
        text-align: center;
        background-color: #ffc300;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 4px 12px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }
    .form-css .sztuki {
        gap: 8px;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .form-css .platnosci {
        gap: 12px;
        justify-content: space-between;
        align-items: flex-start;
        display: flex;
    }
    .form-css .platnosc {
        gap: 5px;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .form-css .heading-9 {
        text-align: center;
        max-width: 70%;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
    }
    .form-css .text-field {
        color: black;
        border: 1px solid green;
        border-radius: 4px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .text-field-2 {
        color: black;
        border-radius: 4px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .form {
        flex-flow: column;
        display: block;
    }
    .form-css .text-field-3 {
        color: black;
        border-radius: 4px;
        margin-bottom: 8px;
    }
    .form-css .heading-10 {
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 20px;
        line-height: 27px;
    }
    .form-css .paragraph-2, .form-css .paragraph-3 {
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 12px;
        line-height: 16px;
    }
    .form-css .przypis {
        gap: 8px;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .form-css .text-field-copy {
        color: black;
        border-radius: 4px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .div-block-2 {
        gap: 24px;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .form-css .text-field-copy-copy {
        color: black;
        border-radius: 4px;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .form-css .form-block, .form-css .form-block-2, .form-css .form-block-3 {
        margin-bottom: 0px;
    }
    .form-css .div-block-3 {
        gap: 24px;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .form-css .button {
        color: black;
        background-color: white;
        border: 1px solid #c3c3c3;
        border-radius: 4px;
        flex: 1 1 0%;
        justify-content: center;
        align-items: center;
        padding: 12px 40px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
        display: flex;
    }
    .form-css .button:active {
        background-color: #ebf8e8;
        border-color: green;
    }
    .form-css .button-2 {
        color: black;
        background-color: white;
        border: 1px solid #c3c3c3;
        border-radius: 4px;
        flex: 1 1 0%;
        justify-content: center;
        align-self: auto;
        align-items: center;
        padding: 12px 40px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
        display: flex;
    }
    .form-css .button-2:active {
        background-color: #ebf8e8;
        border-color: green;
    }
    .form-css .text-span {
        color: #868686;
        font-weight: 400;
        text-decoration: line-through;
    }
    .form-css .heading-10-copy {
        text-transform: none;
        margin-top: 8px;
        margin-bottom: 12px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 20px;
        line-height: 27px;
    }
    .form-css .submit-button {
        background-color: #529a41;
        border-radius: 4px;
        padding: 15px 60px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
    }
    .form-css .paragraph-4 {
        color: #333;
        text-align: center;
        margin-top: 8px;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        line-height: 19px;
    }
    .form-css .text-span-2, .form-css .text-span-3 {
        color: #333;
        text-decoration: underline;
    }
    .form-css .div-block-4 {
        justify-content: space-between;
        align-items: center;
        margin-top: 24px;
        margin-left: 48px;
        margin-right: 48px;
        display: flex;
    }
    .form-css .stopka {
        gap: 40px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 60px;
        margin-left: 24px;
        margin-right: 24px;
        display: flex;
    }
    .form-css ._1sec {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        max-width: 30%;
        display: flex;
    }
    .form-css .heading-11 {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 12px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
    }
    .form-css .paragraph-5 {
        text-align: center;
        margin-bottom: 0px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }
    .form-css .image {
        margin-bottom: 8px;
    }
    .form-css .image-2, .form-css .image-3, .form-css .image-4, .form-css .image-5 {
        max-width: 96px;
    }
    .form-css .form-copy {
        flex-flow: column;
        display: block;
    }
    .form-css .div-block-3-copy {
        gap: 24px;
        flex-flow: column;
        justify-content: center;
        align-items: stretch;
        display: flex;
    }
    .form-css .div-block-5 {
        display: none;
    }
    .form-css .div-block-6 {
        gap: 5px;
        justify-content: flex-start;
        align-items: center;
        display: flex;
    }
    .form-css .div-block-5-copy {
        display: none;
    }
    @media screen and (max-width: 991px) {
        .form-css .heading {
            font-size: 40px;
            line-height: 46px;
        }
        .form-css .paragraph {
            font-size: 22px;
        }
        .form-css .dwiekolumny {
            flex-flow: wrap;
            justify-content: center;
            align-items: flex-start;
            margin-top: 0px;
        }
        .form-css ._2kolumna {
            max-width: 560px;
        }
        .form-css .form {
            display: flex;
        }
        .form-css .div-block-3 {
            justify-content: center;
            align-self: stretch;
            align-items: center;
        }
        .form-css .heading-10-copy {
            align-self: auto;
            margin-bottom: 12px;
        }
        .form-css .form-copy {
            text-align: center;
            justify-content: flex-start;
            align-items: stretch;
            display: flex;
        }
        .form-css .div-block-3-copy {
            justify-content: center;
            align-self: stretch;
            align-items: stretch;
        }
        .form-css .div-block-5, .form-css .div-block-5-copy {
            border: 1px solid #cdcdcd;
            margin-left: 40px;
            margin-right: 40px;
        }
    }
    @media screen and (max-width: 767px) {
        .form-css .zawartosc {
            gap: 24px;
        }
        .form-css .heading-9 {
            max-width: 100%;
        }
        .form-css .div-block-4 {
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css .stopka {
            flex-flow: wrap;
        }
        .form-css ._1sec {
            max-width: 90%;
        }
        .form-css .div-block-5, .form-css .div-block-5-copy {
            margin: 20px 40px;
        }
    }
    @media screen and (max-width: 479px) {
        .form-css .zawartosc {
            gap: 24px;
        }
        .form-css .heading {
            font-size: 28px;
            line-height: 32px;
        }
        .form-css .paragraph {
            font-size: 16px;
            line-height: 22px;
        }
        .form-css .dwiekolumny {
            margin-top: 0px;
        }
        .form-css ._1kolumna {
            gap: 24px;
            margin-top: 20px;
            padding-left: 16px;
            padding-right: 16px;
        }
        .form-css ._2kolumna {
            max-width: 100%;
        }
        .form-css .dostawa {
            margin-top: -45px;
        }
        .form-css .heading-2 {
            font-size: 16px;
        }
        .form-css .heading-3 {
            font-size: 14px;
            line-height: 20px;
        }
        .form-css .heading-4 {
            font-size: 32px;
            line-height: 38px;
        }
        .form-css .heading-5 {
            font-size: 20px;
            line-height: 28px;
        }
        .form-css .heading-6 {
            font-size: 20px;
            line-height: 26px;
        }
        .form-css .sekcja2 {
            gap: 24px;
        }
        .form-css .heading-7 {
            font-size: 12px;
            line-height: 19px;
        }
        .form-css .heading-8 {
            font-size: 12px;
            line-height: 16px;
        }
        .form-css .sztuki {
            gap: 2px;
        }
        .form-css .platnosci {
            gap: 0px;
            justify-content: space-between;
            align-items: flex-start;
        }
        .form-css .heading-9 {
            max-width: 90%;
            font-size: 12px;
            line-height: 14px;
        }
        .form-css .paragraph-2 {
            display: none;
        }
        .form-css .div-block-2 {
            flex-flow: column;
        }
        .form-css .div-block-3 {
            gap: 16px;
        }
        .form-css .button {
            padding-left: 15px;
            padding-right: 15px;
            font-family: Satoshi, Arial, sans-serif;
            font-size: 14px;
        }
        .form-css .button-2 {
            padding-left: 15px;
            padding-right: 15px;
            font-size: 14px;
        }
        .form-css .submit-button {
            padding-left: 20px;
            padding-right: 20px;
            font-size: 18px;
            line-height: 22px;
        }
        .form-css .div-block-4 {
            gap: 0px;
            justify-content: space-between;
            align-items: center;
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css .stopka {
            gap: 16px;
            margin-bottom: 30px;
            margin-left: 0px;
            margin-right: 0px;
        }
        .form-css ._1sec {
            gap: 12px;
            flex-flow: row;
            justify-content: flex-start;
            align-items: center;
            max-width: 100%;
        }
        .form-css .heading-11 {
            text-align: left;
            margin-bottom: 8px;
            font-size: 14px;
            line-height: 19px;
        }
        .form-css .paragraph-5 {
            text-align: left;
            font-size: 12px;
            line-height: 16px;
        }
        .form-css .image {
            width: 61px;
        }
        .form-css .image-2, .form-css .image-3, .form-css .image-4, .form-css .image-5 {
            max-width: 65px;
        }
        .form-css .div-block-5 {
            flex: 1 1 0%;
            margin: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
            display: block;
        }
        .form-css .image-6 {
            box-sizing: border-box;
            aspect-ratio: auto;
            object-fit: fill;
            flex: 0 1 auto;
            max-width: 88px;
            overflow: clip;
        }
        .form-css .image-7, .form-css .image-8 {
            max-width: 88px;
        }
        .form-css .div-block-6 {
            justify-content: space-between;
            align-items: center;
        }
        .form-css .div-block-7 {
            justify-content: flex-start;
            align-items: center;
            display: block;
        }
        .form-css .div-block-8 {
            border: 1px solid #c3c3c3;
        }
        .form-css .div-block-5-copy {
            flex: 1 1 0%;
            margin: 20px 0px 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
            display: block;
        }
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_52.php") format("opentype");
        font-weight: 900;
        font-style: normal;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_58.php") format("opentype");
        font-weight: 700;
        font-style: italic;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_56.php") format("opentype");
        font-weight: 300;
        font-style: italic;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_54.php") format("opentype");
        font-weight: 400;
        font-style: italic;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_51.php") format("opentype");
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_57.php") format("opentype");
        font-weight: 500;
        font-style: italic;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_55.php") format("opentype");
        font-weight: 300;
        font-style: normal;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_50.php") format("opentype");
        font-weight: 900;
        font-style: italic;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_59.php") format("opentype");
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }
    @font-face {
        font-family: Satoshi;
        src: url("../cdn_53.php") format("opentype");
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }

    .form-css .container {
        padding: 0 !important;
        margin-bottom: 0;
        box-shadow: none;
    }

    .form-css .button.active, .form-css .button-2.active {
        background-color: #ebf8e8;
        border-color: #529A41;
    }

    .js-cod-online-button.error {
        background-color: #F9E4E4;
        border-color: #BA1010;
    }

    .form-css .heading-3 {
        letter-spacing: normal;
    }

    .form-css .submit-button {
        width: 100%;
        margin-top: 0;
        height: 62px;
    }

    .form-css ._2kolumna {
        width: 100%;
    }

    .form-css legend img {
        margin-bottom: 2px;
    }
    .validation-alert {
        text-align: left;
        position: absolute;
        top: 0;
        display: none;
    }

    .validation-alert-new {
        display: block;
        position: static;
    }

    .validation-alert.validation-alert-green {
        display: none !important;
    }

    .form-css fieldset {
        border: 1px solid #cccccc;
        border-radius: 4px;
        margin-bottom: 12px;
        width: 100%;
    }

    .form-css fieldset.fieldset-red {
        border: 1px solid #BA1010;
    }

    .form-css .validation-alert-red.validation-alert {
        color: #BA1010 !important;
    }

    .form-css fieldset.fieldset-green {
        border: 1px solid #529A41;
    }

    .form-css legend {
        color: silver;
        padding: 3px 6px;
        z-index: 2;
        margin-left: 12px;
        background: #ffffff;
        display: inline-block;
        width: auto;
        font-size: 12px;
        margin-bottom: auto;
        height: 26px;
        line-height: 23px;
        float: none;
    }

    .form-css legend.legend-start {
        width: 0;
        overflow: hidden;
        height: 26px;
        padding: 0;
    }

    .form-css legend.legend-green {
        color: #529A41;
    }

    .form-css legend.legend-red {
        color: #BA1010;
    }

    .form-css fieldset.fieldset-silver {
        color: #4B4B4BFF;
        border: 1px solid #4B4B4BFF;
    }

    .form-css legend.legend-silver {
        color: #4B4B4BFF;
    }

    .form-css .fieldset-input {
        border: none !important;
        margin-bottom: 0;
        margin-top: -12px;
        background: none;
    }

    .form-css .js-phone-i {
        display: none;
    }

    .prefix-with-flag {
        position: absolute;
        left: 10px;
        font-size: 16px;
        top: -2px;
        color: #868686;
        height: 20px;
        width: 70px;
    }

    .phone-after-flag {
        padding-left: 84px !important;
        font-size: 16px;
    }

    .form-css fieldset {
        position: relative;
    }

    .form-css .flag-icon {
        width: 25px;
        border: 1px solid #C0C0C0FF;
        margin-top: -4px;
    }

    .form-css .stopka {
        margin-top: 24px;
    }

    .form-css .select-country-with-flag {
        padding-left: 42px;
        border: transparent;
        background: transparent;
        margin-bottom: 0;
        margin-top: -12px;
    }

    .form-css .select-country-flag-container, .form-css .select-prefix-flag-container {
        position: relative;
        top: -12px;
        border: 1px solid silver;
        display: none;
        max-height: 235px;
        overflow-x: hidden;
        overflow-y: scroll;
        text-align: start;
    }

    .form-css .select-country-flag {
        padding: 4px 8px;
        font-weight: 300;
    }

    .form-css .select-country-flag:hover {
        background: #f4f4f4;
        cursor: pointer;
    }

    .form-css .select-country-flag-value .prefix-with-flag {
        top: 11px;
    }

    .form-css .fieldset-input {
        outline: none !important;
    }

    .form-css .fieldset-heading-10-fix {
        margin-bottom: 11px;
    }

    .js-address-fields {
        display: none;
    }

    .form-css .div-block-4 {
        margin-left: auto;
        margin-right: auto;
    }

    .flex-column-fix {
        width: 50%;
    }

    .form-css .div-block-2 {
        align-items: flex-start;
    }

    @media screen and (max-width: 479px) {
        .flex-column-fix {
            width: 100%;
        }

        .form-css .div-block-2 {
            gap: 0;
        }
    }

    .select-country-flag-value, .select-prefix-flag-value {
        cursor: pointer;
        font-family: Satoshi, Arial, sans-serif;
        font-weight: 300;
    }

    .form-css .paragraph-2, .form-css .paragraph-3 {
        font-weight: 300;
        font-family: Satoshi, Arial, sans-serif !important;
    }

    .form-css .stopka {
        margin-left: 0;
        margin-right: 0;
    }

    .form-css .button, .form-css .button-2 {
        white-space: nowrap;
    }

    .form-css .paragraph-4 {
        font-size: 14px !important;
        font-family: Satoshi, Arial, sans-serif !important;
    }

    .form-css .submit-button-style {
        font-family: Satoshi, Arial, sans-serif;
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
    }

    .form-css-footer {
        font-size: 14px;
    }

    .form-css-footer .section {
        background-color: #f3f3f3;
        margin-top: 0;
        padding: 40px 20px;
    }

    .form-css-footer .container-2 {
        max-width: 1200px;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
    }

    .form-css-footer .heading-12 {
        margin-top: 0;
        margin-bottom: 24px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 28px;
        font-weight: 400;
        line-height: 38px;
    }

    .form-css-footer .list {
        margin-bottom: 0;
        padding-left: 20px;
        list-style-type: decimal;
        width: 50%;
    }

    .form-css-footer .div-block-9 {
        grid-column-gap: 10px;
        grid-row-gap: 0px;
        justify-content: space-between;
        align-items: flex-start;
        display: flex;
    }

    .form-css-footer .list-item, .form-css-footer .list-item-2, .form-css-footer .list-item-3, .form-css-footer .list-item-4, .form-css-footer .list-item-5, .form-css-footer .list-item-6 {
        color: #313131;
        font-family: Inter, sans-serif;
        font-weight: 200;
        line-height: 21px;
        margin-top: 4px;
    }

    .form-css-footer .paragraph-6 {
        color: #313131;
        border: 1px solid #c3c3c3;
        border-radius: 12px;
        margin-top: 24px;
        margin-bottom: 0;
        padding: 12px;
        font-family: Inter, sans-serif !important;
        font-weight: 200;
        font-size: 12px;
    }

    .form-css-footer .section-2 {
        background-color: #313131;
        padding: 40px 20px;
    }

    .form-css-footer .container-3 {
        max-width: 1200px;
    }

    .form-css-footer .heading-13 {
        color: #fff;
        margin-top: 0;
        margin-bottom: 0;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 32px;
        line-height: 43px;
    }

    .form-css-footer .heading-14 {
        color: #fff;
        margin-top: 0;
        margin-bottom: 0;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
    }

    .form-css-footer .div-block-10 {
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 40px;
        display: flex;
    }

    .form-css-footer .div-block-11 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        display: flex;
    }

    .form-css-footer .link, .form-css-footer .link-2, .form-css-footer .link-3, .form-css-footer .link-4, .form-css-footer .link-5, .form-css-footer .link-6 {
        color: #313131;
        text-decoration: underline;
        font-weight: 200;
    }

    .form-css-footer .link-7, .form-css-footer .link-8, .form-css-footer .link-9, .form-css-footer .link-10 {
        color: #fff;
        text-decoration: none;
    }

    .form-css-footer .heading-15 {
        color: #fff;
        margin-top: 0;
        margin-bottom: 12px;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
    }

    .form-css-footer .div-block-12, .form-css-footer .div-block-13 {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        justify-content: flex-start;
        align-items: center;
        display: flex;
    }

    .form-css-footer .div-block-14 {
        flex-flow: row;
        justify-content: space-between;
        align-items: flex-end;
        display: flex;
    }

    .form-css-footer .div-block-15 {
        margin-top: 40px;
    }

    .form-css-footer .paragraph-7 {
        color: #fff;
        margin-bottom: 0;
        font-family: Satoshi, Arial, sans-serif;
        font-size: 14px;
    }

    .form-css-footer ul li:before {
        display: none;
    }

    .form-css-footer .div-block-18 {
        display: none;
    }

    @media screen and (max-width: 991px) {
        .form-css-footer .heading {
            font-size: 40px;
            line-height: 46px;
        }

        .form-css-footer .paragraph {
            font-size: 22px;
        }

        .form-css-footer .dwiekolumny {
            flex-flow: wrap;
            justify-content: center;
            align-items: flex-start;
            margin-top: 0;
        }

        .form-css-footer ._2kolumna {
            max-width: 560px;
        }

        .form-css-footer .form {
            display: flex;
        }

        .form-css-footer .div-block-3 {
            justify-content: center;
            align-self: stretch;
            align-items: center;
        }

        .form-css-footer .heading-10-copy {
            align-self: auto;
            margin-bottom: 12px;
        }

        .form-css-footer .form-copy {
            text-align: center;
            justify-content: flex-start;
            align-items: stretch;
            display: flex;
        }

        .form-css-footer .div-block-3-copy {
            justify-content: center;
            align-self: stretch;
            align-items: stretch;
        }

        .form-css-footer .div-block-5, .form-css-footer .div-block-5-copy {
            border: 1px solid #cdcdcd;
            margin-left: 40px;
            margin-right: 40px;
        }

        .form-css-footer .div-block-9 {
            grid-column-gap: 0px;
            grid-row-gap: 0px;
            flex-flow: wrap;
            margin-left: 20px;
        }

        .form-css-footer .div-block-13 {
            flex-flow: row;
            flex: 0 auto;
            justify-content: center;
            align-items: center;
            margin-bottom: 20px;
        }

        .form-css-footer .div-block-14 {
            flex-flow: wrap-reverse;
            justify-content: space-between;
            align-items: flex-end;
        }
    }

    @media screen and (max-width: 767px) {
        .form-css-footer .zawartosc {
            grid-column-gap: 24px;
            grid-row-gap: 24px;
        }

        .form-css-footer .heading-9 {
            max-width: 100%;
        }

        .form-css-footer .div-block-4 {
            margin-left: 0;
            margin-right: 0;
        }

        .form-css-footer .stopka {
            flex-flow: wrap;
        }

        .form-css-footer ._1sec {
            max-width: 90%;
        }

        .form-css-footer .div-block-5, .form-css-footer .div-block-5-copy {
            margin: 20px 40px;
        }

        .form-css-footer .heading-13 {
            margin-bottom: 24px;
        }

        .form-css-footer .div-block-10 {
            flex-flow: wrap;
            justify-content: space-between;
            align-items: center;
        }

        .form-css-footer .div-block-11 {
            grid-column-gap: 20px;
            grid-row-gap: 20px;
        }

        .form-css-footer .div-block-16 {
            margin-bottom: 20px;
        }
    }

    @media screen and (max-width: 479px) {
        .form-css-footer .zawartosc {
            grid-column-gap: 24px;
            grid-row-gap: 24px;
        }

        .form-css-footer .heading {
            font-size: 28px;
            line-height: 32px;
        }

        .form-css-footer .paragraph {
            font-size: 16px;
            line-height: 22px;
        }

        .form-css-footer .dwiekolumny {
            margin-top: 0;
        }

        .form-css-footer ._1kolumna {
            grid-column-gap: 24px;
            grid-row-gap: 24px;
            margin-top: 20px;
            padding-left: 16px;
            padding-right: 16px;
        }

        .form-css-footer ._2kolumna {
            max-width: 100%;
        }

        .form-css-footer .dostawa {
            margin-top: -45px;
        }

        .form-css-footer .heading-2 {
            font-size: 16px;
        }

        .form-css-footer .heading-3 {
            font-size: 14px;
            line-height: 20px;
        }

        .form-css-footer .heading-4 {
            font-size: 32px;
            line-height: 38px;
        }

        .form-css-footer .heading-5 {
            font-size: 20px;
            line-height: 28px;
        }

        .form-css-footer .heading-6 {
            font-size: 20px;
            line-height: 26px;
        }

        .form-css-footer .sekcja2 {
            grid-column-gap: 24px;
            grid-row-gap: 24px;
        }

        .form-css-footer .heading-7 {
            font-size: 12px;
            line-height: 19px;
        }

        .form-css-footer .heading-8 {
            font-size: 12px;
            line-height: 16px;
        }

        .form-css-footer .sztuki {
            grid-column-gap: 2px;
            grid-row-gap: 2px;
        }

        .form-css-footer .platnosci {
            grid-column-gap: 0px;
            grid-row-gap: 0px;
            justify-content: space-between;
            align-items: flex-start;
        }

        .form-css-footer .heading-9 {
            max-width: 90%;
            font-size: 12px;
            line-height: 14px;
        }

        .form-css-footer .paragraph-2 {
            display: none;
        }

        .form-css-footer .div-block-2 {
            flex-flow: column;
        }

        .form-css-footer .div-block-3 {
            grid-column-gap: 16px;
            grid-row-gap: 16px;
        }

        .form-css-footer .button {
            padding-left: 15px;
            padding-right: 15px;
            font-family: Satoshi, Arial, sans-serif;
            font-size: 14px;
        }

        .form-css-footer .button-2 {
            padding-left: 15px;
            padding-right: 15px;
            font-size: 14px;
        }

        .form-css-footer .submit-button {
            padding-left: 20px;
            padding-right: 20px;
            font-size: 18px;
            line-height: 22px;
        }

        .form-css-footer .div-block-4 {
            grid-column-gap: 0px;
            grid-row-gap: 0px;
            justify-content: space-between;
            align-items: center;
            margin-left: 0;
            margin-right: 0;
        }

        .form-css-footer .stopka {
            grid-column-gap: 16px;
            grid-row-gap: 16px;
            margin-bottom: 30px;
            margin-left: 0;
            margin-right: 0;
        }

        .form-css-footer ._1sec {
            grid-column-gap: 12px;
            grid-row-gap: 12px;
            flex-flow: row;
            justify-content: flex-start;
            align-items: center;
            max-width: 100%;
        }

        .form-css-footer .heading-11 {
            text-align: left;
            margin-bottom: 8px;
            font-size: 14px;
            line-height: 19px;
        }

        .form-css-footer .paragraph-5 {
            text-align: left;
            font-size: 12px;
            line-height: 16px;
        }

        .form-css-footer .image {
            width: 61px;
        }

        .form-css-footer .image-2, .form-css-footer .image-3, .form-css-footer .image-4, .form-css-footer .image-5 {
            max-width: 65px;
        }

        .form-css-footer .div-block-5 {
            flex: 1;
            margin: 0;
            padding-bottom: 0;
            padding-left: 0;
            padding-right: 0;
            display: block;
        }

        .form-css-footer .image-6 {
            box-sizing: border-box;
            aspect-ratio: auto;
            object-fit: fill;
            flex: 0 auto;
            max-width: 88px;
            overflow: clip;
        }

        .form-css-footer .image-7, .form-css-footer .image-8 {
            max-width: 88px;
        }

        .form-css-footer .div-block-6 {
            justify-content: space-between;
            align-items: center;
        }

        .form-css-footer .div-block-7 {
            justify-content: flex-start;
            align-items: center;
            display: block;
        }

        .form-css-footer .div-block-8 {
            border: 1px solid #c3c3c3;
        }

        .form-css-footer .div-block-5-copy {
            flex: 1;
            margin: 20px 0 0;
            padding-bottom: 0;
            padding-left: 0;
            padding-right: 0;
            display: block;
        }

        .form-css-footer .heading-12 {
            font-size: 18px;
            line-height: 24px;
        }

        .form-css-footer .div-block-9 {
            grid-column-gap: 0px;
            grid-row-gap: 0px;
            flex-flow: wrap;
            padding-left: 10px;
        }

        .form-css-footer .list-item, .form-css-footer .list-item-2, .form-css-footer .list-item-3, .form-css-footer .list-item-4, .form-css-footer .list-item-5, .form-css-footer .list-item-6 {
            font-size: 10px;
            line-height: 14px;
        }

        .form-css-footer .paragraph-6 {
            padding: 8px;
            font-size: 10px;
            line-height: 14px;
            color: #313131d1;
        }

        .form-css-footer .section-2 {
            padding: 24px 16px;
        }

        .form-css-footer .heading-13 {
            margin-bottom: 12px;
            font-size: 24px;
            line-height: 28px;
        }

        .form-css-footer .div-block-10 {
            flex-flow: column;
            justify-content: flex-start;
            align-items: stretch;
        }

        .form-css-footer .div-block-11 {
            grid-column-gap: 0px;
            grid-row-gap: 0px;
            flex-flow: row;
            justify-content: space-between;
            align-items: center;
            display: flex;
        }

        .form-css-footer .link, .form-css-footer .link-2, .form-css-footer .link-3, .form-css-footer .link-5, .form-css-footer .link-6, .form-css-footer .link-7, .form-css-footer .link-8, .form-css-footer .link-9, .form-css-footer .link-10 {
            font-size: 10px;
        }

        .form-css-footer .heading-15 {
            margin-bottom: 8px;
            font-size: 10px;
            line-height: 14px;
        }

        .form-css-footer .div-block-12 {
            grid-column-gap: 6px;
            grid-row-gap: 6px;
        }

        .form-css-footer .div-block-13 {
            grid-column-gap: 8px;
            grid-row-gap: 8px;
            text-align: left;
            flex-flow: row;
            flex: 0 auto;
            justify-content: center;
            align-items: center;
            display: none;
        }

        .form-css-footer .div-block-14 {
            text-align: left;
            flex-flow: row;
            justify-content: space-between;
            align-items: center;
        }

        .form-css-footer .paragraph-7 {
            font-size: 10px;
            line-height: 14px;
        }

        .form-css-footer .image-9, .form-css-footer .image-10, .form-css-footer .image-11, .form-css-footer .image-12, .form-css-footer .image-13, .form-css-footer .image-14, .form-css-footer .image-15, .form-css-footer .image-16 {
            width: 35px;
            height: 24px;
        }

        .form-css-footer .div-block-16 {
            margin-bottom: 0;
        }

        .form-css-footer .div-block-17 {
            justify-content: center;
            align-items: center;
            display: block;
        }

        .form-css-footer .div-block-18 {
            text-align: center;
            justify-content: space-between;
            align-items: center;
            margin-top: 24px;
            display: flex;
        }

        .form-css-footer .list {
            width: 100%;
        }

        .form-css-footer .div-block-9 {
            margin-left: 0;
            padding-left: 0;
        }

        .form-css .stopka {
            margin-top: 0;
        }
    }

    @media screen and (max-width: 479px) {
        .form-css .heading-10-copy {
            font-size: 16px !important;
        }
    }