.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;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
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: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.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);
  width: 100%;
  z-index: 1;
}
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-popupcloser {
  z-index: 2147483647 !important;
}
.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;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/oKpQc4CU/MS_oferta_warsztaty_na_www_7_.png");background-position:top right !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM > .row > .video-iframe-container { display: none; }#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM > .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); }#i6DdHUeV7OWzONnwtU3PgGThTdi5lntT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i6DdHUeV7OWzONnwtU3PgGThTdi5lntT > .row .container { background-color: transparent; background-image: none; }#i6DdHUeV7OWzONnwtU3PgGThTdi5lntT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6DdHUeV7OWzONnwtU3PgGThTdi5lntT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6DdHUeV7OWzONnwtU3PgGThTdi5lntT > .row .container > .video-iframe-container { display: none; }#i6DdHUeV7OWzONnwtU3PgGThTdi5lntT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6DdHUeV7OWzONnwtU3PgGThTdi5lntT > .row > .video-iframe-container { display: none; }#i6DdHUeV7OWzONnwtU3PgGThTdi5lntT > .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); }#i6DdHUeV7OWzONnwtU3PgGThTdi5lntT > .row .container { border-width: 0; border-radius: 0; }#i6DdHUeV7OWzONnwtU3PgGThTdi5lntT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i6DdHUeV7OWzONnwtU3PgGThTdi5lntT > .row .container { font-size:14px;font-family:arial;height:106px;width:960px;position:relative;display:block; }#kUfIbXTKdi7VJikirMdzEKAG980I4nFL { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:61px;width:148px;top:22.48046875px;left:54.4921875px;overflow:hidden;display:block; }
#CNbmQ7mWPSiV5Mz6PFl5L7JBu6RhlAfP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:65.9961px;width:180.996px;top:19.98046875px;left:748.515625px;overflow:hidden;display:block; }
#qW88FHNisuN7ktQ0q6ug8os1M074Pa5B { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:535.996px;width:960px;top:105.9765625px;left:0px;overflow:hidden;display:block; }
#uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl { background-color:transparent;background-image:url("https://images.assets-landingi.com/oKpQc4CU/MS_oferta_warsztaty_na_www_7_.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl.adaptive-delivery-prevent-bg, #uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl.lazyload, #uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl.lazyloading { background-image: none; }#uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl > .row .container { background-color: transparent; background-image: none; }#uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl > .row .container > .video-iframe-container { display: none; }#uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl > .row > .video-iframe-container { display: none; }#uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl > .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); }#uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl > .row .container { border-width: 0; border-radius: 0; }#uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl > .row .container { width:960px;height:536px;font-size:14px;font-family:arial;position:relative;display:block; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno { background-color:transparent;background-image:url("https://images.assets-landingi.com/qE5uNzVT/Projekt_bez_tytu_u_29_.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno.adaptive-delivery-prevent-bg, #leTTHSqwkoRO6FGd3eBiIxglDCR87eno.lazyload, #leTTHSqwkoRO6FGd3eBiIxglDCR87eno.lazyloading { background-image: none; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container { background-color: transparent; background-image: none; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container > .video-iframe-container { display: none; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row > .video-iframe-container { display: none; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .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); }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container { border-width: 0; border-radius: 0; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container { width:960px;height:406px;font-size:14px;font-family:arial;position:relative;display:block; }#RxCyHkVgu4qlogCKpo74c8uCsHvM1dpD { color:#ffffff;display:block;width:662px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:67.78125px;left:151.390625px;height:251.9532px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yFXtkLu45alyEErt84PfMOrVCqBaTy9Z { color:#000000;display:block;width:960px;position:absolute;font-family:lato;font-size:24px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:36.59375px;left:2.390625px;height:31.1914px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bDWTpTnxSOTcIapFl4rvUf0U7xDNG7wR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b0caa359-2bca-40ee-88ed-6637f691f71e/logosyForum1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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-shadow: none;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:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:330.78125px;left:342.36328125px;display:block; }#bDWTpTnxSOTcIapFl4rvUf0U7xDNG7wR.adaptive-delivery-prevent-bg, #bDWTpTnxSOTcIapFl4rvUf0U7xDNG7wR.lazyload, #bDWTpTnxSOTcIapFl4rvUf0U7xDNG7wR.lazyloading { background-image: none; }
#KQkaBQbVfnl05THaJybEdn5z4HIksyiK { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#RQK8ELlmAM1Gfk3WAH9LepJCDzvTkor4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/qE5uNzVT/Projekt_bez_tytu_u_29_.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RQK8ELlmAM1Gfk3WAH9LepJCDzvTkor4.adaptive-delivery-prevent-bg, #RQK8ELlmAM1Gfk3WAH9LepJCDzvTkor4.lazyload, #RQK8ELlmAM1Gfk3WAH9LepJCDzvTkor4.lazyloading { background-image: none; }#RQK8ELlmAM1Gfk3WAH9LepJCDzvTkor4 > .row .container { background-color: transparent; background-image: none; }#RQK8ELlmAM1Gfk3WAH9LepJCDzvTkor4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#RQK8ELlmAM1Gfk3WAH9LepJCDzvTkor4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQK8ELlmAM1Gfk3WAH9LepJCDzvTkor4 > .row .container > .video-iframe-container { display: none; }#RQK8ELlmAM1Gfk3WAH9LepJCDzvTkor4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#RQK8ELlmAM1Gfk3WAH9LepJCDzvTkor4 > .row > .video-iframe-container { display: none; }#RQK8ELlmAM1Gfk3WAH9LepJCDzvTkor4 > .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); }#RQK8ELlmAM1Gfk3WAH9LepJCDzvTkor4 > .row .container { border-width: 0; border-radius: 0; }#RQK8ELlmAM1Gfk3WAH9LepJCDzvTkor4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RQK8ELlmAM1Gfk3WAH9LepJCDzvTkor4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RQK8ELlmAM1Gfk3WAH9LepJCDzvTkor4 > .row .container { width:960px;height:222px;font-size:14px;font-family:arial;position:relative;display:block; }#TAUqm4fImWt8KphAIUz7tVPWlfI9h6pZ { color:#000000;display:block;width:960px;position:absolute;font-family:lato;font-size:24px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:29.00390625px;left:0px;height:31.1914px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TEAXef2Zz2sizSGJysbU2M8EBwyLN1by { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:146.992px;width:375px;top:58.9453125px;left:294.8828125px;overflow:hidden;display:block; }
#P6M4f4MwAM29rUARMq6x9lVHk4uwogTe { background-color:#44a1b0;background-image:url("https://images.assets-landingi.com/uc/b0caa359-2bca-40ee-88ed-6637f691f71e/logosyForum1.png");background-position:center left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P6M4f4MwAM29rUARMq6x9lVHk4uwogTe.adaptive-delivery-prevent-bg, #P6M4f4MwAM29rUARMq6x9lVHk4uwogTe.lazyload, #P6M4f4MwAM29rUARMq6x9lVHk4uwogTe.lazyloading { background-image: none; }#P6M4f4MwAM29rUARMq6x9lVHk4uwogTe > .row .container { background-color: transparent; background-image: none; }#P6M4f4MwAM29rUARMq6x9lVHk4uwogTe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6M4f4MwAM29rUARMq6x9lVHk4uwogTe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6M4f4MwAM29rUARMq6x9lVHk4uwogTe > .row .container > .video-iframe-container { display: none; }#P6M4f4MwAM29rUARMq6x9lVHk4uwogTe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6M4f4MwAM29rUARMq6x9lVHk4uwogTe > .row > .video-iframe-container { display: none; }#P6M4f4MwAM29rUARMq6x9lVHk4uwogTe > .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); }#P6M4f4MwAM29rUARMq6x9lVHk4uwogTe > .row .container { border-width: 0; border-radius: 0; }#P6M4f4MwAM29rUARMq6x9lVHk4uwogTe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P6M4f4MwAM29rUARMq6x9lVHk4uwogTe > .row .container { width:960px;height:69px;font-size:14px;font-family:arial;position:relative;display:block; }#orTrDxQfNGKSmSSPtqIunKkDrhtdr5Qe { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:94px;width:94px;top:60px;left:225.375px;overflow:hidden;display:block; }
#LTl060GN4LlXLI08eGeE4KkKqHwCgENX { position:relative;display:block; }#LTl060GN4LlXLI08eGeE4KkKqHwCgENX { background-color: transparent; background-image: none; }#LTl060GN4LlXLI08eGeE4KkKqHwCgENX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTl060GN4LlXLI08eGeE4KkKqHwCgENX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#LTl060GN4LlXLI08eGeE4KkKqHwCgENX > .row .container > .video-iframe-container { display: none; }#LTl060GN4LlXLI08eGeE4KkKqHwCgENX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTl060GN4LlXLI08eGeE4KkKqHwCgENX > .row > .video-iframe-container { display: none; }#LTl060GN4LlXLI08eGeE4KkKqHwCgENX > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#LTl060GN4LlXLI08eGeE4KkKqHwCgENX { border-width: 0; border-radius: 0; }#LTl060GN4LlXLI08eGeE4KkKqHwCgENX > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LTl060GN4LlXLI08eGeE4KkKqHwCgENX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LTl060GN4LlXLI08eGeE4KkKqHwCgENX > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/oKpQc4CU/MS_oferta_warsztaty_na_www_7_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:695px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#LTl060GN4LlXLI08eGeE4KkKqHwCgENX > .row .container.adaptive-delivery-prevent-bg, #LTl060GN4LlXLI08eGeE4KkKqHwCgENX > .row .container.lazyload, #LTl060GN4LlXLI08eGeE4KkKqHwCgENX > .row .container.lazyloading { background-image: none; }#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-form-header {  }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:12px;font-weight:bold;color:#ffffff;width:910px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1.4; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:910px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:910px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:910px;box-sizing:border-box;height:40px;color:#646464;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-button { border-top-left-radius:42px;border-top-right-radius:42px;border-bottom-left-radius:42px;border-bottom-right-radius:42px;background-color:#ffffff;background-image:none;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:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:15px;font-weight:bold;color:#000000;width:910px;height:55px;font-family:"open sans";overflow:hidden; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.7;font-size:11px;font-weight:300;color:#ffffff;vertical-align:top;width:890px;overflow:hidden;font-style:normal; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-container:first-of-type{padding-top:0;}#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-container:last-of-type{padding-bottom:0;}#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR  { background-color:#373d7b;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:910px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 2px 10px rgba(0,0,0,0.15) ;left:10px;top:71.944458007812px;z-index:15000;position:absolute; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:910px;display:block;vertical-align:top; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:11px;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR {display:block;}#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR { background-color:#373d7b;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:910px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 2px 10px rgba(0,0,0,0.15) ;left:10px;top:71.944458007812px;z-index:15000;position:absolute; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #Misl8kMP19IQJW0oqqsmi9Q2gz9IOOcA { position:relative; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #dJx7IUPzTvx23ov78wOZaT1dJ9bUNzZm { position:relative;display:block; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #kdKV92syxm07r0J9PUGldIw1muntF7nh { position:relative; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #Zuw4u3i2Hq05NNFclbwxRhgE4di2mXFa { position:relative; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #ebhJ6XwhnLfON957Sqx2HdPHTK1hB2Iz { position:relative;display:block; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #PEuQJZORlFASC6GQ2aNuH1E9hoXn4hrg { position:relative; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #bFtERIkmAOUNGOhXOEkyoU35G7y1gAWz { position:relative; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #x7TdPKLkwSzvUSZrI5pnkQrQ09elv5ZV { position:relative;display:block; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #mgplAaotvWwBsGabuba0wMDe5oZXOH3D { position:relative; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #q90N0sohB292WTlzkRq4NZv7wCNwdAol { position:relative; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #h3nbSqcBkQt1LnF3hdEgCy0mcPTG2E6o { position:relative;display:block; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #CxgK9B2PsRMHlnSBl22dV57xCQoscf2T { position:relative; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #uebKBwgqJD6ZBWR68LCWvGu4ubctB4dE { position:relative; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #ZfNFXxzOQpVz8NcrIQKoN3EEEvh6JxgV { position:relative;display:block; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #TBMc78oWqZQRBeBpsoxnDpqT5RsiLpVp { position:relative; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #zi8SHxc6E5wIkf7FNC6Lcgt5dgU6b8sx { position:relative; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #KvUgTBrnBuEvquTFLhUnzDtdwNf3qcPN { position:relative;display:block; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #WNxfT1sDXBcgFwqOqCWO4VkKkkQMkGcB { position:relative; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #tS6v1t5BrHPukgBBbkK9b7qs8u3OpSJZ { position:relative; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #lrs1iF1AszF7T7QP8lbTaa0qcBAKxrcz { position:relative;z-index:2; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #pSW25DuCkwDqV0y77nPt1SrRJVmCcI7p { position:relative; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #nB0WkZf8ofEAPlcM3okAWrWkO77X7ZqK { position:relative; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #TLn8u9oJ4T9tSWlQa79VWqy6FF8SNs9B { position:relative;z-index:2; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #wOqQpRoTlP7AfDn21EHhn6EpARu5TstU { position:relative; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #IFTMaq8bGUMCkOQ2xA4PrV94NobVJsgI { position:relative; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #NMmf14m9HNNeAIVrmS6ogdUBs5m9NlJa { position:relative; }
#HugAR9nkTh9ZKbi2JEfn1zQUIV3TFcCI { color:#000000;display:block;width:905px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:25px;left:54.987487792969px;height:28px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hPpWJSztrkQI7lphd4mn4mffswy9x8Hm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/6X4ebZbm/img07_02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hPpWJSztrkQI7lphd4mn4mffswy9x8Hm.adaptive-delivery-prevent-bg, #hPpWJSztrkQI7lphd4mn4mffswy9x8Hm.lazyload, #hPpWJSztrkQI7lphd4mn4mffswy9x8Hm.lazyloading { background-image: none; }#hPpWJSztrkQI7lphd4mn4mffswy9x8Hm > .row .container { background-color: transparent; background-image: none; }#hPpWJSztrkQI7lphd4mn4mffswy9x8Hm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPpWJSztrkQI7lphd4mn4mffswy9x8Hm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPpWJSztrkQI7lphd4mn4mffswy9x8Hm > .row .container > .video-iframe-container { display: none; }#hPpWJSztrkQI7lphd4mn4mffswy9x8Hm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPpWJSztrkQI7lphd4mn4mffswy9x8Hm > .row > .video-iframe-container { display: none; }#hPpWJSztrkQI7lphd4mn4mffswy9x8Hm > .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); }#hPpWJSztrkQI7lphd4mn4mffswy9x8Hm > .row .container { border-width: 0; border-radius: 0; }#hPpWJSztrkQI7lphd4mn4mffswy9x8Hm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hPpWJSztrkQI7lphd4mn4mffswy9x8Hm > .row .container { font-size:14px;font-family:arial;height:110px;width:960px;position:relative;display:block; }#K14CT0V4PPU223RWhm9w0Kv8bike5e0z { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51px;width:154px;top:29.5px;left:508px;overflow:hidden;display:block; }
#ZBbTJAUByKqU7cw2XOkxnPhkovuZuC1O { color:#000000;display:block;width:200px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:44.59375px;left:298.390625px;height:20.7969px;font-style:normal;display:block; }
#OgGa6FxFtXzGn8J2gTuTm8udWM3dRAxs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#185810;background-image:url("https://images.assets-landingi.com/uc/b0caa359-2bca-40ee-88ed-6637f691f71e/logosyForum1.png");background-position:center left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OgGa6FxFtXzGn8J2gTuTm8udWM3dRAxs.adaptive-delivery-prevent-bg, #OgGa6FxFtXzGn8J2gTuTm8udWM3dRAxs.lazyload, #OgGa6FxFtXzGn8J2gTuTm8udWM3dRAxs.lazyloading { background-image: none; }#OgGa6FxFtXzGn8J2gTuTm8udWM3dRAxs > .row .container { background-color: transparent; background-image: none; }#OgGa6FxFtXzGn8J2gTuTm8udWM3dRAxs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgGa6FxFtXzGn8J2gTuTm8udWM3dRAxs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgGa6FxFtXzGn8J2gTuTm8udWM3dRAxs > .row .container > .video-iframe-container { display: none; }#OgGa6FxFtXzGn8J2gTuTm8udWM3dRAxs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgGa6FxFtXzGn8J2gTuTm8udWM3dRAxs > .row > .video-iframe-container { display: none; }#OgGa6FxFtXzGn8J2gTuTm8udWM3dRAxs > .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); }#OgGa6FxFtXzGn8J2gTuTm8udWM3dRAxs > .row .container { border-width: 0; border-radius: 0; }#OgGa6FxFtXzGn8J2gTuTm8udWM3dRAxs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OgGa6FxFtXzGn8J2gTuTm8udWM3dRAxs > .row .container { font-size:14px;font-family:arial;height:71px;width:960px;position:relative;display:block; }#hSM84kvAbpE4Tl1NOSlQrd2uEf6gP1Z0 { color:#ffffff;display:block;width:960px;position:absolute;font-family:lato;font-size:32px;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:7.997184753418px;left:0px;height:38.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ucefnnNINe9LTnkg2NdprwWXJecBXDTr { color:#ffffff;display:block;width:960px;position:absolute;font-family:lato;font-size:26px;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:20px;left:0px;height:31.1914px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WfFtyEPy3wHcEZsPgyHcWvEiCEPytfLN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WfFtyEPy3wHcEZsPgyHcWvEiCEPytfLN > .row .container { background-color: transparent; background-image: none; }#WfFtyEPy3wHcEZsPgyHcWvEiCEPytfLN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfFtyEPy3wHcEZsPgyHcWvEiCEPytfLN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfFtyEPy3wHcEZsPgyHcWvEiCEPytfLN > .row .container > .video-iframe-container { display: none; }#WfFtyEPy3wHcEZsPgyHcWvEiCEPytfLN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfFtyEPy3wHcEZsPgyHcWvEiCEPytfLN > .row > .video-iframe-container { display: none; }#WfFtyEPy3wHcEZsPgyHcWvEiCEPytfLN > .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); }#WfFtyEPy3wHcEZsPgyHcWvEiCEPytfLN > .row .container { border-width: 0; border-radius: 0; }#WfFtyEPy3wHcEZsPgyHcWvEiCEPytfLN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WfFtyEPy3wHcEZsPgyHcWvEiCEPytfLN > .row .container { font-size:14px;font-family:arial;height:201px;width:960px;position:relative;display:block; }#iXC4Fkc3HX8qeeXE2WQ8eOSDUdfnHcXR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200px;width:960px;top:0px;left:0px;overflow:hidden;display:block; }
#BcJWgtEBkD4s3a6APJ8s1fi0ccPp7g5G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#185810;background-image:url("https://images.assets-landingi.com/uc/b0caa359-2bca-40ee-88ed-6637f691f71e/logosyForum1.png");background-position:center left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BcJWgtEBkD4s3a6APJ8s1fi0ccPp7g5G.adaptive-delivery-prevent-bg, #BcJWgtEBkD4s3a6APJ8s1fi0ccPp7g5G.lazyload, #BcJWgtEBkD4s3a6APJ8s1fi0ccPp7g5G.lazyloading { background-image: none; }#BcJWgtEBkD4s3a6APJ8s1fi0ccPp7g5G > .row .container { background-color: transparent; background-image: none; }#BcJWgtEBkD4s3a6APJ8s1fi0ccPp7g5G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcJWgtEBkD4s3a6APJ8s1fi0ccPp7g5G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcJWgtEBkD4s3a6APJ8s1fi0ccPp7g5G > .row .container > .video-iframe-container { display: none; }#BcJWgtEBkD4s3a6APJ8s1fi0ccPp7g5G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcJWgtEBkD4s3a6APJ8s1fi0ccPp7g5G > .row > .video-iframe-container { display: none; }#BcJWgtEBkD4s3a6APJ8s1fi0ccPp7g5G > .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); }#BcJWgtEBkD4s3a6APJ8s1fi0ccPp7g5G > .row .container { border-width: 0; border-radius: 0; }#BcJWgtEBkD4s3a6APJ8s1fi0ccPp7g5G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BcJWgtEBkD4s3a6APJ8s1fi0ccPp7g5G > .row .container { font-size:14px;font-family:arial;height:17px;width:960px;position:relative;display:block; }#AqN1XlVenMLNFmhyRiVnpWsMgvLRlM55 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/6X4ebZbm/img07_02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AqN1XlVenMLNFmhyRiVnpWsMgvLRlM55.adaptive-delivery-prevent-bg, #AqN1XlVenMLNFmhyRiVnpWsMgvLRlM55.lazyload, #AqN1XlVenMLNFmhyRiVnpWsMgvLRlM55.lazyloading { background-image: none; }#AqN1XlVenMLNFmhyRiVnpWsMgvLRlM55 > .row .container { background-color: transparent; background-image: none; }#AqN1XlVenMLNFmhyRiVnpWsMgvLRlM55::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqN1XlVenMLNFmhyRiVnpWsMgvLRlM55 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqN1XlVenMLNFmhyRiVnpWsMgvLRlM55 > .row .container > .video-iframe-container { display: none; }#AqN1XlVenMLNFmhyRiVnpWsMgvLRlM55 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqN1XlVenMLNFmhyRiVnpWsMgvLRlM55 > .row > .video-iframe-container { display: none; }#AqN1XlVenMLNFmhyRiVnpWsMgvLRlM55 > .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); }#AqN1XlVenMLNFmhyRiVnpWsMgvLRlM55 > .row .container { border-width: 0; border-radius: 0; }#AqN1XlVenMLNFmhyRiVnpWsMgvLRlM55 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AqN1XlVenMLNFmhyRiVnpWsMgvLRlM55 > .row .container { font-size:14px;font-family:arial;height:42px;width:960px;position:relative;display:block; }#AEFNuFogGNikZqhtbeqFfLsh4ioqklbp { background-color:transparent;background-image:url("https://images.assets-landingi.com/qE5uNzVT/Projekt_bez_tytu_u_29_.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AEFNuFogGNikZqhtbeqFfLsh4ioqklbp.adaptive-delivery-prevent-bg, #AEFNuFogGNikZqhtbeqFfLsh4ioqklbp.lazyload, #AEFNuFogGNikZqhtbeqFfLsh4ioqklbp.lazyloading { background-image: none; }#AEFNuFogGNikZqhtbeqFfLsh4ioqklbp > .row .container { background-color: transparent; background-image: none; }#AEFNuFogGNikZqhtbeqFfLsh4ioqklbp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#AEFNuFogGNikZqhtbeqFfLsh4ioqklbp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEFNuFogGNikZqhtbeqFfLsh4ioqklbp > .row .container > .video-iframe-container { display: none; }#AEFNuFogGNikZqhtbeqFfLsh4ioqklbp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#AEFNuFogGNikZqhtbeqFfLsh4ioqklbp > .row > .video-iframe-container { display: none; }#AEFNuFogGNikZqhtbeqFfLsh4ioqklbp > .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); }#AEFNuFogGNikZqhtbeqFfLsh4ioqklbp > .row .container { border-width: 0; border-radius: 0; }#AEFNuFogGNikZqhtbeqFfLsh4ioqklbp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AEFNuFogGNikZqhtbeqFfLsh4ioqklbp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AEFNuFogGNikZqhtbeqFfLsh4ioqklbp > .row .container { width:960px;height:669px;font-size:14px;font-family:arial;position:relative;display:block; }#eqSQoZHbcexRqgOuyAh5gUEXO7Xad0os { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:400px;width:600px;top:81px;left:179.5px;overflow:hidden;display:block; }
#N28FcTPwxAQFWlwQIw6MumKTMH3fgPPe { color:#000000;display:block;width:960px;position:absolute;font-family:lato;font-size:19px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:489.625px;left:0px;height:24.6875px;text-align:center;text-align-last:center;display:block; }
#KdR0tHdzCcCn9IOHSZaDNeTrEw9W1pwq { color:#000000;display:block;width:960px;position:absolute;font-family:lato;font-size:26px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12px;left:0px;height:33.7891px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sUZRnuu3TNTDuZPT0WSP00eh3xgIxFO5 { color:#000000;display:block;width:891.992px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:550px;left:33.4765625px;height:124.6875px;text-align:center;text-align-last:center;display:block; }
#carZDz164TRNnDa4S34sxMI70kwl5Np5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#carZDz164TRNnDa4S34sxMI70kwl5Np5 > .row .container { background-color: transparent; background-image: none; }#carZDz164TRNnDa4S34sxMI70kwl5Np5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#carZDz164TRNnDa4S34sxMI70kwl5Np5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#carZDz164TRNnDa4S34sxMI70kwl5Np5 > .row .container > .video-iframe-container { display: none; }#carZDz164TRNnDa4S34sxMI70kwl5Np5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#carZDz164TRNnDa4S34sxMI70kwl5Np5 > .row > .video-iframe-container { display: none; }#carZDz164TRNnDa4S34sxMI70kwl5Np5 > .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); }#carZDz164TRNnDa4S34sxMI70kwl5Np5 > .row .container { border-width: 0; border-radius: 0; }#carZDz164TRNnDa4S34sxMI70kwl5Np5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#carZDz164TRNnDa4S34sxMI70kwl5Np5 > .row .container { font-size:14px;font-family:arial;height:220px;width:960px;position:relative;display:block; }#AgEDB99EEEQeQEnfrF7rwz4TumgKCccw { color:#000000;display:block;width:921px;position:absolute;font-family:lato;font-size:32px;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:32px;left:10px;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lXkbmXPsPuSWDnwlIfTS5hU8hkmwzmsD { color:#000000;display:block;width:502px;position:absolute;font-family:lato;font-size:23px;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:71px;left:439.5px;height:27.5977px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BZkUapNQoED49zTpTWRI5VvCKCVRKUIs { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:166px;width:166px;top:38px;left:249.59375px;overflow:hidden;display:block; }
#B1RK8imabOTtNkiirNzdhhR9Ks3ZaeBO { color:#6a6a6a;display:block;width:314px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:116.796875px;left:439.5px;height:67.1484px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hA3yD9daxlMk7W8fykynCvo2KdETMh4o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hA3yD9daxlMk7W8fykynCvo2KdETMh4o > .row .container { background-color: transparent; background-image: none; }#hA3yD9daxlMk7W8fykynCvo2KdETMh4o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hA3yD9daxlMk7W8fykynCvo2KdETMh4o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hA3yD9daxlMk7W8fykynCvo2KdETMh4o > .row .container > .video-iframe-container { display: none; }#hA3yD9daxlMk7W8fykynCvo2KdETMh4o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hA3yD9daxlMk7W8fykynCvo2KdETMh4o > .row > .video-iframe-container { display: none; }#hA3yD9daxlMk7W8fykynCvo2KdETMh4o > .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); }#hA3yD9daxlMk7W8fykynCvo2KdETMh4o > .row .container { border-width: 0; border-radius: 0; }#hA3yD9daxlMk7W8fykynCvo2KdETMh4o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hA3yD9daxlMk7W8fykynCvo2KdETMh4o > .row .container { font-size:14px;font-family:arial;height:140px;width:960px;position:relative;display:block; }#sLcSI7y2yb5aa5VIuoTqEa4m6BhBzpfm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:64px;width:168px;top:10.48828125px;left:408.984375px;overflow:hidden;display:block; }
#GvEOLcPGSm84Zk4Sr6cT5zzggU9oztzL { color:#000000;display:block;width:956.989px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:84.98583984375px;left:0px;height:41.5625px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #i6DdHUeV7OWzONnwtU3PgGThTdi5lntT { display:block; }#i6DdHUeV7OWzONnwtU3PgGThTdi5lntT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #kUfIbXTKdi7VJikirMdzEKAG980I4nFL { width:144px;height:59px;top:7px;left:294px;display:block; }
 }@media only screen and (max-width: 959px) { #CNbmQ7mWPSiV5Mz6PFl5L7JBu6RhlAfP { width:180px;height:65.6329311145px;top:19px;left:583px;display:block; }
 }@media only screen and (max-width: 959px) { #qW88FHNisuN7ktQ0q6ug8os1M074Pa5B { width:764px;height:426.56348333333px;top:105px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl { display:block; }#uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl > .row .container { width:764px;height:383px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #leTTHSqwkoRO6FGd3eBiIxglDCR87eno { display:block; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container { width:764px;height:393px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #RxCyHkVgu4qlogCKpo74c8uCsHvM1dpD { width:578px;height:293.3334px;top:34.5px;left:116.5px;text-align:center;text-align-last:center;font-size:15px;line-height:1.8;display:block; }
 }@media only screen and (max-width: 959px) { #yFXtkLu45alyEErt84PfMOrVCqBaTy9Z { width:386px;height:31.1111px;top:21.5px;left:222.5px;font-size:24px;display:block; }
 }@media only screen and (max-width: 959px) { #bDWTpTnxSOTcIapFl4rvUf0U7xDNG7wR { width:280px;height:55px;top:324.375px;left:250px;display:block; }
 }@media only screen and (max-width: 959px) { #KQkaBQbVfnl05THaJybEdn5z4HIksyiK { display:block; }
 }@media only screen and (max-width: 959px) { #RQK8ELlmAM1Gfk3WAH9LepJCDzvTkor4 { display:block; }#RQK8ELlmAM1Gfk3WAH9LepJCDzvTkor4 > .row .container { width:764px;height:393px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TAUqm4fImWt8KphAIUz7tVPWlfI9h6pZ { width:386px;height:31.1111px;top:21.5px;left:222.5px;font-size:24px;display:block; }
 }@media only screen and (max-width: 959px) { #TEAXef2Zz2sizSGJysbU2M8EBwyLN1by { width:375px;height:146.992px;top:58px;left:196.8828125px;display:block; }
 }@media only screen and (max-width: 959px) { #P6M4f4MwAM29rUARMq6x9lVHk4uwogTe { display:block; }#P6M4f4MwAM29rUARMq6x9lVHk4uwogTe > .row .container { width:764px;height:125px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #orTrDxQfNGKSmSSPtqIunKkDrhtdr5Qe { width:94px;height:94px;top:118.00003051758px;left:118.37499713898px;display:block; }
 }@media only screen and (max-width: 959px) { #LTl060GN4LlXLI08eGeE4KkKqHwCgENX { display:block; }#LTl060GN4LlXLI08eGeE4KkKqHwCgENX > .row .container { width:764px;height:566px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-regular-label { width:724px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-text { width:724px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-textarea { width:724px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-select { width:724px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-button { width:724px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-checkbox-label { width:704px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR  { width:724px;height:auto;top:74px;left:0px; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .radio-container { width:724px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR {display:block;}#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR { width:724px;height:auto;top:74px;left:0px; }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #Misl8kMP19IQJW0oqqsmi9Q2gz9IOOcA {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #dJx7IUPzTvx23ov78wOZaT1dJ9bUNzZm { display:block; }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #kdKV92syxm07r0J9PUGldIw1muntF7nh {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #Zuw4u3i2Hq05NNFclbwxRhgE4di2mXFa {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #ebhJ6XwhnLfON957Sqx2HdPHTK1hB2Iz { display:block; }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #PEuQJZORlFASC6GQ2aNuH1E9hoXn4hrg {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #bFtERIkmAOUNGOhXOEkyoU35G7y1gAWz {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #x7TdPKLkwSzvUSZrI5pnkQrQ09elv5ZV { display:block; }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #mgplAaotvWwBsGabuba0wMDe5oZXOH3D {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #q90N0sohB292WTlzkRq4NZv7wCNwdAol {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #h3nbSqcBkQt1LnF3hdEgCy0mcPTG2E6o { display:block; }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #CxgK9B2PsRMHlnSBl22dV57xCQoscf2T {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #uebKBwgqJD6ZBWR68LCWvGu4ubctB4dE {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #ZfNFXxzOQpVz8NcrIQKoN3EEEvh6JxgV { display:block; }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #TBMc78oWqZQRBeBpsoxnDpqT5RsiLpVp {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #zi8SHxc6E5wIkf7FNC6Lcgt5dgU6b8sx {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #KvUgTBrnBuEvquTFLhUnzDtdwNf3qcPN { display:block; }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #WNxfT1sDXBcgFwqOqCWO4VkKkkQMkGcB {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #tS6v1t5BrHPukgBBbkK9b7qs8u3OpSJZ {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #lrs1iF1AszF7T7QP8lbTaa0qcBAKxrcz {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #pSW25DuCkwDqV0y77nPt1SrRJVmCcI7p {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #nB0WkZf8ofEAPlcM3okAWrWkO77X7ZqK {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #TLn8u9oJ4T9tSWlQa79VWqy6FF8SNs9B {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #wOqQpRoTlP7AfDn21EHhn6EpARu5TstU {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #IFTMaq8bGUMCkOQ2xA4PrV94NobVJsgI {  }
 }@media only screen and (max-width: 959px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #NMmf14m9HNNeAIVrmS6ogdUBs5m9NlJa {  }
 }@media only screen and (max-width: 959px) { #HugAR9nkTh9ZKbi2JEfn1zQUIV3TFcCI { width:678px;height:27.5556px;top:23.375px;left:43px;display:block; }
 }@media only screen and (max-width: 959px) { #hPpWJSztrkQI7lphd4mn4mffswy9x8Hm { display:block; }#hPpWJSztrkQI7lphd4mn4mffswy9x8Hm > .row .container { width:764px;height:104px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #K14CT0V4PPU223RWhm9w0Kv8bike5e0z { width:154px;height:51px;top:26.5px;left:314px;display:block; }
 }@media only screen and (max-width: 959px) { #ZBbTJAUByKqU7cw2XOkxnPhkovuZuC1O { width:200px;height:20px;top:44px;left:200.390625px;font-size:15px;display:block; }
 }@media only screen and (max-width: 959px) { #OgGa6FxFtXzGn8J2gTuTm8udWM3dRAxs { background-color:#ffffff;background-image:none;display:block; }#OgGa6FxFtXzGn8J2gTuTm8udWM3dRAxs > .row .container { background-color: transparent; background-image: none; }#OgGa6FxFtXzGn8J2gTuTm8udWM3dRAxs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgGa6FxFtXzGn8J2gTuTm8udWM3dRAxs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgGa6FxFtXzGn8J2gTuTm8udWM3dRAxs > .row .container > .video-iframe-container { display: none; }#OgGa6FxFtXzGn8J2gTuTm8udWM3dRAxs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgGa6FxFtXzGn8J2gTuTm8udWM3dRAxs > .row > .video-iframe-container { display: none; }#OgGa6FxFtXzGn8J2gTuTm8udWM3dRAxs > .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); }#OgGa6FxFtXzGn8J2gTuTm8udWM3dRAxs > .row .container { width:764px;height:312px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #hSM84kvAbpE4Tl1NOSlQrd2uEf6gP1Z0 { width:763.969px;height:24.8889px;top:12px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 959px) { #ucefnnNINe9LTnkg2NdprwWXJecBXDTr { width:763.969px;height:24.8889px;top:12px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 959px) { #WfFtyEPy3wHcEZsPgyHcWvEiCEPytfLN { background-color:#ffffff;background-image:none;display:block; }#WfFtyEPy3wHcEZsPgyHcWvEiCEPytfLN > .row .container { background-color: transparent; background-image: none; }#WfFtyEPy3wHcEZsPgyHcWvEiCEPytfLN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfFtyEPy3wHcEZsPgyHcWvEiCEPytfLN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfFtyEPy3wHcEZsPgyHcWvEiCEPytfLN > .row .container > .video-iframe-container { display: none; }#WfFtyEPy3wHcEZsPgyHcWvEiCEPytfLN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfFtyEPy3wHcEZsPgyHcWvEiCEPytfLN > .row > .video-iframe-container { display: none; }#WfFtyEPy3wHcEZsPgyHcWvEiCEPytfLN > .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); }#WfFtyEPy3wHcEZsPgyHcWvEiCEPytfLN > .row .container { width:764px;height:312px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #iXC4Fkc3HX8qeeXE2WQ8eOSDUdfnHcXR { width:764px;height:159.16666666667px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #BcJWgtEBkD4s3a6APJ8s1fi0ccPp7g5G { background-color:#ffffff;background-image:none;display:block; }#BcJWgtEBkD4s3a6APJ8s1fi0ccPp7g5G > .row .container { background-color: transparent; background-image: none; }#BcJWgtEBkD4s3a6APJ8s1fi0ccPp7g5G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcJWgtEBkD4s3a6APJ8s1fi0ccPp7g5G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcJWgtEBkD4s3a6APJ8s1fi0ccPp7g5G > .row .container > .video-iframe-container { display: none; }#BcJWgtEBkD4s3a6APJ8s1fi0ccPp7g5G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcJWgtEBkD4s3a6APJ8s1fi0ccPp7g5G > .row > .video-iframe-container { display: none; }#BcJWgtEBkD4s3a6APJ8s1fi0ccPp7g5G > .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); }#BcJWgtEBkD4s3a6APJ8s1fi0ccPp7g5G > .row .container { width:764px;height:312px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #AqN1XlVenMLNFmhyRiVnpWsMgvLRlM55 { display:block; }#AqN1XlVenMLNFmhyRiVnpWsMgvLRlM55 > .row .container { width:764px;height:104px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #AEFNuFogGNikZqhtbeqFfLsh4ioqklbp { display:block; }#AEFNuFogGNikZqhtbeqFfLsh4ioqklbp > .row .container { width:764px;height:648px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #eqSQoZHbcexRqgOuyAh5gUEXO7Xad0os { width:494px;height:329px;top:60px;left:34.4375px;display:block; }
 }@media only screen and (max-width: 959px) { #N28FcTPwxAQFWlwQIw6MumKTMH3fgPPe { width:578px;height:40.8889px;top:550.99983215332px;left:71.430554389954px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #KdR0tHdzCcCn9IOHSZaDNeTrEw9W1pwq { width:386px;height:31.1111px;top:10px;left:203.390625px;font-size:24px;display:block; }
 }@media only screen and (max-width: 959px) { #sUZRnuu3TNTDuZPT0WSP00eh3xgIxFO5 { width:764px;height:103px;top:550px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 959px) { #carZDz164TRNnDa4S34sxMI70kwl5Np5 { display:block; }#carZDz164TRNnDa4S34sxMI70kwl5Np5 > .row .container { width:764px;height:249px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #AgEDB99EEEQeQEnfrF7rwz4TumgKCccw { width:550px;height:24.5455px;top:43.494323730469px;left:106.98863601685px;font-size:21px;display:none; }
 }@media only screen and (max-width: 959px) { #lXkbmXPsPuSWDnwlIfTS5hU8hkmwzmsD { width:550px;height:24.8889px;top:56px;left:174.00000476837px;font-size:21px;display:block; }
 }@media only screen and (max-width: 959px) { #BZkUapNQoED49zTpTWRI5VvCKCVRKUIs { width:166px;height:166px;top:38px;left:151.59375px;display:block; }
 }@media only screen and (max-width: 959px) { #B1RK8imabOTtNkiirNzdhhR9Ks3ZaeBO { width:550px;height:74.6667px;top:103.65280151367px;left:174.00000476837px;z-index:15013;display:block; }
 }@media only screen and (max-width: 959px) { #hA3yD9daxlMk7W8fykynCvo2KdETMh4o { display:block; }#hA3yD9daxlMk7W8fykynCvo2KdETMh4o > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #sLcSI7y2yb5aa5VIuoTqEa4m6BhBzpfm { width:168px;height:64px;top:10px;left:310.984375px;display:block; }
 }@media only screen and (max-width: 959px) { #GvEOLcPGSm84Zk4Sr6cT5zzggU9oztzL { width:764px;height:40.8889px;top:84px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #i6DdHUeV7OWzONnwtU3PgGThTdi5lntT { display:block; }#i6DdHUeV7OWzONnwtU3PgGThTdi5lntT > .row .container { width:320px;height:357px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kUfIbXTKdi7VJikirMdzEKAG980I4nFL { width:93px;height:38px;top:0px;left:113.5px;display:block; }
 }@media only screen and (max-width: 763px) { #CNbmQ7mWPSiV5Mz6PFl5L7JBu6RhlAfP { width:180px;height:65.639821634793px;top:58px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #qW88FHNisuN7ktQ0q6ug8os1M074Pa5B { width:320px;height:178.659px;top:143.63982163479px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl { display:block; }#uURbB0B2QHuT9AxVVrrOdAdb0gDD93Tl > .row .container { width:320px;height:159px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #leTTHSqwkoRO6FGd3eBiIxglDCR87eno { display:block; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container { width:320px;height:375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxCyHkVgu4qlogCKpo74c8uCsHvM1dpD { width:320px;height:198px;top:52.999992370605px;left:0px;text-align:center;text-align-last:center;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #yFXtkLu45alyEErt84PfMOrVCqBaTy9Z { width:320px;height:19.5px;top:22.875px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bDWTpTnxSOTcIapFl4rvUf0U7xDNG7wR { width:280px;height:55px;top:300.97222900391px;left:19.98611164093px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #KQkaBQbVfnl05THaJybEdn5z4HIksyiK { display:block; }
 }@media only screen and (max-width: 763px) { #RQK8ELlmAM1Gfk3WAH9LepJCDzvTkor4 { display:block; }#RQK8ELlmAM1Gfk3WAH9LepJCDzvTkor4 > .row .container { width:320px;height:375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAUqm4fImWt8KphAIUz7tVPWlfI9h6pZ { width:320px;height:19.5px;top:22.875px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TEAXef2Zz2sizSGJysbU2M8EBwyLN1by { width:320px;height:125.43317333333px;top:61.875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #P6M4f4MwAM29rUARMq6x9lVHk4uwogTe { display:block; }#P6M4f4MwAM29rUARMq6x9lVHk4uwogTe > .row .container { width:320px;height:119px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #orTrDxQfNGKSmSSPtqIunKkDrhtdr5Qe { width:62px;height:62px;top:55px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #LTl060GN4LlXLI08eGeE4KkKqHwCgENX { display:block; }#LTl060GN4LlXLI08eGeE4KkKqHwCgENX > .row .container { width:320px;height:856px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-form-header {  }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:12px;font-weight:bold;color:#909090;width:280px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:40px;color:#646464;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-button { border-top-left-radius:42px;border-top-right-radius:42px;border-bottom-left-radius:42px;border-bottom-right-radius:42px;background-color:#001833;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:15px;font-weight:bold;color:#f2f9ff;width:280px;height:55px;font-family:"open sans";overflow:hidden; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.5;font-size:11px;font-weight:300;color:#000000;vertical-align:top;width:260px;overflow:hidden;font-style:normal; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-container:first-of-type{padding-top:0;}#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-container:last-of-type{padding-bottom:0;}#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 2px 10px rgba(0,0,0,0.15) ;left:0px;top:78.999984741211px;z-index:15002; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:280px;display:block;vertical-align:top; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:32px;line-height:1.3;font-weight:700;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR {display:block;}#Ted4V934K0HpLLCshPVwsGfbkSCv5LfR { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 2px 10px rgba(0,0,0,0.15) ;left:0px;top:78.999984741211px;z-index:15002; }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #Misl8kMP19IQJW0oqqsmi9Q2gz9IOOcA {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #dJx7IUPzTvx23ov78wOZaT1dJ9bUNzZm { display:block; }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #kdKV92syxm07r0J9PUGldIw1muntF7nh {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #Zuw4u3i2Hq05NNFclbwxRhgE4di2mXFa {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #ebhJ6XwhnLfON957Sqx2HdPHTK1hB2Iz { display:block; }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #PEuQJZORlFASC6GQ2aNuH1E9hoXn4hrg {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #bFtERIkmAOUNGOhXOEkyoU35G7y1gAWz {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #x7TdPKLkwSzvUSZrI5pnkQrQ09elv5ZV { display:block; }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #mgplAaotvWwBsGabuba0wMDe5oZXOH3D {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #q90N0sohB292WTlzkRq4NZv7wCNwdAol {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #h3nbSqcBkQt1LnF3hdEgCy0mcPTG2E6o { display:block; }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #CxgK9B2PsRMHlnSBl22dV57xCQoscf2T {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #uebKBwgqJD6ZBWR68LCWvGu4ubctB4dE {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #ZfNFXxzOQpVz8NcrIQKoN3EEEvh6JxgV { display:block; }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #TBMc78oWqZQRBeBpsoxnDpqT5RsiLpVp {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #zi8SHxc6E5wIkf7FNC6Lcgt5dgU6b8sx {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #KvUgTBrnBuEvquTFLhUnzDtdwNf3qcPN { display:block; }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #WNxfT1sDXBcgFwqOqCWO4VkKkkQMkGcB {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #tS6v1t5BrHPukgBBbkK9b7qs8u3OpSJZ {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #lrs1iF1AszF7T7QP8lbTaa0qcBAKxrcz {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #pSW25DuCkwDqV0y77nPt1SrRJVmCcI7p {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #nB0WkZf8ofEAPlcM3okAWrWkO77X7ZqK {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #TLn8u9oJ4T9tSWlQa79VWqy6FF8SNs9B {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #wOqQpRoTlP7AfDn21EHhn6EpARu5TstU {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #IFTMaq8bGUMCkOQ2xA4PrV94NobVJsgI {  }
 }@media only screen and (max-width: 763px) { #Ted4V934K0HpLLCshPVwsGfbkSCv5LfR #NMmf14m9HNNeAIVrmS6ogdUBs5m9NlJa {  }
 }@media only screen and (max-width: 763px) { #HugAR9nkTh9ZKbi2JEfn1zQUIV3TFcCI { width:320px;height:21px;top:32.986114501953px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #hPpWJSztrkQI7lphd4mn4mffswy9x8Hm { display:block; }#hPpWJSztrkQI7lphd4mn4mffswy9x8Hm > .row .container { width:320px;height:125px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K14CT0V4PPU223RWhm9w0Kv8bike5e0z { width:154px;height:51px;top:60.4306px;left:83px;display:block; }
 }@media only screen and (max-width: 763px) { #ZBbTJAUByKqU7cw2XOkxnPhkovuZuC1O { width:200px;height:19.5px;top:25.986206054688px;left:92.999997138977px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #OgGa6FxFtXzGn8J2gTuTm8udWM3dRAxs { display:none; }#OgGa6FxFtXzGn8J2gTuTm8udWM3dRAxs > .row .container { width:320px;height:174px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hSM84kvAbpE4Tl1NOSlQrd2uEf6gP1Z0 { width:320px;height:38px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ucefnnNINe9LTnkg2NdprwWXJecBXDTr { width:320px;height:93px;top:78.2083px;left:0px;text-align:center;text-align-last:center;font-size:26px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #WfFtyEPy3wHcEZsPgyHcWvEiCEPytfLN { display:none; }#WfFtyEPy3wHcEZsPgyHcWvEiCEPytfLN > .row .container { width:320px;height:174px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iXC4Fkc3HX8qeeXE2WQ8eOSDUdfnHcXR { width:320px;height:66.666666666667px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BcJWgtEBkD4s3a6APJ8s1fi0ccPp7g5G { display:none; }#BcJWgtEBkD4s3a6APJ8s1fi0ccPp7g5G > .row .container { width:320px;height:174px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AqN1XlVenMLNFmhyRiVnpWsMgvLRlM55 { display:block; }#AqN1XlVenMLNFmhyRiVnpWsMgvLRlM55 > .row .container { width:320px;height:34px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEFNuFogGNikZqhtbeqFfLsh4ioqklbp { display:block; }#AEFNuFogGNikZqhtbeqFfLsh4ioqklbp > .row .container { width:320px;height:575px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqSQoZHbcexRqgOuyAh5gUEXO7Xad0os { width:268px;height:178px;top:50.46875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #N28FcTPwxAQFWlwQIw6MumKTMH3fgPPe { width:320px;height:23.375px;top:251.78125px;left:0px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #KdR0tHdzCcCn9IOHSZaDNeTrEw9W1pwq { width:320px;height:19.5px;top:14.96875px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #sUZRnuu3TNTDuZPT0WSP00eh3xgIxFO5 { width:320px;height:280.6878px;top:289.984375px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #carZDz164TRNnDa4S34sxMI70kwl5Np5 { display:block; }#carZDz164TRNnDa4S34sxMI70kwl5Np5 > .row .container { width:320px;height:233px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgEDB99EEEQeQEnfrF7rwz4TumgKCccw { width:300px;height:42px;top:205px;left:10px;text-align:center;text-align-last:center;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #lXkbmXPsPuSWDnwlIfTS5hU8hkmwzmsD { width:320px;height:18px;top:21.958312988281px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #BZkUapNQoED49zTpTWRI5VvCKCVRKUIs { width:136px;height:136px;top:38.75px;left:81.999997138977px;display:block; }
 }@media only screen and (max-width: 763px) { #B1RK8imabOTtNkiirNzdhhR9Ks3ZaeBO { width:300px;height:50.3907px;top:174.70834350586px;left:0px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #hA3yD9daxlMk7W8fykynCvo2KdETMh4o { display:block; }#hA3yD9daxlMk7W8fykynCvo2KdETMh4o > .row .container { width:320px;height:220px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sLcSI7y2yb5aa5VIuoTqEa4m6BhBzpfm { width:103px;height:40px;top:20px;left:79px;display:block; }
 }@media only screen and (max-width: 763px) { #GvEOLcPGSm84Zk4Sr6cT5zzggU9oztzL { width:320px;height:124.781px;top:80px;left:0px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }