.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#PJaTL1kGgQyNdMIsLTVAZiMcMl0kirQf { position:relative;display:none; }#PJaTL1kGgQyNdMIsLTVAZiMcMl0kirQf { border-width: 0; border-radius: 0; }#PJaTL1kGgQyNdMIsLTVAZiMcMl0kirQf > .row .container > .video-iframe-container {  }#PJaTL1kGgQyNdMIsLTVAZiMcMl0kirQf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#z8ZmQIJRMCUTwq6I2hLWGCWO6SGtfTW5 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:9.3125rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#uNJ6gL2fkwCa1MAEAzIXBlBgVmFx5HRq { position:relative;display:none; }#uNJ6gL2fkwCa1MAEAzIXBlBgVmFx5HRq { border-width: 0; border-radius: 0; }#uNJ6gL2fkwCa1MAEAzIXBlBgVmFx5HRq > .row .container > .video-iframe-container {  }#uNJ6gL2fkwCa1MAEAzIXBlBgVmFx5HRq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#ZMXcmJ3IBxIuwy4RzkVhWBv8mKAtgktq { color:#000000;display:block;width:28.6230625rem;position:absolute;font-family:museo;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.498481750488rem;left:0.68684959411619rem;height:2.4375rem;text-align:left;text-align-last:left;display:none; }
#x00n0SXQhRuAfNsEnN5hnIbuPEMQKWcy { color:#000000;display:block;width:28.624125rem;position:absolute;font-family:museo;font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:5.3732643127441rem;left:0.68684959411619rem;height:5.75rem;text-align:left;text-align-last:left;display:none; }
#TQyxDZZ9WglDTTnbmrcdFt0Q6It6CuEE { position:relative;display:none; }#TQyxDZZ9WglDTTnbmrcdFt0Q6It6CuEE { border-width: 0; border-radius: 0; }#TQyxDZZ9WglDTTnbmrcdFt0Q6It6CuEE > .row .container > .video-iframe-container {  }#TQyxDZZ9WglDTTnbmrcdFt0Q6It6CuEE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#u3JpcMpfXxImXCK6WNJrAKLpcyzJ3fdw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/t8WJMwbq/pani_z_okiem_polowa.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#u3JpcMpfXxImXCK6WNJrAKLpcyzJ3fdw.adaptive-delivery-prevent-bg, #u3JpcMpfXxImXCK6WNJrAKLpcyzJ3fdw.lazyload, #u3JpcMpfXxImXCK6WNJrAKLpcyzJ3fdw.lazyloading { background-image: none; }#u3JpcMpfXxImXCK6WNJrAKLpcyzJ3fdw > .row .container { background-color: transparent; background-image: none; }#u3JpcMpfXxImXCK6WNJrAKLpcyzJ3fdw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3JpcMpfXxImXCK6WNJrAKLpcyzJ3fdw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3JpcMpfXxImXCK6WNJrAKLpcyzJ3fdw > .row .container > .video-iframe-container { display: none; }#u3JpcMpfXxImXCK6WNJrAKLpcyzJ3fdw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3JpcMpfXxImXCK6WNJrAKLpcyzJ3fdw > .row > .video-iframe-container { display: none; }#u3JpcMpfXxImXCK6WNJrAKLpcyzJ3fdw > .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); }#u3JpcMpfXxImXCK6WNJrAKLpcyzJ3fdw > .row .container { border-width: 0; border-radius: 0; }#u3JpcMpfXxImXCK6WNJrAKLpcyzJ3fdw > .row > .video-iframe-container {  }#u3JpcMpfXxImXCK6WNJrAKLpcyzJ3fdw > .row .container { font-size:0.875rem;font-family:arial;height:35.75rem;width:60rem;position:relative;display:block; }#rZ7yn6lNqGc41NCENkD2zOPJXWTfDO0D { color:#000000;display:block;width:28.624125rem;position:absolute;font-family:museo;font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:5.3732643127441rem;left:0.68684959411619rem;height:5.84895625rem;text-align:left;text-align-last:left;display:block; }
#UcnXQNtwAGpbNXA7qV9kwA6nlhphQqMi { color:#005a50;display:block;width:25.1248125rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.149740219116rem;left:4.4984807968139rem;height:2.27430625rem;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; }
#rTHm1co1Oo3oal3IriZ8HD4oF7HM5H0R { color:#000000;display:block;width:28.6230625rem;position:absolute;font-family:museo;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.498481750488rem;left:0.68684959411619rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#X3QJK0buXzOeTu0otNtCGFyBiDBb6pbc { color:#005a50;display:block;width:22.7495625rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.648439407349rem;left:4.4986982345581rem;height:2.27430625rem;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; }
#nmLwCw1vbWvg7uIcBh4RecKC6geNTZFh { color:#005a50;display:block;width:24.5rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:23.782552719116rem;left:4.4986982345581rem;height:4.5486125rem;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; }
#r54BrI0vTivd2T0bC9JT3sKnIDJNK3eo { box-sizing:content-box;color:#1d9e7f;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:14.490018844604rem;left:0rem;display:block; }
#F9cVexzcoBdeSOnJrF0bbR8Ti5xsqAHP { box-sizing:content-box;color:#1d9e7f;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:18.988716125488rem;left:0rem;display:block; }
#nonBhi9Hnync4fgmybJUDTTN7boHCsCE { box-sizing:content-box;color:#1d9e7f;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:24.338108062744rem;left:0rem;display:block; }
#qoLWDTJMKnsuTShK1TgtwAou8JxSylfv { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:9.3125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#PKceWD3GuAozCc4wU6U3TsGXDkzETXh7 { background-color:#1d9e7f;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:30.686634063721rem;left:6.2489156723022rem;display:block; }
#DVZPcn3ksDcQIhDaGtkz2y9cm03bL8Mx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#swIb7ohSGgzIGsB20HKTGH2VIFDfTAlp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#005a50;background-image:none;position:relative;display:block; }#swIb7ohSGgzIGsB20HKTGH2VIFDfTAlp > .row .container { background-color: transparent; background-image: none; }#swIb7ohSGgzIGsB20HKTGH2VIFDfTAlp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swIb7ohSGgzIGsB20HKTGH2VIFDfTAlp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swIb7ohSGgzIGsB20HKTGH2VIFDfTAlp > .row .container > .video-iframe-container { display: none; }#swIb7ohSGgzIGsB20HKTGH2VIFDfTAlp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swIb7ohSGgzIGsB20HKTGH2VIFDfTAlp > .row > .video-iframe-container { display: none; }#swIb7ohSGgzIGsB20HKTGH2VIFDfTAlp > .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); }#swIb7ohSGgzIGsB20HKTGH2VIFDfTAlp > .row .container { border-width: 0; border-radius: 0; }#swIb7ohSGgzIGsB20HKTGH2VIFDfTAlp > .row > .video-iframe-container {  }#swIb7ohSGgzIGsB20HKTGH2VIFDfTAlp > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:60rem;position:relative;display:block; }#PQ1C7Z3kmcIq1FTDeZFMFsEoQ2CHTTDk { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0;border-right:0;border-bottom:0;height:1.12413125rem;width:42.249375rem;top:7.6875rem;left:8.875rem;display:block; }
#MQBLI8nBSLAfQJgJ0ZoXgAPtQTLnVfWZ { color:#ffffff;display:block;width:52.374125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.6875rem;left:3.8125rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qr2owXf6VZdWWn3lqrWP2R2AkPGDc2NA { position:relative;display:block; }#qr2owXf6VZdWWn3lqrWP2R2AkPGDc2NA { background-color: transparent; background-image: none; }#qr2owXf6VZdWWn3lqrWP2R2AkPGDc2NA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qr2owXf6VZdWWn3lqrWP2R2AkPGDc2NA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qr2owXf6VZdWWn3lqrWP2R2AkPGDc2NA > .row .container > .video-iframe-container { display: none; }#qr2owXf6VZdWWn3lqrWP2R2AkPGDc2NA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qr2owXf6VZdWWn3lqrWP2R2AkPGDc2NA > .row > .video-iframe-container { display: none; }#qr2owXf6VZdWWn3lqrWP2R2AkPGDc2NA > .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); }#qr2owXf6VZdWWn3lqrWP2R2AkPGDc2NA { border-width: 0; border-radius: 0; }#qr2owXf6VZdWWn3lqrWP2R2AkPGDc2NA > .row .container > .video-iframe-container {  }#qr2owXf6VZdWWn3lqrWP2R2AkPGDc2NA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.6875rem;width:60rem;position:relative;display:block; }#eWKMe06o9XPZnzfn8RiqPOLZsLhw1Bfk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:4.0625rem;left:10rem;display:block; }
#a3pLTsRhHNKsCZvOTix8T9wDPJisMO2T { color:#005a50;display:block;width:52.1875rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:27.256944656372rem;left:3.90625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dCDsOG7qmlamJVTyQ9XwgeAcu68mDdVE { position:relative;display:block; }#dCDsOG7qmlamJVTyQ9XwgeAcu68mDdVE { background-color: transparent; background-image: none; }#dCDsOG7qmlamJVTyQ9XwgeAcu68mDdVE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCDsOG7qmlamJVTyQ9XwgeAcu68mDdVE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCDsOG7qmlamJVTyQ9XwgeAcu68mDdVE > .row .container > .video-iframe-container { display: none; }#dCDsOG7qmlamJVTyQ9XwgeAcu68mDdVE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCDsOG7qmlamJVTyQ9XwgeAcu68mDdVE > .row > .video-iframe-container { display: none; }#dCDsOG7qmlamJVTyQ9XwgeAcu68mDdVE > .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); }#dCDsOG7qmlamJVTyQ9XwgeAcu68mDdVE { border-width: 0; border-radius: 0; }#dCDsOG7qmlamJVTyQ9XwgeAcu68mDdVE > .row .container > .video-iframe-container {  }#dCDsOG7qmlamJVTyQ9XwgeAcu68mDdVE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;position:relative;display:block; }#sxrnO2NcwQhHR4yUHgNNmO84glE1OnUB { color:#005a50;display:block;width:52.1875rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.2766933441162rem;left:3.9040803909302rem;height:2.4375rem;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; }
#p5nIyShc9yZxdlaLAAOOzBWf8awDKhny { position:absolute;display:block;z-index:15006;background-color:#005a50;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-left-radius:5.9375rem;border-top-right-radius:5.9375rem;border-bottom-left-radius:5.9375rem;border-bottom-right-radius:5.9375rem;height:3.125rem;width:3.125rem;top:5.9366321563721rem;left:4.2469606399536rem;display:block; }
#PxhauoIhE1QONMfh375AD4LXzximrInd { position:absolute;display:block;z-index:15007;background-color:#005a50;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-left-radius:5.9375rem;border-top-right-radius:5.9375rem;border-bottom-left-radius:5.9375rem;border-bottom-right-radius:5.9375rem;height:3.125rem;width:3.125rem;top:10.375rem;left:4.25rem;display:block; }
#Z5m9z9TFtfT0B91wrWBhcUZxH9q4zm7s { color:#005a50;display:block;width:2.31228125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.3125rem;left:4.625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ByEa8QA6pnyGTusxe70UVSwqvR3LrE7J { color:#005a50;display:block;width:2.3112rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.6875rem;left:4.625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PcXLNJ9OeMSR42VQuTwtKXiH7ZigFMq9 { color:#005a50;display:block;width:28.311625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.4375rem;left:8.625rem;height:2.4375rem;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; }
#rOMiCzCW2qMxZsffqS3krOFlHd5rgaGC { color:#005a50;display:block;width:19.561625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.75rem;left:8.5625rem;height:2.4375rem;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; }
#h5Q84wZwsQ2CPmcCTCNpsCzC6u6vl2tt { color:#005a50;display:block;width:54.4998125rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:17.052951812744rem;left:0rem;height:4.59895625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#b2yd1TWOTopSCkpoMp1zWFMUk4m37mlw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#005a50;background-image:none;position:relative;display:block; }#b2yd1TWOTopSCkpoMp1zWFMUk4m37mlw > .row .container { background-color: transparent; background-image: none; }#b2yd1TWOTopSCkpoMp1zWFMUk4m37mlw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2yd1TWOTopSCkpoMp1zWFMUk4m37mlw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2yd1TWOTopSCkpoMp1zWFMUk4m37mlw > .row .container > .video-iframe-container { display: none; }#b2yd1TWOTopSCkpoMp1zWFMUk4m37mlw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2yd1TWOTopSCkpoMp1zWFMUk4m37mlw > .row > .video-iframe-container { display: none; }#b2yd1TWOTopSCkpoMp1zWFMUk4m37mlw > .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); }#b2yd1TWOTopSCkpoMp1zWFMUk4m37mlw > .row .container { border-width: 0; border-radius: 0; }#b2yd1TWOTopSCkpoMp1zWFMUk4m37mlw > .row > .video-iframe-container {  }#b2yd1TWOTopSCkpoMp1zWFMUk4m37mlw > .row .container { font-size:0.875rem;font-family:arial;height:56rem;width:60rem;position:relative;display:block; }#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .widget-form-header {  }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:bold;color:#005a50;width:25.125rem;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; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .widget-input-text { border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #005a50;border-left:0.125rem solid #005a50;border-right:0.125rem solid #005a50;border-bottom:0.125rem solid #005a50;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:25.125rem;box-sizing:border-box;height:3.1875rem;color:#005a50;font-size:1.125rem;overflow:hidden;font-family:lato;vertical-align:top;text-align:left;text-align-last:left; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .widget-input-text {padding-top: 0; padding-bottom: 0;}#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .widget-textarea { border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #005a50;border-left:0.125rem solid #005a50;border-right:0.125rem solid #005a50;border-bottom:0.125rem solid #005a50;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:25.125rem;box-sizing:border-box;height:4.375rem;color:#005a50;font-size:1.125rem;overflow:hidden;font-family:lato;vertical-align:top;text-align:left;text-align-last:left; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:25.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:lato;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .widget-input-select {padding-top: 0; padding-bottom: 0;}#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .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; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .widget-input-button { border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;background-color:#f6f920;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #005a50;border-left:0.125rem solid #005a50;border-right:0.125rem solid #005a50;border-bottom:0.125rem solid #005a50;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.4375rem;margin-bottom:0.25rem;margin-left:3.5rem;display:block;box-sizing:border-box;font-size:2.0625rem;font-weight:400;color:#005a50;width:18.0625rem;height:4rem;font-family:lato;overflow:hidden;font-style:normal; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH [class*="-text"]:-moz-placeholder { color:#005a50;font-family:lato;font-size:0.9375rem; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH [class*="-text"]::-moz-placeholder { color:#005a50;font-family:lato;font-size:0.9375rem; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH [class*="-text"]:-ms-input-placeholder { color:#005a50;font-family:lato;font-size:0.9375rem; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH [class*="-text"]::-webkit-input-placeholder { color:#005a50;font-family:lato;font-size:0.9375rem; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .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:lato;line-height:1.3;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:23.9375rem;overflow:hidden;font-style:normal;float:none; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .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; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .widget-container:first-of-type{padding-top:0;}#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .widget-container:last-of-type{padding-bottom:0;}#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.125rem;height:auto;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;z-index:15029;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:9.1519165039062rem;left:28.927953720092rem; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.125rem;display:block;vertical-align:top; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH {display:block;}#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.125rem;height:auto;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;z-index:15029;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:9.1519165039062rem;left:28.927953720092rem; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #mEmkPbC9t8wrPdzKl0z9mwaXWhslEwHu { position:relative; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #XoctEpt7PyCSNMQnD1ANRfDq6xfKTLoL { position:relative;display:none; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #Uny8XJv4WSlGpSzWtEB6kHKza8w5RQ7b { position:relative; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #fQQnhZlOwHBSvHTWSAJS8ESLwCSpmN31 { position:relative; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #yCL1k56VNtPC3NobbOndKerfcKXef8xW { position:relative;display:none; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #VNyMTbsL4hLhn8RN7T2hFaIQxuaAs7ze { position:relative; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #EVZ0TVRGTHDCv4zmXOpRZsH2w7dLuxs9 { position:relative; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #TKgmi8FWwabeQ1TMXAXMOAHRvgqtKKE0 { position:relative;display:none; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #HEq4LP1gxylX5EbnCPpUxllt6HeF40ii { position:relative; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #CXNln86ZOAulzv12OOZg4pUnVL644IlR { position:relative; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #h9sSfxFNxl3ofTuft8Ge28Ccy3p93kLt { position:relative;display:none; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #Zka7ESo0p4wC3IfdZLzHysaSMdp7xy1p { position:relative; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #OzsnHl1apyhnSbeDyimpJZdX0C5bRPUT { position:relative; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #TK9hgO573tHa0Q3Nho2ZHqNyD728DnNb { position:relative;display:none; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #xA2Ovp20UIu1Li5tsi5dVDzPIxhotBOW { position:relative; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #nTqsoi74p30cwx9LiW47ekUJRLhVRSWQ { position:relative; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #JtWJKJrr7RHBAEcCTNTCLt44pSUszbpM { position:relative;z-index:2; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #zIWXkH7UpHkClT9xclPWgzQnAdef3eIT { position:relative; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #VAdf03QIvkc4tul5p7DFI8FiBUIRNMbd { position:relative; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #otTKnwZxAlLlON95qavHxuX9zC2q4T3M { position:relative;z-index:2; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #xZSu7zmSQbK7eiI0i932AAJ90pLPVmco { position:relative; }
#wFyp5fOAiyuR6TGARpe4hv4scEgAfJ09 { position:relative;display:block; }
#Hk0zUwnWTFf9Qggu1fZB06GHqOloJui1 { position:relative;display:block; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #wcgosVfUL7MRU95ruiytSr0ZeuMxiIXn { position:relative;display:block;z-index:15000; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #T5yQaXUg2lZwtwHI4PJvqXacybfxqhO9 { position:relative;display:block;z-index:15000; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #nvN0pmUqft9SOCwA8r5EGO9Q0Rq2kUQG { position:relative; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #AEym3DptqFWxkH5MknKQTh1tSbmSQgsI { position:relative; }
#cDHCVHv43vgaTHxcRWTPhw1oOgEu44sf { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.0625rem;left:1rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#sNrKEztb5sECkii3B5VTzHPf4LTUGOLk { color:#f6f920;display:block;width:22.75rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:16.5rem;left:1rem;height:27.28475rem;text-align:left;text-align-last:left;display:block; }#sNrKEztb5sECkii3B5VTzHPf4LTUGOLk li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#sNrKEztb5sECkii3B5VTzHPf4LTUGOLk li:before{  }
#PF3pudPTS1Dqnt0iH2UWKIZA4CzSvAgo { color:#000000;display:block;width:23.62325rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5798532962799rem;left:31.052083969116rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#AAd57NeJ2HoWhWGVQs5xE3roqR7bRTT2 { color:#000000;display:block;width:14.6245625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:50.25rem;left:38.3125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#FRU8KA1ZucDhqcDmyuXQU6LnWfOGfHxT { box-sizing:content-box;color:#ffffff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:49.5625rem;left:32.875rem;display:block; }
#dkG12yQvWgxWOETqPgoXsxwTEXzbJC1A { color:#000000;display:block;width:14.6245625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:40.5625rem;left:42.0625rem;height:4.875rem;text-align:center;text-align-last:center;display:none; }
#lsiTnODph1bPPBVg7JHy7OmDqdfMF2Rq { background-color:#5d92ff;background-image:none;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#nECTZ9oWTtXTWKtoUV56PKFSizD99gGW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZFQZtWiaNxgQQ3cOMhrMV22v6M99PJKc { 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:block;z-index:15000;display:none; }
#HSBtXduSCThrttwoslXFaf09tZkhdf7P { position:relative;display:block; }#HSBtXduSCThrttwoslXFaf09tZkhdf7P { background-color: transparent; background-image: none; }#HSBtXduSCThrttwoslXFaf09tZkhdf7P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSBtXduSCThrttwoslXFaf09tZkhdf7P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSBtXduSCThrttwoslXFaf09tZkhdf7P > .row .container > .video-iframe-container { display: none; }#HSBtXduSCThrttwoslXFaf09tZkhdf7P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSBtXduSCThrttwoslXFaf09tZkhdf7P > .row > .video-iframe-container { display: none; }#HSBtXduSCThrttwoslXFaf09tZkhdf7P > .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); }#HSBtXduSCThrttwoslXFaf09tZkhdf7P { border-width: 0; border-radius: 0; }#HSBtXduSCThrttwoslXFaf09tZkhdf7P > .row .container > .video-iframe-container {  }#HSBtXduSCThrttwoslXFaf09tZkhdf7P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.875rem;width:60rem;position:relative;display:block; }#U3SCbEoVg76mTMfS7v4srNEC4sAdw5X4 { color:#000000;display:block;width:25.374375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:0.39387893676758rem;left:17.31228351593rem;height:2.1111125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PJaTL1kGgQyNdMIsLTVAZiMcMl0kirQf { display:none; }#PJaTL1kGgQyNdMIsLTVAZiMcMl0kirQf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z8ZmQIJRMCUTwq6I2hLWGCWO6SGtfTW5 { top:0rem;left:0rem;width:9.3125rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uNJ6gL2fkwCa1MAEAzIXBlBgVmFx5HRq { display:none; }#uNJ6gL2fkwCa1MAEAzIXBlBgVmFx5HRq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZMXcmJ3IBxIuwy4RzkVhWBv8mKAtgktq { top:11.4375rem;left:0rem;width:28.5625rem;height:2.375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #x00n0SXQhRuAfNsEnN5hnIbuPEMQKWcy { top:5.3125rem;left:0rem;width:28.5625rem;height:5.8125rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQyxDZZ9WglDTTnbmrcdFt0Q6It6CuEE { display:none; }#TQyxDZZ9WglDTTnbmrcdFt0Q6It6CuEE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u3JpcMpfXxImXCK6WNJrAKLpcyzJ3fdw { display:block; }#u3JpcMpfXxImXCK6WNJrAKLpcyzJ3fdw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZ7yn6lNqGc41NCENkD2zOPJXWTfDO0D { top:5.3125rem;left:0rem;width:28.5625rem;height:5.75rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcnXQNtwAGpbNXA7qV9kwA6nlhphQqMi { top:15.125rem;left:0rem;width:25.0625rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTHm1co1Oo3oal3IriZ8HD4oF7HM5H0R { top:11.4375rem;left:0rem;width:28.5625rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3QJK0buXzOeTu0otNtCGFyBiDBb6pbc { top:19.625rem;left:1.1875rem;width:22.6875rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmLwCw1vbWvg7uIcBh4RecKC6geNTZFh { top:23.75rem;left:0rem;width:24.4375rem;height:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r54BrI0vTivd2T0bC9JT3sKnIDJNK3eo { top:14.4375rem;left:0rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9cVexzcoBdeSOnJrF0bbR8Ti5xsqAHP { top:18.9375rem;left:0rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nonBhi9Hnync4fgmybJUDTTN7boHCsCE { top:24.3125rem;left:0rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoLWDTJMKnsuTShK1TgtwAou8JxSylfv { top:0rem;left:0rem;width:9.3125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKceWD3GuAozCc4wU6U3TsGXDkzETXh7 { width:17.5rem;height:3.4375rem;top:30.625rem;left:3.1864156723023rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVZPcn3ksDcQIhDaGtkz2y9cm03bL8Mx { display:block; }
 }@media only screen and (max-width: 763px) { #swIb7ohSGgzIGsB20HKTGH2VIFDfTAlp { display:block; }#swIb7ohSGgzIGsB20HKTGH2VIFDfTAlp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQ1C7Z3kmcIq1FTDeZFMFsEoQ2CHTTDk { top:7.6875rem;left:2.75rem;width:42.1875rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQBLI8nBSLAfQJgJ0ZoXgAPtQTLnVfWZ { top:1.6875rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr2owXf6VZdWWn3lqrWP2R2AkPGDc2NA { display:block; }#qr2owXf6VZdWWn3lqrWP2R2AkPGDc2NA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWKMe06o9XPZnzfn8RiqPOLZsLhw1Bfk { top:4.0625rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3pLTsRhHNKsCZvOTix8T9wDPJisMO2T { top:27.25rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCDsOG7qmlamJVTyQ9XwgeAcu68mDdVE { display:block; }#dCDsOG7qmlamJVTyQ9XwgeAcu68mDdVE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxrnO2NcwQhHR4yUHgNNmO84glE1OnUB { top:2.25rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5nIyShc9yZxdlaLAAOOzBWf8awDKhny { top:5.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxhauoIhE1QONMfh375AD4LXzximrInd { top:10.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5m9z9TFtfT0B91wrWBhcUZxH9q4zm7s { top:6.3125rem;left:0rem;width:2.25rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByEa8QA6pnyGTusxe70UVSwqvR3LrE7J { top:10.6875rem;left:0rem;width:2.25rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcXLNJ9OeMSR42VQuTwtKXiH7ZigFMq9 { top:6.4375rem;left:2.5rem;width:28.25rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOMiCzCW2qMxZsffqS3krOFlHd5rgaGC { top:10.75rem;left:2.4375rem;width:19.5rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5Q84wZwsQ2CPmcCTCNpsCzC6u6vl2tt { top:17rem;left:0rem;width:47.75rem;height:4.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2yd1TWOTopSCkpoMp1zWFMUk4m37mlw { display:block; }#b2yd1TWOTopSCkpoMp1zWFMUk4m37mlw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .widget-regular-label { width:25.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .widget-input-text { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .widget-input-text {padding-top: 0; padding-bottom: 0;}#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .widget-textarea { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .widget-input-select { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .widget-input-select {padding-top: 0; padding-bottom: 0;}#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .widget-input-button { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.5rem; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .widget-checkbox-label { width:23.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH  { width:25.125rem;height:auto;top:9.125rem;left:19.875rem; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .radio-container { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH {display:block;}#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH { width:25.125rem;height:auto;top:9.125rem;left:19.875rem; }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #mEmkPbC9t8wrPdzKl0z9mwaXWhslEwHu {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #XoctEpt7PyCSNMQnD1ANRfDq6xfKTLoL { display:none; }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #Uny8XJv4WSlGpSzWtEB6kHKza8w5RQ7b {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #fQQnhZlOwHBSvHTWSAJS8ESLwCSpmN31 {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #yCL1k56VNtPC3NobbOndKerfcKXef8xW { display:none; }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #VNyMTbsL4hLhn8RN7T2hFaIQxuaAs7ze {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #EVZ0TVRGTHDCv4zmXOpRZsH2w7dLuxs9 {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #TKgmi8FWwabeQ1TMXAXMOAHRvgqtKKE0 { display:none; }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #HEq4LP1gxylX5EbnCPpUxllt6HeF40ii {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #CXNln86ZOAulzv12OOZg4pUnVL644IlR {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #h9sSfxFNxl3ofTuft8Ge28Ccy3p93kLt { display:none; }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #Zka7ESo0p4wC3IfdZLzHysaSMdp7xy1p {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #OzsnHl1apyhnSbeDyimpJZdX0C5bRPUT {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #TK9hgO573tHa0Q3Nho2ZHqNyD728DnNb { display:none; }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #xA2Ovp20UIu1Li5tsi5dVDzPIxhotBOW {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #nTqsoi74p30cwx9LiW47ekUJRLhVRSWQ {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #JtWJKJrr7RHBAEcCTNTCLt44pSUszbpM {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #zIWXkH7UpHkClT9xclPWgzQnAdef3eIT {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #VAdf03QIvkc4tul5p7DFI8FiBUIRNMbd {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #otTKnwZxAlLlON95qavHxuX9zC2q4T3M {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #xZSu7zmSQbK7eiI0i932AAJ90pLPVmco {  }
 }@media only screen and (max-width: 763px) { #wFyp5fOAiyuR6TGARpe4hv4scEgAfJ09 { display:block; }
 }@media only screen and (max-width: 763px) { #Hk0zUwnWTFf9Qggu1fZB06GHqOloJui1 { display:block; }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #wcgosVfUL7MRU95ruiytSr0ZeuMxiIXn {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #T5yQaXUg2lZwtwHI4PJvqXacybfxqhO9 {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #nvN0pmUqft9SOCwA8r5EGO9Q0Rq2kUQG {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #AEym3DptqFWxkH5MknKQTh1tSbmSQgsI {  }
 }@media only screen and (max-width: 763px) { #cDHCVHv43vgaTHxcRWTPhw1oOgEu44sf { top:10.0625rem;left:0rem;width:23.0625rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNrKEztb5sECkii3B5VTzHPf4LTUGOLk { top:16.5rem;left:0rem;width:22.75rem;height:27.3125rem;font-size:1.25rem;display:block; }#sNrKEztb5sECkii3B5VTzHPf4LTUGOLk li:before{  }
 }@media only screen and (max-width: 763px) { #PF3pudPTS1Dqnt0iH2UWKIZA4CzSvAgo { top:2.5625rem;left:24.1875rem;width:23.5625rem;height:4.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAd57NeJ2HoWhWGVQs5xE3roqR7bRTT2 { top:50.25rem;left:32.1875rem;width:14.5625rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRU8KA1ZucDhqcDmyuXQU6LnWfOGfHxT { top:49.5625rem;left:26.75rem;width:6.25rem;height:6.25rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkG12yQvWgxWOETqPgoXsxwTEXzbJC1A { top:38.5625rem;left:0rem;width:14.5625rem;height:2.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lsiTnODph1bPPBVg7JHy7OmDqdfMF2Rq { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #nECTZ9oWTtXTWKtoUV56PKFSizD99gGW { display:block; }
 }@media only screen and (max-width: 763px) { #ZFQZtWiaNxgQQ3cOMhrMV22v6M99PJKc { display:none; }
 }@media only screen and (max-width: 763px) { #HSBtXduSCThrttwoslXFaf09tZkhdf7P { display:block; }#HSBtXduSCThrttwoslXFaf09tZkhdf7P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U3SCbEoVg76mTMfS7v4srNEC4sAdw5X4 { top:0.375rem;left:11.18728351593rem;width:25.3125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PJaTL1kGgQyNdMIsLTVAZiMcMl0kirQf { display:block; }#PJaTL1kGgQyNdMIsLTVAZiMcMl0kirQf > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8ZmQIJRMCUTwq6I2hLWGCWO6SGtfTW5 { width:8.125rem;height:4.1875rem;top:0rem;left:5.9375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #uNJ6gL2fkwCa1MAEAzIXBlBgVmFx5HRq { display:block; }#uNJ6gL2fkwCa1MAEAzIXBlBgVmFx5HRq > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMXcmJ3IBxIuwy4RzkVhWBv8mKAtgktq { width:20rem;height:2.03125rem;top:5rem;left:0rem;font-size:1.5625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #x00n0SXQhRuAfNsEnN5hnIbuPEMQKWcy { width:20rem;height:4.7986125rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #TQyxDZZ9WglDTTnbmrcdFt0Q6It6CuEE { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/xdQAtf6C/pani_z_okiem.jpg");background-position: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;display:block; }#TQyxDZZ9WglDTTnbmrcdFt0Q6It6CuEE.adaptive-delivery-prevent-bg, #TQyxDZZ9WglDTTnbmrcdFt0Q6It6CuEE.lazyload, #TQyxDZZ9WglDTTnbmrcdFt0Q6It6CuEE.lazyloading { background-image: none; }#TQyxDZZ9WglDTTnbmrcdFt0Q6It6CuEE > .row .container { background-color: transparent; background-image: none; }#TQyxDZZ9WglDTTnbmrcdFt0Q6It6CuEE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQyxDZZ9WglDTTnbmrcdFt0Q6It6CuEE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQyxDZZ9WglDTTnbmrcdFt0Q6It6CuEE > .row .container > .video-iframe-container { display: none; }#TQyxDZZ9WglDTTnbmrcdFt0Q6It6CuEE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQyxDZZ9WglDTTnbmrcdFt0Q6It6CuEE > .row > .video-iframe-container { display: none; }#TQyxDZZ9WglDTTnbmrcdFt0Q6It6CuEE > .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); }#TQyxDZZ9WglDTTnbmrcdFt0Q6It6CuEE > .row .container { border-width: 0; border-radius: 0; }#TQyxDZZ9WglDTTnbmrcdFt0Q6It6CuEE > .row > .video-iframe-container {  }#TQyxDZZ9WglDTTnbmrcdFt0Q6It6CuEE > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3JpcMpfXxImXCK6WNJrAKLpcyzJ3fdw { background-color:transparent;background-image:url("https://images.assets-landingi.com/t8WJMwbq/pani_z_okiem_polowa.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#u3JpcMpfXxImXCK6WNJrAKLpcyzJ3fdw.adaptive-delivery-prevent-bg, #u3JpcMpfXxImXCK6WNJrAKLpcyzJ3fdw.lazyload, #u3JpcMpfXxImXCK6WNJrAKLpcyzJ3fdw.lazyloading { background-image: none; }#u3JpcMpfXxImXCK6WNJrAKLpcyzJ3fdw > .row .container { background-color: transparent; background-image: none; }#u3JpcMpfXxImXCK6WNJrAKLpcyzJ3fdw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#u3JpcMpfXxImXCK6WNJrAKLpcyzJ3fdw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3JpcMpfXxImXCK6WNJrAKLpcyzJ3fdw > .row .container > .video-iframe-container { display: none; }#u3JpcMpfXxImXCK6WNJrAKLpcyzJ3fdw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#u3JpcMpfXxImXCK6WNJrAKLpcyzJ3fdw > .row > .video-iframe-container { display: none; }#u3JpcMpfXxImXCK6WNJrAKLpcyzJ3fdw > .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); }#u3JpcMpfXxImXCK6WNJrAKLpcyzJ3fdw > .row .container { width:20rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZ7yn6lNqGc41NCENkD2zOPJXWTfDO0D { width:20rem;height:0;top:1.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UcnXQNtwAGpbNXA7qV9kwA6nlhphQqMi { width:16.125rem;height:1.625rem;top:2.125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTHm1co1Oo3oal3IriZ8HD4oF7HM5H0R { width:20rem;height:0;top:7.5625rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X3QJK0buXzOeTu0otNtCGFyBiDBb6pbc { width:15.9375rem;height:1.625rem;top:5.625rem;left:3.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmLwCw1vbWvg7uIcBh4RecKC6geNTZFh { width:16rem;height:3.25rem;top:8.6875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r54BrI0vTivd2T0bC9JT3sKnIDJNK3eo { width:3.75rem;height:3.75rem;top:1.0625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9cVexzcoBdeSOnJrF0bbR8Ti5xsqAHP { width:3.75rem;height:3.75rem;top:4.75rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nonBhi9Hnync4fgmybJUDTTN7boHCsCE { width:3.75rem;height:3.75rem;top:8.4375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoLWDTJMKnsuTShK1TgtwAou8JxSylfv { width:8.125rem;height:4.1875rem;top:0rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PKceWD3GuAozCc4wU6U3TsGXDkzETXh7 { width:17.5rem;height:3.4375rem;top:14.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVZPcn3ksDcQIhDaGtkz2y9cm03bL8Mx { display:block; }
 }@media only screen and (max-width: 763px) { #swIb7ohSGgzIGsB20HKTGH2VIFDfTAlp { display:block; }#swIb7ohSGgzIGsB20HKTGH2VIFDfTAlp > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQ1C7Z3kmcIq1FTDeZFMFsEoQ2CHTTDk { width:20rem;height:1.0625rem;top:1.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #MQBLI8nBSLAfQJgJ0ZoXgAPtQTLnVfWZ { width:20rem;height:10.15625rem;top:0.84375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr2owXf6VZdWWn3lqrWP2R2AkPGDc2NA { display:block; }#qr2owXf6VZdWWn3lqrWP2R2AkPGDc2NA > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWKMe06o9XPZnzfn8RiqPOLZsLhw1Bfk { height:11.25rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3pLTsRhHNKsCZvOTix8T9wDPJisMO2T { width:20rem;height:3.57465rem;top:13.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCDsOG7qmlamJVTyQ9XwgeAcu68mDdVE { display:block; }#dCDsOG7qmlamJVTyQ9XwgeAcu68mDdVE > .row .container { width:20rem;height:30.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxrnO2NcwQhHR4yUHgNNmO84glE1OnUB { width:20rem;height:3.57465rem;top:2.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5nIyShc9yZxdlaLAAOOzBWf8awDKhny { width:2.3125rem;height:2.3125rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxhauoIhE1QONMfh375AD4LXzximrInd { width:2.3125rem;height:2.3125rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5m9z9TFtfT0B91wrWBhcUZxH9q4zm7s { width:2.25rem;height:1.787325rem;top:7.71875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByEa8QA6pnyGTusxe70UVSwqvR3LrE7J { width:2.25rem;height:1.787325rem;top:12.09375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcXLNJ9OeMSR42VQuTwtKXiH7ZigFMq9 { width:11.6875rem;height:3.25rem;top:11.34375rem;left:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOMiCzCW2qMxZsffqS3krOFlHd5rgaGC { width:13.5rem;height:1.625rem;top:7.78125rem;left:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5Q84wZwsQ2CPmcCTCNpsCzC6u6vl2tt { width:20rem;height:10.99825rem;top:17.625rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b2yd1TWOTopSCkpoMp1zWFMUk4m37mlw { display:block; }#b2yd1TWOTopSCkpoMp1zWFMUk4m37mlw > .row .container { width:20rem;height:94.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.125rem solid #005a50;border-left:0.125rem solid #005a50;border-right:0.125rem solid #005a50;border-bottom:0.125rem solid #005a50;background-color:rgba(255,255,255,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-size:1.0625rem;overflow:hidden;height:3rem; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .widget-input-text {padding-top: 0; padding-bottom: 0;}#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.125rem solid #005a50;border-left:0.125rem solid #005a50;border-right:0.125rem solid #005a50;border-bottom:0.125rem solid #005a50;background-color:rgba(255,255,255,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-size:1.0625rem;overflow:hidden; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .widget-input-select {padding-top: 0; padding-bottom: 0;}#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .widget-input-button { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.4375rem; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH [class*="-text"]:-moz-placeholder { font-size:1.0625rem; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH [class*="-text"]::-moz-placeholder { font-size:1.0625rem; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH [class*="-text"]:-ms-input-placeholder { font-size:1.0625rem; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH [class*="-text"]::-webkit-input-placeholder { font-size:1.0625rem; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH  { width:17.25rem;height:auto;top:9.0025968551638rem;left:0rem; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH {display:block;}#bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH { width:17.25rem;height:auto;top:9.0025968551638rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #mEmkPbC9t8wrPdzKl0z9mwaXWhslEwHu {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #XoctEpt7PyCSNMQnD1ANRfDq6xfKTLoL { display:none; }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #Uny8XJv4WSlGpSzWtEB6kHKza8w5RQ7b {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #fQQnhZlOwHBSvHTWSAJS8ESLwCSpmN31 {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #yCL1k56VNtPC3NobbOndKerfcKXef8xW { display:none; }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #VNyMTbsL4hLhn8RN7T2hFaIQxuaAs7ze {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #EVZ0TVRGTHDCv4zmXOpRZsH2w7dLuxs9 {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #TKgmi8FWwabeQ1TMXAXMOAHRvgqtKKE0 { display:none; }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #HEq4LP1gxylX5EbnCPpUxllt6HeF40ii {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #CXNln86ZOAulzv12OOZg4pUnVL644IlR {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #h9sSfxFNxl3ofTuft8Ge28Ccy3p93kLt { display:none; }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #Zka7ESo0p4wC3IfdZLzHysaSMdp7xy1p {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #OzsnHl1apyhnSbeDyimpJZdX0C5bRPUT {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #TK9hgO573tHa0Q3Nho2ZHqNyD728DnNb { display:none; }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #xA2Ovp20UIu1Li5tsi5dVDzPIxhotBOW {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #nTqsoi74p30cwx9LiW47ekUJRLhVRSWQ {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #JtWJKJrr7RHBAEcCTNTCLt44pSUszbpM {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #zIWXkH7UpHkClT9xclPWgzQnAdef3eIT {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #VAdf03QIvkc4tul5p7DFI8FiBUIRNMbd {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #otTKnwZxAlLlON95qavHxuX9zC2q4T3M {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #xZSu7zmSQbK7eiI0i932AAJ90pLPVmco {  }
 }@media only screen and (max-width: 763px) { #wFyp5fOAiyuR6TGARpe4hv4scEgAfJ09 { display:block; }
 }@media only screen and (max-width: 763px) { #Hk0zUwnWTFf9Qggu1fZB06GHqOloJui1 { display:block; }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #wcgosVfUL7MRU95ruiytSr0ZeuMxiIXn {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #T5yQaXUg2lZwtwHI4PJvqXacybfxqhO9 {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #nvN0pmUqft9SOCwA8r5EGO9Q0Rq2kUQG {  }
 }@media only screen and (max-width: 763px) { #bLNGzAlCBzbbqcyb7ZFKttpidHMMG9yH #AEym3DptqFWxkH5MknKQTh1tSbmSQgsI {  }
 }@media only screen and (max-width: 763px) { #cDHCVHv43vgaTHxcRWTPhw1oOgEu44sf { width:20rem;height:3.57465rem;top:64.362848281862rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNrKEztb5sECkii3B5VTzHPf4LTUGOLk { width:20rem;height:24.125rem;top:68.50000190735rem;left:0rem;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }#sNrKEztb5sECkii3B5VTzHPf4LTUGOLk li:before{  }
 }@media only screen and (max-width: 763px) { #PF3pudPTS1Dqnt0iH2UWKIZA4CzSvAgo { width:20rem;height:4.22395625rem;top:3.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAd57NeJ2HoWhWGVQs5xE3roqR7bRTT2 { width:14.5625rem;height:0;top:36.6875rem;left:5.4375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FRU8KA1ZucDhqcDmyuXQU6LnWfOGfHxT { width:6.25rem;height:6.25rem;top:36rem;left:0rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dkG12yQvWgxWOETqPgoXsxwTEXzbJC1A { width:14.5625rem;height:1.787325rem;top:56.8125rem;left:2.7187500596046rem;font-size:1.375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #lsiTnODph1bPPBVg7JHy7OmDqdfMF2Rq { top:59.1875rem;left:1.2499999403954rem;width:17.5rem;height:3.4375rem;z-index:15031;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;font-size:1.375rem;font-weight:400;font-style:normal;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nECTZ9oWTtXTWKtoUV56PKFSizD99gGW { display:block; }
 }@media only screen and (max-width: 763px) { #ZFQZtWiaNxgQQ3cOMhrMV22v6M99PJKc { top:58.71875rem;left:1.2499999403954rem;width:3.125rem;height:3.125rem;z-index:15004;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HSBtXduSCThrttwoslXFaf09tZkhdf7P { display:block; }#HSBtXduSCThrttwoslXFaf09tZkhdf7P > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U3SCbEoVg76mTMfS7v4srNEC4sAdw5X4 { width:20rem;height:2.1111125rem;top:0.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }