.order__title {
    text-align: center;
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.order__container {}
.order__form {padding: 50px;}
.order__form .row {margin-bottom: 20px;}
.order__form label {display: block; font-size: 12px; margin-bottom: 5px;}
.order__form input[type=text], .order__form input[type=tel] {width: 100%;border:1px solid #ccc; padding: 10px 0; text-indent: 10px; border-radius: 3px; font-size: 15px; color:#222;}
.order__form input[type=text]:focus,.order__form input[type=tel] {box-shadow: 0 0 0 3px rgba(131,192,253,.5);}
.order__form textarea {width: 100%;border:1px solid #ccc; border-radius: 3px; font-size: 15px; color:#222;}

.order__form .btn__orange {
    cursor: pointer;
    width: 100%;
    background-color: #ff7e00;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    color: #ffffff;
    padding: 8px;
    display: block;
    font-size: 17px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    overflow: hidden;
    height: 50px;
    text-decoration: none;
    z-index: 100005;
    text-align: center;
    text-align-last: center;
}

.clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol {
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
    padding: 0 0 0 30px;
    counter-reset: ordered;
}
ol li {
    position: relative;
}
ol li:before {
    counter-increment: ordered;
    content: counter(ordered) ".";
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 0;
    position: absolute;
    left: 0;
    margin: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.blueimp-gallery ol li:before {
    content: "";
    display: none;
}
ul {
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
    padding: 0 0 0 30px;
}
ul li {
    position: relative;
}
ul li:before {
    content: "\002022";
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 0;
    position: absolute;
    left: 0;
    margin: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
b, strong {
    font-weight: bold;
}
em, i {
    font-style: italic;
}
body {
    font-family: 'Arial', 'sans-serif';
    line-height: 1;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
    outline: 0;
}
b, strong {
    font-weight: bold;
}
em, i {
    font-style: italic;
}
.row {
    height: 100%;
}
.row:before {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
[class*="col-"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 764px) {
    [class*="col-"] {
        float: left;
        height: 100%;
    }
    .col-12 {
        width: 100%;
    }
    .col-11 {
        width: 91.66666667%;
    }
    .col-10 {
        width: 83.33333333%;
    }
    .col-9 {
        width: 75%;
    }
    .col-8 {
        width: 66.66666667%;
    }
    .col-7 {
        width: 58.33333333%;
    }
    .col-6 {
        width: 50%;
    }
    .col-5 {
        width: 41.66666667%;
    }
    .col-4 {
        width: 33.33333333%;
    }
    .col-3 {
        width: 25%;
    }
    .col-2 {
        width: 16.66666667%;
    }
    .col-1 {
        width: 8.33333333%;
    }
}
.widget {
    position: absolute;
}
.widget-section {
    position: static;
}
.widget-section .container {
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 960px;
}
.widget-input-button {
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.widget-form input[type="text"], .widget-form textarea {
    box-sizing: content-box;
}
.widget-form .file-input-container {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
    border-radius: 3px;
    border: 1px solid #999;
    box-sizing: content-box;
    color: #000;
    background-color: #ebebeb;
    background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
    background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
    background-image: -o-linear-gradient(top, #fff, #cdcdcd);
    background-image: linear-gradient(to bottom, #fff, #cdcdcd);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
    display: block;
    font-family: Arial, sans-serif;
    font-size: 10px;
    padding: 4px 5px 3px;
    margin: -9px 0 0;
    position: absolute;
    height: 10px;
    width: auto;
    top: 50%;
    right: 6px;
    line-height: 1;
    outline: 0;
}
.widget-form .file-input-container .file-input {
    cursor: pointer;
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
a.widget-image img {
    display: block;
    width: 100%;
    height: 100%;
}
.container-column {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.radio-container {
    position: relative;
}
.widget-icon::before, .widget-icon i::before, .widget-popupcloser::before, .widget-popupcloser i::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.widget-input-select option {
    color: #000;
}
.widget-text a {
    color: inherit;
}
.counter-type-4 .widget-container::after {
    background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
    background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
    background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
    background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
    ";
    background-position: 0 50%;
    background-size: 100% 2px;
    background-repeat: repeat-x;
    width: 100%;
    height: 100%;
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text, .widget-contact[version="2"] .widget-text, .widget-button[version="3"] .widget-text, .widget-contact[version="3"] .widget-text {
    white-space: nowrap;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text, .widget-contact[version="2"] .widget-text {
    left: 0;
    position: absolute !important;
}
.widget-button .widget-overlay, .widget-contact .widget-overlay, .widget-input-button .widget-overlay {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.widget-button:hover .widget-overlay, .widget-contact:hover .widget-overlay, .widget-input-button:hover .widget-overlay {
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
img[data-gallery]:hover {
    cursor: pointer;
}
.form-tooltip {
    position: absolute;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 16699999;
    cursor: pointer;
}
.form-tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.form-tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.form-tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.form-tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.form-tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.form-tooltip-inner {
    max-width: 500px;
    padding: 8px 8px;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    border-radius: 4px;
}
.form-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}
.hidden {
    display: none;
}
.bg-cover, .bg-cover .container {
    background-size: cover;
}
.bg-contain, .bg-contain .container {
    background-size: contain;
}

.flash-error {
    padding: 10px;
    margin-bottom: 20px;
    border-radius: .25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}


@media screen and (max-width: 763px) {
    .form-tooltip-inner {
        max-width: 304px;
        padding: 8px;
    }
}
@media (max-width: 959px) {
    [class*="col-"] {
        width: 100%;
    }

    .order__title {font-size: 23px;}
}
body {
    background-color:#ffffff;
    background-image:none;
    background-position:top left;
    background-repeat:repeat;
    background-attachment:scroll;
    top:0;
    left:0;
    display:block;
}
#TdoZ1yn8hH9IWafN0GpT5z38CliWDnzr::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
#TdoZ1yn8hH9IWafN0GpT5z38CliWDnzr > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
#TdoZ1yn8hH9IWafN0GpT5z38CliWDnzr > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
#ASmkywRGkTDa6EV7Tavatss7AVPlTrSI {
    background-color:#cccccc;
    background-image:url(../image/bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-size:cover;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    display:block;
}
#ASmkywRGkTDa6EV7Tavatss7AVPlTrSI > .row .container {
    background-color: transparent;
    background-image: none;
}
#ASmkywRGkTDa6EV7Tavatss7AVPlTrSI::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
#ASmkywRGkTDa6EV7Tavatss7AVPlTrSI > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
#ASmkywRGkTDa6EV7Tavatss7AVPlTrSI > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
#ASmkywRGkTDa6EV7Tavatss7AVPlTrSI > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
#ASmkywRGkTDa6EV7Tavatss7AVPlTrSI > .row .container {
    border-width: 0;
    border-radius: 0;
}
#ASmkywRGkTDa6EV7Tavatss7AVPlTrSI > .row .container {
    width:960px;
    height:680px;
    font-size:14px;
    font-family:arial;
    position:relative;
    display:block;
}
#KVxuK0rr18ePeDmNLoblGx1JuUa0AOLu {
    color:#ffffff;
    display:block;
    width:200px;
    position:absolute;
    font-family:lato;
    font-size:30px;
    font-weight:normal;
    z-index:100000;
    line-height:1.3;
    letter-spacing:0;
    top:82.5px;
    left:89px;
    height:39px;
    display:block;
}
#rcZ4LLqKZNgeiaFNoZGbUFz58Lt8rfxz {
    position:absolute;
    display:block;
    z-index:100001;
    background-image:url(../image/logo-white.png);
    background-size: contain;
    background-position:center;
    background-repeat:no-repeat;
    background-attachment:scroll;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    border-top-left-radius:48px;
    border-top-right-radius:48px;
    border-bottom-left-radius:48px;
    border-bottom-right-radius:48px;
    height:64px;
    width:208px;
    top:70px;
    left:1px;
}
#E6fH6bZ2B7tRLNztpcrE3hMoewVpXTOn {
    color:#ffffff;
    display:block;
    width:360px;
    position:absolute;
    font-family:"open sans";
    font-size:30px;
    font-weight:normal;
    z-index:100002;
    line-height:1.3;
    letter-spacing:0;
    top:215px;
    left:2px;
    height:39px;
    display:block;
}
#XKunwqmUOJigMlBP3FOuQP47htvuEN1v {
    position:absolute;
    display:block;
    z-index:99999;
    background-color:#000000;
    background-image:none;
    background-position:top left;
    background-repeat:repeat;
    background-attachment:scroll;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    height:44px;
    width:95px;
    top:215px;
    left:55px;
}
#awE4hLLJrywuTKezbirhWoxCL45Dih1N {
    color:#000000;
    display:block;
    width:564px;
    position:absolute;
    font-family:"open sans";
    font-size:34px;
    font-weight:700;
    z-index:100003;
    line-height:1.3;
    letter-spacing:0;
    top:262px;
    left:2px;
    height:78px;
    font-style:normal;
    display:block;
}

#benefits {
    color:#000000;
    display:block;
    width:564px;
    position:absolute;
    font-size:22px;
    font-weight:700;
    z-index:100003;
    line-height:1.3;
    letter-spacing:0;
    top:365px;
    left:2px;
    height:78px;
    font-style:normal;
}


#benefits .mark {
    padding: 5px;
    background: black;
    color:#ff7e00;
}

#benefits p {
    margin-bottom: 10px;
}

#UsFleePKEPPKdWauLGa4RQGzE58gMk6W {
    color:#ffffff;
    display:block;
    width:463px;
    position:absolute;
    font-family:"open sans";
    font-size:16px;
    font-weight:300;
    z-index:100004;
    line-height:1.8;
    letter-spacing:0;
    top:378.99307250977px;
    left:2.9861450195312px;
    height:56px;
    font-style:normal;
    display:block;
}



#yopHVkDV6p9RPRp0wFmlFKdL4EfbfbtT {
    background-color:#ff7e00;
    background-image:none;
    background-position:top left;
    background-repeat:repeat;
    background-attachment:scroll;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px;
    border-top-left-radius:4px;
    box-sizing:border-box;
    color:#ffffff;
    padding-top:8px;
    padding-right:8px;
    padding-bottom:8px;
    padding-left:8px;
    display:block;
    font-family:"open sans";
    font-size:17px;
    font-weight:700;
    font-style:normal;
    line-height:1.3;
    overflow:hidden;
    position:absolute;
    width:240px;
    height:50px;
    text-decoration:none;
    z-index:100005;
    text-align:center;
    text-align-last:center;
    top:491px;
    left:3px;
    display:block;
}
#uhN6GrTnnef7TltNO1F6UImepVuJ7G3M {
    display:block;
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    z-index:100000;
    display:block;
}
#w5GpnIT4GTTiP9BDkHIdAeZDuct3hgNt {
    position:absolute;
    display:block;
    z-index:100007;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    box-shadow: 0 0 0 rgba(0,0,0,0.5) ;
    height:335px;
    width:445px;
    top:626.97265625px;
    left:515px;
    overflow:hidden;
    display:block;
}
#SeQrI3s4sKQ8pT5udGWHmH1zwqLkGRsx {
    position:absolute;
    display:block;
    z-index:100008;
    background-color:#ffffff;
    background-image:none;
    background-position:top left;
    background-repeat:repeat;
    background-attachment:scroll;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    box-shadow: 1px 4px 8px rgba(0,0,0,0.3) ;
    height:104px;
    width:246px;
    top:565px;
    left:714px;
    display:block;
}
#d38DIDgPBNJX2pLkxSRxHpwwIr9J8g1G {
    color:#07182e;
    display:block;
    width:203px;
    position:absolute;
    font-family:"open sans";
    font-size:24px;
    font-weight:400;
    z-index:100009;
    line-height:1;
    letter-spacing:0;
    top:578px;
    left:745px;
    height:76px;
    font-style:normal;
    display:block;
}
#PJQ2yr4XliayEvXqegQhyvtimhGRTTn7 {
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    background-color:#f5f5f5;
    background-image:none;
    position:relative;
    display:block;
}
#PJQ2yr4XliayEvXqegQhyvtimhGRTTn7 > .row .container {
    background-color: transparent;
    background-image: none;
}
#PJQ2yr4XliayEvXqegQhyvtimhGRTTn7::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
#PJQ2yr4XliayEvXqegQhyvtimhGRTTn7 > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
#PJQ2yr4XliayEvXqegQhyvtimhGRTTn7 > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
#PJQ2yr4XliayEvXqegQhyvtimhGRTTn7 > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
#PJQ2yr4XliayEvXqegQhyvtimhGRTTn7 > .row .container {
    border-width: 0;
    border-radius: 0;
}
#PJQ2yr4XliayEvXqegQhyvtimhGRTTn7 > .row .container {
    font-size:14px;
    font-family:arial;
    height:672px;
    width:960px;
    position:relative;
    display:block;
}
#SpRdGIVf0aOSf1mIhDB1yRpcD4OSqlwh {
    color:#07182e;
    display:block;
    width:388px;
    position:absolute;
    font-family:"open sans";
    font-size:26px;
    font-weight:700;
    z-index:100000;
    line-height:1.3;
    letter-spacing:0;
    top:53px;
    left:41px;
    height:33px;
    font-style:normal;
    display:block;
}
#ZJz7EBhGAl4KQ9aW8t43PVP1KMuuUGQK {
    position:absolute;
    display:block;
    z-index:100002;
    background-color:#ff7e00;
    background-image:url(../image/sekcja2_arrow.png);
    background-position:center;
    background-repeat:no-repeat;
    background-attachment:scroll;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    height:22px;
    width:22px;
    top:57.96875px;
    left:0;
    display:block;
}
#RT3qWnqyCbHzbLQsz5rKUdH8twUBhTcD {
    color:#6a6a6a;
    display:block;
    width:467px;
    position:absolute;
    font-family:"open sans";
    font-size:16px;
    font-weight:normal;
    z-index:100003;
    line-height:1.8;
    letter-spacing:0;
    top:109.953125px;
    left:0;
    height:188px;
    display:block;
}
#RT3qWnqyCbHzbLQsz5rKUdH8twUBhTcD li:not(:first-child){
    padding-top:4px;
    padding-right:0;
    padding-bottom:0;
    padding-left:0;
}
#RT3qWnqyCbHzbLQsz5rKUdH8twUBhTcD li:before{
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:-12px;
}
#f32iRIWPB4X2ca1ZRHE4VOygaW4T42n6 {
    color:#6a6a6a;
    display:block;
    width:466px;
    position:absolute;
    font-family:"open sans";
    font-size:16px;
    font-weight:normal;
    z-index:100006;
    line-height:1.8;
    letter-spacing:0;
    top:395.953125px;
    left:0;
    height:220px;
    display:block;
}
#f32iRIWPB4X2ca1ZRHE4VOygaW4T42n6 li:not(:first-child){
    padding-top:4px;
    padding-right:0;
    padding-bottom:0;
    padding-left:0;
}
#f32iRIWPB4X2ca1ZRHE4VOygaW4T42n6 li:before{
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:-12px;
}
#oeeOea2PoAeTUQrinLuTEX2XTBco2yky {
    color:#07182e;
    display:block;
    width:256px;
    position:absolute;
    font-family:"open sans";
    font-size:26px;
    font-weight:700;
    z-index:100003;
    line-height:1.3;
    letter-spacing:0;
    top:338.96875px;
    left:41px;
    height:33px;
    font-style:normal;
    display:block;
}
#IInXO3uoXGWop8FaSQJzTAzJ5xOcosnW {
    position:absolute;
    display:block;
    z-index:100005;
    background-color:#ff7e00;
    background-image:url(../image/sekcja2_arrow.png);
    background-position:center;
    background-repeat:no-repeat;
    background-attachment:scroll;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    height:22px;
    width:22px;
    top:344.984375px;
    left:0;
    display:block;
}
#P6fOomV6TtHanccds9J7ozcWNu7PMPq7 {
    position:absolute;
    display:block;
    z-index:99999;
    background-color:#e3e3e3;
    background-image:url(../image/sekcja2_foto_bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-attachment:scroll;
    background-size:cover;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    height:331px;
    width:443px;
    top:281.97918701172px;
    left:517px;
    display:block;
}
#scJb5GBWW2CLLSsPdt2VBoNUO4H3PFGd {
    position:absolute;
    display:block;
    z-index:100007;
    background-color:#445264;
    background-image:url(../image/sekcja2_arrow.png);
    background-position:center;
    background-repeat:no-repeat;
    background-attachment:scroll;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    height:22px;
    width:22px;
    top:328.984375px;
    left:548px;
    display:block;
}
#CSHU1ivv6604JDAuwFIw76JmA3tW2cpQ {
    color:#ffffff;
    display:block;
    width:256px;
    position:absolute;
    font-family:"open sans";
    font-size:26px;
    font-weight:700;
    z-index:100005;
    line-height:1.3;
    letter-spacing:0;
    top:322.984375px;
    left:593px;
    height:33px;
    font-style:normal;
    display:block;
}
#v8oJVkczlN4bgxEzI1oIoOinqTcuoXJe {
    color:#cacaca;
    display:block;
    width:391px;
    position:absolute;
    font-family:"open sans";
    font-size:16px;
    font-weight:normal;
    z-index:100007;
    line-height:1.8;
    letter-spacing:0;
    top:380.984375px;
    left:543px;
    height:220px;
    display:block;
}
#v8oJVkczlN4bgxEzI1oIoOinqTcuoXJe li:not(:first-child){
    padding-top:4px;
    padding-right:0;
    padding-bottom:0;
    padding-left:0;
}
#v8oJVkczlN4bgxEzI1oIoOinqTcuoXJe li:before{
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:-12px;
}
#quDbUl731xLRszWopfW05BenJsAGdU7A {
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    background-color:#ffffff;
    background-image:url(../image/sekcja3_foto_bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-attachment:scroll;
    background-size:contain;
    position:relative;
    display:block;
}
#quDbUl731xLRszWopfW05BenJsAGdU7A > .row .container {
    background-color: transparent;
    background-image: none;
}
#quDbUl731xLRszWopfW05BenJsAGdU7A::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
#quDbUl731xLRszWopfW05BenJsAGdU7A > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
#quDbUl731xLRszWopfW05BenJsAGdU7A > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
#quDbUl731xLRszWopfW05BenJsAGdU7A > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
#quDbUl731xLRszWopfW05BenJsAGdU7A > .row .container {
    border-width: 0;
    border-radius: 0;
}
#quDbUl731xLRszWopfW05BenJsAGdU7A > .row .container {
    font-size:14px;
    font-family:arial;
    height:441px;
    width:960px;
    position:relative;
    display:block;
}
#HsETCMzqqJqfeIqkti8hdCynus2NKhRc {
    position:absolute;
    display:block;
    z-index:100000;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    box-shadow: -4px 7px 19px rgba(0,0,0,0.3) ;
    height:361px;
    width:464px;
    top:44px;
    left:0;
    overflow:hidden;
    display:block;
}
#XOMpdBIazTOnfhdFzMfa5Gh0X4HlBANQ {
    color:#000000;
    display:block;
    width:420px;
    position:absolute;
    font-family:"open sans";
    font-size:38px;
    font-weight:700;
    z-index:100004;
    line-height:1.3;
    letter-spacing:0;
    top:34px;
    left:508px;
    height:49px;
    font-style:normal;
    display:block;
}
#ty0d20qw6WAosQgarP0PT0DNo3UIeVef {
    color:#000000;
    display:block;
    width:439px;
    position:absolute;
    font-family:"open sans";
    font-size:16px;
    font-weight:normal;
    z-index:100005;
    line-height:1.8;
    letter-spacing:0;
    top:103px;
    left:511.5px;
    height:56px;
    display:block;
}
#d80CG47nr4GqsyTM7pohX0Hz2zdx4eTR {
    color:#000000;
    display:block;
    width:421px;
    position:absolute;
    font-family:"open sans";
    font-size:16px;
    font-weight:normal;
    z-index:100006;
    line-height:1.8;
    letter-spacing:0;
    top:174px;
    left:511.5px;
    height:112px;
    display:block;
}
#Hah5sS9DTXIzAEWMUN11bwhShNF4Xs7k {
    color:#000000;
    display:block;
    width:439px;
    position:absolute;
    font-family:"open sans";
    font-size:16px;
    font-weight:normal;
    z-index:100006;
    line-height:1.9;
    letter-spacing:0;
    top:329px;
    left:514.5px;
    height:30px;
    display:block;
}
#w4CHeQKXGz2NaZWoKCt5JvaVtr0tnZND {
    position:absolute;
    display:block;
    z-index:100007;
    background-color:#e1e1e1;
    background-image:none;
    background-position:top left;
    background-repeat:repeat;
    background-attachment:scroll;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    height:1px;
    width:445px;
    top:364px;
    left:514px;
    display:block;
}
#upaNdhMNkzrcCp0di00yJBHoxTVw2isF {
    box-sizing:content-box;
    color:#d2d1d1;
    font-size:35px;
    font-weight:400;
    line-height:1;
    height:50px;
    width:50px;
    position:absolute;
    text-align:center;
    text-align-last:center;
    text-decoration:none;
    display:block;
    z-index:100008;
    top:365px;
    left:808.5px;
    display:block;
}
#PcQSSlt343nwrCQmZil1T1ihqHagXoGo {
    box-sizing:content-box;
    color:#d2d1d1;
    font-size:35px;
    font-weight:400;
    line-height:1;
    height:50px;
    width:50px;
    position:absolute;
    text-align:center;
    text-align-last:center;
    text-decoration:none;
    display:block;
    z-index:100009;
    top:365px;
    left:910px;
    display:block;
}
#gTRU6tMbMikvaVSCO81vFAO4lR5iUJEp {
    box-sizing:content-box;
    color:#d2d1d1;
    font-size:35px;
    font-weight:400;
    line-height:1;
    height:50px;
    width:50px;
    position:absolute;
    text-align:center;
    text-align-last:center;
    text-decoration:none;
    display:block;
    z-index:100010;
    top:365px;
    left:859.5px;
    display:block;
}
#V0liTh5ZBveWLpgHNKi1zWo5K6V6i24K {
    position:relative;
    display:block;
}
#V0liTh5ZBveWLpgHNKi1zWo5K6V6i24K {
    background-color: transparent;
    background-image: none;
}
#V0liTh5ZBveWLpgHNKi1zWo5K6V6i24K::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
#V0liTh5ZBveWLpgHNKi1zWo5K6V6i24K > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
#V0liTh5ZBveWLpgHNKi1zWo5K6V6i24K > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
#V0liTh5ZBveWLpgHNKi1zWo5K6V6i24K > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
#V0liTh5ZBveWLpgHNKi1zWo5K6V6i24K {
    border-width: 0;
    border-radius: 0;
}
#V0liTh5ZBveWLpgHNKi1zWo5K6V6i24K > .row .container {
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    background-color:#ffffff;
    background-image:none;
    font-size:14px;
    font-family:arial;
    height:340px;
    width:960px;
    position:relative;
    display:block;
}
#TM0QvwpcqSfm2mntU8wep38biZaFwg62 {
    position:absolute;
    display:block;
    z-index:100000;
    background-color:#ffffff;
    background-image:none;
    background-position:top left;
    background-repeat:repeat;
    background-attachment:scroll;
    border-top:1px solid #cfcfcf;
    border-left:1px solid #cfcfcf;
    border-right:1px solid #cfcfcf;
    border-bottom:1px solid #cfcfcf;
    height:220px;
    width:220px;
    top:60px;
    left:8px;
    display:block;
}
#GM8dZkM5ovddwV8yxQlDzmgniSTFsCyo {
    color:#000000;
    display:block;
    width:200px;
    position:absolute;
    font-family:"open sans";
    font-size:20px;
    font-weight:700;
    z-index:100001;
    line-height:1.3;
    letter-spacing:0;
    top:224px;
    left:19px;
    height:26px;
    font-style:normal;
    text-align:center;
    text-align-last:center;
    display:block;
}
#VDlX8qB3cV8XtOldt8xwww29b5FPF8Nv {
    position:absolute;
    display:block;
    z-index:100002;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    height:88px;
    width:71px;
    top:102px;
    left:84px;
    overflow:hidden;
    display:block;
}
#Ion17dFTuzQyJXxIf5vv5lPTthyUFm4d {
    position:absolute;
    display:block;
    z-index:100003;
    background-color:#ffffff;
    background-image:none;
    background-position:top left;
    background-repeat:repeat;
    background-attachment:scroll;
    border-top:1px solid #cfcfcf;
    border-left:1px solid #cfcfcf;
    border-right:1px solid #cfcfcf;
    border-bottom:1px solid #cfcfcf;
    height:220px;
    width:220px;
    top:60px;
    left:249px;
    display:block;
}
#SFGf2FfVvTtary2fzRDH4X7EsXZH8lWT {
    color:#000000;
    display:block;
    width:200px;
    position:absolute;
    font-family:"open sans";
    font-size:20px;
    font-weight:700;
    z-index:100004;
    line-height:1.3;
    letter-spacing:0;
    top:224px;
    left:260px;
    height:26px;
    font-style:normal;
    text-align:center;
    text-align-last:center;
    display:block;
}
#H6JcCtBI5hhkaHWzlVCV1RskhtSmt45Q {
    position:absolute;
    display:block;
    z-index:100005;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    height:78px;
    width:81px;
    top:107px;
    left:319.5px;
    overflow:hidden;
    display:block;
}
#u25X2Xd7wFVAspGPsX1s6qVfIpwsQz8A {
    position:absolute;
    display:block;
    z-index:100006;
    background-color:#ffffff;
    background-image:none;
    background-position:top left;
    background-repeat:repeat;
    background-attachment:scroll;
    border-top:1px solid #cfcfcf;
    border-left:1px solid #cfcfcf;
    border-right:1px solid #cfcfcf;
    border-bottom:1px solid #cfcfcf;
    height:220px;
    width:220px;
    top:60px;
    left:490px;
    display:block;
}
#qXyWaOunX5Lr2K4WvhBPwyvz5OicRcNT {
    color:#000000;
    display:block;
    width:200px;
    position:absolute;
    font-family:"open sans";
    font-size:20px;
    font-weight:700;
    z-index:100007;
    line-height:1.3;
    letter-spacing:0;
    top:224px;
    left:501px;
    height:26px;
    font-style:normal;
    text-align:center;
    text-align-last:center;
    display:block;
}
#ilZ6du49PoQzpN9nqobQAyTeNiyuwBse {
    position:absolute;
    display:block;
    z-index:100008;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    height:71px;
    width:71px;
    top:110.5px;
    left:564.5px;
    overflow:hidden;
    display:block;
}
#xZxNrDSybsiVrInEHw1Gp8Sh8rfp2KqQ {
    position:absolute;
    display:block;
    z-index:100009;
    background-color:#ffffff;
    background-image:none;
    background-position:top left;
    background-repeat:repeat;
    background-attachment:scroll;
    border-top:1px solid #cfcfcf;
    border-left:1px solid #cfcfcf;
    border-right:1px solid #cfcfcf;
    border-bottom:1px solid #cfcfcf;
    height:220px;
    width:220px;
    top:60px;
    left:730px;
    display:block;
}
#fq490t1VNwpiRFi0ovJnRSDyhXx1d2XM {
    color:#000000;
    display:block;
    width:200px;
    position:absolute;
    font-family:"open sans";
    font-size:20px;
    font-weight:700;
    z-index:100010;
    line-height:1.3;
    letter-spacing:0;
    top:224px;
    left:741px;
    height:26px;
    font-style:normal;
    text-align:center;
    text-align-last:center;
    display:block;
}
#d3ztVvi1UAgH3BvuAG0aDTSnG3BBeWsz {
    position:absolute;
    display:block;
    z-index:100011;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    height:63px;
    width:90px;
    top:114.5px;
    left:795px;
    overflow:hidden;
    display:block;
}
#WCg5MfHmthnMlgbRJ3wICiyGT5HwlWzh {
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    background-color:#f5f5f5;
    background-image:none;
    position:relative;
    display:block;
}
#WCg5MfHmthnMlgbRJ3wICiyGT5HwlWzh > .row .container {
    background-color: transparent;
    background-image: none;
}
#WCg5MfHmthnMlgbRJ3wICiyGT5HwlWzh::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
#WCg5MfHmthnMlgbRJ3wICiyGT5HwlWzh > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
#WCg5MfHmthnMlgbRJ3wICiyGT5HwlWzh > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
#WCg5MfHmthnMlgbRJ3wICiyGT5HwlWzh > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
#WCg5MfHmthnMlgbRJ3wICiyGT5HwlWzh > .row .container {
    border-width: 0;
    border-radius: 0;
}
#WCg5MfHmthnMlgbRJ3wICiyGT5HwlWzh > .row .container {
    font-size:14px;
    font-family:arial;
    height:118px;
    width:960px;
    position:relative;
    display:block;
}
#ErEKokcJnNJ7md8ka2XHO5OEIEtXS8Tb {
    color:#000000;
    display:block;
    width:420px;
    position:absolute;
    font-family:"open sans";
    font-size:38px;
    font-weight:700;
    z-index:100005;
    line-height:1.3;
    letter-spacing:0;
    top:33px;
    left:270px;
    height:49px;
    font-style:normal;
    text-align:center;
    text-align-last:center;
    display:block;
}
#JxLWfiPh70HXoqaaRpsmLFLXCMiwMLkU {
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    background-color:#f5f5f5;
    background-image:none;
    position:relative;
    display:block;
}
#JxLWfiPh70HXoqaaRpsmLFLXCMiwMLkU > .row .container {
    background-color: transparent;
    background-image: none;
}
#JxLWfiPh70HXoqaaRpsmLFLXCMiwMLkU::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
#JxLWfiPh70HXoqaaRpsmLFLXCMiwMLkU > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
#JxLWfiPh70HXoqaaRpsmLFLXCMiwMLkU > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
#JxLWfiPh70HXoqaaRpsmLFLXCMiwMLkU > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
#JxLWfiPh70HXoqaaRpsmLFLXCMiwMLkU > .row .container {
    border-width: 0;
    border-radius: 0;
}
#JxLWfiPh70HXoqaaRpsmLFLXCMiwMLkU > .row .container {
    font-size:14px;
    font-family:arial;
    height:510px;
    width:960px;
    position:relative;
    display:block;
}
#ASuw8JylKEOvGTTX34qqA9gkcs0am7Hy {
    position:absolute;
    display:block;
    z-index:100000;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    border-top-left-radius:480px;
    border-top-right-radius:480px;
    border-bottom-left-radius:480px;
    border-bottom-right-radius:480px;
    height:213px;
    width:214px;
    top:0;
    left:49px;
    overflow:hidden;
    display:block;
}
#noXoCZAcCokT26nInRCtcI3ew6wDTsKs {
    color:#000000;
    display:block;
    width:200px;
    position:absolute;
    font-family:"open sans";
    font-size:20px;
    font-weight:700;
    z-index:100001;
    line-height:1.3;
    letter-spacing:0;
    top:239px;
    left:56px;
    height:26px;
    font-style:normal;
    text-align:center;
    text-align-last:center;
    display:block;
}
#nm9i0NJlxTmoVtgCwKhFbNoETQsn4Thg {
    color:#989898;
    display:block;
    width:200px;
    position:absolute;
    font-family:"open sans";
    font-size:16px;
    font-weight:400;
    z-index:100002;
    line-height:1.3;
    letter-spacing:0;
    top:271px;
    left:56px;
    height:20px;
    font-style:normal;
    text-align:center;
    text-align-last:center;
    display:block;
}
#oK5PzGfwuRCR6IAeRPqN62Qdv7duCmqq {
    position:absolute;
    display:block;
    z-index:100003;
    background-color:#ff7e00;
    background-image:none;
    background-position:top left;
    background-repeat:repeat;
    background-attachment:scroll;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    height:2px;
    width:42px;
    top:312px;
    left:135px;
    display:block;
}
#hnDFR8hZCIpRyoMWQ6IyVkuWAMMmtczn {
    color:#000000;
    display:block;
    width:284px;
    position:absolute;
    font-family:"open sans";
    font-size:16px;
    font-weight:normal;
    z-index:100004;
    line-height:1.8;
    letter-spacing:0;
    top:328px;
    left:18px;
    height:140px;
    text-align:center;
    text-align-last:center;
    display:block;
}
#h5Wy8TO1ZxWQiZw0Tx78wJWuLGlUp83V {
    color:#000000;
    display:block;
    width:284px;
    position:absolute;
    font-family:"open sans";
    font-size:16px;
    font-weight:normal;
    z-index:100009;
    line-height:1.8;
    letter-spacing:0;
    top:328px;
    left:338px;
    height:140px;
    text-align:center;
    text-align-last:center;
    display:block;
}
#vVKNCiebUIq5TTOsQsbl24RiPZmeHl7T {
    color:#000000;
    display:block;
    width:200px;
    position:absolute;
    font-family:"open sans";
    font-size:20px;
    font-weight:700;
    z-index:100006;
    line-height:1.3;
    letter-spacing:0;
    top:239px;
    left:376px;
    height:26px;
    font-style:normal;
    text-align:center;
    text-align-last:center;
    display:block;
}
#HDKuzeoan5HmQTcR4f5ksNJlQLsJFNKH {
    color:#989898;
    display:block;
    width:200px;
    position:absolute;
    font-family:"open sans";
    font-size:16px;
    font-weight:400;
    z-index:100007;
    line-height:1.3;
    letter-spacing:0;
    top:271px;
    left:376px;
    height:20px;
    font-style:normal;
    text-align:center;
    text-align-last:center;
    display:block;
}
#Px8DZQPDZf5Jym2UKI0TxWc35iOfKe5D {
    position:absolute;
    display:block;
    z-index:100008;
    background-color:#ff7e00;
    background-image:none;
    background-position:top left;
    background-repeat:repeat;
    background-attachment:scroll;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    height:2px;
    width:42px;
    top:312px;
    left:455px;
    display:block;
}
#rfP5fUsfswlJQUSF82Tl2bf4uvrxKcs3 {
    position:absolute;
    display:block;
    z-index:100005;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    border-top-left-radius:480px;
    border-top-right-radius:480px;
    border-bottom-left-radius:480px;
    border-bottom-right-radius:480px;
    height:213px;
    width:214px;
    top:0;
    left:369px;
    overflow:hidden;
    display:block;
}
#c87WmJlv1go1UoNJ4OmQKtVK0ORT0Xe8 {
    color:#000000;
    display:block;
    width:284px;
    position:absolute;
    font-family:"open sans";
    font-size:16px;
    font-weight:normal;
    z-index:100014;
    line-height:1.8;
    letter-spacing:0;
    top:328px;
    left:658px;
    height:140px;
    text-align:center;
    text-align-last:center;
    display:block;
}
#xkaLxnScGFqdy9iGXlzfZIQLuEPo5CX9 {
    color:#000000;
    display:block;
    width:200px;
    position:absolute;
    font-family:"open sans";
    font-size:20px;
    font-weight:700;
    z-index:100011;
    line-height:1.3;
    letter-spacing:0;
    top:239px;
    left:696px;
    height:26px;
    font-style:normal;
    text-align:center;
    text-align-last:center;
    display:block;
}
#waRePWWdKX6VtkHh8UBVM3Qex3JXufQn {
    color:#989898;
    display:block;
    width:200px;
    position:absolute;
    font-family:"open sans";
    font-size:16px;
    font-weight:400;
    z-index:100012;
    line-height:1.3;
    letter-spacing:0;
    top:271px;
    left:696px;
    height:20px;
    font-style:normal;
    text-align:center;
    text-align-last:center;
    display:block;
}
#wt62hevOs8roh9r5v4nZkWIwDPxKF2cS {
    position:absolute;
    display:block;
    z-index:100013;
    background-color:#ff7e00;
    background-image:none;
    background-position:top left;
    background-repeat:repeat;
    background-attachment:scroll;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    height:2px;
    width:42px;
    top:312px;
    left:775px;
    display:block;
}
#EGvIanGAa7MbNgac2GquC1NTMKmx1SLC {
    position:absolute;
    display:block;
    z-index:100010;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    border-top-left-radius:480px;
    border-top-right-radius:480px;
    border-bottom-left-radius:480px;
    border-bottom-right-radius:480px;
    height:213px;
    width:214px;
    top:0;
    left:689px;
    overflow:hidden;
    display:block;
}
#yFd4JMVp2Gum6Td93CXOASKT8wCbw989 {
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    background-color:#ffffff;
    background-image:url(../image/sekcja6_bg2.jpg);
    background-position:top left;
    background-repeat:repeat;
    background-attachment:fixed;
    position:relative;
    display:block;
}
#yFd4JMVp2Gum6Td93CXOASKT8wCbw989 > .row .container {
    background-color: transparent;
    background-image: none;
}
#yFd4JMVp2Gum6Td93CXOASKT8wCbw989::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
#yFd4JMVp2Gum6Td93CXOASKT8wCbw989 > .row .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
#yFd4JMVp2Gum6Td93CXOASKT8wCbw989 > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
#yFd4JMVp2Gum6Td93CXOASKT8wCbw989 > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
#yFd4JMVp2Gum6Td93CXOASKT8wCbw989 > .row .container {
    border-width: 0;
    border-radius: 0;
}
#yFd4JMVp2Gum6Td93CXOASKT8wCbw989 > .row .container {
    font-size:14px;
    font-family:arial;
    height:690px;
    width:960px;
    position:relative;
    display:block;
}
#NXZEa9e21sVVmblaaShLZEBoUtRtOQTf {
    position:absolute;
    display:block;
    z-index:100000;
    background-color:#fdfdfd;
    background-image:none;
    background-position:top left;
    background-repeat:repeat;
    background-attachment:scroll;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    height:204px;
    width:428px;
    top:159px;
    left:0;
    display:block;
}
#Q83VrbF69glDyaEXiam5atZuk0rvt7O4 {
    background-color:#ff7e00;
    background-image:none;
    background-position:top left;
    background-repeat:repeat;
    background-attachment:scroll;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px;
    border-top-left-radius:4px;
    box-sizing:border-box;
    color:#ffffff;
    padding-top:8px;
    padding-right:8px;
    padding-bottom:8px;
    padding-left:8px;
    display:block;
    font-family:lato;
    font-size:17px;
    font-weight:400;
    font-style:normal;
    line-height:1.3;
    overflow:hidden;
    position:absolute;
    width:210px;
    height:50px;
    text-decoration:none;
    z-index:100001;
    text-align:center;
    text-align-last:center;
    top:284px;
    left:245px;
    display:block;
}
#p3QNe0xH2Dqih2BG8J5lCPxKOXMFz1Wm {
    display:block;
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    z-index:100000;
    display:block;
}
#W2SOUeUZdtqBF1siZvInKhfvXz4EWKk5 {
    color:#000000;
    display:block;
    width:336px;
    position:absolute;
    font-family:"open sans";
    font-size:28px;
    font-weight:700;
    z-index:100002;
    line-height:1.3;
    letter-spacing:0;
    top:192px;
    left:40px;
    height:36px;
    font-style:normal;
    display:block;
}
#fn5W57ydGXhHlycdU9HpEPghg1qoSuQM {
    position:absolute;
    display:block;
    z-index:100003;
    background-color:#fdfdfd;
    background-image:none;
    background-position:top left;
    background-repeat:repeat;
    background-attachment:scroll;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    height:204px;
    width:428px;
    top:159px;
    left:505px;
    display:block;
}
#C2M1SC0u5eTSDEDvvOVKPTNfpxekrTuN {
    color:#000000;
    display:block;
    width:331px;
    position:absolute;
    font-family:"open sans";
    font-size:28px;
    font-weight:700;
    z-index:100005;
    line-height:1.3;
    letter-spacing:0;
    top:192px;
    left:545px;
    height:36px;
    font-style:normal;
    display:block;
}
#hDyffcEUXt5oPpEVGr259SIIO1Rzbpx6 {
    background-color:#ff7e00;
    background-image:none;
    background-position:top left;
    background-repeat:repeat;
    background-attachment:scroll;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px;
    border-top-left-radius:4px;
    box-sizing:border-box;
    color:#ffffff;
    padding-top:8px;
    padding-right:8px;
    padding-bottom:8px;
    padding-left:8px;
    display:block;
    font-family:lato;
    font-size:17px;
    font-weight:400;
    font-style:normal;
    line-height:1.3;
    overflow:hidden;
    position:absolute;
    width:210px;
    height:50px;
    text-decoration:none;
    z-index:100004;
    text-align:center;
    text-align-last:center;
    top:284px;
    left:750px;
    display:block;
}
#SMmzQ4ZSRGkFKkHTJsyhCA2ggKnWlzWA {
    display:block;
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    z-index:100000;
    display:block;
}
#FeKWmIqlUiHqsWLXbSOgzQsbLKol9FqH {
    position:absolute;
    display:block;
    z-index:100006;
    background-color:#fdfdfd;
    background-image:none;
    background-position:top left;
    background-repeat:repeat;
    background-attachment:scroll;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    height:204px;
    width:428px;
    top:403px;
    left:0;
    display:block;
}
#gu3dC6t1vaCwtnP5z8fMgG3IEnRkR471 {
    color:#000000;
    display:block;
    width:336px;
    position:absolute;
    font-family:"open sans";
    font-size:28px;
    font-weight:700;
    z-index:100008;
    line-height:1.3;
    letter-spacing:0;
    top:436px;
    left:40px;
    height:36px;
    font-style:normal;
    display:block;
}
#xqpGlFHzyXFyanVTtRKLpZL1TLgz7pbe {
    background-color:#ff7e00;
    background-image:none;
    background-position:top left;
    background-repeat:repeat;
    background-attachment:scroll;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px;
    border-top-left-radius:4px;
    box-sizing:border-box;
    color:#ffffff;
    padding-top:8px;
    padding-right:8px;
    padding-bottom:8px;
    padding-left:8px;
    display:block;
    font-family:"open sans";
    font-size:17px;
    font-weight:400;
    font-style:normal;
    line-height:1.3;
    overflow:hidden;
    position:absolute;
    width:210px;
    height:50px;
    text-decoration:none;
    z-index:100007;
    text-align:center;
    text-align-last:center;
    top:528px;
    left:245px;
    display:block;
}
#GpBhXSsHzfdS91dCgtFLkCT5eJdm3oDH {
    display:block;
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    z-index:100000;
    display:block;
}
#DZVAnGKOc2gfHup4hT8hKnQUMonOJDXX {
    position:absolute;
    display:block;
    z-index:100009;
    background-color:#fdfdfd;
    background-image:none;
    background-position:top left;
    background-repeat:repeat;
    background-attachment:scroll;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    height:204px;
    width:428px;
    top:403px;
    left:505px;
    display:block;
}
#n7F9Tpq2KMC6mF6qTCrfaOzaZX7XNHP6 {
    color:#000000;
    display:block;
    width:331px;
    position:absolute;
    font-family:"open sans";
    font-size:28px;
    font-weight:700;
    z-index:100011;
    line-height:1.3;
    letter-spacing:0;
    top:436px;
    left:545px;
    height:36px;
    font-style:normal;
    display:block;
}
#qZxTh9xcUkTfqDFd02tOLs9sCF9L7Btp {
    background-color:#ff7e00;
    background-image:none;
    background-position:top left;
    background-repeat:repeat;
    background-attachment:scroll;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px;
    border-top-left-radius:4px;
    box-sizing:border-box;
    color:#ffffff;
    padding-top:8px;
    padding-right:8px;
    padding-bottom:8px;
    padding-left:8px;
    display:block;
    font-family:"open sans";
    font-size:17px;
    font-weight:400;
    font-style:normal;
    line-height:1.3;
    overflow:hidden;
    position:absolute;
    width:210px;
    height:50px;
    text-decoration:none;
    z-index:100010;
    text-align:center;
    text-align-last:center;
    top:528px;
    left:750px;
    display:block;
}
#ZPgzB3WaOoH5dBQwMG1Trh5C9KTLW36q {
    display:block;
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    z-index:100000;
    display:block;
}
#EcywuIBcTSMwzinOHHwZCTo20w2XzTVU {
    color:#000000;
    display:block;
    width:420px;
    position:absolute;
    font-family:"open sans";
    font-size:38px;
    font-weight:700;
    z-index:100006;
    line-height:1.3;
    letter-spacing:0;
    top:61px;
    left:270px;
    height:49px;
    font-style:normal;
    text-align:center;
    text-align-last:center;
    display:block;
}
#ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW {
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    background-color:#ffffff;
    background-position:center;
    background-repeat:no-repeat;
    background-attachment:scroll;
    background-size:contain;
    position:relative;
    display:block;
}
#ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW > .row .container {
    background-color: transparent;
    background-image: none;
}
#ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW > .row > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
#ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW > .row .container > .video-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
#ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW > .row .container {
    border-width: 0;
    border-radius: 0;
}
#ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW > .row .container {
    font-size:14px;
    font-family:arial;
    height:514px;
    width:960px;
    position:relative;
    display:block;
}
#C0a53MuS2QBnHzeFnq3bbRyXCeSr4QzC {
    color:#000000;
    display:block;
    width:323px;
    position:absolute;
    font-family:"open sans";
    font-size:30px;
    font-weight:700;
    z-index:100000;
    line-height:1.3;
    letter-spacing:0;
    top:156px;
    left:0;
    height:39px;
    font-style:normal;
    display:block;
}
#EMK5TpCxuTN8d2T0GALJHQKlqqKuNRms {
    position:absolute;
    display:block;
    z-index:99999;
    background-color:#7f8a99;
    background-image:none;
    background-position:top left;
    background-repeat:repeat;
    background-attachment:scroll;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    height:40px;
    width:82px;
    top:158px;
    left:106px;
    display:block;
}
#BZvccTVOFPgJu1RhhX0WJZm92KMwMCuZ {
    color:#07182e;
    display:block;
    width:431px;
    position:absolute;
    font-family:"open sans";
    font-size:64px;
    font-weight:700;
    z-index:100001;
    line-height:1;
    letter-spacing:0;
    top:233px;
    left:0;
    height:128px;
    font-style:normal;
    display:block;
}
#tU3Ssdoz5b66tygqNc6RDUHaAiGwWPLN {
    position:absolute;
    display:block;
    z-index:100002;
    background-color:#989898;
    background-image:none;
    background-position:top left;
    background-repeat:repeat;
    background-attachment:scroll;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    height:1px;
    width:275px;
    top:207px;
    left:0;
    display:block;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-form-header {
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-regular-label {
    height:auto;
    display:block;
    font-family:lato;
    font-size:14px;
    font-weight:bold;
    color:#000000;
    width:327px;
    padding-top:0px;
    padding-right:0px;
    padding-bottom:0px;
    padding-left:0px;
    margin-top:0px;
    margin-right:0px;
    margin-bottom:0px;
    margin-left:0px;
    background-color:transparent;
    background-image:none;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-input-text {
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    background-color:rgba(0,0,0,0);
    background-image:none;
    background-position:top left;
    background-repeat:repeat;
    background-size:initial;
    border-top:1px solid rgba(255,126,0,0.7);
    border-left:1px solid rgba(255,126,0,0.7);
    border-right:1px solid rgba(255,126,0,0.7);
    border-bottom:1px solid rgba(255,126,0,0.7);
    padding-top:10px;
    padding-right:5px;
    padding-bottom:10px;
    padding-left:5px;
    margin-top:4px;
    margin-right:0px;
    margin-bottom:4px;
    margin-left:0px;
    display:block;
    width:327px;
    box-sizing:border-box;
    height:50px;
    color:#d6d4d4;
    font-size:16px;
    overflow:hidden;
    font-family:lato;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-input-text {
    padding-top: 0;
    padding-bottom: 0;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-textarea {
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    background-color:rgba(0,0,0,0);
    background-image:none;
    background-position:top left;
    background-repeat:repeat;
    background-size:initial;
    border-top:1px solid rgba(255,126,0,0.7);
    border-left:1px solid rgba(255,126,0,0.7);
    border-right:1px solid rgba(255,126,0,0.7);
    border-bottom:1px solid rgba(255,126,0,0.7);
    padding-top:10px;
    padding-right:5px;
    padding-bottom:10px;
    padding-left:5px;
    margin-top:4px;
    margin-right:0px;
    margin-bottom:4px;
    margin-left:0px;
    display:block;
    width:327px;
    box-sizing:border-box;
    height:70px;
    color:#d6d4d4;
    font-size:16px;
    overflow:hidden;
    font-family:lato;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-input-select {
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    background-color:#ffffff;
    background-image:none;
    border-top:1px solid #d6d4d4;
    border-right:1px solid #d6d4d4;
    border-bottom:1px solid #d6d4d4;
    border-left:1px solid #d6d4d4;
    padding-top:0;
    padding-right:5px;
    padding-bottom:0;
    padding-left:5px;
    margin-top:4px;
    margin-right:0px;
    margin-bottom:4px;
    margin-left:0px;
    display:block;
    width:327px;
    box-sizing:border-box;
    height:40px;
    color:#161616;
    font-family:lato;
    font-size:14px;
    overflow:hidden;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-input-select {
    padding-top: 0;
    padding-bottom: 0;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-input-checkbox {
    width:13px;
    height:13px;
    box-sizing:border-box;
    margin-top:0px;
    margin-right:3px;
    margin-bottom:0px;
    margin-left:3px;
    padding-top:1px;
    padding-right:1px;
    padding-bottom:1px;
    padding-left:1px;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-input-checkbox{
    box-sizing: border-box;
    padding: 1px;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-input-button {
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    background-color:#ff7e00;
    background-image:none;
    background-position:top left;
    background-repeat:repeat;
    background-size:initial;
    border-top:0;
    border-right:0;
    border-bottom:0;
    border-left:0;
    padding-top:10px;
    padding-right:5px;
    padding-bottom:10px;
    padding-left:5px;
    margin-top:4px;
    margin-right:0px;
    margin-bottom:4px;
    margin-left:0px;
    display:block;
    box-sizing:border-box;
    font-size:17px;
    font-weight:bold;
    color:#f2f9ff;
    width:327px;
    height:55px;
    font-family:lato;
    overflow:hidden;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk [class*="-text"]:-moz-placeholder {
    color:#d6d4d4;
    font-family:lato;
    font-size:14px;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk [class*="-text"]::-moz-placeholder {
    color:#d6d4d4;
    font-family:lato;
    font-size:14px;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk [class*="-text"]:-ms-input-placeholder {
    color:#d6d4d4;
    font-family:lato;
    font-size:14px;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk [class*="-text"]::-webkit-input-placeholder {
    color:#d6d4d4;
    font-family:lato;
    font-size:14px;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-checkbox-label {
    display:inline-block;
    *zoom:1;
    *display:inline;
    margin-top:0px;
    margin-right:0px;
    margin-bottom:0px;
    margin-left:0px;
    height:auto;
    font-family:lato;
    font-size:12px;
    font-weight:300;
    color:#000000;
    vertical-align:top;
    width:308px;
    overflow:hidden;
    font-style:normal;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-input-radio {
    display:inline-block;
    *zoom:1;
    *display:inline;
    clear:left;
    width:13px;
    height:13px;
    margin-top:0px;
    margin-right:3px;
    margin-bottom:0px;
    margin-left:3px;
    vertical-align:middle;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-radio-label {
    display:inline;
    padding-top:0px;
    padding-right:0px;
    padding-bottom:0px;
    padding-left:0px;
    box-sizing:border-box;
    height:18px;
    vertical-align:middle;
    font-family:lato;
    font-size:12px;
    font-weight:300;
    color:#161616;
    overflow:hidden;
    font-style:normal;
    line-height:1.3;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-container {
    padding-top:7px;
    padding-left:0;
    padding-right:0;
    padding-bottom:7px;
    width:100%;
    font-size:0px;
    height:auto;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-container:first-of-type{
    padding-top:0;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-container:last-of-type{
    padding-bottom:0;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk {
    background-color:rgba(0,0,0,0);
    background-image:none;
    padding-top:20px;
    padding-right:20px;
    padding-bottom:20px;
    padding-left:20px;
    width:327px;
    height:auto;
    border-top:0;
    border-right:0;
    border-bottom:0;
    border-left:0;
    z-index:100003;
    position:absolute;
    top:66px;
    left:537px;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .radio-container {
    margin-top:4px;
    margin-right:0px;
    margin-bottom:4px;
    margin-left:0px;
    width:327px;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk {
    display:block;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk {
    background-color:rgba(0,0,0,0);
    background-image:none;
    padding-top:20px;
    padding-right:20px;
    padding-bottom:20px;
    padding-left:20px;
    width:327px;
    height:auto;
    border-top:0;
    border-right:0;
    border-bottom:0;
    border-left:0;
    z-index:100003;
    position:absolute;
    top:66px;
    left:537px;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #A19b0GT14JgDqvdGMeqaeiFQ0PiUBSv6 {
    position:relative;
    top:0px;
    left:0px;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #zBRuzC9HNcnvQPHPFPoutUgJIytWJ7OO {
    position:relative;
    top:0px;
    left:0px;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #z0fbu8XQ25TxAtDv16UBtgFpDxfae3z7 {
    position:relative;
    top:0px;
    left:0px;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #NZlH6sxEO4sEVW2EAdTkpoSMOMn4Mb7Q {
    position:relative;
    top:0px;
    left:0px;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #xZc7P9h5OgpELUAb9UQXX7Vs0iXfCZNC {
    position:relative;
    top:0px;
    left:0px;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #eSWaQhfpSPvDHuLTPOPDwulHxKhX3Ri5 {
    position:relative;
    top:0px;
    left:0px;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #GwkFpOLmIZyRsa4S0brVnyl8Qe411ME5 {
    position:relative;
    top:0px;
    left:0px;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #C6rosLVmOGRyI0hIfZKN3HxOh44gQcql {
    position:relative;
    top:0px;
    left:0px;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #KMtRRLdMxoVPBNx2NVaHoyow3eCRo5Lz {
    position:relative;
    top:0px;
    left:0px;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #TRRoRNEt5Kl8TnLESHUahS0AQTMET8BB {
    position:relative;
    top:0px;
    left:0px;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #hzKoaFPEemxMPfJ8OmoVkEM4kevqgUE2 {
    position:relative;
    top:0px;
    left:0px;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #LBGAKAssKdJwLBdTeoGEsqP1KbTLecw0 {
    position:relative;
    top:0px;
    left:0px;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #wE8vse1g6mGW57M4duTMv9Vn1MD7bwOL {
    position:relative;
    top:0px;
    left:0px;
}
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #gOeJlHxLii2IsTLRIXySNNoXVmuEk0pI {
    position:relative;
}
#OhXFDFCTDvrERXAT8MDTlcGtGtcekSEC {
    position:absolute;
    display:block;
    z-index:99998;
    background-color:#000000;
    background-image:url(../image/sekcja9_bg2.jpg);
    background-position:top left;
    background-repeat:repeat;
    background-attachment:scroll;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:0;
    height:434px;
    width:404px;
    top:44px;
    left:516px;
}
@media only screen and (max-width: 959px) {
    body {
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #ASmkywRGkTDa6EV7Tavatss7AVPlTrSI {
        display:block;
    }
    #ASmkywRGkTDa6EV7Tavatss7AVPlTrSI > .row .container {
        width:764px;
        position:relative;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #KVxuK0rr18ePeDmNLoblGx1JuUa0AOLu {
        width:200px;
        height:39px;
        top:82px;
        left:0;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #rcZ4LLqKZNgeiaFNoZGbUFz58Lt8rfxz {
        height:64px;
        width:208px;
        top:70px;
        left:0;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #E6fH6bZ2B7tRLNztpcrE3hMoewVpXTOn {
        width:360px;
        height:39px;
        top:215px;
        left:0;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #XKunwqmUOJigMlBP3FOuQP47htvuEN1v {
        width:156px;
        height:44px;
        top:215px;
        left:0;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #awE4hLLJrywuTKezbirhWoxCL45Dih1N {
        width:564px;
        height:78px;
        top:262px;
        left:0;
        display:block;
    }

    #benefits {
        width: 320px;
        font-size: 20px;
    }
}
@media only screen and (max-width: 959px) {
    #UsFleePKEPPKdWauLGa4RQGzE58gMk6W {
        width:463px;
        height:56px;
        top:378px;
        left:0;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #yopHVkDV6p9RPRp0wFmlFKdL4EfbfbtT {
        width:240px;
        height:50px;
        top:490px;
        left:0;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #uhN6GrTnnef7TltNO1F6UImepVuJ7G3M {
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #w5GpnIT4GTTiP9BDkHIdAeZDuct3hgNt {
        width:445px;
        height:336.75675675676px;
        top:626px;
        left:319px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #SeQrI3s4sKQ8pT5udGWHmH1zwqLkGRsx {
        width:246px;
        height:104px;
        top:565px;
        left:518px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #d38DIDgPBNJX2pLkxSRxHpwwIr9J8g1G {
        width:203px;
        height:76px;
        top:578px;
        left:561px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #PJQ2yr4XliayEvXqegQhyvtimhGRTTn7 {
        display:block;
    }
    #PJQ2yr4XliayEvXqegQhyvtimhGRTTn7 > .row .container {
        width:764px;
        position:relative;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #SpRdGIVf0aOSf1mIhDB1yRpcD4OSqlwh {
        width:388px;
        height:33px;
        top:53px;
        left:0;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #ZJz7EBhGAl4KQ9aW8t43PVP1KMuuUGQK {
        width:22px;
        height:22px;
        top:57px;
        left:0;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #RT3qWnqyCbHzbLQsz5rKUdH8twUBhTcD {
        width:467px;
        height:;
        top:109px;
        left:0;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #f32iRIWPB4X2ca1ZRHE4VOygaW4T42n6 {
        width:466px;
        top:395px;
        left:0;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #oeeOea2PoAeTUQrinLuTEX2XTBco2yky {
        width:256px;
        height:33px;
        top:338px;
        left:0;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #IInXO3uoXGWop8FaSQJzTAzJ5xOcosnW {
        width:23px;
        height:23px;
        top:344px;
        left:0;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #P6fOomV6TtHanccds9J7ozcWNu7PMPq7 {
        width:443px;
        height:331px;
        top:281px;
        left:321px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #scJb5GBWW2CLLSsPdt2VBoNUO4H3PFGd {
        width:22px;
        height:21px;
        top:328px;
        left:450px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #CSHU1ivv6604JDAuwFIw76JmA3tW2cpQ {
        width:256px;
        height:33px;
        top:322px;
        left:495px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #v8oJVkczlN4bgxEzI1oIoOinqTcuoXJe {
        width:391px;
        height:;
        top:380px;
        left:373px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #quDbUl731xLRszWopfW05BenJsAGdU7A {
        display:block;
    }
    #quDbUl731xLRszWopfW05BenJsAGdU7A > .row .container {
        width:664px;
        position:relative;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #HsETCMzqqJqfeIqkti8hdCynus2NKhRc {
        width:463px;
        height:360.22198275862px;
        top:44px;
        left:0;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #XOMpdBIazTOnfhdFzMfa5Gh0X4HlBANQ {
        width:420px;
        height:49px;
        top:34px;
        left:344px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #ty0d20qw6WAosQgarP0PT0DNo3UIeVef {
        width:439px;
        height:56px;
        top:103px;
        left:325px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #d80CG47nr4GqsyTM7pohX0Hz2zdx4eTR {
        width:421px;
        height:112px;
        top:174px;
        left:343px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #Hah5sS9DTXIzAEWMUN11bwhShNF4Xs7k {
        width:439px;
        height:30px;
        top:329px;
        left:325px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #w4CHeQKXGz2NaZWoKCt5JvaVtr0tnZND {
        width:445px;
        height:1px;
        top:364px;
        left:319px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #upaNdhMNkzrcCp0di00yJBHoxTVw2isF {
        width:50px;
        height:50px;
        top:365px;
        left:710.5px;
        font-size:35px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #PcQSSlt343nwrCQmZil1T1ihqHagXoGo {
        width:50px;
        height:50px;
        top:365px;
        left:714px;
        font-size:35px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #gTRU6tMbMikvaVSCO81vFAO4lR5iUJEp {
        width:50px;
        height:50px;
        top:365px;
        left:714px;
        font-size:35px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #V0liTh5ZBveWLpgHNKi1zWo5K6V6i24K {
        display:block;
    }
    #V0liTh5ZBveWLpgHNKi1zWo5K6V6i24K > .row .container {
        width:764px;
        position:relative;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #TM0QvwpcqSfm2mntU8wep38biZaFwg62 {
        width:220px;
        height:220px;
        top:60px;
        left:0;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #GM8dZkM5ovddwV8yxQlDzmgniSTFsCyo {
        width:200px;
        height:26px;
        top:224px;
        left:0;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #VDlX8qB3cV8XtOldt8xwww29b5FPF8Nv {
        width:71px;
        height:88px;
        top:102px;
        left:59.5px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #Ion17dFTuzQyJXxIf5vv5lPTthyUFm4d {
        width:220px;
        height:220px;
        top:60px;
        left:160px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #SFGf2FfVvTtary2fzRDH4X7EsXZH8lWT {
        width:200px;
        height:26px;
        top:224px;
        left:182px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #H6JcCtBI5hhkaHWzlVCV1RskhtSmt45Q {
        width:81px;
        height:78px;
        top:107px;
        left:246px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #u25X2Xd7wFVAspGPsX1s6qVfIpwsQz8A {
        width:220px;
        height:220px;
        top:60px;
        left:351px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #qXyWaOunX5Lr2K4WvhBPwyvz5OicRcNT {
        width:200px;
        height:26px;
        top:224px;
        left:373px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #ilZ6du49PoQzpN9nqobQAyTeNiyuwBse {
        width:71px;
        height:71px;
        top:110px;
        left:442px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #xZxNrDSybsiVrInEHw1Gp8Sh8rfp2KqQ {
        width:220px;
        height:220px;
        top:60px;
        left:542px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #fq490t1VNwpiRFi0ovJnRSDyhXx1d2XM {
        width:200px;
        height:26px;
        top:224px;
        left:564px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #d3ztVvi1UAgH3BvuAG0aDTSnG3BBeWsz {
        width:90px;
        height:63px;
        top:114px;
        left:623.5px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #WCg5MfHmthnMlgbRJ3wICiyGT5HwlWzh {
        display:block;
    }
    #WCg5MfHmthnMlgbRJ3wICiyGT5HwlWzh > .row .container {
        width:764px;
        position:relative;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #ErEKokcJnNJ7md8ka2XHO5OEIEtXS8Tb {
        width:420px;
        height:49px;
        top:33px;
        left:172px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #JxLWfiPh70HXoqaaRpsmLFLXCMiwMLkU {
        display:block;
    }
    #JxLWfiPh70HXoqaaRpsmLFLXCMiwMLkU > .row .container {
        width:764px;
        position:relative;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #ASuw8JylKEOvGTTX34qqA9gkcs0am7Hy {
        width:214px;
        height:213px;
        top:0;
        left:16px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #noXoCZAcCokT26nInRCtcI3ew6wDTsKs {
        width:200px;
        height:26px;
        top:239px;
        left:23px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #nm9i0NJlxTmoVtgCwKhFbNoETQsn4Thg {
        width:200px;
        height:20px;
        top:271px;
        left:23px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #oK5PzGfwuRCR6IAeRPqN62Qdv7duCmqq {
        width:42px;
        height:2px;
        top:312px;
        left:102px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #hnDFR8hZCIpRyoMWQ6IyVkuWAMMmtczn {
        width:284px;
        height:140px;
        top:328px;
        left:0;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #h5Wy8TO1ZxWQiZw0Tx78wJWuLGlUp83V {
        width:284px;
        height:140px;
        top:328px;
        left:224px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #vVKNCiebUIq5TTOsQsbl24RiPZmeHl7T {
        width:200px;
        height:26px;
        top:239px;
        left:277px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #HDKuzeoan5HmQTcR4f5ksNJlQLsJFNKH {
        width:200px;
        height:20px;
        top:271px;
        left:277px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #Px8DZQPDZf5Jym2UKI0TxWc35iOfKe5D {
        width:42px;
        height:2px;
        top:312px;
        left:356px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #rfP5fUsfswlJQUSF82Tl2bf4uvrxKcs3 {
        width:214px;
        height:213px;
        top:0;
        left:270px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #c87WmJlv1go1UoNJ4OmQKtVK0ORT0Xe8 {
        width:284px;
        height:140px;
        top:328px;
        left:478px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #xkaLxnScGFqdy9iGXlzfZIQLuEPo5CX9 {
        width:200px;
        height:26px;
        top:239px;
        left:531px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #waRePWWdKX6VtkHh8UBVM3Qex3JXufQn {
        width:200px;
        height:20px;
        top:271px;
        left:531px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #wt62hevOs8roh9r5v4nZkWIwDPxKF2cS {
        width:42px;
        height:2px;
        top:312px;
        left:610px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #EGvIanGAa7MbNgac2GquC1NTMKmx1SLC {
        width:214px;
        height:213px;
        top:0;
        left:524px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #yFd4JMVp2Gum6Td93CXOASKT8wCbw989 {
        display:block;
    }
    #yFd4JMVp2Gum6Td93CXOASKT8wCbw989 > .row .container {
        width:764px;
        position:relative;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #NXZEa9e21sVVmblaaShLZEBoUtRtOQTf {
        width:428px;
        height:204px;
        top:159px;
        left:0;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #Q83VrbF69glDyaEXiam5atZuk0rvt7O4 {
        width:210px;
        height:50px;
        top:284px;
        left:147px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #p3QNe0xH2Dqih2BG8J5lCPxKOXMFz1Wm {
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #W2SOUeUZdtqBF1siZvInKhfvXz4EWKk5 {
        width:336px;
        height:36px;
        top:192px;
        left:0;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #fn5W57ydGXhHlycdU9HpEPghg1qoSuQM {
        width:428px;
        height:204px;
        top:159px;
        left:336px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #C2M1SC0u5eTSDEDvvOVKPTNfpxekrTuN {
        width:331px;
        height:36px;
        top:192px;
        left:433px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #hDyffcEUXt5oPpEVGr259SIIO1Rzbpx6 {
        width:210px;
        height:50px;
        top:284px;
        left:554px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #SMmzQ4ZSRGkFKkHTJsyhCA2ggKnWlzWA {
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #FeKWmIqlUiHqsWLXbSOgzQsbLKol9FqH {
        width:428px;
        height:204px;
        top:403px;
        left:0;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #gu3dC6t1vaCwtnP5z8fMgG3IEnRkR471 {
        width:336px;
        height:36px;
        top:436px;
        left:0;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #xqpGlFHzyXFyanVTtRKLpZL1TLgz7pbe {
        width:210px;
        height:50px;
        top:528px;
        left:147px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #GpBhXSsHzfdS91dCgtFLkCT5eJdm3oDH {
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #DZVAnGKOc2gfHup4hT8hKnQUMonOJDXX {
        width:428px;
        height:204px;
        top:403px;
        left:336px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #n7F9Tpq2KMC6mF6qTCrfaOzaZX7XNHP6 {
        width:331px;
        height:36px;
        top:436px;
        left:433px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #qZxTh9xcUkTfqDFd02tOLs9sCF9L7Btp {
        width:210px;
        height:50px;
        top:528px;
        left:554px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #ZPgzB3WaOoH5dBQwMG1Trh5C9KTLW36q {
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #EcywuIBcTSMwzinOHHwZCTo20w2XzTVU {
        width:420px;
        height:49px;
        top:61px;
        left:172px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW {
        display:block;
    }
    #ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW > .row .container {
        width:764px;
        position:relative;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #C0a53MuS2QBnHzeFnq3bbRyXCeSr4QzC {
        width:323px;
        height:39px;
        top:156px;
        left:0;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #EMK5TpCxuTN8d2T0GALJHQKlqqKuNRms {
        width:82px;
        height:40px;
        top:158px;
        left:8px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #BZvccTVOFPgJu1RhhX0WJZm92KMwMCuZ {
        width:431px;
        height:128px;
        top:233px;
        left:0;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #tU3Ssdoz5b66tygqNc6RDUHaAiGwWPLN {
        width:275px;
        height:1px;
        top:207px;
        left:0;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-regular-label {
        width:327px;
        margin-top:0px;
        margin-right:0px;
        margin-bottom:0px;
        margin-left:0px;
        height:auto;
    }
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-input-text {
        width:327px;
        margin-top:4px;
        margin-right:0px;
        margin-bottom:4px;
        margin-left:0px;
    }
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-input-text {
        padding-top: 0;
        padding-bottom: 0;
    }
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-textarea {
        width:327px;
        margin-top:4px;
        margin-right:0px;
        margin-bottom:4px;
        margin-left:0px;
    }
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-input-select {
        width:327px;
        margin-top:4px;
        margin-right:0px;
        margin-bottom:4px;
        margin-left:0px;
    }
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-input-select {
        padding-top: 0;
        padding-bottom: 0;
    }
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-input-button {
        width:327px;
        margin-top:4px;
        margin-right:0px;
        margin-bottom:4px;
        margin-left:0px;
    }
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-checkbox-label {
        width:308px;
        margin-top:0px;
        margin-right:0px;
        margin-bottom:0px;
        margin-left:0px;
    }
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk {
        width:327px;
        height:auto;
        top:66px;
        left:397px;
    }
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .radio-container {
        width:327px;
        margin-top:4px;
        margin-right:0px;
        margin-bottom:4px;
        margin-left:0px;
    }
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk {
        display:block;
    }
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk {
        width:327px;
        height:auto;
        top:66px;
        left:397px;
    }
}
@media only screen and (max-width: 959px) {
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #A19b0GT14JgDqvdGMeqaeiFQ0PiUBSv6 {
    }
}
@media only screen and (max-width: 959px) {
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #zBRuzC9HNcnvQPHPFPoutUgJIytWJ7OO {
    }
}
@media only screen and (max-width: 959px) {
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #z0fbu8XQ25TxAtDv16UBtgFpDxfae3z7 {
    }
}
@media only screen and (max-width: 959px) {
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #NZlH6sxEO4sEVW2EAdTkpoSMOMn4Mb7Q {
    }
}
@media only screen and (max-width: 959px) {
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #xZc7P9h5OgpELUAb9UQXX7Vs0iXfCZNC {
    }
}
@media only screen and (max-width: 959px) {
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #eSWaQhfpSPvDHuLTPOPDwulHxKhX3Ri5 {
    }
}
@media only screen and (max-width: 959px) {
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #GwkFpOLmIZyRsa4S0brVnyl8Qe411ME5 {
    }
}
@media only screen and (max-width: 959px) {
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #C6rosLVmOGRyI0hIfZKN3HxOh44gQcql {
    }
}
@media only screen and (max-width: 959px) {
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #KMtRRLdMxoVPBNx2NVaHoyow3eCRo5Lz {
    }
}
@media only screen and (max-width: 959px) {
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #TRRoRNEt5Kl8TnLESHUahS0AQTMET8BB {
    }
}
@media only screen and (max-width: 959px) {
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #hzKoaFPEemxMPfJ8OmoVkEM4kevqgUE2 {
    }
}
@media only screen and (max-width: 959px) {
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #LBGAKAssKdJwLBdTeoGEsqP1KbTLecw0 {
    }
}
@media only screen and (max-width: 959px) {
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #wE8vse1g6mGW57M4duTMv9Vn1MD7bwOL {
    }
}
@media only screen and (max-width: 959px) {
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #gOeJlHxLii2IsTLRIXySNNoXVmuEk0pI {
    }
}
@media only screen and (max-width: 959px) {
    #OhXFDFCTDvrERXAT8MDTlcGtGtcekSEC {
        width:404px;
        height:434px;
        top:44px;
        left:360px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    body {
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #ASmkywRGkTDa6EV7Tavatss7AVPlTrSI {
        display:block;
    }
    #ASmkywRGkTDa6EV7Tavatss7AVPlTrSI > .row .container {
        width:320px;
        height:857px;
        position:relative;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #KVxuK0rr18ePeDmNLoblGx1JuUa0AOLu {
        width:200px;
        height:26px;
        top:71px;
        left:60px;
        text-align:center;
        text-align-last:center;
        font-size:20px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #rcZ4LLqKZNgeiaFNoZGbUFz58Lt8rfxz {
        height:64px;
        width:208px;
        top:14px;
        left:50%;
        margin-left: -104px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #E6fH6bZ2B7tRLNztpcrE3hMoewVpXTOn {
        width:320px;
        height:28px;
        top:143px;
        left:0;
        text-align:center;
        text-align-last:center;
        font-size:22px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #XKunwqmUOJigMlBP3FOuQP47htvuEN1v {
        width:70px;
        height:31px;
        top:143.5px;
        left:146px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #awE4hLLJrywuTKezbirhWoxCL45Dih1N {
        width:320px;
        height:78px;
        top:207px;
        left:0;
        text-align:center;
        text-align-last:center;
        font-size:35px;
        line-height:.9;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #UsFleePKEPPKdWauLGa4RQGzE58gMk6W {
        width:294px;
        height:81px;
        top:314px;
        left:13px;
        text-align:center;
        text-align-last:center;
        font-size:15px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #yopHVkDV6p9RPRp0wFmlFKdL4EfbfbtT {
        width:210px;
        height:46px;
        top:430px;
        left:55px;
        font-size:15px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #uhN6GrTnnef7TltNO1F6UImepVuJ7G3M {
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #w5GpnIT4GTTiP9BDkHIdAeZDuct3hgNt {
        width:320px;
        height:242px;
        top:614px;
        left:0;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #SeQrI3s4sKQ8pT5udGWHmH1zwqLkGRsx {
        width:320px;
        height:79px;
        top:536px;
        left:0;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #d38DIDgPBNJX2pLkxSRxHpwwIr9J8g1G {
        width:203px;
        height:60px;
        top:547px;
        left:49px;
        text-align:center;
        text-align-last:center;
        font-size:23px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #PJQ2yr4XliayEvXqegQhyvtimhGRTTn7 {
        display:block;
    }
    #PJQ2yr4XliayEvXqegQhyvtimhGRTTn7 > .row .container {
        width:320px;
        height:900px;
        position:relative;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #SpRdGIVf0aOSf1mIhDB1yRpcD4OSqlwh {
        width:248px;
        height:26px;
        top:353px;
        left:55px;
        text-align:left;
        text-align-last:left;
        font-size:20px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #ZJz7EBhGAl4KQ9aW8t43PVP1KMuuUGQK {
        width:22px;
        height:22px;
        top:355px;
        left:14px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #RT3qWnqyCbHzbLQsz5rKUdH8twUBhTcD {
        width:292px;
        height:316px;
        top:404px;
        left:8px;
        font-size:15px;
        line-height:1.7;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #f32iRIWPB4X2ca1ZRHE4VOygaW4T42n6 {
        width:300px;
        height:316px;
        top:695px;
        left:10px;
        font-size:15px;
        line-height:1.7;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #oeeOea2PoAeTUQrinLuTEX2XTBco2yky {
        width:237px;
        height:26px;
        top:650.5px;
        left:55px;
        text-align:left;
        text-align-last:left;
        font-size:20px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #IInXO3uoXGWop8FaSQJzTAzJ5xOcosnW {
        width:23px;
        height:23px;
        top:652px;
        left:13.5px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #P6fOomV6TtHanccds9J7ozcWNu7PMPq7 {
        width:320px;
        height:312px;
        top:0;
        left:0;
        z-index:99999;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #scJb5GBWW2CLLSsPdt2VBoNUO4H3PFGd {
        width:22px;
        height:21px;
        top:43px;
        left:13px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #CSHU1ivv6604JDAuwFIw76JmA3tW2cpQ {
        width:224px;
        height:26px;
        top:40px;
        left:55px;
        text-align:left;
        text-align-last:left;
        font-size:20px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #v8oJVkczlN4bgxEzI1oIoOinqTcuoXJe {
        width:276px;
        height:191px;
        top:97px;
        left:10px;
        font-size:15px;
        line-height:1.7;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #quDbUl731xLRszWopfW05BenJsAGdU7A {
        background-color:#ffffff;
        background-image:none;
        display:block;
    }
    #quDbUl731xLRszWopfW05BenJsAGdU7A > .row .container {
        background-color: transparent;
        background-image: none;
    }
    #quDbUl731xLRszWopfW05BenJsAGdU7A::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0);
    }
    #quDbUl731xLRszWopfW05BenJsAGdU7A > .row .container::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0);
    }
    #quDbUl731xLRszWopfW05BenJsAGdU7A > .row > .video-iframe-container::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0);
    }
    #quDbUl731xLRszWopfW05BenJsAGdU7A > .row .container > .video-iframe-container::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0);
    }
    #quDbUl731xLRszWopfW05BenJsAGdU7A > .row .container {
        width:320px;
        height:643px;
        position:relative;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #HsETCMzqqJqfeIqkti8hdCynus2NKhRc {
        width:320px;
        height:248.96551724138px;
        top:10px;
        left:0;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #XOMpdBIazTOnfhdFzMfa5Gh0X4HlBANQ {
        width:320px;
        height:64px;
        top:289px;
        left:0;
        text-align:center;
        text-align-last:center;
        font-size:32px;
        line-height:1;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #ty0d20qw6WAosQgarP0PT0DNo3UIeVef {
        width:320px;
        height:75px;
        top:375px;
        left:0;
        text-align:center;
        text-align-last:center;
        line-height:1.7;
        font-size:15px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #d80CG47nr4GqsyTM7pohX0Hz2zdx4eTR {
        width:320px;
        height:150px;
        top:469px;
        left:0;
        text-align:center;
        text-align-last:center;
        font-size:15px;
        line-height:1.7;
        display:block;
    }

    #d80CG47nr4GqsyTM7pohX0Hz2zdx4eTR p {
        margin: 0 10px;
    }
}
@media only screen and (max-width: 959px) {
    #Hah5sS9DTXIzAEWMUN11bwhShNF4Xs7k {
        width:320px;
        height:25px;
        top:619px;
        left:0;
        text-align:center;
        text-align-last:center;
        line-height:1.7;
        font-size:15px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #w4CHeQKXGz2NaZWoKCt5JvaVtr0tnZND {
        width:320px;
        height:1px;
        top:676px;
        left:0;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #upaNdhMNkzrcCp0di00yJBHoxTVw2isF {
        width:50px;
        height:50px;
        top:686px;
        left:74px;
        font-size:35px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #PcQSSlt343nwrCQmZil1T1ihqHagXoGo {
        width:50px;
        height:50px;
        top:686px;
        left:196px;
        font-size:35px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #gTRU6tMbMikvaVSCO81vFAO4lR5iUJEp {
        width:50px;
        height:50px;
        top:686px;
        left:135px;
        font-size:35px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #V0liTh5ZBveWLpgHNKi1zWo5K6V6i24K {
        display:block;
    }
    #V0liTh5ZBveWLpgHNKi1zWo5K6V6i24K > .row .container {
        width:320px;
        height:371px;
        position:relative;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #TM0QvwpcqSfm2mntU8wep38biZaFwg62 {
        width:150px;
        height:150px;
        top:32px;
        left:3px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #GM8dZkM5ovddwV8yxQlDzmgniSTFsCyo {
        width:143px;
        height:20px;
        top:144px;
        left:5px;
        text-align:center;
        text-align-last:center;
        font-size:12px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #VDlX8qB3cV8XtOldt8xwww29b5FPF8Nv {
        width:57px;
        height:71px;
        top:51px;
        left:51px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #Ion17dFTuzQyJXxIf5vv5lPTthyUFm4d {
        width:150px;
        height:150px;
        top:32px;
        left:165px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #SFGf2FfVvTtary2fzRDH4X7EsXZH8lWT {
        width:135px;
        height:20px;
        top:144px;
        left:174px;
        text-align:center;
        text-align-last:center;
        font-size:12px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #H6JcCtBI5hhkaHWzlVCV1RskhtSmt45Q {
        width:61px;
        height:57px;
        top:60px;
        left:213px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #u25X2Xd7wFVAspGPsX1s6qVfIpwsQz8A {
        width:150px;
        height:150px;
        top:195px;
        left:3px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #qXyWaOunX5Lr2K4WvhBPwyvz5OicRcNT {
        width:132px;
        height:26px;
        top:307px;
        left:13px;
        text-align:center;
        text-align-last:center;
        font-size:12px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #ilZ6du49PoQzpN9nqobQAyTeNiyuwBse {
        width:65px;
        height:71px;
        top:212px;
        left:43px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #xZxNrDSybsiVrInEHw1Gp8Sh8rfp2KqQ {
        width:150px;
        height:150px;
        top:195px;
        left:166px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #fq490t1VNwpiRFi0ovJnRSDyhXx1d2XM {
        width:149px;
        height:20px;
        top:308px;
        left:167px;
        text-align:center;
        text-align-last:center;
        font-size:12px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #d3ztVvi1UAgH3BvuAG0aDTSnG3BBeWsz {
        width:90px;
        height:63px;
        top:226px;
        left:198px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #WCg5MfHmthnMlgbRJ3wICiyGT5HwlWzh {
        display:block;
    }
    #WCg5MfHmthnMlgbRJ3wICiyGT5HwlWzh > .row .container {
        width:320px;
        height:75px;
        position:relative;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #ErEKokcJnNJ7md8ka2XHO5OEIEtXS8Tb {
        width:320px;
        height:41px;
        top:20px;
        left:0;
        text-align:center;
        text-align-last:center;
        font-size:32px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #JxLWfiPh70HXoqaaRpsmLFLXCMiwMLkU {
        display:block;
    }
    #JxLWfiPh70HXoqaaRpsmLFLXCMiwMLkU > .row .container {
        width:320px;
        height:1438px;
        position:relative;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #ASuw8JylKEOvGTTX34qqA9gkcs0am7Hy {
        width:214px;
        height:213px;
        top:20px;
        left:53px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #noXoCZAcCokT26nInRCtcI3ew6wDTsKs {
        width:200px;
        height:26px;
        top:253px;
        left:60px;
        text-align:center;
        text-align-last:center;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #nm9i0NJlxTmoVtgCwKhFbNoETQsn4Thg {
        width:200px;
        height:20px;
        top:284px;
        left:60px;
        text-align:center;
        text-align-last:center;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #oK5PzGfwuRCR6IAeRPqN62Qdv7duCmqq {
        width:42px;
        height:2px;
        top:320px;
        left:139px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #hnDFR8hZCIpRyoMWQ6IyVkuWAMMmtczn {
        width:284px;
        height:100px;
        top:341px;
        left:18px;
        text-align:center;
        text-align-last:center;
        font-size:15px;
        line-height:1.7;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #h5Wy8TO1ZxWQiZw0Tx78wJWuLGlUp83V {
        width:284px;
        height:100px;
        top:807px;
        left:18px;
        text-align:center;
        text-align-last:center;
        font-size:15px;
        line-height:1.7;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #vVKNCiebUIq5TTOsQsbl24RiPZmeHl7T {
        width:200px;
        height:26px;
        top:716px;
        left:60px;
        text-align:center;
        text-align-last:center;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #HDKuzeoan5HmQTcR4f5ksNJlQLsJFNKH {
        width:200px;
        height:20px;
        top:747px;
        left:60px;
        text-align:center;
        text-align-last:center;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #Px8DZQPDZf5Jym2UKI0TxWc35iOfKe5D {
        width:42px;
        height:2px;
        top:783px;
        left:139px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #rfP5fUsfswlJQUSF82Tl2bf4uvrxKcs3 {
        width:214px;
        height:213px;
        top:483px;
        left:53px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #c87WmJlv1go1UoNJ4OmQKtVK0ORT0Xe8 {
        width:284px;
        height:100px;
        top:1272px;
        left:18px;
        text-align:center;
        text-align-last:center;
        font-size:15px;
        line-height:1.7;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #xkaLxnScGFqdy9iGXlzfZIQLuEPo5CX9 {
        width:200px;
        height:26px;
        top:1179px;
        left:60px;
        text-align:center;
        text-align-last:center;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #waRePWWdKX6VtkHh8UBVM3Qex3JXufQn {
        width:200px;
        height:20px;
        top:1213px;
        left:60px;
        text-align:center;
        text-align-last:center;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #wt62hevOs8roh9r5v4nZkWIwDPxKF2cS {
        width:42px;
        height:2px;
        top:1250px;
        left:139px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #EGvIanGAa7MbNgac2GquC1NTMKmx1SLC {
        width:214px;
        height:213px;
        top:946px;
        left:53px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #yFd4JMVp2Gum6Td93CXOASKT8wCbw989 {
        display:block;
    }
    #yFd4JMVp2Gum6Td93CXOASKT8wCbw989 > .row .container {
        width:320px;
        height:840px;
        position:relative;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #NXZEa9e21sVVmblaaShLZEBoUtRtOQTf {
        width:320px;
        height:130px;
        top:116px;
        left:0;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #Q83VrbF69glDyaEXiam5atZuk0rvt7O4 {
        width:210px;
        height:46px;
        top:221px;
        left:55px;
        font-size:15px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #p3QNe0xH2Dqih2BG8J5lCPxKOXMFz1Wm {
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #W2SOUeUZdtqBF1siZvInKhfvXz4EWKk5 {
        width:261px;
        height:62px;
        top:136px;
        left:29.5px;
        text-align:center;
        text-align-last:center;
        font-size:24px;
        line-height:1.2;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #fn5W57ydGXhHlycdU9HpEPghg1qoSuQM {
        width:320px;
        height:130px;
        top:286px;
        left:0;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #C2M1SC0u5eTSDEDvvOVKPTNfpxekrTuN {
        width:259px;
        height:62px;
        top:306px;
        left:30.5px;
        text-align:center;
        text-align-last:center;
        font-size:24px;
        line-height:1.2;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #hDyffcEUXt5oPpEVGr259SIIO1Rzbpx6 {
        width:210px;
        height:46px;
        top:393px;
        left:55px;
        font-size:15px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #SMmzQ4ZSRGkFKkHTJsyhCA2ggKnWlzWA {
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #FeKWmIqlUiHqsWLXbSOgzQsbLKol9FqH {
        width:320px;
        height:130px;
        top:459px;
        left:0;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #gu3dC6t1vaCwtnP5z8fMgG3IEnRkR471 {
        width:269px;
        height:62px;
        top:479px;
        left:25.5px;
        text-align:center;
        text-align-last:center;
        font-size:24px;
        line-height:1.2;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #xqpGlFHzyXFyanVTtRKLpZL1TLgz7pbe {
        width:210px;
        height:46px;
        top:566px;
        left:55px;
        font-size:15px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #GpBhXSsHzfdS91dCgtFLkCT5eJdm3oDH {
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #DZVAnGKOc2gfHup4hT8hKnQUMonOJDXX {
        width:320px;
        height:130px;
        top:632px;
        left:0;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #n7F9Tpq2KMC6mF6qTCrfaOzaZX7XNHP6 {
        width:263px;
        height:62px;
        top:652px;
        left:32.5px;
        text-align:center;
        text-align-last:center;
        font-size:24px;
        line-height:1.2;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #qZxTh9xcUkTfqDFd02tOLs9sCF9L7Btp {
        width:210px;
        height:46px;
        top:738px;
        left:55px;
        font-size:15px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #ZPgzB3WaOoH5dBQwMG1Trh5C9KTLW36q {
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #EcywuIBcTSMwzinOHHwZCTo20w2XzTVU {
        width:284px;
        height:64px;
        top:24px;
        left:18px;
        text-align:center;
        text-align-last:center;
        font-size:32px;
        line-height:1;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW {
        background-color:#ffffff;
        background-image:none;
        display:block;
    }
    #ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW > .row .container {
        background-color: transparent;
        background-image: none;
    }
    #ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW > .row > .video-iframe-container::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0);
    }
    #ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW > .row .container > .video-iframe-container::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0);
    }
    #ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW > .row .container {
        width:320px;
        height:606px;
        position:relative;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #C0a53MuS2QBnHzeFnq3bbRyXCeSr4QzC {
        width:320px;
        height:33px;
        top:22px;
        left:0;
        text-align:center;
        text-align-last:center;
        font-size:26px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #EMK5TpCxuTN8d2T0GALJHQKlqqKuNRms {
        width:72px;
        height:30px;
        top:23.5px;
        left:144px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #BZvccTVOFPgJu1RhhX0WJZm92KMwMCuZ {
        width:287px;
        height:80px;
        top:79px;
        left:16.5px;
        text-align:center;
        text-align-last:center;
        font-size:40px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #tU3Ssdoz5b66tygqNc6RDUHaAiGwWPLN {
        width:275px;
        height:1px;
        top:58px;
        left:22px;
        display:block;
    }
}
@media only screen and (max-width: 959px) {
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-regular-label {
        width:248px;
        margin-top:0px;
        margin-right:0px;
        margin-bottom:0px;
        margin-left:0px;
        height:auto;
        background-color:transparent;
        background-image:none;
    }
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-input-text {
        width:248px;
        margin-top:4px;
        margin-right:0px;
        margin-bottom:4px;
        margin-left:0px;
        height:46px;
    }
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-input-text {
        padding-top: 0;
        padding-bottom: 0;
    }
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-textarea {
        width:248px;
        margin-top:4px;
        margin-right:0px;
        margin-bottom:4px;
        margin-left:0px;
    }
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-input-select {
        width:248px;
        margin-top:4px;
        margin-right:0px;
        margin-bottom:4px;
        margin-left:0px;
    }
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-input-select {
        padding-top: 0;
        padding-bottom: 0;
    }
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-input-button {
        width:248px;
        margin-top:4px;
        margin-right:0px;
        margin-bottom:4px;
        margin-left:0px;
        height:46px;
        font-size:15px;
        overflow:hidden;
    }
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-checkbox-label {
        width:229px;
        margin-top:0px;
        margin-right:0px;
        margin-bottom:0px;
        margin-left:0px;
    }
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-container {
        padding-top:5px;
        padding-left:0;
        padding-right:0;
        padding-bottom:5px;
    }
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-container:first-of-type{
        padding-top:0;
    }
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-container:last-of-type{
        padding-bottom:0;
    }
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk {
        width:248px;
        height:auto;
        top:196px;
        left:16px;
    }
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .radio-container {
        width:248px;
        margin-top:4px;
        margin-right:0px;
        margin-bottom:4px;
        margin-left:0px;
    }
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk {
        display:block;
    }
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk {
        width:248px;
        height:auto;
        top:196px;
        left:16px;
    }
}
@media only screen and (max-width: 959px) {
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #A19b0GT14JgDqvdGMeqaeiFQ0PiUBSv6 {
    }
}
@media only screen and (max-width: 959px) {
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #zBRuzC9HNcnvQPHPFPoutUgJIytWJ7OO {
    }
}
@media only screen and (max-width: 959px) {
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #z0fbu8XQ25TxAtDv16UBtgFpDxfae3z7 {
    }
}
@media only screen and (max-width: 959px) {
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #NZlH6sxEO4sEVW2EAdTkpoSMOMn4Mb7Q {
    }
}
@media only screen and (max-width: 959px) {
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #xZc7P9h5OgpELUAb9UQXX7Vs0iXfCZNC {
    }
}
@media only screen and (max-width: 959px) {
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #eSWaQhfpSPvDHuLTPOPDwulHxKhX3Ri5 {
    }
}
@media only screen and (max-width: 959px) {
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #GwkFpOLmIZyRsa4S0brVnyl8Qe411ME5 {
    }
}
@media only screen and (max-width: 959px) {
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #C6rosLVmOGRyI0hIfZKN3HxOh44gQcql {
    }
}
@media only screen and (max-width: 959px) {
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #KMtRRLdMxoVPBNx2NVaHoyow3eCRo5Lz {
    }
}
@media only screen and (max-width: 959px) {
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #TRRoRNEt5Kl8TnLESHUahS0AQTMET8BB {
    }
}
@media only screen and (max-width: 959px) {
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #hzKoaFPEemxMPfJ8OmoVkEM4kevqgUE2 {
    }
}
@media only screen and (max-width: 959px) {
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #LBGAKAssKdJwLBdTeoGEsqP1KbTLecw0 {
    }
}
@media only screen and (max-width: 959px) {
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #wE8vse1g6mGW57M4duTMv9Vn1MD7bwOL {
    }
}
@media only screen and (max-width: 959px) {
    #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #gOeJlHxLii2IsTLRIXySNNoXVmuEk0pI {
    }
}
@media only screen and (max-width: 959px) {
    #OhXFDFCTDvrERXAT8MDTlcGtGtcekSEC {
        width:320px;
        height:402px;
        top:173px;
        left:0;
        display:block;
    }
}
