.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#f2f2f2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .row > .video-iframe-container { display: none; }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .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); }#TKReNxtTbuyb3NwoQTexBn7JuttHnZ1f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdda00;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; }#TKReNxtTbuyb3NwoQTexBn7JuttHnZ1f > .row .container { background-color: transparent; background-image: none; }#TKReNxtTbuyb3NwoQTexBn7JuttHnZ1f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKReNxtTbuyb3NwoQTexBn7JuttHnZ1f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKReNxtTbuyb3NwoQTexBn7JuttHnZ1f > .row .container > .video-iframe-container { display: none; }#TKReNxtTbuyb3NwoQTexBn7JuttHnZ1f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKReNxtTbuyb3NwoQTexBn7JuttHnZ1f > .row > .video-iframe-container { display: none; }#TKReNxtTbuyb3NwoQTexBn7JuttHnZ1f > .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); }#TKReNxtTbuyb3NwoQTexBn7JuttHnZ1f > .row .container { border-width: 0; border-radius: 0; }#TKReNxtTbuyb3NwoQTexBn7JuttHnZ1f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TKReNxtTbuyb3NwoQTexBn7JuttHnZ1f > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:60rem;position:relative;display:block; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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;display:block; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { background-color: transparent; background-image: none; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container > .video-iframe-container { display: none; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row > .video-iframe-container { display: none; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .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); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { border-width: 0; border-radius: 0; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { width:60rem;height:9.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#FRV90piqF83DNRgdIEDT16SoIlvuM0Wq { 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:4.6875rem;width:27.625rem;top:1.8125rem;left:32.375rem;overflow:hidden;display:block; }
#LlAzT6ASTkMPosr6R4xNKwzpdFahgcT4 { position:absolute;display:block;z-index:15003;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:1.4375rem;width:1.4375rem;top:3.5rem;left:0.4375rem;overflow:hidden;display:block; }
#Gad39dPH7xpHTPIzP55K7v5irm2v50Rn { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.505859375rem;left:2.620849609375rem;height:1.2994375rem;font-style:normal;display:block; }
#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/A7BC5eyd/Imagens_1.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.adaptive-delivery-prevent-bg, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyload, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyloading { background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { background-color: transparent; background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,12,12,0.81); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,12,12,0.81); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .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); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { border-width: 0; border-radius: 0; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:60rem;position:relative;display:block; }#dmADKbXkO0JhQbTiR7hOTutTZsZotgpp { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:300;z-index:15000;line-height:1;letter-spacing:0;top:10.0625rem;left:0rem;height:8.4375rem;font-style:normal;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; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .widget-form-header {  }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#f2f9ff;width:20.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .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:20.125rem;box-sizing:border-box;height:2.5625rem;color:#6e6e6e;font-size:0.8125rem;overflow:hidden;font-family:"open sans"; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .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:20.125rem;box-sizing:border-box;height:4.375rem;color:#6e6e6e;font-size:0.8125rem;overflow:hidden;font-family:"open sans"; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .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:20.125rem;box-sizing:border-box;height:2.5rem;color:#6e6e6e;font-family:"open sans";font-size:0.8125rem;overflow:hidden; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .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:#f6f920;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;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#1abc9c;width:20.125rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 [class*="-text"]:-moz-placeholder { color:#b9b8b8;font-family:"open sans";font-size:0.8125rem; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 [class*="-text"]::-moz-placeholder { color:#b9b8b8;font-family:"open sans";font-size:0.8125rem; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 [class*="-text"]:-ms-input-placeholder { color:#b9b8b8;font-family:"open sans";font-size:0.8125rem; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 [class*="-text"]::-webkit-input-placeholder { color:#b9b8b8;font-family:"open sans";font-size:0.8125rem; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:400;color:#f2f9ff;vertical-align:top;width:18.9375rem;overflow:hidden;font-style:normal; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .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:"open sans";font-size:0.75rem;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .widget-container:first-of-type{padding-top:0;}#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .widget-container:last-of-type{padding-bottom:0;}#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3  { background-color:#1abc9c;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:35.967407226562rem;top:2.7490234375rem;z-index:15004;position:absolute; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.125rem; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 {display:block;}#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 { background-color:#1abc9c;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:35.967407226562rem;top:2.7490234375rem;z-index:15004;position:absolute; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #DRSHpkcSqBb9p5ddAeg8tizZGfz1Gpm9 { position:relative; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #nkOa4kZHnrB8fxmWPHTfXL3C91X5nVe2 { position:relative;display:block; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #D9DOA0grMXWBMSnKKuJClPsO8sHVUybE { position:relative; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #AaPpDMLbcM0PI7sWaCrXG54MHDO6gt6M { position:relative; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #o0WnCRCC86nqEUguAFkXzipdqaRzzSJG { position:relative;display:block; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #hxRnVPdwB25cLsUs9fzHIIEWbnnWTeWI { position:relative; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #F7zk8W1KJIkJqSRDvZ2G9zCS11cBx8aK { position:relative; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #HiqCs5TNfnu6BMNsneWxTB24PfkewEEH { position:relative;display:block; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #WexvEHI4XKwb2ULF8SLfJoacI9nGAQip { position:relative; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #PTR08mNew6BQsKqtSlUdAWmpSDrDxGXw { position:relative; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #C0wDsGdx1V4TEPvqBwo34WDDyZTD5CbG { position:relative;display:block; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #L42TI3V8ZlRRgMsa9Eq9zRc5STL8xdKe { position:relative; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #pXa0QU0kSuNDeEnZ8x7syXaX4dDMauIC { position:relative; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #h7K5rnOMT17WqRVxL9G1talTkB1VSLe6 { position:relative;display:block; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #LySsN1WxXxahBSb0LUoS3MQhW5XNVuTF { position:relative; }
#M7lPEuz3V5feplbfQKg5f6XLZZwV7xM0 { position:relative;display:block;z-index:100000;display:block; }
#u0tMPeTkI1KNahbQHFq37r8pyR8uhNyU { position:relative;display:block;z-index:100000;display:block; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #DsibL7OkiQM4fq934UO7V5zyq0AeDChu { position:relative; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #iOFxtJQbG7SrZBqoTCbnk4STWhshN9Q3 { position:relative; }
#td9bHXksSnn5CecvQNBfMDNDxtKoeqx2 { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.8125rem;left:0rem;height:1.950075rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#UNRT4FXZz3QpQPTLqfDeCRAARHWzzS0t { position:absolute;display:block;z-index:15005;height:11.25rem;width:20rem;top:26.5rem;left:1.28125rem;display:block; }
#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d2929;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:none; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container { border-width: 0; border-radius: 0; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:60rem;position:relative;display:none; }#xTENdzERI6sdZx1o5l2ZUBnp2DCH8qWx { position:absolute;display:block;z-index:15003;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:10.25rem;width:14.5rem;top:0.6875rem;left:45.43124961853rem;overflow:hidden;display:block; }
#noUn1zoiGgPp7fVJvwrmFDPfeNVdXyTW { position:absolute;display:block;z-index:15005;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:10.125rem;width:14.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#TWu7hn34QZzBkCmpoiAyQQS3RT30GHoF { 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:10.25rem;width:14.5rem;top:0.6875rem;left:30.25rem;overflow:hidden;display:block; }
#UF5boTi4qL625tArwS83ryPAo0v4Px4C { 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:10.25rem;width:14.5rem;top:0.5625rem;left:15.125rem;overflow:hidden;display:block; }
#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row .container { background-color: transparent; background-image: none; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row .container > .video-iframe-container { display: none; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row > .video-iframe-container { display: none; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .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); }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row .container { border-width: 0; border-radius: 0; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:60rem;position:relative;display:block; }#GR1v0ZLmTdJaxIi8rgX6Hdx7ZyTsF6kc { color:#000204;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.9375rem;left:1.25rem;height:3.90014375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dQnmX2Ikp0c8ymsSSQ2KtRgnIAG4Te5D { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;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:15.4375rem;width:0.0625rem;top:4.375rem;left:0rem;display:block; }
#bTSOmumQZCCUnNJ1IUT6Wu7RHT69EWC0 { position:absolute;display:block;z-index:15012;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.0625rem;width:4.375rem;top:4.375rem;left:5.875rem;overflow:hidden;display:block; }
#qogz9RydIWqUxP2FC6IqcQpqwwZIXpAX { position:absolute;display:block;z-index:15011;background-color:#fdda00;background-image:none;background-position:top left !important;background-repeat: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: none;height:3.75rem;width:2.1875rem;top:4.5625rem;left:4.8125rem;display:block; }
#N9yp4z0BHJlaXnx3MoPFf7u0IGnswfK5 { position:absolute;display:block;z-index:15016;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.0625rem;width:4.375rem;top:4.4375rem;left:20.875rem;overflow:hidden;display:block; }
#Uh2yT7yUZyC2H747F9NG51cheBRXAFzx { position:absolute;display:block;z-index:15015;background-color:#fdda00;background-image:none;background-position:top left !important;background-repeat: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: none;height:3.75rem;width:2.1875rem;top:4.625rem;left:19.8125rem;display:block; }
#pFxVmJ4SAVpT6OFqDIrg0AMpJqKz3Fzh { color:#000204;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12rem;left:16.25rem;height:3.90014375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p9MH26TAhQOGDXaxxxE8JKQxTDnGack8 { position:absolute;display:block;z-index:15020;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.0625rem;width:4.375rem;top:4.375rem;left:36.625rem;overflow:hidden;display:block; }
#CvLzp3yiMOnT6nIILoiVImBKs0ILMDTu { position:absolute;display:block;z-index:15019;background-color:#fdda00;background-image:none;background-position:top left !important;background-repeat: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: none;height:3.75rem;width:2.1875rem;top:4.625rem;left:35.5rem;display:block; }
#Q7FFEbI6wUfdgmdpJ5rQIyaZy0ttRZ7I { color:#000204;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12rem;left:31.25rem;height:5.85021875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v1bCpH4KyCdkM6aezrOIccVzlwPpp25o { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;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:15.4375rem;width:0.0625rem;top:4.375rem;left:14.9375rem;display:block; }
#hddo7XAzF4zIm8TFmRZg50QFXRsxG0fB { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;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:15.4375rem;width:0.0625rem;top:4.375rem;left:29.9375rem;display:block; }
#OyS1HTQTzwo9TUlZhR0ZdzO1vBJHT5ck { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;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:15.4375rem;width:0.0625rem;top:4.375rem;left:44.9375rem;display:block; }
#v1k9b3NNJ9sMgo9G6MMLlxSDZqB0ai8Q { position:absolute;display:block;z-index:15025;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.0625rem;width:4.375rem;top:4.4375rem;left:50.875rem;overflow:hidden;display:block; }
#miAmtX9XdkcfTG65JOJdVoZKHanix78T { position:absolute;display:block;z-index:15024;background-color:#fdda00;background-image:none;background-position:top left !important;background-repeat: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: none;height:3.75rem;width:2.1875rem;top:4.625rem;left:49.8125rem;display:block; }
#JDTdDxzClsiZzTcZSyKH13ZWI6utHc0q { color:#000204;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12rem;left:46.25rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#niuhzToloK2y40oxidanoGznkovg3umD { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;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:15.4375rem;width:0.0625rem;top:4.375rem;left:59.9375rem;display:block; }
#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv { position:relative;display:block; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv { background-color: transparent; background-image: none; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container > .video-iframe-container { display: none; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row > .video-iframe-container { display: none; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .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); }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv { border-width: 0; border-radius: 0; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .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; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f2f2f2;background-image:none;font-size:0.875rem;font-family:arial;height:11.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; }#IJGfXJiiunIlTf77JCiTKtK3xW9hJ5Fx { color:#000204;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:4.34375rem;left:0.25rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oqg394To47Am56XMHBKbqDGDdLJMHNvS { color:#45454d;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:7.9375rem;left:0.125rem;height:1.91223125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container { background-color: transparent; background-image: none; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container > .video-iframe-container { display: none; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row > .video-iframe-container { display: none; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .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); }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container { border-width: 0; border-radius: 0; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;position:relative;display:block; }#q5BycdPO8UhCEIh2pbiBOPrqoLO7FBsO { color:#1e1e27;display:block;width:14.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:15.8125rem;left:0rem;height:1.625rem;font-style:normal;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; }
#brTbVahvn2IlN61fdSyOMOV0g1alIRoi { position:absolute;display:block;z-index:15002;background-color:#00bbe3;background-image:none;background-position:top left !important;background-repeat: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: none;height:0.0625rem;width:18.75rem;top:18.4375rem;left:0rem;display:block; }
#MUvo12EHWl5nTWKQcVSlDIsE84mfEkqx { color:#45454d;display:block;width:18.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;top:19.375rem;left:0rem;height:4.049075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xUOu3Pv8edgp6DZSnsr84cIxTVWT3m9u { color:#1e1e27;display:block;width:11.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.875rem;left:20.6875rem;height:1.625rem;font-style:normal;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; }
#zJ2sQFmsrKiehrnScvFs4LK9LQcG7nbq { position:absolute;display:block;z-index:15007;background-color:#00bbe3;background-image:none;background-position:top left !important;background-repeat: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: none;height:0.0625rem;width:18.75rem;top:18.5rem;left:20.6875rem;display:block; }
#v9qPlkoge8FfpL6WrpMzFL1WdPwrhdco { position:absolute;display:block;z-index:15005;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:13.125rem;width:18.625rem;top:1.25rem;left:20.6875rem;overflow:hidden;display:block; }
#ctmpxlVzhSTaXc7MVmKGsoZWiTZuc3nM { color:#1e1e27;display:block;width:12.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.875rem;left:41.1875rem;height:1.625rem;font-style:normal;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; }
#ym9VXclyOV3U6uHPRiaWsvECucI7ZFLb { position:absolute;display:block;z-index:15012;background-color:#00bbe3;background-image:none;background-position:top left !important;background-repeat: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: none;height:0.0625rem;width:18.75rem;top:18.5rem;left:41.1875rem;display:block; }
#hJS4gzg9DPfyZyxrLE3J6mCPxXucn8FN { 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:13.125rem;width:18.625rem;top:1.25rem;left:41.375rem;overflow:hidden;display:block; }
#vL8p2Z7THxVWbU0JqX2R2E9IrHyST7ZI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:18.625rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#dCakGAyhez1MmZ3DcJ5eVekgszgCqTB7 { color:#45454d;display:block;width:18.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:19.375rem;left:20.59375rem;height:4.049075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#okoqQWRl3Hf9ULTBdSmExyGBeRUdTLkR { color:#45454d;display:block;width:18.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:19.375rem;left:41.1875rem;height:4.049075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container { background-color: transparent; background-image: none; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container > .video-iframe-container { display: none; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row > .video-iframe-container { display: none; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .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); }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container { border-width: 0; border-radius: 0; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;position:relative;display:block; }#gluxXm4AcrzxOomGlQKC1TJBABOcP2R4 { color:#1e1e27;display:block;width:16.8125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:15.8125rem;left:0rem;height:1.625rem;font-style:normal;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; }
#t3KTtdPZHOxoQ2D1T2iZNbCMrSXqEP2s { position:absolute;display:block;z-index:15002;background-color:#00bbe3;background-image:none;background-position:top left !important;background-repeat: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: none;height:0.0625rem;width:18.75rem;top:18.4375rem;left:0rem;display:block; }
#z5IrBZnEbwXDekI4WfHWynwO9horxWIZ { color:#45454d;display:block;width:18.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;top:19.375rem;left:0rem;height:4.049075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fesvdUou6XqFw9vziBRpHlJbn1N7LTFn { color:#1e1e27;display:block;width:11.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.875rem;left:20.6875rem;height:1.625rem;font-style:normal;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; }
#mDqoi7NRUysoT7BpWd7QuTfUVD5pqygf { position:absolute;display:block;z-index:15007;background-color:#00bbe3;background-image:none;background-position:top left !important;background-repeat: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: none;height:0.0625rem;width:18.75rem;top:18.5rem;left:20.6875rem;display:block; }
#lLc2HWgOPic80UrIviDDeQcheiDgC0To { position:absolute;display:block;z-index:15005;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:13.125rem;width:18.625rem;top:1.25rem;left:20.6875rem;overflow:hidden;display:block; }
#pUnRqyISFI9GhOuoyRXB07dVbJO1nCTi { color:#1e1e27;display:block;width:12.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.875rem;left:41.1875rem;height:1.625rem;font-style:normal;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; }
#XTZTlgSe1IbP9954mVPJzGNNXyA9GDcC { position:absolute;display:block;z-index:15012;background-color:#00bbe3;background-image:none;background-position:top left !important;background-repeat: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: none;height:0.0625rem;width:18.75rem;top:18.5rem;left:41.1875rem;display:block; }
#ssyynuxEm9HlcKbmMpokkh8e5C8wds4k { 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:13.125rem;width:18.625rem;top:1.25rem;left:41.375rem;overflow:hidden;display:block; }
#SBcEXN7mShOP355uiwNli9cQmwHc4DZy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:18.625rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#Lq7ApzJ0sZqFxAAm3qqP5nlliwJbDBVM { color:#45454d;display:block;width:18.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:19.375rem;left:20.59375rem;height:2.0245375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NTaLSd4VWGDvx0UU8u2QJKy6LlTLzRdD { color:#45454d;display:block;width:18.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:19.375rem;left:41.1875rem;height:2.0245375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l1ubXeE6M8XhnNuckdkq0vI1x162cqT8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#l1ubXeE6M8XhnNuckdkq0vI1x162cqT8 > .row .container { background-color: transparent; background-image: none; }#l1ubXeE6M8XhnNuckdkq0vI1x162cqT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1ubXeE6M8XhnNuckdkq0vI1x162cqT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1ubXeE6M8XhnNuckdkq0vI1x162cqT8 > .row .container > .video-iframe-container { display: none; }#l1ubXeE6M8XhnNuckdkq0vI1x162cqT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1ubXeE6M8XhnNuckdkq0vI1x162cqT8 > .row > .video-iframe-container { display: none; }#l1ubXeE6M8XhnNuckdkq0vI1x162cqT8 > .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); }#l1ubXeE6M8XhnNuckdkq0vI1x162cqT8 > .row .container { border-width: 0; border-radius: 0; }#l1ubXeE6M8XhnNuckdkq0vI1x162cqT8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l1ubXeE6M8XhnNuckdkq0vI1x162cqT8 > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;position:relative;display:block; }#I6QLvrFAHwJyrUVlVcx3y7akTw000Xah { color:#1e1e27;display:block;width:16.8125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:15.8125rem;left:0rem;height:1.625rem;font-style:normal;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; }
#L7y0e5tEu8BymraF2eFTqvE1LBTZArdP { position:absolute;display:block;z-index:15002;background-color:#00bbe3;background-image:none;background-position:top left !important;background-repeat: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: none;height:0.0625rem;width:18.75rem;top:18.4375rem;left:0rem;display:block; }
#KJromWbMMHBy7oB0osqVlp8nobAI26B6 { color:#45454d;display:block;width:18.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;top:19.375rem;left:0rem;height:2.0249rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TIS7Nmp4dckhkJaixEWzuI7SfyHr99FL { color:#1e1e27;display:block;width:15.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.875rem;left:20.6875rem;height:1.625rem;font-style:normal;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; }
#Lt4dNrylaS0E7CI8sGWete8WdLMFEh6w { position:absolute;display:block;z-index:15007;background-color:#00bbe3;background-image:none;background-position:top left !important;background-repeat: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: none;height:0.0625rem;width:18.75rem;top:18.5rem;left:20.6875rem;display:block; }
#y225hTU1JEvqB64MCmuS3MlmTIEXMHoP { position:absolute;display:block;z-index:15005;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:13.125rem;width:18.625rem;top:1.25rem;left:20.6875rem;overflow:hidden;display:block; }
#q6H2fpSmITbDfrGu294EwFfGX4Wxlyfu { color:#1e1e27;display:block;width:12.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.875rem;left:41.1875rem;height:1.625rem;font-style:normal;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; }
#Fg5Aq3GDrzAusFH58GJZdsExTQwzGIvw { position:absolute;display:block;z-index:15012;background-color:#00bbe3;background-image:none;background-position:top left !important;background-repeat: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: none;height:0.0625rem;width:18.75rem;top:18.5rem;left:41.1875rem;display:block; }
#iZMZ7tBeU3bKf0zglehBVCq3nH9Mo5UB { 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:13.125rem;width:18.625rem;top:1.25rem;left:41.1875rem;overflow:hidden;display:block; }
#LDC8WOOovTEaMrv0ia9SCQ0SOxKG9wwL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:18.625rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#CMBteN611sh8ewx1A3EpCx0aTBZ0LWUb { color:#45454d;display:block;width:18.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:19.375rem;left:20.59375rem;height:4.049075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UA72u3pWtR0XdTPnFbgtqaXL7OmDyq1o { color:#45454d;display:block;width:18.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:19.375rem;left:41.1875rem;height:2.0245375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container { background-color: transparent; background-image: none; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container > .video-iframe-container { display: none; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row > .video-iframe-container { display: none; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .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); }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container { border-width: 0; border-radius: 0; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container { font-size:0.875rem;font-family:arial;height:34.125rem;width:60rem;position:relative;display:block; }#LWJAcEarLaSfuCSAKDLdx7024TFTa30g { color:#000204;display:block;width:22.875rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:3.9368515014649rem;left:35.061851501465rem;height:2.75rem;font-style:normal;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; }
#LD21Lv5MAaLx5v8Q6iM3NrTpDBQxhfnL { color:#45454d;display:block;width:24.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.8;letter-spacing:0;top:8.5625rem;left:35.124782562256rem;height:8.098125rem;font-style:normal;display:block; }
#lyr2KH16hiszG2NThUHBu5y8Mh5xPWnP { color:#45454d;display:block;width:24.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:18.499565124512rem;left:35.061851501465rem;height:6.0736125rem;font-style:normal;display:block; }
#G59WzdQkyeTvLbJO3fnADRhpGnKJNIx9 { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:24.875rem;top:25.562286376953rem;left:35.124782562256rem;display:block; }
#hfsWWxwal9ROlZ0uqFA6BPlX41Sdsub7 { color:#dd2817;display:block;width:24.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:27.061851501465rem;left:35.124782562256rem;height:3.8244625rem;font-style:normal;display:block; }
#LwPe2Ly9lnnL0WTa4EBX4OKeZ4eP3TLa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.875rem;width:31.25rem;top:3.9368515014649rem;left:0rem;overflow:hidden;display:block; }
#iUEPMtbnNqXb4M8HKpQgZg3o1TfGFQ19 { box-sizing:content-box;color:#dd2817;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:15009;top:19.374137878418rem;left:20.655380249024rem;display:block; }
#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { background-color: transparent; background-image: none; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container > .video-iframe-container { display: none; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row > .video-iframe-container { display: none; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .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); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { border-width: 0; border-radius: 0; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:60rem;position:relative;display:block; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Ga2adxaf/sekcja_last_bg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;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; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp.adaptive-delivery-prevent-bg, #wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp.lazyload, #wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp.lazyloading { background-image: none; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container { background-color: transparent; background-image: none; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container > .video-iframe-container { display: none; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row > .video-iframe-container { display: none; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .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); }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container { border-width: 0; border-radius: 0; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:60rem;position:relative;display:block; }#vAWhxu52kk6LfJg0Ut4l5FAH5lM9xyoE { color:#ffffff;display:block;width:31.5rem;position:absolute;font-family:roboto;font-size:3.3125rem;font-weight:700;z-index:15047;line-height:1.1;letter-spacing:0;top:4.75rem;left:0rem;height:3.64355625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#l1hen1vwuDZa7Ceyg52LtpoUE5V7U5Jh { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.8;letter-spacing:0;top:8.3125rem;left:0rem;height:4.049075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WgqtyUKF3TIsRkhbm1LuRKzaC71BsGJx { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.75rem;left:32.75rem;height:1.4624rem;text-align:right;text-align-last:right;display:block; }
#atHadcDFPto1Ax0GfObSe2Ih0q2GPW5w { position:absolute;display:block;z-index:15056;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:0.9375rem;width:1.1875rem;top:5.0625rem;left:31rem;overflow:hidden;display:block; }
#api4V9umTGH4HSiPkN6qedRXVz6un5d8 { position:absolute;display:block;z-index:15057;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:1.4375rem;width:1.4375rem;top:7.375rem;left:31rem;overflow:hidden;display:block; }
#CDxWgFi96i7qXUIN6gyOAxlDar2v2cVB { background-color:transparent;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-shadow: none;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:left;text-align-last:left;top:6.75rem;left:32.9375rem;display:block; }
#USzzM88RFbtzEyVEJcNGXuzkBpGGrLXO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zvLrFakcRtehZceSgOlT6NJ0DqZhwOlV { color:#ffffff;display:block;width:29rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.75rem;left:31rem;height:1.46179375rem;text-align:left;text-align-last:left;display:block; }
#ubMdCBENT6dS4gIWa46pV5EGgdpFWp4o { background-color:transparent;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-shadow: none;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:9.25rem;left:33.25rem;display:block; }
#w5btPkJQkm0O1z1Lrt3XzSOoSEPreFMh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nu2kZgTu2406an1ULneFEegJqdGc1quB { box-sizing:content-box;color:#ffffff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15058;top:9.25rem;left:31rem;display:block; }
#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e27;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:none; }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .row .container { border-width: 0; border-radius: 0; }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:60rem;position:relative;display:none; }#zEcMSOT2H8EXatwfu0IdGZ23vTdCQz1U { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:2.6875rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fhHfK40Tna2dXrZJodLRzxP03vsE0unC { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:6.8125rem;left:0rem;height:1.9121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e27;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:none; }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .row .container { border-width: 0; border-radius: 0; }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:60rem;position:relative;display:none; }#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .widget-form-header {  }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .widget-regular-label { display:block;width:14.125rem;height:auto;font-size:0.875rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#f2f9ff;background-color:transparent;background-image:none;overflow:hidden;font-weight:400;font-style:normal;vertical-align:top; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.4375rem;width:14.125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#45454d;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:1rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .widget-input-text {padding-top: 0; padding-bottom: 0;}#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;height:2.9375rem;width:14.125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#45454d;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:1rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .widget-input-select { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:14.125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.8125rem;background-color:#f2f9ff;background-image:none;overflow:hidden; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .widget-input-select {padding-top: 0; padding-bottom: 0;}#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.4375rem;width:12.5rem;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#1e1e27;line-height:1;box-sizing:border-box;font-family:roboto;font-weight:bold;text-align:center;text-align-last:center;font-size:1.125rem;background-color:#fdda00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC [class*="-text"]:-moz-placeholder { font-size:1rem;font-family:"open sans";color:#45454d; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC [class*="-text"]::-moz-placeholder { font-size:1rem;font-family:"open sans";color:#45454d; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC [class*="-text"]:-ms-input-placeholder { font-size:1rem;font-family:"open sans";color:#45454d; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC [class*="-text"]::-webkit-input-placeholder { font-size:1rem;font-family:"open sans";color:#45454d; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:56.0625rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#f2f9ff; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:6.375rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#f2f9ff; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .widget-container:first-of-type{padding-top:0;}#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .widget-container:last-of-type{padding-bottom:0;}#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:57.375rem;height:auto;border-top:0.0625rem solid #00bbe3;border-left:0.0625rem solid #00bbe3;border-right:0.0625rem solid #00bbe3;border-bottom:0.0625rem solid #00bbe3;left:0rem;top:7.4375rem;z-index:15008;position:absolute; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .radio-container { width:14.75rem; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .widget-info-text { display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:57.375rem;height:auto;border-top:0.0625rem solid #00bbe3;border-left:0.0625rem solid #00bbe3;border-right:0.0625rem solid #00bbe3;border-bottom:0.0625rem solid #00bbe3;left:0rem;top:7.4375rem;z-index:15008;position:absolute;display:none; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC #BiigIR57NE6FOHFe4GLcBmKUkXfmkuTv { position:relative; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC #caiv37N3PT5Rdf1XOsoFPTSQVNudDn3c { position:relative;display:none; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC #sHxrgZJkQRfWx82pi5zB1fbWbSUId4Sz { position:relative; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC #drOxSCMCWP2TcciMtu0loaGaqaoogazT { position:relative; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC #h6JBaI4q38XAPCNWDEVUXBDyF7gcDKCX { position:relative;display:none; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC #Ck9vLpQCzPTPzMuT4w1fzGp5UTSMa6AK { position:relative; }
#FPtiEr8NRIiRlrM1ZRhlEboabxhFpQnv { position:relative;display:block;z-index:100000;display:block; }
#g7la1dFCW1Ag6lEJidvXsu4qAPPvNHVu { position:relative;display:block;z-index:100000;display:block; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC #o84g5ha0ULNp0CkEVeEP7mVUBsryppNb { position:relative; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC #X3OVIyV7VmJ0gua5RbGRf6RdLLPf7qtp { position:relative; }
#nkcB6cybmOpb74b8ThyxLTHFougALW9K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e27;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; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container { background-color: transparent; background-image: none; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container > .video-iframe-container { display: none; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row > .video-iframe-container { display: none; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .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); }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container { border-width: 0; border-radius: 0; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;position:relative;display:block; }#ro3v1AZJyuMUAtcHrvzGZO7hGpJpbSKB { color:rgba(255,255,255,0.5);display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:1.1875rem;left:0rem;height:1.91223125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wTSLRsP8VdOJXOgzaBWzEq3eR94X7wJh { color:#5f5f5f;display:block;width:21.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3.0625rem;left:19.375rem;height:1.2999125rem;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) { #TKReNxtTbuyb3NwoQTexBn7JuttHnZ1f { display:block; }#TKReNxtTbuyb3NwoQTexBn7JuttHnZ1f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug { display:block; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRV90piqF83DNRgdIEDT16SoIlvuM0Wq { width:27.625rem;height:4.6875rem;top:1.8125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlAzT6ASTkMPosr6R4xNKwzpdFahgcT4 { width:1.4375rem;height:1.4375rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gad39dPH7xpHTPIzP55K7v5irm2v50Rn { top:3.5rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e { display:block; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmADKbXkO0JhQbTiR7hOTutTZsZotgpp { width:34.8125rem;height:8.4375rem;top:10.0625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .widget-regular-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .widget-input-text { width:20.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .widget-textarea { width:20.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .widget-input-select { width:20.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .widget-input-button { width:20.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .widget-checkbox-label { width:18.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3  { width:20.125rem;height:auto;top:2.6875rem;left:25.125rem; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .radio-container { width:20.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 {display:block;}#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 { width:20.125rem;height:auto;top:2.6875rem;left:25.125rem; }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #DRSHpkcSqBb9p5ddAeg8tizZGfz1Gpm9 {  }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #nkOa4kZHnrB8fxmWPHTfXL3C91X5nVe2 { display:block; }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #D9DOA0grMXWBMSnKKuJClPsO8sHVUybE {  }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #AaPpDMLbcM0PI7sWaCrXG54MHDO6gt6M {  }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #o0WnCRCC86nqEUguAFkXzipdqaRzzSJG { display:block; }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #hxRnVPdwB25cLsUs9fzHIIEWbnnWTeWI {  }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #F7zk8W1KJIkJqSRDvZ2G9zCS11cBx8aK {  }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #HiqCs5TNfnu6BMNsneWxTB24PfkewEEH { display:block; }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #WexvEHI4XKwb2ULF8SLfJoacI9nGAQip {  }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #PTR08mNew6BQsKqtSlUdAWmpSDrDxGXw {  }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #C0wDsGdx1V4TEPvqBwo34WDDyZTD5CbG { display:block; }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #L42TI3V8ZlRRgMsa9Eq9zRc5STL8xdKe {  }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #pXa0QU0kSuNDeEnZ8x7syXaX4dDMauIC {  }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #h7K5rnOMT17WqRVxL9G1talTkB1VSLe6 { display:block; }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #LySsN1WxXxahBSb0LUoS3MQhW5XNVuTF {  }
 }@media only screen and (max-width: 763px) { #M7lPEuz3V5feplbfQKg5f6XLZZwV7xM0 { display:block; }
 }@media only screen and (max-width: 763px) { #u0tMPeTkI1KNahbQHFq37r8pyR8uhNyU { display:block; }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #DsibL7OkiQM4fq934UO7V5zyq0AeDChu {  }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #iOFxtJQbG7SrZBqoTCbnk4STWhshN9Q3 {  }
 }@media only screen and (max-width: 763px) { #td9bHXksSnn5CecvQNBfMDNDxtKoeqx2 { width:29.1875rem;height:1.9375rem;top:21.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNRT4FXZz3QpQPTLqfDeCRAARHWzzS0t { top:26.5rem;left:0rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn { display:block; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTENdzERI6sdZx1o5l2ZUBnp2DCH8qWx { width:14.5rem;height:10.25rem;top:0.6875rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #noUn1zoiGgPp7fVJvwrmFDPfeNVdXyTW { width:14.5rem;height:10.125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWu7hn34QZzBkCmpoiAyQQS3RT30GHoF { width:14.5rem;height:10.25rem;top:0.6875rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF5boTi4qL625tArwS83ryPAo0v4Px4C { width:14.5rem;height:10.25rem;top:0.5625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb { display:block; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GR1v0ZLmTdJaxIi8rgX6Hdx7ZyTsF6kc { width:12.5rem;height:3.875rem;top:11.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQnmX2Ikp0c8ymsSSQ2KtRgnIAG4Te5D { width:0.0625rem;height:15.4375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTSOmumQZCCUnNJ1IUT6Wu7RHT69EWC0 { width:4.375rem;height:4.0625rem;top:4.375rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qogz9RydIWqUxP2FC6IqcQpqwwZIXpAX { width:2.1875rem;height:3.75rem;top:4.5625rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9yp4z0BHJlaXnx3MoPFf7u0IGnswfK5 { width:4.375rem;height:4.0625rem;top:4.4375rem;left:16.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh2yT7yUZyC2H747F9NG51cheBRXAFzx { width:2.1875rem;height:3.75rem;top:4.625rem;left:15.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFxVmJ4SAVpT6OFqDIrg0AMpJqKz3Fzh { width:12.5rem;height:3.875rem;top:12rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9MH26TAhQOGDXaxxxE8JKQxTDnGack8 { width:4.375rem;height:4.0625rem;top:4.375rem;left:28.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvLzp3yiMOnT6nIILoiVImBKs0ILMDTu { width:2.1875rem;height:3.75rem;top:4.625rem;left:27.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7FFEbI6wUfdgmdpJ5rQIyaZy0ttRZ7I { width:12.5rem;height:5.8125rem;top:12rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1bCpH4KyCdkM6aezrOIccVzlwPpp25o { width:0.0625rem;height:15.4375rem;top:4.375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hddo7XAzF4zIm8TFmRZg50QFXRsxG0fB { width:0.0625rem;height:15.4375rem;top:4.375rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyS1HTQTzwo9TUlZhR0ZdzO1vBJHT5ck { width:0.0625rem;height:15.4375rem;top:4.375rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1k9b3NNJ9sMgo9G6MMLlxSDZqB0ai8Q { width:4.375rem;height:4.0625rem;top:4.4375rem;left:40.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #miAmtX9XdkcfTG65JOJdVoZKHanix78T { width:2.1875rem;height:3.75rem;top:4.625rem;left:39.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDTdDxzClsiZzTcZSyKH13ZWI6utHc0q { width:12.5rem;height:1.9375rem;top:12rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #niuhzToloK2y40oxidanoGznkovg3umD { width:0.0625rem;height:15.4375rem;top:4.375rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv { display:block; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJGfXJiiunIlTf77JCiTKtK3xW9hJ5Fx { width:47.75rem;height:2.75rem;top:4.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqg394To47Am56XMHBKbqDGDdLJMHNvS { width:47.75rem;height:1.875rem;top:7.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k { display:block; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q5BycdPO8UhCEIh2pbiBOPrqoLO7FBsO { width:14.3125rem;height:1.625rem;top:15.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #brTbVahvn2IlN61fdSyOMOV0g1alIRoi { width:18.75rem;height:0.0625rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUvo12EHWl5nTWKQcVSlDIsE84mfEkqx { width:18.8125rem;height:4rem;top:19.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUOu3Pv8edgp6DZSnsr84cIxTVWT3m9u { width:11.1875rem;height:1.625rem;top:15.875rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ2sQFmsrKiehrnScvFs4LK9LQcG7nbq { width:18.75rem;height:0.0625rem;top:18.5rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9qPlkoge8FfpL6WrpMzFL1WdPwrhdco { width:18.625rem;height:13.125rem;top:1.25rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctmpxlVzhSTaXc7MVmKGsoZWiTZuc3nM { width:12.875rem;height:1.625rem;top:15.875rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym9VXclyOV3U6uHPRiaWsvECucI7ZFLb { width:18.75rem;height:0.0625rem;top:18.5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJS4gzg9DPfyZyxrLE3J6mCPxXucn8FN { width:18.625rem;height:13.125rem;top:1.25rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL8p2Z7THxVWbU0JqX2R2E9IrHyST7ZI { width:18.625rem;height:13.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCakGAyhez1MmZ3DcJ5eVekgszgCqTB7 { width:18.8125rem;height:4rem;top:19.375rem;left:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okoqQWRl3Hf9ULTBdSmExyGBeRUdTLkR { width:18.8125rem;height:4rem;top:19.375rem;left:28.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm1XuzO18W4siUTugVkD8OOs7LtPsHTA { display:block; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gluxXm4AcrzxOomGlQKC1TJBABOcP2R4 { width:16.8125rem;height:1.625rem;top:15.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3KTtdPZHOxoQ2D1T2iZNbCMrSXqEP2s { width:18.75rem;height:0.0625rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5IrBZnEbwXDekI4WfHWynwO9horxWIZ { width:18.8125rem;height:4rem;top:19.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fesvdUou6XqFw9vziBRpHlJbn1N7LTFn { width:11.1875rem;height:1.625rem;top:15.875rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDqoi7NRUysoT7BpWd7QuTfUVD5pqygf { width:18.75rem;height:0.0625rem;top:18.5rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLc2HWgOPic80UrIviDDeQcheiDgC0To { width:18.625rem;height:13.125rem;top:1.25rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUnRqyISFI9GhOuoyRXB07dVbJO1nCTi { width:12.875rem;height:1.625rem;top:15.875rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTZTlgSe1IbP9954mVPJzGNNXyA9GDcC { width:18.75rem;height:0.0625rem;top:18.5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssyynuxEm9HlcKbmMpokkh8e5C8wds4k { width:18.625rem;height:13.125rem;top:1.25rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBcEXN7mShOP355uiwNli9cQmwHc4DZy { width:18.625rem;height:13.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq7ApzJ0sZqFxAAm3qqP5nlliwJbDBVM { width:18.8125rem;height:4rem;top:19.375rem;left:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTaLSd4VWGDvx0UU8u2QJKy6LlTLzRdD { width:18.8125rem;height:;top:19.375rem;left:28.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1ubXeE6M8XhnNuckdkq0vI1x162cqT8 { display:block; }#l1ubXeE6M8XhnNuckdkq0vI1x162cqT8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6QLvrFAHwJyrUVlVcx3y7akTw000Xah { width:16.8125rem;height:1.625rem;top:15.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7y0e5tEu8BymraF2eFTqvE1LBTZArdP { width:18.75rem;height:0.0625rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJromWbMMHBy7oB0osqVlp8nobAI26B6 { width:18.8125rem;height:2rem;top:19.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIS7Nmp4dckhkJaixEWzuI7SfyHr99FL { width:15.125rem;height:1.625rem;top:15.875rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt4dNrylaS0E7CI8sGWete8WdLMFEh6w { width:18.75rem;height:0.0625rem;top:18.5rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #y225hTU1JEvqB64MCmuS3MlmTIEXMHoP { width:18.625rem;height:13.125rem;top:1.25rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6H2fpSmITbDfrGu294EwFfGX4Wxlyfu { width:12.875rem;height:1.625rem;top:15.875rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fg5Aq3GDrzAusFH58GJZdsExTQwzGIvw { width:18.75rem;height:0.0625rem;top:18.5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZMZ7tBeU3bKf0zglehBVCq3nH9Mo5UB { width:18.625rem;height:13.125rem;top:1.25rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDC8WOOovTEaMrv0ia9SCQ0SOxKG9wwL { width:18.625rem;height:13.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMBteN611sh8ewx1A3EpCx0aTBZ0LWUb { width:18.8125rem;height:4rem;top:19.375rem;left:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA72u3pWtR0XdTPnFbgtqaXL7OmDyq1o { width:18.8125rem;height:4rem;top:19.375rem;left:28.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 { display:block; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWJAcEarLaSfuCSAKDLdx7024TFTa30g { width:22.875rem;height:2.75rem;top:3.875rem;left:24.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD21Lv5MAaLx5v8Q6iM3NrTpDBQxhfnL { width:24.8125rem;height:8.0625rem;top:8.5rem;left:22.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyr2KH16hiszG2NThUHBu5y8Mh5xPWnP { width:24.875rem;height:6rem;top:18.4375rem;left:22.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G59WzdQkyeTvLbJO3fnADRhpGnKJNIx9 { width:24.875rem;height:0.0625rem;top:25.5rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfsWWxwal9ROlZ0uqFA6BPlX41Sdsub7 { width:24.875rem;height:3.75rem;top:27rem;left:22.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwPe2Ly9lnnL0WTa4EBX4OKeZ4eP3TLa { top:3.875rem;left:0rem;width:31.25rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUEPMtbnNqXb4M8HKpQgZg3o1TfGFQ19 { top:19.3125rem;left:14.530380249024rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g { display:block; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp { display:block; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vAWhxu52kk6LfJg0Ut4l5FAH5lM9xyoE { width:31.5rem;height:3.625rem;top:4.75rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1hen1vwuDZa7Ceyg52LtpoUE5V7U5Jh { width:18.8125rem;height:4rem;top:8.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgqtyUKF3TIsRkhbm1LuRKzaC71BsGJx { width:17.125rem;height:1.4375rem;top:4.75rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #atHadcDFPto1Ax0GfObSe2Ih0q2GPW5w { width:1.1875rem;height:0.9375rem;top:5.0625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #api4V9umTGH4HSiPkN6qedRXVz6un5d8 { width:1.4375rem;height:1.4375rem;top:7.375rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDxWgFi96i7qXUIN6gyOAxlDar2v2cVB { width:8.625rem;height:2.5rem;top:6.75rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USzzM88RFbtzEyVEJcNGXuzkBpGGrLXO { display:block; }
 }@media only screen and (max-width: 763px) { #zvLrFakcRtehZceSgOlT6NJ0DqZhwOlV { width:29rem;height:1.4375rem;top:12.75rem;left:18.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubMdCBENT6dS4gIWa46pV5EGgdpFWp4o { width:13.1875rem;height:2.5rem;top:9.25rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5btPkJQkm0O1z1Lrt3XzSOoSEPreFMh { display:block; }
 }@media only screen and (max-width: 763px) { #Nu2kZgTu2406an1ULneFEegJqdGc1quB { top:9.25rem;left:24.875rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU { display:block; }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEcMSOT2H8EXatwfu0IdGZ23vTdCQz1U { width:47.75rem;height:2.75rem;top:2.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhHfK40Tna2dXrZJodLRzxP03vsE0unC { width:47.75rem;height:1.875rem;top:6.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 { display:block; }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .widget-regular-label { width:15.375rem;height:auto;display:block; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .widget-input-text { width:15.375rem; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .widget-input-text {padding-top: 0; padding-bottom: 0;}#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .widget-textarea { width:15.375rem; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .widget-input-select { width:15.375rem; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .widget-input-select {padding-top: 0; padding-bottom: 0;}#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .widget-checkbox-label { width:43.75rem; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .widget-radio-label { width:7rem; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC  { width:45.125rem;height:auto;top:0.4375rem;left:0rem; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .radio-container { width:16rem; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC {display:inline-block;}#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC { width:45.125rem;height:auto;top:0.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC #BiigIR57NE6FOHFe4GLcBmKUkXfmkuTv {  }
 }@media only screen and (max-width: 763px) { #m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC #caiv37N3PT5Rdf1XOsoFPTSQVNudDn3c { display:none; }
 }@media only screen and (max-width: 763px) { #m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC #sHxrgZJkQRfWx82pi5zB1fbWbSUId4Sz {  }
 }@media only screen and (max-width: 763px) { #m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC #drOxSCMCWP2TcciMtu0loaGaqaoogazT {  }
 }@media only screen and (max-width: 763px) { #m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC #h6JBaI4q38XAPCNWDEVUXBDyF7gcDKCX { display:none; }
 }@media only screen and (max-width: 763px) { #m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC #Ck9vLpQCzPTPzMuT4w1fzGp5UTSMa6AK {  }
 }@media only screen and (max-width: 763px) { #FPtiEr8NRIiRlrM1ZRhlEboabxhFpQnv { display:block; }
 }@media only screen and (max-width: 763px) { #g7la1dFCW1Ag6lEJidvXsu4qAPPvNHVu { display:block; }
 }@media only screen and (max-width: 763px) { #m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC #o84g5ha0ULNp0CkEVeEP7mVUBsryppNb {  }
 }@media only screen and (max-width: 763px) { #m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC #X3OVIyV7VmJ0gua5RbGRf6RdLLPf7qtp {  }
 }@media only screen and (max-width: 763px) { #nkcB6cybmOpb74b8ThyxLTHFougALW9K { display:block; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ro3v1AZJyuMUAtcHrvzGZO7hGpJpbSKB { width:47.75rem;height:1.875rem;top:1.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTSLRsP8VdOJXOgzaBWzEq3eR94X7wJh { top:3.0625rem;left:13.25rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TKReNxtTbuyb3NwoQTexBn7JuttHnZ1f { display:block; }#TKReNxtTbuyb3NwoQTexBn7JuttHnZ1f > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug { display:block; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRV90piqF83DNRgdIEDT16SoIlvuM0Wq { width:18rem;height:2.5rem;top:1.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlAzT6ASTkMPosr6R4xNKwzpdFahgcT4 { width:1.4375rem;height:1.4375rem;top:5.9375rem;left:4.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gad39dPH7xpHTPIzP55K7v5irm2v50Rn { width:12.5rem;height:1.2994375rem;top:5.943359375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e { background-color:transparent;background-image:url("https://images.assets-landingi.com/A7BC5eyd/Imagens_1.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.adaptive-delivery-prevent-bg, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyload, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyloading { background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { background-color: transparent; background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .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); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmADKbXkO0JhQbTiR7hOTutTZsZotgpp { width:20rem;height:11.24875rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3  { width:17.5rem;height:auto;top:16.62353515625rem;left:0rem; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 {display:block;}#yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 { width:17.5rem;height:auto;top:16.62353515625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #DRSHpkcSqBb9p5ddAeg8tizZGfz1Gpm9 {  }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #nkOa4kZHnrB8fxmWPHTfXL3C91X5nVe2 { display:block; }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #D9DOA0grMXWBMSnKKuJClPsO8sHVUybE {  }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #AaPpDMLbcM0PI7sWaCrXG54MHDO6gt6M {  }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #o0WnCRCC86nqEUguAFkXzipdqaRzzSJG { display:block; }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #hxRnVPdwB25cLsUs9fzHIIEWbnnWTeWI {  }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #F7zk8W1KJIkJqSRDvZ2G9zCS11cBx8aK {  }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #HiqCs5TNfnu6BMNsneWxTB24PfkewEEH { display:block; }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #WexvEHI4XKwb2ULF8SLfJoacI9nGAQip {  }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #PTR08mNew6BQsKqtSlUdAWmpSDrDxGXw {  }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #C0wDsGdx1V4TEPvqBwo34WDDyZTD5CbG { display:block; }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #L42TI3V8ZlRRgMsa9Eq9zRc5STL8xdKe {  }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #pXa0QU0kSuNDeEnZ8x7syXaX4dDMauIC {  }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #h7K5rnOMT17WqRVxL9G1talTkB1VSLe6 { display:block; }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #LySsN1WxXxahBSb0LUoS3MQhW5XNVuTF {  }
 }@media only screen and (max-width: 763px) { #M7lPEuz3V5feplbfQKg5f6XLZZwV7xM0 { display:block; }
 }@media only screen and (max-width: 763px) { #u0tMPeTkI1KNahbQHFq37r8pyR8uhNyU { display:block; }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #DsibL7OkiQM4fq934UO7V5zyq0AeDChu {  }
 }@media only screen and (max-width: 763px) { #yyqtKHSdx4v7Tzk8U8Xf25703MzCNZF3 #iOFxtJQbG7SrZBqoTCbnk4STWhshN9Q3 {  }
 }@media only screen and (max-width: 763px) { #td9bHXksSnn5CecvQNBfMDNDxtKoeqx2 { width:20rem;height:1.2999125rem;top:15.310546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #UNRT4FXZz3QpQPTLqfDeCRAARHWzzS0t { width:20rem;height:2.062375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn { display:none; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container { width:20rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xTENdzERI6sdZx1o5l2ZUBnp2DCH8qWx { width:14.5rem;height:10.25rem;top:23.687320709229rem;left:2.7494671940804rem;display:none; }
 }@media only screen and (max-width: 763px) { #noUn1zoiGgPp7fVJvwrmFDPfeNVdXyTW { width:14.625rem;height:10.1875rem;top:1.9375rem;left:2.7490234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWu7hn34QZzBkCmpoiAyQQS3RT30GHoF { width:14.5rem;height:10.25rem;top:12.8125rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UF5boTi4qL625tArwS83ryPAo0v4Px4C { width:14.5rem;height:10.25rem;top:34.500175476074rem;left:2.7494671940804rem;display:none; }
 }@media only screen and (max-width: 763px) { #wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb { display:block; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GR1v0ZLmTdJaxIi8rgX6Hdx7ZyTsF6kc { width:12.5rem;height:1.2999125rem;top:6.1875rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dQnmX2Ikp0c8ymsSSQ2KtRgnIAG4Te5D { width:0.0625rem;height:15.4375rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTSOmumQZCCUnNJ1IUT6Wu7RHT69EWC0 { width:4.375rem;height:4.0625rem;top:1.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qogz9RydIWqUxP2FC6IqcQpqwwZIXpAX { width:2.1875rem;height:3.75rem;top:1.4375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9yp4z0BHJlaXnx3MoPFf7u0IGnswfK5 { width:4.375rem;height:4.0625rem;top:10.375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh2yT7yUZyC2H747F9NG51cheBRXAFzx { width:2.1875rem;height:3.75rem;top:10.530517578125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFxVmJ4SAVpT6OFqDIrg0AMpJqKz3Fzh { width:12.5rem;height:2.598875rem;top:15.1875rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p9MH26TAhQOGDXaxxxE8JKQxTDnGack8 { width:4.375rem;height:4.0625rem;top:20.5625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvLzp3yiMOnT6nIILoiVImBKs0ILMDTu { width:2.1875rem;height:3.75rem;top:20.6875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7FFEbI6wUfdgmdpJ5rQIyaZy0ttRZ7I { width:12.5rem;height:2.598875rem;top:25.875rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v1bCpH4KyCdkM6aezrOIccVzlwPpp25o { width:0.0625rem;height:15.4375rem;top:38.3125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hddo7XAzF4zIm8TFmRZg50QFXRsxG0fB { width:0.0625rem;height:15.4375rem;top:75.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OyS1HTQTzwo9TUlZhR0ZdzO1vBJHT5ck { width:0.0625rem;height:15.4375rem;top:112.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v1k9b3NNJ9sMgo9G6MMLlxSDZqB0ai8Q { width:4.375rem;height:4.0625rem;top:30.75rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #miAmtX9XdkcfTG65JOJdVoZKHanix78T { width:2.1875rem;height:3.75rem;top:30.9375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDTdDxzClsiZzTcZSyKH13ZWI6utHc0q { width:12.5rem;height:1.2999125rem;top:36.0625rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #niuhzToloK2y40oxidanoGznkovg3umD { width:0.0625rem;height:15.4375rem;top:149.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv { display:block; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJGfXJiiunIlTf77JCiTKtK3xW9hJ5Fx { width:20rem;height:2.19970625rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqg394To47Am56XMHBKbqDGDdLJMHNvS { width:20rem;height:3.19824375rem;top:5.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k { display:block; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container { width:20rem;height:80.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q5BycdPO8UhCEIh2pbiBOPrqoLO7FBsO { width:11.6875rem;height:1.2999125rem;top:15.4375rem;left:4.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #brTbVahvn2IlN61fdSyOMOV0g1alIRoi { width:18.75rem;height:0.0625rem;top:19.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUvo12EHWl5nTWKQcVSlDIsE84mfEkqx { width:18.8125rem;height:3.19824375rem;top:20.625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #xUOu3Pv8edgp6DZSnsr84cIxTVWT3m9u { width:11.1875rem;height:1.2999125rem;top:42.1875rem;left:4.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zJ2sQFmsrKiehrnScvFs4LK9LQcG7nbq { width:18.75rem;height:0.0625rem;top:46.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9qPlkoge8FfpL6WrpMzFL1WdPwrhdco { width:18.625rem;height:13.125rem;top:28.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctmpxlVzhSTaXc7MVmKGsoZWiTZuc3nM { width:12.875rem;height:1.2999125rem;top:69rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ym9VXclyOV3U6uHPRiaWsvECucI7ZFLb { width:18.75rem;height:0.0625rem;top:73.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJS4gzg9DPfyZyxrLE3J6mCPxXucn8FN { width:18.625rem;height:13.125rem;top:54.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL8p2Z7THxVWbU0JqX2R2E9IrHyST7ZI { width:18.625rem;height:13.125rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCakGAyhez1MmZ3DcJ5eVekgszgCqTB7 { width:18.8125rem;height:3.19824375rem;top:47.375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #okoqQWRl3Hf9ULTBdSmExyGBeRUdTLkR { width:18.8125rem;height:3.19824375rem;top:74.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #fm1XuzO18W4siUTugVkD8OOs7LtPsHTA { display:block; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container { width:20rem;height:79.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gluxXm4AcrzxOomGlQKC1TJBABOcP2R4 { width:11.6875rem;height:2.598875rem;top:15.375rem;left:4.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t3KTtdPZHOxoQ2D1T2iZNbCMrSXqEP2s { width:18.75rem;height:0.0625rem;top:19.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5IrBZnEbwXDekI4WfHWynwO9horxWIZ { width:18.8125rem;height:3.19824375rem;top:20.5625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #fesvdUou6XqFw9vziBRpHlJbn1N7LTFn { width:11.1875rem;height:1.2999125rem;top:42.0625rem;left:4.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mDqoi7NRUysoT7BpWd7QuTfUVD5pqygf { width:18.75rem;height:0.0625rem;top:46.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLc2HWgOPic80UrIviDDeQcheiDgC0To { width:18.625rem;height:13.125rem;top:28rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUnRqyISFI9GhOuoyRXB07dVbJO1nCTi { width:12.875rem;height:1.2999125rem;top:68.75rem;left:3.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTZTlgSe1IbP9954mVPJzGNNXyA9GDcC { width:18.75rem;height:0.0625rem;top:73.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssyynuxEm9HlcKbmMpokkh8e5C8wds4k { width:18.625rem;height:13.125rem;top:54.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBcEXN7mShOP355uiwNli9cQmwHc4DZy { width:18.625rem;height:13.125rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq7ApzJ0sZqFxAAm3qqP5nlliwJbDBVM { width:18.8125rem;height:1.59911875rem;top:47.25rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #NTaLSd4VWGDvx0UU8u2QJKy6LlTLzRdD { width:18.8125rem;height:1.59911875rem;top:73.9375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #l1ubXeE6M8XhnNuckdkq0vI1x162cqT8 { display:block; }#l1ubXeE6M8XhnNuckdkq0vI1x162cqT8 > .row .container { width:20rem;height:79.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6QLvrFAHwJyrUVlVcx3y7akTw000Xah { width:11.6875rem;height:1.2999125rem;top:15.375rem;left:4.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L7y0e5tEu8BymraF2eFTqvE1LBTZArdP { width:18.75rem;height:0.0625rem;top:19.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJromWbMMHBy7oB0osqVlp8nobAI26B6 { width:18.8125rem;height:1.59911875rem;top:20.5625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #TIS7Nmp4dckhkJaixEWzuI7SfyHr99FL { width:11.1875rem;height:1.2999125rem;top:42.0625rem;left:4.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lt4dNrylaS0E7CI8sGWete8WdLMFEh6w { width:18.75rem;height:0.0625rem;top:46.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y225hTU1JEvqB64MCmuS3MlmTIEXMHoP { width:18.625rem;height:13.125rem;top:28rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6H2fpSmITbDfrGu294EwFfGX4Wxlyfu { width:12.875rem;height:1.2999125rem;top:68.75rem;left:3.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fg5Aq3GDrzAusFH58GJZdsExTQwzGIvw { width:18.75rem;height:0.0625rem;top:73.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZMZ7tBeU3bKf0zglehBVCq3nH9Mo5UB { width:18.625rem;height:13.125rem;top:54.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDC8WOOovTEaMrv0ia9SCQ0SOxKG9wwL { width:18.625rem;height:13.125rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMBteN611sh8ewx1A3EpCx0aTBZ0LWUb { width:18.8125rem;height:3.19824375rem;top:47.25rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #UA72u3pWtR0XdTPnFbgtqaXL7OmDyq1o { width:18.8125rem;height:1.59911875rem;top:73.9375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 { display:block; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWJAcEarLaSfuCSAKDLdx7024TFTa30g { width:20rem;height:2.19970625rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD21Lv5MAaLx5v8Q6iM3NrTpDBQxhfnL { width:20rem;height:6.3965rem;top:8.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #lyr2KH16hiszG2NThUHBu5y8Mh5xPWnP { width:20rem;height:6.39648125rem;top:15.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #G59WzdQkyeTvLbJO3fnADRhpGnKJNIx9 { width:20rem;height:0.0625rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfsWWxwal9ROlZ0uqFA6BPlX41Sdsub7 { width:20rem;height:3.19824375rem;top:24.375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwPe2Ly9lnnL0WTa4EBX4OKeZ4eP3TLa { width:20rem;height:17.2rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUEPMtbnNqXb4M8HKpQgZg3o1TfGFQ19 { width:3.125rem;height:3.125rem;top:39.1875rem;left:12.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g { display:block; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp { background-color:transparent;background-image:url("https://images.assets-landingi.com/Ga2adxaf/sekcja_last_bg.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp.adaptive-delivery-prevent-bg, #wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp.lazyload, #wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp.lazyloading { background-image: none; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container { background-color: transparent; background-image: none; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.63); }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container > .video-iframe-container { display: none; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.63); }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row > .video-iframe-container { display: none; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .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); }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container { width:20rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vAWhxu52kk6LfJg0Ut4l5FAH5lM9xyoE { width:20rem;height:2.19970625rem;top:3rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #l1hen1vwuDZa7Ceyg52LtpoUE5V7U5Jh { width:20rem;height:3.19824375rem;top:8.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #WgqtyUKF3TIsRkhbm1LuRKzaC71BsGJx { width:15.25rem;height:1.2999125rem;top:13.4375rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #atHadcDFPto1Ax0GfObSe2Ih0q2GPW5w { width:1.1875rem;height:0.9375rem;top:13.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #api4V9umTGH4HSiPkN6qedRXVz6un5d8 { width:1.4375rem;height:1.4375rem;top:16rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDxWgFi96i7qXUIN6gyOAxlDar2v2cVB { width:8.625rem;height:2.5rem;top:15.3125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #USzzM88RFbtzEyVEJcNGXuzkBpGGrLXO { display:block; }
 }@media only screen and (max-width: 763px) { #zvLrFakcRtehZceSgOlT6NJ0DqZhwOlV { width:20rem;height:2.598875rem;top:20.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubMdCBENT6dS4gIWa46pV5EGgdpFWp4o { width:8.625rem;height:2.5rem;top:17.5625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5btPkJQkm0O1z1Lrt3XzSOoSEPreFMh { display:block; }
 }@media only screen and (max-width: 763px) { #Nu2kZgTu2406an1ULneFEegJqdGc1quB { width:2.3125rem;height:2.3125rem;top:17.625rem;left:4.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU { display:block; }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEcMSOT2H8EXatwfu0IdGZ23vTdCQz1U { width:20rem;height:4.3994125rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhHfK40Tna2dXrZJodLRzxP03vsE0unC { width:20rem;height:1.59911875rem;top:7.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 { display:block; }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .widget-regular-label { width:16.75rem;height:auto;background-color:transparent;background-image:none;display:block; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .widget-input-text { width:16.75rem; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .widget-input-text {padding-top: 0; padding-bottom: 0;}#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .widget-textarea { width:16.75rem; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .widget-input-select { width:16.75rem; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .widget-input-select {padding-top: 0; padding-bottom: 0;}#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .widget-input-button { width:16.75rem; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .widget-checkbox-label { width:16rem;line-height:1.4;overflow:hidden;height:auto; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .widget-radio-label { width:7.6875rem; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC  { width:17.375rem;height:auto;top:0.6875rem;left:0rem; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC .radio-container { width:17.375rem; }
#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC {display:inline-block;}#m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC { width:17.375rem;height:auto;top:0.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC #BiigIR57NE6FOHFe4GLcBmKUkXfmkuTv {  }
 }@media only screen and (max-width: 763px) { #m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC #caiv37N3PT5Rdf1XOsoFPTSQVNudDn3c { display:none; }
 }@media only screen and (max-width: 763px) { #m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC #sHxrgZJkQRfWx82pi5zB1fbWbSUId4Sz {  }
 }@media only screen and (max-width: 763px) { #m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC #drOxSCMCWP2TcciMtu0loaGaqaoogazT {  }
 }@media only screen and (max-width: 763px) { #m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC #h6JBaI4q38XAPCNWDEVUXBDyF7gcDKCX { display:none; }
 }@media only screen and (max-width: 763px) { #m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC #Ck9vLpQCzPTPzMuT4w1fzGp5UTSMa6AK {  }
 }@media only screen and (max-width: 763px) { #FPtiEr8NRIiRlrM1ZRhlEboabxhFpQnv { display:block; }
 }@media only screen and (max-width: 763px) { #g7la1dFCW1Ag6lEJidvXsu4qAPPvNHVu { display:block; }
 }@media only screen and (max-width: 763px) { #m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC #o84g5ha0ULNp0CkEVeEP7mVUBsryppNb {  }
 }@media only screen and (max-width: 763px) { #m9NuO8HHE2mvNzD8RGZJuAn7VvpBgryC #X3OVIyV7VmJ0gua5RbGRf6RdLLPf7qtp {  }
 }@media only screen and (max-width: 763px) { #nkcB6cybmOpb74b8ThyxLTHFougALW9K { display:block; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ro3v1AZJyuMUAtcHrvzGZO7hGpJpbSKB { width:20rem;height:3.3984375rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wTSLRsP8VdOJXOgzaBWzEq3eR94X7wJh { width:20rem;height:1.2999125rem;top:5.5625rem;left:0rem;font-size:1rem;display:block; }
 }