.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:249,219,230;--color-primary-1:238,148,179;--color-primary-2:226,77,129;--color-primary-3:219,32,97;--color-primary-4:176,15,135;--color-secondary-0:223,233,255;--color-secondary-1:158,190,255;--color-secondary-2:93,146,255;--color-secondary-3:14,136,229;--color-secondary-4:19,29,51;--color-tertiary-0:255,255,255;--color-tertiary-1:206,198,198;--color-tertiary-2:174,160,160;--color-tertiary-3:109,100,100;--color-tertiary-4:0,0,0;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VLMCedNyLfTOgq34bm2clawVCkeuBLf9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),0.08);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; }#VLMCedNyLfTOgq34bm2clawVCkeuBLf9 > .row .container { background-color: transparent; background-image: none; }#VLMCedNyLfTOgq34bm2clawVCkeuBLf9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLMCedNyLfTOgq34bm2clawVCkeuBLf9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLMCedNyLfTOgq34bm2clawVCkeuBLf9 > .row .container > .video-iframe-container { display: none; }#VLMCedNyLfTOgq34bm2clawVCkeuBLf9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLMCedNyLfTOgq34bm2clawVCkeuBLf9 > .row > .video-iframe-container { display: none; }#VLMCedNyLfTOgq34bm2clawVCkeuBLf9 > .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); }#VLMCedNyLfTOgq34bm2clawVCkeuBLf9 > .row .container { border-width: 0; border-radius: 0; }#VLMCedNyLfTOgq34bm2clawVCkeuBLf9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VLMCedNyLfTOgq34bm2clawVCkeuBLf9 > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#rsQZ4cXN2NJ7PKnPzfOpTh330yW3PI7k { 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:2.93728125rem;width:11.1870625rem;top:0.56206601858139rem;left:0.56966400146484rem;overflow:hidden;display:block; }
#FkXKWqwB4oBwmtPq71oqwFzxWUuBkK3v { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15020;line-height:1.6;letter-spacing:0;top:1.431640625rem;left:15.0302734375rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I2OH26QTgVWNavb7zohZOhAmpzNPkGdw { background-color:rgba(var(--color-primary-3),1);background-image:none;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3744375rem;height:2.2497125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:0.9056713581085rem;left:46.059030532837rem;display:block; }
#XZnxxuHMTAX2LhQRdvVQuolkf0vCTN9T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X9tMh9P4unyfaEXcZ7ltIAkDgKuML905 { position:relative;z-index:auto;display:block; }#X9tMh9P4unyfaEXcZ7ltIAkDgKuML905 { background-color: transparent; background-image: none; }#X9tMh9P4unyfaEXcZ7ltIAkDgKuML905::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9tMh9P4unyfaEXcZ7ltIAkDgKuML905 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9tMh9P4unyfaEXcZ7ltIAkDgKuML905 > .row .container > .video-iframe-container { display: none; }#X9tMh9P4unyfaEXcZ7ltIAkDgKuML905 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9tMh9P4unyfaEXcZ7ltIAkDgKuML905 > .row > .video-iframe-container { display: none; }#X9tMh9P4unyfaEXcZ7ltIAkDgKuML905 > .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); }#X9tMh9P4unyfaEXcZ7ltIAkDgKuML905 { border-width: 0; border-radius: 0; }#X9tMh9P4unyfaEXcZ7ltIAkDgKuML905 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#X9tMh9P4unyfaEXcZ7ltIAkDgKuML905 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#if3k9gpK1BfP01LXCZLymMzrnPXlvcKt { z-index:15004;top:0.46875rem;left:46.498046875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Vu9hubX5pm5m07KhOZ6Cne9LHpXLFxwJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hhIylDae6Gb320m1Qyei1xiCqs9eTQ1a { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0f539c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.5rem;left:13.875rem;display:block; }
#RomTxZ9pb3D9hnvJ0Z5PcUyOs0JLTF7P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s2P1JiD5ULZAAq0M3O6twqaAlTSDf5DW { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0f539c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.5rem;left:24.75rem;display:block; }
#H42gM7IBwmTc03SwT1W5zJ66CE4ECxir { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TFZq1EirFB6bkv7aIUFv58N1AidlSQ43 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0f539c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.5rem;left:35.21875rem;display:block; }
#OmP148clGfkSE98wC8CTLTPScT5n7513 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xz3U3cSHb9p6kW7kx08DEXNo2ud1dl2e { position:absolute;display:block;z-index:15006;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:4.375rem;width:12.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/43e9a061-1cb7-42e7-b300-c4fcffb296ab/Szpital_2023_Plastyka_brzucha_baner_na_plastyka_brzucha_v06.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:60rem;overflow:visible;position:relative;display:block; }#k5xdTghksIZJrERea6cgNKFtGOWFvKmy { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem #72767b ;height:12.5rem;width:14.0625rem;top:23.857421875rem;left:0rem;display:block; }
#cOD6BaFTpBshlW0Zey9It1LqgxA2mrxh { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),1);background-image:none;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem #72767b ;height:12.5rem;width:14.0625rem;top:23.857421875rem;left:45.936848640442rem;display:block; }
#M7OC9B2aFwOO63ThOXuitVOA3tSGUhpW { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),1);background-image:none;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem #72767b ;height:12.5rem;width:14.0625rem;top:23.749784946442rem;left:15.37109375rem;display:block; }
#IWdJKoZ8BARZPpryI7TC5EQcMVqQgGy7 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),1);background-image:none;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem #72767b ;height:12.5rem;width:14.0625rem;top:23.794922351837rem;left:30.559898376465rem;display:block; }
#ZN0J5VreNeKM7y1rNyuybmmlyoWa0XuB { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:28.375rem;left:1.40625rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#DpDPHG2oFxSf3iuLUGLNcUMinp08b6Xu { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:28.375rem;left:16.779297828674rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#LrZfcagp5oAE6JGUTuRBcTZJbUbhJtR7 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:29.717449188233rem;left:31.966797828674rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#FJMpHHIHloilnaLrz5NTH0uitixWIfl6 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:29.513021469116rem;left:47.342450141907rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#AKwxvHeeveyclg6Qm3vmHCTSkgbLMQxe { position:absolute;display:block;z-index:15007;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:4.375rem;width:4.375rem;top:24.625rem;left:50.7802734375rem;overflow:hidden;display:block; }
#maW7cdg2Tcfrl9MX3KtB9T01eaSN3sm4 { position:absolute;display:block;z-index:15008;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:4.375rem;width:4.375rem;top:24.625rem;left:35.404296875rem;overflow:hidden;display:block; }
#oUiEbJXZsPiEHCod6DM471eSgtfxtrRv { position:absolute;display:block;z-index:15009;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:3.875rem;width:3.875rem;top:24.5625rem;left:20.466796875rem;overflow:hidden;display:block; }
#zKHtKHGRDS6yAbTMo5UoAyw8gb4KzoTO { position:absolute;display:block;z-index:15010;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:4rem;width:4rem;top:24.5625rem;left:4.9375rem;overflow:hidden;display:block; }
#ddWG3gpS5nLX5FRslFyD86iKnSVJfRLq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:.97;top:32.2734375rem;left:5.46875rem; }
#ddWG3gpS5nLX5FRslFyD86iKnSVJfRLq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#ACPPrWDE8HgshiGSxb1gosLx8FhSukS3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:.97;top:32.2734375rem;left:20.841796875rem; }
#ACPPrWDE8HgshiGSxb1gosLx8FhSukS3 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#ecwL9bF5dIO8IJvbTznL9EcgL5TXGbzy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:.97;top:32.2734375rem;left:36.029296875rem; }
#ecwL9bF5dIO8IJvbTznL9EcgL5TXGbzy > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#DFATrRwRBZMfck224XhUscdvwru4gBZn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:.97;top:32.2734375rem;left:51.4052734375rem; }
#DFATrRwRBZMfck224XhUscdvwru4gBZn > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#dKgaJXkiCmlXsdxDyHzcHqEg37pFdUHm { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:31.88671875rem;left:16.779296875rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#LMKosabtbO22Ayp3Q0nPNp3nbxnUCecR { position:relative;display:block; }#LMKosabtbO22Ayp3Q0nPNp3nbxnUCecR { background-color: transparent; background-image: none; }#LMKosabtbO22Ayp3Q0nPNp3nbxnUCecR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMKosabtbO22Ayp3Q0nPNp3nbxnUCecR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMKosabtbO22Ayp3Q0nPNp3nbxnUCecR > .row .container > .video-iframe-container { display: none; }#LMKosabtbO22Ayp3Q0nPNp3nbxnUCecR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMKosabtbO22Ayp3Q0nPNp3nbxnUCecR > .row > .video-iframe-container { display: none; }#LMKosabtbO22Ayp3Q0nPNp3nbxnUCecR > .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); }#LMKosabtbO22Ayp3Q0nPNp3nbxnUCecR { border-width: 0; border-radius: 0; }#LMKosabtbO22Ayp3Q0nPNp3nbxnUCecR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LMKosabtbO22Ayp3Q0nPNp3nbxnUCecR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:61.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .widget-form-header {  }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:44.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:44.5rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:44.5rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:44.5rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(225deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(225deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(225deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(225deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:44.5rem;height:3.75rem;font-family:ubuntu;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .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:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:43.25rem;overflow:hidden;font-style:normal;float:none; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .widget-container:first-of-type{padding-top:0;}#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .widget-container:last-of-type{padding-bottom:0;}#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:44.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:6.498046875rem;top:19.318359375rem;z-index:15001;position:absolute; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:44.5rem;display:block;vertical-align:top; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 {display:block;}#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:44.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:6.498046875rem;top:19.318359375rem;z-index:15001;position:absolute; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #BrVomEfQb2Abp2FCtc1NmJvQAtlBoOId { position:relative; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #NcvMNI0MazLgswTi9iUeMuWETdca9GK1 { position:relative;display:none; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #auERWKdcxNW7VGBBSF4LGcRmD83K2IgE { position:relative; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #E09sPZuATI8IIZi7PQZCsOTpGxeHlKEa { position:relative; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #Rm6hSqwCkP0W4W6dzeQcvtNBi36iJKT8 { position:relative;display:none; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #DAHX6cKrAHoetAFVrL697ev1hcz7TE9t { position:relative; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #aKoLDrCt7U5mVTq8vnH6cLrDWTxuSF1T { position:relative; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #ATcwX1KhTBJH1pmb2OATRXxGmuhC1waI { position:relative;display:none; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #Az5r7DmCL6IwO5KtllRNa5vWaCi7XXgc { position:relative; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #sNVc5QNVQV2UhpcgQu8sNohv2hP4szKp { position:relative; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #Ts9tsetB75Tc1CoqisFfX4aaclOaTRtD { position:relative;display:none; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #Sz5KTzTaenorM0SzMmkWuxghaM4vMMMS { position:relative; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #IKN23ucp6wXfEZQerTJpOSTKrhTZiwO3 { position:relative; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #KmvnOpzk9cvhbEWQZw2KbAKeiwop3g4I { position:relative;display:none; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #t5nlKZnxnOTKwfSvqJsx3F9t75P3KFan { position:relative; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #DIRXqWz8XPTfkgcPz1PmpPCrURCMx93L { position:relative; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #RI88RtT0Fc4v7kqHJ9UmMTSXQvcgmmcL { position:relative;z-index:2; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #xDyVQqSEee42B5fJ2eTPF0A2dE6ITOh7 { position:relative; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #WfMQTCZTO9NNT32OGXq8lFlhPe6l7wKl { position:relative; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #sgaTNIoeF36W5PbJ57Q42ZgoTrWd8QMu { position:relative;z-index:2; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #bpCQLNbhcWHrS3xpJdFxzoO8bxCH2dfW { position:relative; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #SmUJE3X1SD3msqJatANpv3HlnTdLT3yM { position:relative;z-index:15000; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #TRBHkoAzvqK3B5gTXHXFiSdJ7qkXhdo7 { position:relative;z-index:15000; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #sHzZR6Sehcfggsqs6W3naxCRzgPbeyH5 { position:relative; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #A1NRTib2bpogxbVyhoWmR2GOdwCRGbGt { position:relative; }
#tLneglffkqzcibBR453KrKkl8mMABnKH { color:rgba(var(--color-tertiary-3),1);display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:1.478515625rem;left:5.78125rem;height:3.8997375rem;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;font-style:normal;display:block; }
#eHLFhdJQ5pZ2PUDUzIbmnzB39wgXrT6B { color:rgba(var(--color-primary-4),1);display:block;width:30.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.814453125rem;left:14.65625rem;height:4.14388125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T7OPDc8Sw7qr7e5nTo4Bv4AEiW8Add5B { color:rgba(var(--color-tertiary-2),1);display:block;width:26.6873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.706598281861rem;left:16.655818939209rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#l4p0Td0FAAn0W97icJhgs3KuVsDCcTZ9 { color:rgba(var(--color-primary-4),0.46);display:block;width:42.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.564453125rem;left:8.78125rem;height:3.2487rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V2p4u3we9wMtoeFqGKiOamUnEObadGSv { z-index:15003;top:13.958333969116rem;left:21.406253814698rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vCmbrbSIcZMXVxMiBAKJHTuL5MvVqbBb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zA3SGJOU5mbwxFdzpTV3N6OOoETAvm7q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(102,102,102,0.16);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; }#zA3SGJOU5mbwxFdzpTV3N6OOoETAvm7q > .row .container { background-color: transparent; background-image: none; }#zA3SGJOU5mbwxFdzpTV3N6OOoETAvm7q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA3SGJOU5mbwxFdzpTV3N6OOoETAvm7q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA3SGJOU5mbwxFdzpTV3N6OOoETAvm7q > .row .container > .video-iframe-container { display: none; }#zA3SGJOU5mbwxFdzpTV3N6OOoETAvm7q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA3SGJOU5mbwxFdzpTV3N6OOoETAvm7q > .row > .video-iframe-container { display: none; }#zA3SGJOU5mbwxFdzpTV3N6OOoETAvm7q > .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); }#zA3SGJOU5mbwxFdzpTV3N6OOoETAvm7q > .row .container { border-width: 0; border-radius: 0; }#zA3SGJOU5mbwxFdzpTV3N6OOoETAvm7q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zA3SGJOU5mbwxFdzpTV3N6OOoETAvm7q > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:60rem;position:relative;display:block; }#VoLfVgaEmuZznBoOJquVB2CLOMRMW6wQ { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/744cae19-fc67-4e0d-bbf8-eae1b9be58e3/Lehmann_Andrzej.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:20.3125rem;width:16.625rem;top:4.5rem;left:3.125rem;display:block; }#VoLfVgaEmuZznBoOJquVB2CLOMRMW6wQ.adaptive-delivery-prevent-bg, #VoLfVgaEmuZznBoOJquVB2CLOMRMW6wQ.lazyload, #VoLfVgaEmuZznBoOJquVB2CLOMRMW6wQ.lazyloading { background-image: none; }
#HEn3fVaeOhkFrwaCdlXoey190fMKCy4s { color:rgba(var(--color-tertiary-4),1);display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.9602870941163rem;left:23.360676765442rem;height:15.59895rem;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; }
#Be8cv1tScpv6g8OpLQ1AsWceNTnnKMtn { color:rgba(var(--color-tertiary-3),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5rem;left:23.360676765442rem;height:2.11263125rem;display:block; }
#nttTJavyyqnvH8RkGfhir6u7sxw8mIRT { color:rgba(var(--color-primary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.353515625rem;left:22.9853515625rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q1FIObIqxLuBzlor9KC2Ai3mPg9gGJcE { color:rgba(var(--color-tertiary-4),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.853515625rem;left:23.266926765442rem;height:;display:block; }#Q1FIObIqxLuBzlor9KC2Ai3mPg9gGJcE li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q1FIObIqxLuBzlor9KC2Ai3mPg9gGJcE li:before{  }
#Vvk6Vl60zPOyfiB2Z9lZWvfN3bIqwJrD { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.875rem;left:23.360676765442rem;height:2.599825rem;text-align:left;text-align-last:left;display:block; }
#OUwhH3cWctT2mu2l76OXpiS3Ko29Bby6 { position:relative;display:block; }#OUwhH3cWctT2mu2l76OXpiS3Ko29Bby6 { background-color: transparent; background-image: none; }#OUwhH3cWctT2mu2l76OXpiS3Ko29Bby6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUwhH3cWctT2mu2l76OXpiS3Ko29Bby6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUwhH3cWctT2mu2l76OXpiS3Ko29Bby6 > .row .container > .video-iframe-container { display: none; }#OUwhH3cWctT2mu2l76OXpiS3Ko29Bby6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUwhH3cWctT2mu2l76OXpiS3Ko29Bby6 > .row > .video-iframe-container { display: none; }#OUwhH3cWctT2mu2l76OXpiS3Ko29Bby6 > .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); }#OUwhH3cWctT2mu2l76OXpiS3Ko29Bby6 { border-width: 0; border-radius: 0; }#OUwhH3cWctT2mu2l76OXpiS3Ko29Bby6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OUwhH3cWctT2mu2l76OXpiS3Ko29Bby6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E3M6kk47IXkod9CL5Jx9E9H8tQ9J26BH { color:rgba(var(--color-tertiary-4),1);display:block;width:52.374875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.6251479387283rem;left:4.998553276062rem;height:3.8997375rem;text-align:justify;text-align-last:initial;display:block; }#E3M6kk47IXkod9CL5Jx9E9H8tQ9J26BH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#E3M6kk47IXkod9CL5Jx9E9H8tQ9J26BH li:before{  }
#Icyzz388BDqTgsdWvIKqtLCyNaazNXnT { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1875rem;left:5.2701826095581rem;height:1.3808625rem;display:block; }
#onzwnFp1hJDuvzKu3PzTpAeg0l8ksFcu { color:rgba(var(--color-tertiary-4),1);display:block;width:52.6244375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.875147938728rem;left:4.998553276062rem;height:5.19965625rem;text-align:justify;text-align-last:initial;display:block; }#onzwnFp1hJDuvzKu3PzTpAeg0l8ksFcu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#onzwnFp1hJDuvzKu3PzTpAeg0l8ksFcu li:before{  }
#JSKFHsMylvKMTU3T2CaIMvxRXw9k9eho { color:rgba(var(--color-tertiary-4),1);display:block;width:52.4370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:18.374425053596rem;left:4.998553276062rem;height:;text-align:justify;text-align-last:initial;display:block; }#JSKFHsMylvKMTU3T2CaIMvxRXw9k9eho li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JSKFHsMylvKMTU3T2CaIMvxRXw9k9eho li:before{  }
#v1zZbTRv5PngORAUByIxcLeW2co7d5Cx { color:rgba(var(--color-tertiary-4),1);display:block;width:50.6235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:23.375290870666rem;left:4.998553276062rem;height:2.599825rem;text-align:justify;text-align-last:initial;display:block; }#v1zZbTRv5PngORAUByIxcLeW2co7d5Cx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#v1zZbTRv5PngORAUByIxcLeW2co7d5Cx li:before{  }
#sDUxfZEe28TpJc1ZbDB6v9ezyJniiqD4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),0.08);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; }#sDUxfZEe28TpJc1ZbDB6v9ezyJniiqD4 > .row .container { background-color: transparent; background-image: none; }#sDUxfZEe28TpJc1ZbDB6v9ezyJniiqD4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDUxfZEe28TpJc1ZbDB6v9ezyJniiqD4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDUxfZEe28TpJc1ZbDB6v9ezyJniiqD4 > .row .container > .video-iframe-container { display: none; }#sDUxfZEe28TpJc1ZbDB6v9ezyJniiqD4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDUxfZEe28TpJc1ZbDB6v9ezyJniiqD4 > .row > .video-iframe-container { display: none; }#sDUxfZEe28TpJc1ZbDB6v9ezyJniiqD4 > .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); }#sDUxfZEe28TpJc1ZbDB6v9ezyJniiqD4 > .row .container { border-width: 0; border-radius: 0; }#sDUxfZEe28TpJc1ZbDB6v9ezyJniiqD4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sDUxfZEe28TpJc1ZbDB6v9ezyJniiqD4 > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:60rem;position:relative;display:block; }#uIp0ZcvA8JUfTXXFf6vs3z0cU1PTHRg1 { 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:2.37413125rem;width:9.561625rem;top:3.1879348754883rem;left:0rem;overflow:hidden;display:block; }
#E1M8OsV954SUPZmpNI9wVoopWoGiDiQn { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:3.5494785308838rem;left:9.560546875rem;height:1.69921875rem;font-style:normal;display:block; }
#ozsN5vrwQ4XpMtCTOzvqGzKEKIK6urc9 { background-color:rgba(var(--color-primary-3),1);background-image:none;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.25rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:13.4580078125rem;left:9.560546875rem;display:block; }
#WS1u1KCXXu2GkOZdTJ3FOsUSucXuZ80g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UlTkUasIH2hWmRQqNeq8GI8Oo2gz7f6u { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:7.17578125rem;left:2.373046875rem;height:3.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#amK8ZLZ4M62qTrhLFMTG8CLQQcN9xZvD { position:absolute;display:block;z-index:15023;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:17.6875rem;width:29.625rem;top:0rem;left:30.375001907349rem;overflow:hidden;display:block; }
#l5ZwCaF4kTC87L3thLcCFJAxJkXfT0OI { position:relative;display:block; }#l5ZwCaF4kTC87L3thLcCFJAxJkXfT0OI { background-color: transparent; background-image: none; }#l5ZwCaF4kTC87L3thLcCFJAxJkXfT0OI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5ZwCaF4kTC87L3thLcCFJAxJkXfT0OI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5ZwCaF4kTC87L3thLcCFJAxJkXfT0OI > .row .container > .video-iframe-container { display: none; }#l5ZwCaF4kTC87L3thLcCFJAxJkXfT0OI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5ZwCaF4kTC87L3thLcCFJAxJkXfT0OI > .row > .video-iframe-container { display: none; }#l5ZwCaF4kTC87L3thLcCFJAxJkXfT0OI > .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); }#l5ZwCaF4kTC87L3thLcCFJAxJkXfT0OI { border-width: 0; border-radius: 0; }#l5ZwCaF4kTC87L3thLcCFJAxJkXfT0OI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#l5ZwCaF4kTC87L3thLcCFJAxJkXfT0OI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Pv49WROu1dPIXa9izsJPIi8wCTk7qJTi { color:rgba(var(--color-primary-4),1);display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.4140625rem;left:0.96875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TRzRZ0EchQ37yJzzP5t4XNCnD9XHcuN6 { color:rgba(var(--color-primary-4),0.46);display:block;width:42.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.478515625rem;left:8.7812509536744rem;height:3.6556rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PKcno582o6KHzbMouhQvNphNpykf3mpl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/87603177-6421-4375-bba5-cc5d3ad5e8e6/Szpital_LP_Operacje_brzucha_mapka_z_punktorem.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#PKcno582o6KHzbMouhQvNphNpykf3mpl.adaptive-delivery-prevent-bg, #PKcno582o6KHzbMouhQvNphNpykf3mpl.lazyload, #PKcno582o6KHzbMouhQvNphNpykf3mpl.lazyloading { background-image: none; }#PKcno582o6KHzbMouhQvNphNpykf3mpl > .row .container { background-color: transparent; background-image: none; }#PKcno582o6KHzbMouhQvNphNpykf3mpl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKcno582o6KHzbMouhQvNphNpykf3mpl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKcno582o6KHzbMouhQvNphNpykf3mpl > .row .container > .video-iframe-container { display: none; }#PKcno582o6KHzbMouhQvNphNpykf3mpl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKcno582o6KHzbMouhQvNphNpykf3mpl > .row > .video-iframe-container { display: none; }#PKcno582o6KHzbMouhQvNphNpykf3mpl > .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); }#PKcno582o6KHzbMouhQvNphNpykf3mpl > .row .container { border-width: 0; border-radius: 0; }#PKcno582o6KHzbMouhQvNphNpykf3mpl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PKcno582o6KHzbMouhQvNphNpykf3mpl > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#QmKv3luuQ9IvERZHQsvTBnyDSDPXflTL { background-color:rgba(var(--color-secondary-2),0);background-image:none;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60rem;height:18.6875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#IIaXeMTmqegPHCLI8mxTP8MVNqxwnIwl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aGRG51cQbnKTSRmAf2BubyVS9x17EVqI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#aGRG51cQbnKTSRmAf2BubyVS9x17EVqI > .row .container { background-color: transparent; background-image: none; }#aGRG51cQbnKTSRmAf2BubyVS9x17EVqI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGRG51cQbnKTSRmAf2BubyVS9x17EVqI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGRG51cQbnKTSRmAf2BubyVS9x17EVqI > .row .container > .video-iframe-container { display: none; }#aGRG51cQbnKTSRmAf2BubyVS9x17EVqI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGRG51cQbnKTSRmAf2BubyVS9x17EVqI > .row > .video-iframe-container { display: none; }#aGRG51cQbnKTSRmAf2BubyVS9x17EVqI > .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); }#aGRG51cQbnKTSRmAf2BubyVS9x17EVqI > .row .container { border-width: 0; border-radius: 0; }#aGRG51cQbnKTSRmAf2BubyVS9x17EVqI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aGRG51cQbnKTSRmAf2BubyVS9x17EVqI > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#SdWTzKQFrT9HJhLwcikfIb5TRx86bfO2 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.056640625rem;left:32.187500953674rem;height:5.19965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xbROnzxyo1eJy44gdsTeToBsoodNqWiO { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:1.45703125rem;left:17.000000953674rem;height:8.398425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UxNq71TaJTxpE2ohy8E0yM3pis23L1n0 { position:absolute;display:block;z-index:15004;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:4.5rem;width:13rem;top:3.40625rem;left:1.767578125rem;overflow:hidden;display:block; }
#O6ieQI5xyhyr9brG1CqmBrEwTiQMgC3H { z-index:15004;top:2.869140625rem;left:17.3125rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iiQiQBelPQoxLTbNVNdF4beNlnR623dv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MLK8wfzppSbBdosxv4VLeyp1FIm75uhk { background-color:rgba(var(--color-primary-4),1);background-image:none;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:1.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:4.6875rem;left:49.96875rem;display:block; }
#JFcicsSbaEWy9J22DHTUnDyMLlnIpFCc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#og0U8kP8SBAT2wPqtNnUC5qCiXDIeQLP { background-color:rgba(var(--color-primary-4),1);background-image:none;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:1.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:6.880859375rem;left:47.1875rem;display:block; }
#y6WAE2TA4De9kt3cdQuZTlS4RznODT1p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VLMCedNyLfTOgq34bm2clawVCkeuBLf9 { display:block; }#VLMCedNyLfTOgq34bm2clawVCkeuBLf9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rsQZ4cXN2NJ7PKnPzfOpTh330yW3PI7k { top:0.5rem;left:0rem;width:11.125rem;height:2.9209860860481rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkXKWqwB4oBwmtPq71oqwFzxWUuBkK3v { top:1.375rem;left:8.9052734375rem;width:29.875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2OH26QTgVWNavb7zohZOhAmpzNPkGdw { width:11.3125rem;height:2.1875rem;top:0.875rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZnxxuHMTAX2LhQRdvVQuolkf0vCTN9T { display:block; }
 }@media only screen and (max-width: 763px) { #X9tMh9P4unyfaEXcZ7ltIAkDgKuML905 { display:block; }#X9tMh9P4unyfaEXcZ7ltIAkDgKuML905 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #if3k9gpK1BfP01LXCZLymMzrnPXlvcKt { top:0.4375rem;left:35.5625rem;width:12.1875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu9hubX5pm5m07KhOZ6Cne9LHpXLFxwJ { display:block; }
 }@media only screen and (max-width: 763px) { #hhIylDae6Gb320m1Qyei1xiCqs9eTQ1a { width:10.5rem;height:3.4375rem;top:0.5rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RomTxZ9pb3D9hnvJ0Z5PcUyOs0JLTF7P { display:block; }
 }@media only screen and (max-width: 763px) { #s2P1JiD5ULZAAq0M3O6twqaAlTSDf5DW { width:10.5rem;height:3.4375rem;top:0.5rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H42gM7IBwmTc03SwT1W5zJ66CE4ECxir { display:block; }
 }@media only screen and (max-width: 763px) { #TFZq1EirFB6bkv7aIUFv58N1AidlSQ43 { width:10.5rem;height:3.4375rem;top:0.5rem;left:29.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmP148clGfkSE98wC8CTLTPScT5n7513 { display:block; }
 }@media only screen and (max-width: 763px) { #Xz3U3cSHb9p6kW7kx08DEXNo2ud1dl2e { top:0rem;left:0rem;width:12.625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k5xdTghksIZJrERea6cgNKFtGOWFvKmy { top:23.8125rem;left:0rem;width:14.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOD6BaFTpBshlW0Zey9It1LqgxA2mrxh { top:23.8125rem;left:33.6875rem;width:14.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7OC9B2aFwOO63ThOXuitVOA3tSGUhpW { top:23.6875rem;left:9.24609375rem;width:14.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWdJKoZ8BARZPpryI7TC5EQcMVqQgGy7 { top:23.75rem;left:24.434898376465rem;width:14.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN0J5VreNeKM7y1rNyuybmmlyoWa0XuB { top:28.375rem;left:0rem;width:11.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpDPHG2oFxSf3iuLUGLNcUMinp08b6Xu { top:28.375rem;left:10.654297828674rem;width:11.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrZfcagp5oAE6JGUTuRBcTZJbUbhJtR7 { top:29.6875rem;left:25.841797828674rem;width:11.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJMpHHIHloilnaLrz5NTH0uitixWIfl6 { top:29.5rem;left:36.5rem;width:11.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKwxvHeeveyclg6Qm3vmHCTSkgbLMQxe { top:24.625rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #maW7cdg2Tcfrl9MX3KtB9T01eaSN3sm4 { top:24.625rem;left:29.279296875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUiEbJXZsPiEHCod6DM471eSgtfxtrRv { top:24.5625rem;left:14.341796875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKHtKHGRDS6yAbTMo5UoAyw8gb4KzoTO { top:24.5625rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddWG3gpS5nLX5FRslFyD86iKnSVJfRLq { top:32.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
#ddWG3gpS5nLX5FRslFyD86iKnSVJfRLq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #ACPPrWDE8HgshiGSxb1gosLx8FhSukS3 { top:32.25rem;left:14.716796875rem;width:3.125rem;height:3.125rem;display:block; }
#ACPPrWDE8HgshiGSxb1gosLx8FhSukS3 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #ecwL9bF5dIO8IJvbTznL9EcgL5TXGbzy { top:32.25rem;left:29.904296875rem;width:3.125rem;height:3.125rem;display:block; }
#ecwL9bF5dIO8IJvbTznL9EcgL5TXGbzy > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #DFATrRwRBZMfck224XhUscdvwru4gBZn { top:32.25rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#DFATrRwRBZMfck224XhUscdvwru4gBZn > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #dKgaJXkiCmlXsdxDyHzcHqEg37pFdUHm { top:31.875rem;left:10.654296875rem;width:11.25rem;height:3.875rem;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMKosabtbO22Ayp3Q0nPNp3nbxnUCecR { display:block; }#LMKosabtbO22Ayp3Q0nPNp3nbxnUCecR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .widget-regular-label { display:block;width:44.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .widget-input-text { width:44.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .widget-textarea { width:44.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .widget-input-select { width:44.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .widget-input-button { width:44.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .widget-checkbox-label { width:43.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2  { width:44.5rem;height:auto;top:19.3125rem;left:0.373046875rem; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .radio-container { width:44.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 {display:block;}#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 { width:44.5rem;height:auto;top:19.3125rem;left:0.373046875rem; }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #BrVomEfQb2Abp2FCtc1NmJvQAtlBoOId {  }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #NcvMNI0MazLgswTi9iUeMuWETdca9GK1 { display:none; }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #auERWKdcxNW7VGBBSF4LGcRmD83K2IgE {  }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #E09sPZuATI8IIZi7PQZCsOTpGxeHlKEa {  }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #Rm6hSqwCkP0W4W6dzeQcvtNBi36iJKT8 { display:none; }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #DAHX6cKrAHoetAFVrL697ev1hcz7TE9t {  }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #aKoLDrCt7U5mVTq8vnH6cLrDWTxuSF1T {  }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #ATcwX1KhTBJH1pmb2OATRXxGmuhC1waI { display:none; }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #Az5r7DmCL6IwO5KtllRNa5vWaCi7XXgc {  }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #sNVc5QNVQV2UhpcgQu8sNohv2hP4szKp {  }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #Ts9tsetB75Tc1CoqisFfX4aaclOaTRtD { display:none; }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #Sz5KTzTaenorM0SzMmkWuxghaM4vMMMS {  }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #IKN23ucp6wXfEZQerTJpOSTKrhTZiwO3 {  }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #KmvnOpzk9cvhbEWQZw2KbAKeiwop3g4I { display:none; }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #t5nlKZnxnOTKwfSvqJsx3F9t75P3KFan {  }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #DIRXqWz8XPTfkgcPz1PmpPCrURCMx93L {  }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #RI88RtT0Fc4v7kqHJ9UmMTSXQvcgmmcL { z-index:2; }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #xDyVQqSEee42B5fJ2eTPF0A2dE6ITOh7 {  }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #WfMQTCZTO9NNT32OGXq8lFlhPe6l7wKl {  }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #sgaTNIoeF36W5PbJ57Q42ZgoTrWd8QMu {  }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #bpCQLNbhcWHrS3xpJdFxzoO8bxCH2dfW {  }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #SmUJE3X1SD3msqJatANpv3HlnTdLT3yM { z-index:15000; }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #TRBHkoAzvqK3B5gTXHXFiSdJ7qkXhdo7 { z-index:15000; }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #sHzZR6Sehcfggsqs6W3naxCRzgPbeyH5 {  }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #A1NRTib2bpogxbVyhoWmR2GOdwCRGbGt {  }
 }@media only screen and (max-width: 763px) { #tLneglffkqzcibBR453KrKkl8mMABnKH { top:1.4375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHLFhdJQ5pZ2PUDUzIbmnzB39wgXrT6B { top:9.8125rem;left:8.53125rem;width:30.6875rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7OPDc8Sw7qr7e5nTo4Bv4AEiW8Add5B { top:18.6875rem;left:10.530818939209rem;width:26.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4p0Td0FAAn0W97icJhgs3KuVsDCcTZ9 { top:6.5625rem;left:2.65625rem;width:42.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2p4u3we9wMtoeFqGKiOamUnEObadGSv { top:13.9375rem;left:15.281253814698rem;width:17.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCmbrbSIcZMXVxMiBAKJHTuL5MvVqbBb { display:block; }
 }@media only screen and (max-width: 763px) { #zA3SGJOU5mbwxFdzpTV3N6OOoETAvm7q { display:block; }#zA3SGJOU5mbwxFdzpTV3N6OOoETAvm7q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoLfVgaEmuZznBoOJquVB2CLOMRMW6wQ { top:4.5rem;left:0rem;width:16.625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEn3fVaeOhkFrwaCdlXoey190fMKCy4s { top:7.9375rem;left:13.3125rem;width:34.4375rem;height:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be8cv1tScpv6g8OpLQ1AsWceNTnnKMtn { top:4.5rem;left:17.235676765442rem;width:25.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nttTJavyyqnvH8RkGfhir6u7sxw8mIRT { top:5.3125rem;left:16.8603515625rem;width:20.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1FIObIqxLuBzlor9KC2Ai3mPg9gGJcE { top:12.8125rem;left:13.125rem;width:34.5625rem;height:;font-size:1rem;display:block; }#Q1FIObIqxLuBzlor9KC2Ai3mPg9gGJcE li:before{  }
 }@media only screen and (max-width: 763px) { #Vvk6Vl60zPOyfiB2Z9lZWvfN3bIqwJrD { top:22.875rem;left:14.625rem;width:33.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUwhH3cWctT2mu2l76OXpiS3Ko29Bby6 { display:block; }#OUwhH3cWctT2mu2l76OXpiS3Ko29Bby6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3M6kk47IXkod9CL5Jx9E9H8tQ9J26BH { top:4.625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }#E3M6kk47IXkod9CL5Jx9E9H8tQ9J26BH li:before{  }
 }@media only screen and (max-width: 763px) { #Icyzz388BDqTgsdWvIKqtLCyNaazNXnT { top:2.1875rem;left:0rem;width:20.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #onzwnFp1hJDuvzKu3PzTpAeg0l8ksFcu { top:10.875rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }#onzwnFp1hJDuvzKu3PzTpAeg0l8ksFcu li:before{  }
 }@media only screen and (max-width: 763px) { #JSKFHsMylvKMTU3T2CaIMvxRXw9k9eho { top:18.3125rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#JSKFHsMylvKMTU3T2CaIMvxRXw9k9eho li:before{  }
 }@media only screen and (max-width: 763px) { #v1zZbTRv5PngORAUByIxcLeW2co7d5Cx { top:23.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }#v1zZbTRv5PngORAUByIxcLeW2co7d5Cx li:before{  }
 }@media only screen and (max-width: 763px) { #sDUxfZEe28TpJc1ZbDB6v9ezyJniiqD4 { display:block; }#sDUxfZEe28TpJc1ZbDB6v9ezyJniiqD4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uIp0ZcvA8JUfTXXFf6vs3z0cU1PTHRg1 { top:3.1875rem;left:0rem;width:9.5rem;height:2.3588298929314rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1M8OsV954SUPZmpNI9wVoopWoGiDiQn { top:3.5rem;left:3.435546875rem;width:20.25rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozsN5vrwQ4XpMtCTOzvqGzKEKIK6urc9 { width:11.5rem;height:2.25rem;top:13.4375rem;left:3.435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS1u1KCXXu2GkOZdTJ3FOsUSucXuZ80g { display:block; }
 }@media only screen and (max-width: 763px) { #UlTkUasIH2hWmRQqNeq8GI8Oo2gz7f6u { top:7.125rem;left:0rem;width:25.8125rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #amK8ZLZ4M62qTrhLFMTG8CLQQcN9xZvD { top:0rem;left:18.125rem;width:29.625rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5ZwCaF4kTC87L3thLcCFJAxJkXfT0OI { display:block; }#l5ZwCaF4kTC87L3thLcCFJAxJkXfT0OI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pv49WROu1dPIXa9izsJPIi8wCTk7qJTi { top:1.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRzRZ0EchQ37yJzzP5t4XNCnD9XHcuN6 { top:4.4375rem;left:2.6562509536743rem;width:42.4375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKcno582o6KHzbMouhQvNphNpykf3mpl { display:block; }#PKcno582o6KHzbMouhQvNphNpykf3mpl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmKv3luuQ9IvERZHQsvTBnyDSDPXflTL { width:46.75rem;height:18.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIaXeMTmqegPHCLI8mxTP8MVNqxwnIwl { display:block; }
 }@media only screen and (max-width: 763px) { #aGRG51cQbnKTSRmAf2BubyVS9x17EVqI { display:block; }#aGRG51cQbnKTSRmAf2BubyVS9x17EVqI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SdWTzKQFrT9HJhLwcikfIb5TRx86bfO2 { top:3rem;left:26.062500953674rem;width:14.8125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbROnzxyo1eJy44gdsTeToBsoodNqWiO { top:1.4375rem;left:10.875000953674rem;width:12.5rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxNq71TaJTxpE2ohy8E0yM3pis23L1n0 { top:3.375rem;left:0rem;width:13rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6ieQI5xyhyr9brG1CqmBrEwTiQMgC3H { top:2.8125rem;left:11.1875rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiQiQBelPQoxLTbNVNdF4beNlnR623dv { display:block; }
 }@media only screen and (max-width: 763px) { #MLK8wfzppSbBdosxv4VLeyp1FIm75uhk { width:7.25rem;height:1.9375rem;top:4.6875rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFcicsSbaEWy9J22DHTUnDyMLlnIpFCc { display:block; }
 }@media only screen and (max-width: 763px) { #og0U8kP8SBAT2wPqtNnUC5qCiXDIeQLP { width:12.8125rem;height:1.4375rem;top:6.875rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6WAE2TA4De9kt3cdQuZTlS4RznODT1p { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VLMCedNyLfTOgq34bm2clawVCkeuBLf9 { display:block; }#VLMCedNyLfTOgq34bm2clawVCkeuBLf9 > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rsQZ4cXN2NJ7PKnPzfOpTh330yW3PI7k { width:9.249875rem;height:2.31191875rem;top:1.248553276062rem;left:5.3732640743256rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkXKWqwB4oBwmtPq71oqwFzxWUuBkK3v { width:17.3119375rem;height:2.3984375rem;top:3.5590279102326rem;left:1.3433160781861rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2OH26QTgVWNavb7zohZOhAmpzNPkGdw { width:11.4365rem;height:2.186525rem;top:6.8818359375rem;left:4.2802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZnxxuHMTAX2LhQRdvVQuolkf0vCTN9T { display:block; }
 }@media only screen and (max-width: 763px) { #X9tMh9P4unyfaEXcZ7ltIAkDgKuML905 { position:relative;z-index:auto;display:block; }#X9tMh9P4unyfaEXcZ7ltIAkDgKuML905 > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #if3k9gpK1BfP01LXCZLymMzrnPXlvcKt { top:8.78125rem;left:3.90625rem;width:12.1875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu9hubX5pm5m07KhOZ6Cne9LHpXLFxwJ { display:block; }
 }@media only screen and (max-width: 763px) { #hhIylDae6Gb320m1Qyei1xiCqs9eTQ1a { width:10.3125rem;height:1.1875rem;top:4.59375rem;left:4.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RomTxZ9pb3D9hnvJ0Z5PcUyOs0JLTF7P { display:block; }
 }@media only screen and (max-width: 763px) { #s2P1JiD5ULZAAq0M3O6twqaAlTSDf5DW { width:10.5rem;height:1.1875rem;top:6.03125rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H42gM7IBwmTc03SwT1W5zJ66CE4ECxir { display:block; }
 }@media only screen and (max-width: 763px) { #TFZq1EirFB6bkv7aIUFv58N1AidlSQ43 { width:10.5rem;height:1.3125rem;top:7.46875rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmP148clGfkSE98wC8CTLTPScT5n7513 { display:block; }
 }@media only screen and (max-width: 763px) { #Xz3U3cSHb9p6kW7kx08DEXNo2ud1dl2e { width:12.625rem;height:4.3744699021244rem;top:0rem;left:3.6863428354263rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:72.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k5xdTghksIZJrERea6cgNKFtGOWFvKmy { width:14.0625rem;height:12.5rem;top:17.51171875rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOD6BaFTpBshlW0Zey9It1LqgxA2mrxh { width:14.0625rem;height:12.5rem;top:57.8125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7OC9B2aFwOO63ThOXuitVOA3tSGUhpW { width:14.0625rem;height:12.5rem;top:30.484375rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWdJKoZ8BARZPpryI7TC5EQcMVqQgGy7 { width:14.0625rem;height:12.5rem;top:44.21484375rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN0J5VreNeKM7y1rNyuybmmlyoWa0XuB { width:11.25rem;height:3.8994125rem;top:21.8125rem;left:4.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DpDPHG2oFxSf3iuLUGLNcUMinp08b6Xu { width:11.25rem;height:3.8994125rem;top:34.78515625rem;left:4.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LrZfcagp5oAE6JGUTuRBcTZJbUbhJtR7 { width:11.25rem;height:2.5996125rem;top:49.75rem;left:4.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FJMpHHIHloilnaLrz5NTH0uitixWIfl6 { width:11.25rem;height:1.29980625rem;top:63.412109375rem;left:4.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AKwxvHeeveyclg6Qm3vmHCTSkgbLMQxe { width:4.375rem;height:4.375rem;top:58.5625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #maW7cdg2Tcfrl9MX3KtB9T01eaSN3sm4 { width:4.375rem;height:4.375rem;top:45.4375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUiEbJXZsPiEHCod6DM471eSgtfxtrRv { width:3.875rem;height:3.875rem;top:31.0625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKHtKHGRDS6yAbTMo5UoAyw8gb4KzoTO { width:4rem;height:4rem;top:17.8125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddWG3gpS5nLX5FRslFyD86iKnSVJfRLq { display:flex;width:3.125rem;height:3.125rem;top:66rem;left:8.4375rem; }
#ddWG3gpS5nLX5FRslFyD86iKnSVJfRLq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #ACPPrWDE8HgshiGSxb1gosLx8FhSukS3 { display:flex;width:3.125rem;height:3.125rem;top:38.68359375rem;left:8.4375rem; }
#ACPPrWDE8HgshiGSxb1gosLx8FhSukS3 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #ecwL9bF5dIO8IJvbTznL9EcgL5TXGbzy { display:flex;width:3.125rem;height:3.125rem;top:25.7109375rem;left:8.4375rem; }
#ecwL9bF5dIO8IJvbTznL9EcgL5TXGbzy > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #DFATrRwRBZMfck224XhUscdvwru4gBZn { display:flex;width:3.125rem;height:3.125rem;top:52.349609375rem;left:8.4375rem; }
#DFATrRwRBZMfck224XhUscdvwru4gBZn > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #dKgaJXkiCmlXsdxDyHzcHqEg37pFdUHm { width:8.4375rem;height:0.081055rem;top:10.146484375rem;left:7.25rem;font-size:0.0625rem;text-align:center;text-align-last:center;z-index:15011;color:rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #LMKosabtbO22Ayp3Q0nPNp3nbxnUCecR { display:block; }#LMKosabtbO22Ayp3Q0nPNp3nbxnUCecR > .row .container { width:20rem;height:86.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .widget-regular-label { display:block;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2  { width:15rem;height:auto;top:21.465496063233rem;left:1.2500000596046rem; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 {display:block;}#iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 { width:15rem;height:auto;top:21.465496063233rem;left:1.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #BrVomEfQb2Abp2FCtc1NmJvQAtlBoOId {  }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #NcvMNI0MazLgswTi9iUeMuWETdca9GK1 { display:none; }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #auERWKdcxNW7VGBBSF4LGcRmD83K2IgE {  }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #E09sPZuATI8IIZi7PQZCsOTpGxeHlKEa {  }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #Rm6hSqwCkP0W4W6dzeQcvtNBi36iJKT8 { display:none; }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #DAHX6cKrAHoetAFVrL697ev1hcz7TE9t {  }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #aKoLDrCt7U5mVTq8vnH6cLrDWTxuSF1T {  }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #ATcwX1KhTBJH1pmb2OATRXxGmuhC1waI { display:none; }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #Az5r7DmCL6IwO5KtllRNa5vWaCi7XXgc {  }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #sNVc5QNVQV2UhpcgQu8sNohv2hP4szKp {  }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #Ts9tsetB75Tc1CoqisFfX4aaclOaTRtD { display:none; }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #Sz5KTzTaenorM0SzMmkWuxghaM4vMMMS {  }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #IKN23ucp6wXfEZQerTJpOSTKrhTZiwO3 {  }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #KmvnOpzk9cvhbEWQZw2KbAKeiwop3g4I { display:none; }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #t5nlKZnxnOTKwfSvqJsx3F9t75P3KFan {  }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #DIRXqWz8XPTfkgcPz1PmpPCrURCMx93L {  }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #RI88RtT0Fc4v7kqHJ9UmMTSXQvcgmmcL { z-index:2; }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #xDyVQqSEee42B5fJ2eTPF0A2dE6ITOh7 {  }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #WfMQTCZTO9NNT32OGXq8lFlhPe6l7wKl {  }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #sgaTNIoeF36W5PbJ57Q42ZgoTrWd8QMu {  }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #bpCQLNbhcWHrS3xpJdFxzoO8bxCH2dfW {  }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #SmUJE3X1SD3msqJatANpv3HlnTdLT3yM { z-index:15000; }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #TRBHkoAzvqK3B5gTXHXFiSdJ7qkXhdo7 { z-index:15000; }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #sHzZR6Sehcfggsqs6W3naxCRzgPbeyH5 {  }
 }@media only screen and (max-width: 763px) { #iBDTWwNoEL9GgBtDWxoIxz6d0sxd7eq2 #A1NRTib2bpogxbVyhoWmR2GOdwCRGbGt {  }
 }@media only screen and (max-width: 763px) { #tLneglffkqzcibBR453KrKkl8mMABnKH { width:20rem;height:7.796875rem;top:0rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eHLFhdJQ5pZ2PUDUzIbmnzB39wgXrT6B { width:20rem;height:2.599825rem;top:13.66796875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7OPDc8Sw7qr7e5nTo4Bv4AEiW8Add5B { width:20rem;height:2.5996125rem;top:18.9267578125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l4p0Td0FAAn0W97icJhgs3KuVsDCcTZ9 { width:20rem;height:4.875rem;top:7.7994804382325rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V2p4u3we9wMtoeFqGKiOamUnEObadGSv { top:16.033203125rem;left:2.5625rem;width:14.8125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCmbrbSIcZMXVxMiBAKJHTuL5MvVqbBb { display:block; }
 }@media only screen and (max-width: 763px) { #zA3SGJOU5mbwxFdzpTV3N6OOoETAvm7q { display:block; }#zA3SGJOU5mbwxFdzpTV3N6OOoETAvm7q > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoLfVgaEmuZznBoOJquVB2CLOMRMW6wQ { width:19.5625rem;height:19.5625rem;top:4.125rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEn3fVaeOhkFrwaCdlXoey190fMKCy4s { width:20rem;height:16.89748125rem;top:24.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Be8cv1tScpv6g8OpLQ1AsWceNTnnKMtn { width:20rem;height:2.11230625rem;top:0.912109375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nttTJavyyqnvH8RkGfhir6u7sxw8mIRT { width:20rem;height:1.29980625rem;top:1.765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q1FIObIqxLuBzlor9KC2Ai3mPg9gGJcE { width:20rem;height:12.07325rem;top:30.18359375rem;left:0rem;font-size:1rem;display:block; }#Q1FIObIqxLuBzlor9KC2Ai3mPg9gGJcE li:before{  }
 }@media only screen and (max-width: 763px) { #Vvk6Vl60zPOyfiB2Z9lZWvfN3bIqwJrD { width:20rem;height:3.8994125rem;top:42.95575rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OUwhH3cWctT2mu2l76OXpiS3Ko29Bby6 { display:block; }#OUwhH3cWctT2mu2l76OXpiS3Ko29Bby6 > .row .container { width:20rem;height:48rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3M6kk47IXkod9CL5Jx9E9H8tQ9J26BH { width:19.1246875rem;height:10.3984375rem;top:3.6841727495194rem;left:0.875289440155rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#E3M6kk47IXkod9CL5Jx9E9H8tQ9J26BH li:before{  }
 }@media only screen and (max-width: 763px) { #Icyzz388BDqTgsdWvIKqtLCyNaazNXnT { width:20rem;height:1.38093125rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #onzwnFp1hJDuvzKu3PzTpAeg0l8ksFcu { width:19.562375rem;height:14.297875rem;top:15.437644958496rem;left:0.43692135810852rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#onzwnFp1hJDuvzKu3PzTpAeg0l8ksFcu li:before{  }
 }@media only screen and (max-width: 763px) { #JSKFHsMylvKMTU3T2CaIMvxRXw9k9eho { width:19.874875rem;height:7.7988125rem;top:31.248099327087rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#JSKFHsMylvKMTU3T2CaIMvxRXw9k9eho li:before{  }
 }@media only screen and (max-width: 763px) { #v1zZbTRv5PngORAUByIxcLeW2co7d5Cx { width:19.99925rem;height:6.499rem;top:40.562791824341rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#v1zZbTRv5PngORAUByIxcLeW2co7d5Cx li:before{  }
 }@media only screen and (max-width: 763px) { #sDUxfZEe28TpJc1ZbDB6v9ezyJniiqD4 { display:block; }#sDUxfZEe28TpJc1ZbDB6v9ezyJniiqD4 > .row .container { width:20rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uIp0ZcvA8JUfTXXFf6vs3z0cU1PTHRg1 { width:9.4994375rem;height:2.35821875rem;top:0.85647773742675rem;left:5.2495663166046rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1M8OsV954SUPZmpNI9wVoopWoGiDiQn { width:19.9985625rem;height:1.70010625rem;top:3.1691265106201rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozsN5vrwQ4XpMtCTOzvqGzKEKIK6urc9 { width:8.3115rem;height:2.249025rem;top:11.9072265625rem;left:5.8427734375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS1u1KCXXu2GkOZdTJ3FOsUSucXuZ80g { display:block; }
 }@media only screen and (max-width: 763px) { #UlTkUasIH2hWmRQqNeq8GI8Oo2gz7f6u { width:16.9994375rem;height:5.09765625rem;top:5.9324369430542rem;left:1.4995660781861rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #amK8ZLZ4M62qTrhLFMTG8CLQQcN9xZvD { width:20rem;height:12.0400625rem;top:15.2080078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5ZwCaF4kTC87L3thLcCFJAxJkXfT0OI { display:block; }#l5ZwCaF4kTC87L3thLcCFJAxJkXfT0OI > .row .container { width:20rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pv49WROu1dPIXa9izsJPIi8wCTk7qJTi { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TRzRZ0EchQ37yJzzP5t4XNCnD9XHcuN6 { width:20rem;height:7.3125rem;top:9.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PKcno582o6KHzbMouhQvNphNpykf3mpl { display:block; }#PKcno582o6KHzbMouhQvNphNpykf3mpl > .row .container { width:20rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmKv3luuQ9IvERZHQsvTBnyDSDPXflTL { width:20rem;height:23.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIaXeMTmqegPHCLI8mxTP8MVNqxwnIwl { display:block; }
 }@media only screen and (max-width: 763px) { #aGRG51cQbnKTSRmAf2BubyVS9x17EVqI { display:block; }#aGRG51cQbnKTSRmAf2BubyVS9x17EVqI > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SdWTzKQFrT9HJhLwcikfIb5TRx86bfO2 { width:14.8125rem;height:5.199225rem;top:15.349609851837rem;left:2.5937500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xbROnzxyo1eJy44gdsTeToBsoodNqWiO { width:12.5rem;height:8.396475rem;top:5.1028647422791rem;left:3.7500002980233rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UxNq71TaJTxpE2ohy8E0yM3pis23L1n0 { width:10.875rem;height:3.8125rem;top:1.33203125rem;left:4.5625002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6ieQI5xyhyr9brG1CqmBrEwTiQMgC3H { top:6.5078125rem;left:4.0625rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiQiQBelPQoxLTbNVNdF4beNlnR623dv { display:block; }
 }@media only screen and (max-width: 763px) { #MLK8wfzppSbBdosxv4VLeyp1FIm75uhk { width:7.25rem;height:1.9375rem;top:21.798828125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFcicsSbaEWy9J22DHTUnDyMLlnIpFCc { display:block; }
 }@media only screen and (max-width: 763px) { #og0U8kP8SBAT2wPqtNnUC5qCiXDIeQLP { width:12.8125rem;height:1.4375rem;top:24.986328125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6WAE2TA4De9kt3cdQuZTlS4RznODT1p { display:block; }
 }