.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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/034d14b3-a73e-4aa1-94fd-d438a6b862dd/AESTOESCR.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:60rem;overflow:visible;position:relative;display:block; }#nsf2eV00KsXsdoig7ETeTKdIaLd5xCuc { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:25.96875rem;left:0rem;height:1.875rem;font-style:normal;display:block; }
#bEaDe0lHBnTgMG3KJy1n5cTC8LSWqB1d { 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:16.25rem;width:16.25rem;top:2.9375rem;left:0rem;overflow:hidden;display:block; }
#RwIItI2TFJwGTFidW0X0ZPS0k0qc6dRC { position:absolute;display:block;z-index:15016;background-color:#23232d;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: 0.1875rem 0.0625rem 0.9375rem rgba(15,15,18,0.2) ;height:5.625rem;width:21.875rem;top:2.9375rem;left:38.125rem;display:block; }
#mrKh5TOxA3M6zlQgGOBWgICCZxQN6KuJ { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:3.3125rem;left:41.375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AwR0G6KmrQvFH4bgpo8D3mwcDkVt1DqO { position:absolute;display:block;z-index:15006;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;box-shadow: none;height:37.9375rem;width:21.875rem;top:5.375rem;left:38.125rem;display:block; }
#irRnFegbVi1fKmwlISIIsdTkOrrXNGiW { color:rgba(0,0,0,0.7);display:block;width:18.625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:9.5625rem;left:39.75rem;height:2.625rem;font-style:normal;display:block; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S .widget-form-header {  }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:18.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(7,80,181,0.2);border-left:0.0625rem solid rgba(7,80,181,0.2);border-right:0.0625rem solid rgba(7,80,181,0.2);border-bottom:0.0625rem solid rgba(7,80,181,0.2);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:18.75rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S .widget-input-text {padding-top: 0; padding-bottom: 0;}#UfvsT3cUUI2etwvs28n2dcz70LcREV0S .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(7,80,181,0.2);border-left:0.0625rem solid rgba(7,80,181,0.2);border-right:0.0625rem solid rgba(7,80,181,0.2);border-bottom:0.0625rem solid rgba(7,80,181,0.2);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:18.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S .widget-input-select {padding-top: 0; padding-bottom: 0;}#UfvsT3cUUI2etwvs28n2dcz70LcREV0S .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;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UfvsT3cUUI2etwvs28n2dcz70LcREV0S .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#23232d;background-image:url("Wyślij");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:18.75rem;height:3.875rem;font-family:"open sans";overflow:hidden;box-shadow: 0.125rem 0.0625rem 0.4375rem rgba(0,0,0,0.12) ; }#UfvsT3cUUI2etwvs28n2dcz70LcREV0S .widget-input-button.adaptive-delivery-prevent-bg, #UfvsT3cUUI2etwvs28n2dcz70LcREV0S .widget-input-button.lazyload, #UfvsT3cUUI2etwvs28n2dcz70LcREV0S .widget-input-button.lazyloading { background-image: none; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.4);font-family:"open sans";font-size:0.875rem; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.4);font-family:"open sans";font-size:0.875rem; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.4);font-family:"open sans";font-size:0.875rem; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.4);font-family:"open sans";font-size:0.875rem; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S .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:300;color:#000000;vertical-align:top;width:17.6875rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S .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:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S .widget-container:first-of-type{padding-top:0;}#UfvsT3cUUI2etwvs28n2dcz70LcREV0S .widget-container:last-of-type{padding-bottom:0;}#UfvsT3cUUI2etwvs28n2dcz70LcREV0S  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:21.02490234375rem;left:38.4375rem; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.75rem;display:block;vertical-align:top; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S {display:block;}#UfvsT3cUUI2etwvs28n2dcz70LcREV0S { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:21.02490234375rem;left:38.4375rem; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S #eTWKd8llux9iqftQ2kpd2KwwZM8guFOa { position:relative; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S #uyPhcvpvmTVB4lJpBv9zaSZc1zQPi30y { position:relative;display:none; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S #JGncNrxm3XOaRMKMzrDfqcCPrwQMhSzk { position:relative; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S #FWePp4TWmT4c03N88QUPhW6LJT8iNKL9 { position:relative; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S #DvnTg4texl9HZTQC7bknNPvN9cFBuZQg { position:relative;display:none; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S #zPIrasmspZQzST7CG9y7J9SX5sApvtBv { position:relative; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S #ZMQnXCxqAKpykyQHt2t0Pr8s68l2ILgf { position:relative; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S #CKxRfTpJl4JAEDkPd7NoIdltLmfg1SFp { position:relative;display:none; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S #P1N4QHLiMnedUcPOuBzsyluboMfxdlJN { position:relative; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S #JgEyMSqnfx8k1rmsRJWQ2yAxi3L6vpgv { position:relative; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S #rVq0LuNPqn1CTexkxP5VMz3LGc4ZytEk { position:relative;z-index:2; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S #eMccGFuqMLduFU9eA9SZAQsABfw8ahHc { position:relative; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S #zlczD1uRbDB7GgOHVJ0tTuN83mHWrUyU { position:relative; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S #zgp8BockUgfF5B7EoD8F9r382hlhazX5 { position:relative; }
#VWgGzxxC2BXeu69QTlzzR4QNpxIhLHsv { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:19rem;left:0rem;height:6.25rem;font-style:normal;display:block; }
#VkibXSvbLD8ELGm5wGCTMfQraemir3Af { color:rgba(0,0,0,0.7);display:block;width:18.6875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:13.0625rem;left:39.71875rem;height:5.25rem;font-style:normal;display:block; }
#Uwwec7XXZ0C8rTASTKLFsDmKHBRLORa2 { color:rgba(0,0,0,0.7);display:block;width:18.6875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:19.14990234375rem;left:39.71875rem;height:2.625rem;font-style:normal;display:block; }
#kDmH8Ozbo7Sfw9L8gOs2Pr1PtQ47eyZt { border-bottom:0;border-left:0;border-right:0;border-top: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; }#kDmH8Ozbo7Sfw9L8gOs2Pr1PtQ47eyZt > .row .container { background-color: transparent; background-image: none; }#kDmH8Ozbo7Sfw9L8gOs2Pr1PtQ47eyZt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDmH8Ozbo7Sfw9L8gOs2Pr1PtQ47eyZt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDmH8Ozbo7Sfw9L8gOs2Pr1PtQ47eyZt > .row .container > .video-iframe-container { display: none; }#kDmH8Ozbo7Sfw9L8gOs2Pr1PtQ47eyZt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDmH8Ozbo7Sfw9L8gOs2Pr1PtQ47eyZt > .row > .video-iframe-container { display: none; }#kDmH8Ozbo7Sfw9L8gOs2Pr1PtQ47eyZt > .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); }#kDmH8Ozbo7Sfw9L8gOs2Pr1PtQ47eyZt > .row .container { border-width: 0; border-radius: 0; }#kDmH8Ozbo7Sfw9L8gOs2Pr1PtQ47eyZt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kDmH8Ozbo7Sfw9L8gOs2Pr1PtQ47eyZt > .row .container { font-size:0.875rem;font-family:arial;height:3rem;width:60rem;position:relative;display:block; }#VT25NQVixvfTgAChnn2dk5G0b7F8mksG { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.97);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; }#VT25NQVixvfTgAChnn2dk5G0b7F8mksG > .row .container { background-color: transparent; background-image: none; }#VT25NQVixvfTgAChnn2dk5G0b7F8mksG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VT25NQVixvfTgAChnn2dk5G0b7F8mksG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VT25NQVixvfTgAChnn2dk5G0b7F8mksG > .row .container > .video-iframe-container { display: none; }#VT25NQVixvfTgAChnn2dk5G0b7F8mksG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VT25NQVixvfTgAChnn2dk5G0b7F8mksG > .row > .video-iframe-container { display: none; }#VT25NQVixvfTgAChnn2dk5G0b7F8mksG > .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); }#VT25NQVixvfTgAChnn2dk5G0b7F8mksG > .row .container { border-width: 0; border-radius: 0; }#VT25NQVixvfTgAChnn2dk5G0b7F8mksG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VT25NQVixvfTgAChnn2dk5G0b7F8mksG > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:60rem;position:relative;display:block; }#QSO83eX09zIzCnBdGFb67FDQBruywlnh { display:block;width:22.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:10.75rem;left:0rem;height:7.8735625rem;color:#191616;font-style:normal;text-align:justify;text-align-last:initial;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; }
#TML3BCR4yKJaFsZ08nurc631hDarM3yr { border-bottom:0;border-left:0;border-right:0;border-top:0;height:22.25rem;width:30.625rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.65625rem;left:26.54931640625rem;overflow:hidden;display:block; }
#mu0T2nTwOsRaW6Bt4rJBzNwQlzemWltn { border-bottom:0.0625rem solid #ff6542;border-left:0.0625rem solid #ff6542;border-right:0.0625rem solid #ff6542;border-top:0.0625rem solid #ff6542;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;height:23.1875rem;width:33.375rem;position:absolute;display:block;z-index:15002;top:3.125rem;left:25.111968315973rem;display:block; }
#GoqAZUmUCPRGrBdlDzWta7go7KrSrtui { color:#282828;display:block;width:21.4375rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:3.9375rem;left:0rem;height:5rem;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; }
#lemeHzPymeMyUIaay8LuwJhT3KNrLiyu { border-bottom:0;border-left:0;border-right:0;border-top: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; }#lemeHzPymeMyUIaay8LuwJhT3KNrLiyu > .row .container { background-color: transparent; background-image: none; }#lemeHzPymeMyUIaay8LuwJhT3KNrLiyu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lemeHzPymeMyUIaay8LuwJhT3KNrLiyu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lemeHzPymeMyUIaay8LuwJhT3KNrLiyu > .row .container > .video-iframe-container { display: none; }#lemeHzPymeMyUIaay8LuwJhT3KNrLiyu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lemeHzPymeMyUIaay8LuwJhT3KNrLiyu > .row > .video-iframe-container { display: none; }#lemeHzPymeMyUIaay8LuwJhT3KNrLiyu > .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); }#lemeHzPymeMyUIaay8LuwJhT3KNrLiyu > .row .container { border-width: 0; border-radius: 0; }#lemeHzPymeMyUIaay8LuwJhT3KNrLiyu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lemeHzPymeMyUIaay8LuwJhT3KNrLiyu > .row .container { font-size:0.875rem;font-family:arial;height:31.9375rem;width:60rem;position:relative;display:block; }#v17A2n18rXymThq9L0MFsyFfZVGR9qXW { display:block;width:21rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:14.1875rem;left:36.59375rem;height:6.298825rem;color:rgba(25,22,22,0.7);font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#LJSncgb3udCfxIfFd48Fd55kOJWRw3Sh { border-bottom:0.0625rem solid #ff6542;border-left:0.0625rem solid #ff6542;border-right:0.0625rem solid #ff6542;border-top:0.0625rem solid #ff6542;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;height:26.8125rem;width:33.75rem;position:absolute;display:block;z-index:15002;top:4.125rem;left:1.25rem;display:block; }
#nJzrJLLC6wk0SgCww7hdFQfBSoVLE5nu { border-bottom:0;border-left:0;border-right:0;border-top:0;height:23.5rem;width:32.3125rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.84375rem;left:2.03125rem;overflow:hidden;display:block; }
#NfAJqR2BL39tUFsFQlEN67vUBMC5x6BU { color:#282828;display:block;width:21.4375rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:6.375rem;left:36.375rem;height:;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; }
#PaRRR1DRR2DkkPkmclMUAZbHk1dMaM0t { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.97);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; }#PaRRR1DRR2DkkPkmclMUAZbHk1dMaM0t > .row .container { background-color: transparent; background-image: none; }#PaRRR1DRR2DkkPkmclMUAZbHk1dMaM0t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaRRR1DRR2DkkPkmclMUAZbHk1dMaM0t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaRRR1DRR2DkkPkmclMUAZbHk1dMaM0t > .row .container > .video-iframe-container { display: none; }#PaRRR1DRR2DkkPkmclMUAZbHk1dMaM0t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaRRR1DRR2DkkPkmclMUAZbHk1dMaM0t > .row > .video-iframe-container { display: none; }#PaRRR1DRR2DkkPkmclMUAZbHk1dMaM0t > .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); }#PaRRR1DRR2DkkPkmclMUAZbHk1dMaM0t > .row .container { border-width: 0; border-radius: 0; }#PaRRR1DRR2DkkPkmclMUAZbHk1dMaM0t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PaRRR1DRR2DkkPkmclMUAZbHk1dMaM0t > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:60rem;position:relative;display:block; }#IxAF1JcoABLSyD68UyLUk5GZKUZeoCtW { display:block;width:22.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:10.75rem;left:0rem;height:6.298825rem;color:#191616;font-style:normal;text-align:justify;text-align-last:initial;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; }
#F5aHtkUDkWlrfrisoMaM20pKq4o3GGzr { border-bottom:0;border-left:0;border-right:0;border-top:0;height:22.25rem;width:30.5rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.65625rem;left:26.54931640625rem;overflow:hidden;display:block; }
#ee7QhXydU9PhndtKMyLT3obdikVxiJEs { border-bottom:0.0625rem solid #ff6542;border-left:0.0625rem solid #ff6542;border-right:0.0625rem solid #ff6542;border-top:0.0625rem solid #ff6542;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;height:23.1875rem;width:33.375rem;position:absolute;display:block;z-index:15002;top:3.125rem;left:25.111968315973rem;display:block; }
#I7EdZSreRDoPN21VyiAAeKyLvMt8CHkE { color:#282828;display:block;width:21.4375rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:3.9375rem;left:0rem;height:;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; }
#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a26506e8-1581-406f-9d95-42a9269bc7bf/APLAYACONCHHORIZONTAL.jpg");background-position:top center !important;background-repeat:no-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; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR.adaptive-delivery-prevent-bg, #vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR.lazyload, #vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR.lazyloading { background-image: none; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container { background-color: transparent; background-image: none; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container > .video-iframe-container { display: none; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row > .video-iframe-container { display: none; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .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); }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container { border-width: 0; border-radius: 0; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;position:relative;display:block; }#cggswbbcryTZ2cgedaR2lU8f6ZEuQ1qS { color:#ffffff;display:block;width:51rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:6.74365234375rem;left:0rem;height:2.25rem;font-style:normal;display:block; }
#y8pfVK9vDQhateEOSXzw8s3sti2isAAA { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:22.4755859375rem;left:40.5rem;height:1.625rem;display:block; }
#Tyb4Amd8OmGmwiIvGaZgJ9Ki0vslJxL0 { color:#ffffff;display:block;width:46.4375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.55615234375rem;left:0rem;height:2.03125rem;display:block; }
#VHHeAULk8gkRFJoRvrNgCE5c145gOPmD { 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-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#2a7d2e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:14.625rem;left:0rem;display:block; }
#N8DFEUfo2KZSq9PebxT55xmArS07u1TB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eXgT3d2mWbtK4lfkvN5Sn1rDdBrw5SgI { border-bottom:0;border-left:0;border-right:0;border-top: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; }#eXgT3d2mWbtK4lfkvN5Sn1rDdBrw5SgI > .row .container { background-color: transparent; background-image: none; }#eXgT3d2mWbtK4lfkvN5Sn1rDdBrw5SgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXgT3d2mWbtK4lfkvN5Sn1rDdBrw5SgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXgT3d2mWbtK4lfkvN5Sn1rDdBrw5SgI > .row .container > .video-iframe-container { display: none; }#eXgT3d2mWbtK4lfkvN5Sn1rDdBrw5SgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXgT3d2mWbtK4lfkvN5Sn1rDdBrw5SgI > .row > .video-iframe-container { display: none; }#eXgT3d2mWbtK4lfkvN5Sn1rDdBrw5SgI > .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); }#eXgT3d2mWbtK4lfkvN5Sn1rDdBrw5SgI > .row .container { border-width: 0; border-radius: 0; }#eXgT3d2mWbtK4lfkvN5Sn1rDdBrw5SgI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eXgT3d2mWbtK4lfkvN5Sn1rDdBrw5SgI > .row .container { font-size:0.875rem;font-family:arial;height:31.9375rem;width:60rem;position:relative;display:block; }#t85OZqQQXX9yP2k2zdWEBe1IF9O2n3EH { display:block;width:21rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:14.1875rem;left:36.59375rem;height:7.87351875rem;color:rgba(25,22,22,0.7);font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#nTuDNnDITgyiJ3akLzoXKCJT7CkGv7R8 { border-bottom:0.0625rem solid #ff6542;border-left:0.0625rem solid #ff6542;border-right:0.0625rem solid #ff6542;border-top:0.0625rem solid #ff6542;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;height:26.8125rem;width:33.75rem;position:absolute;display:block;z-index:15002;top:4.125rem;left:1.25rem;display:block; }
#EgWHbH6tWHey9RmrteSgJEiRBksiST4s { border-bottom:0;border-left:0;border-right:0;border-top:0;height:23.4375rem;width:32.1875rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.84375rem;left:2.03125rem;overflow:hidden;display:block; }
#qNtvM9Q31FCpJelf9BCw7hFg3pO0vseu { color:#282828;display:block;width:21.9375rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:6.375rem;left:36.375rem;height:5rem;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; }
#DU1GG2fvpdLVaIaTrtaWhwROqyDA7Muo { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.97);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; }#DU1GG2fvpdLVaIaTrtaWhwROqyDA7Muo > .row .container { background-color: transparent; background-image: none; }#DU1GG2fvpdLVaIaTrtaWhwROqyDA7Muo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DU1GG2fvpdLVaIaTrtaWhwROqyDA7Muo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DU1GG2fvpdLVaIaTrtaWhwROqyDA7Muo > .row .container > .video-iframe-container { display: none; }#DU1GG2fvpdLVaIaTrtaWhwROqyDA7Muo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DU1GG2fvpdLVaIaTrtaWhwROqyDA7Muo > .row > .video-iframe-container { display: none; }#DU1GG2fvpdLVaIaTrtaWhwROqyDA7Muo > .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); }#DU1GG2fvpdLVaIaTrtaWhwROqyDA7Muo > .row .container { border-width: 0; border-radius: 0; }#DU1GG2fvpdLVaIaTrtaWhwROqyDA7Muo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DU1GG2fvpdLVaIaTrtaWhwROqyDA7Muo > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:60rem;position:relative;display:block; }#HgQWu31itb1XVgHvSw4gOfNx2xtrQHgi { display:block;width:22.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:10.75rem;left:0rem;height:6.298825rem;color:#191616;font-style:normal;text-align:justify;text-align-last:initial;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; }
#DDUaR0tFooETiIPb2HSBCJO099tCSqOD { border-bottom:0;border-left:0;border-right:0;border-top:0;height:22.25rem;width:30.5rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.65625rem;left:26.54931640625rem;overflow:hidden;display:block; }
#RsWMAorEcClKHqbyXXzcLIGZOVt1BSLK { border-bottom:0.0625rem solid #ff6542;border-left:0.0625rem solid #ff6542;border-right:0.0625rem solid #ff6542;border-top:0.0625rem solid #ff6542;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;height:23.1875rem;width:33.375rem;position:absolute;display:block;z-index:15002;top:3.125rem;left:25.111968315973rem;display:block; }
#UXTDm2zkQZx8cwiGZpTH8Pu5nOD0XNpR { color:#282828;display:block;width:21.4375rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:3.9375rem;left:0rem;height:;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; }
#cKdvzoJFFC3FRmgZxPnTmcbyUbzXKhwS { border-bottom:0;border-left:0;border-right:0;border-top: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; }#cKdvzoJFFC3FRmgZxPnTmcbyUbzXKhwS > .row .container { background-color: transparent; background-image: none; }#cKdvzoJFFC3FRmgZxPnTmcbyUbzXKhwS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKdvzoJFFC3FRmgZxPnTmcbyUbzXKhwS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKdvzoJFFC3FRmgZxPnTmcbyUbzXKhwS > .row .container > .video-iframe-container { display: none; }#cKdvzoJFFC3FRmgZxPnTmcbyUbzXKhwS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKdvzoJFFC3FRmgZxPnTmcbyUbzXKhwS > .row > .video-iframe-container { display: none; }#cKdvzoJFFC3FRmgZxPnTmcbyUbzXKhwS > .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); }#cKdvzoJFFC3FRmgZxPnTmcbyUbzXKhwS > .row .container { border-width: 0; border-radius: 0; }#cKdvzoJFFC3FRmgZxPnTmcbyUbzXKhwS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cKdvzoJFFC3FRmgZxPnTmcbyUbzXKhwS > .row .container { font-size:0.875rem;font-family:arial;height:31.9375rem;width:60rem;position:relative;display:block; }#kar3C0SwfS57aVJwykZyRG61sPP9mmNe { display:block;width:21rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:14.1875rem;left:36.59375rem;height:7.87351875rem;color:rgba(25,22,22,0.7);font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ZbKpbpXIkRz1IX5KwtuLJUL7hezz5TMs { border-bottom:0.0625rem solid #ff6542;border-left:0.0625rem solid #ff6542;border-right:0.0625rem solid #ff6542;border-top:0.0625rem solid #ff6542;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;height:26.8125rem;width:33.75rem;position:absolute;display:block;z-index:15002;top:4.125rem;left:1.25rem;display:block; }
#aBes8mO5fS1uAhaK9yddPwAepMTbTuw4 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:23.4375rem;width:32.1875rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.84375rem;left:2.03125rem;overflow:hidden;display:block; }
#rapI4QciedDcmMv2d6vgzSRJfEbgqqTZ { color:#282828;display:block;width:21.4375rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:6.375rem;left:36.375rem;height:;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; }
#gwhdtXarodCiFQ62ixz407a0835C8H1p { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;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; }#gwhdtXarodCiFQ62ixz407a0835C8H1p > .row .container { background-color: transparent; background-image: none; }#gwhdtXarodCiFQ62ixz407a0835C8H1p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwhdtXarodCiFQ62ixz407a0835C8H1p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwhdtXarodCiFQ62ixz407a0835C8H1p > .row .container > .video-iframe-container { display: none; }#gwhdtXarodCiFQ62ixz407a0835C8H1p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwhdtXarodCiFQ62ixz407a0835C8H1p > .row > .video-iframe-container { display: none; }#gwhdtXarodCiFQ62ixz407a0835C8H1p > .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); }#gwhdtXarodCiFQ62ixz407a0835C8H1p > .row .container { border-width: 0; border-radius: 0; }#gwhdtXarodCiFQ62ixz407a0835C8H1p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gwhdtXarodCiFQ62ixz407a0835C8H1p > .row .container { font-size:0.875rem;font-family:arial;height:52.5625rem;width:60rem;position:relative;display:block; }#t0L13enFfT8Gc7vhF1zbNK3HJgLzoMW2 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c998e688-8525-41f3-aedd-5e9a932b1103/PlayaGrandePresentation4.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;height:33.25rem;width:60rem;position:absolute;display:block;z-index:15002;top:16.93701171875rem;left:0rem;display:block; }#t0L13enFfT8Gc7vhF1zbNK3HJgLzoMW2.adaptive-delivery-prevent-bg, #t0L13enFfT8Gc7vhF1zbNK3HJgLzoMW2.lazyload, #t0L13enFfT8Gc7vhF1zbNK3HJgLzoMW2.lazyloading { background-image: none; }
#udOD4IBEFAXOr0XgM6cOe3VtEkgrcwUh { 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:33.75rem;width:60rem;display:none; }
#iR44qgsecR7stbzxtkRhaIT0LtvpKHF4 { color:#282828;display:block;width:19.75rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:5.25rem;left:20.125rem;height:2.5rem;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; }
#ld1MUBMJldKzBsaeLh1qXKVuXlyUXbU7 { display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:8.9755859375rem;left:0rem;height:5.3994125rem;color:rgba(25,22,22,0.7);font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ff0baa3a-2167-4750-baaa-ef0c0d28b81f/AMEJORATARDECERHORIZONTAL.webp");background-position:top center !important;background-repeat:no-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; }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D.adaptive-delivery-prevent-bg, #Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D.lazyload, #Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D.lazyloading { background-image: none; }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D > .row .container { background-color: transparent; background-image: none; }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D > .row .container > .video-iframe-container { display: none; }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D > .row > .video-iframe-container { display: none; }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D > .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); }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D > .row .container { border-width: 0; border-radius: 0; }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;position:relative;display:block; }#FU78HzONLqUwxxwfPv7Jxyq2QUWnZQJn { color:#ffffff;display:block;width:56.125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:8.9375rem;left:0.625rem;height:2.25rem;font-style:normal;display:block; }
#JHZTe8Bx0UctFh3fvh0uImrCiu7P0h80 { 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-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#2a7d2e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:4.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:12.10498046875rem;left:0.625rem;display:block; }
#roGhygErzngk8fFr9z0xwK943cw8hghF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uTMk24PGXyQShhQoXa7utamHSwz2TX7D { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;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; }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D > .row .container { background-color: transparent; background-image: none; }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D > .row .container > .video-iframe-container { display: none; }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D > .row > .video-iframe-container { display: none; }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D > .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); }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D > .row .container { border-width: 0; border-radius: 0; }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D > .row .container { font-size:0.875rem;font-family:arial;height:62.3125rem;width:60rem;position:relative;display:block; }#ZNByZikIo65P52akxofXIhIKeNAzrzuS { display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:7.5rem;left:0rem;height:3.5996125rem;color:rgba(25,22,22,0.7);font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#tE4DPuIumcCN3fPTxONtSloX8xI2NXci { border-bottom:0.125rem solid #eaeaea;border-left:0.125rem solid #eaeaea;border-right:0.125rem solid #eaeaea;border-top:0.125rem solid #eaeaea;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;height:4.90625rem;width:60rem;position:absolute;display:block;z-index:15003;top:15rem;left:0rem;display:block; }
#TFzeb54AuMW4mpvceArmQqUQHU2QVtsQ { display:block;width:3.0625rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15rem;left:12rem;height:3.0874rem;color:#b8b8b8;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nVtN2i9FvaQTfehKRlS4ETJF4TDGMLKy { display:block;width:10.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:18.08642578125rem;left:8.09375rem;height:1.29980625rem;color:#09281a;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hhClpq01Q7RK00vJ5NNfMA2JnT6Dt6bk { display:block;width:15.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:18.08642578125rem;left:22.375rem;height:1.29980625rem;color:#09281a;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ab5TzoS7NQ2v7P0lnsxTnrz2RRLvdDnv { display:block;width:10rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:15rem;left:25rem;height:3.0874rem;color:#b8b8b8;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m9m7a3BWdS51mUVTlUSdAwbm74g4RaD1 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a6622d8e-bb6b-44f1-b785-30404ccabf7f/Renders2503107.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;height:36.25rem;width:60rem;position:absolute;display:block;z-index:15002;top:22.28125rem;left:0rem;display:block; }#m9m7a3BWdS51mUVTlUSdAwbm74g4RaD1.adaptive-delivery-prevent-bg, #m9m7a3BWdS51mUVTlUSdAwbm74g4RaD1.lazyload, #m9m7a3BWdS51mUVTlUSdAwbm74g4RaD1.lazyloading { background-image: none; }
#Bb8O9g8hdzX8LAs0Q9iNCAZWamrIXtRl { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#eaeaea;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.125rem;width:0.125rem;position:absolute;display:block;z-index:15004;top:20.15625rem;left:29.9375rem;display:block; }
#OsE67mbdAOMqPztViuUX1tWUZWAqHxKx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#eaeaea;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.125rem;width:0.125rem;position:absolute;display:block;z-index:15006;top:20.15625rem;left:13.46875rem;display:block; }
#MClNtUJ5s0fTU5wz1RzsGL5FfVg5Uau3 { 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:39.9375rem;width:60rem;display:none; }
#Tw6eQwyhSR05n8388G5NPDmutbDKkSbU { display:block;width:10rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:15rem;left:43.0625rem;height:3.0874rem;color:#b8b8b8;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qkkLvORqTTpC2Xn8uswUyB7skqm8OB04 { display:block;width:15.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:18.08642578125rem;left:40.4375rem;height:1.29980625rem;color:#09281a;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gSkTsMzhnFVawkLlxfJfEtQDO61KhAvo { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#eaeaea;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.125rem;width:0.125rem;position:absolute;display:block;z-index:15005;top:20.15625rem;left:48rem;display:block; }
#Fhhsfril44p5fapFJlPy9a20X6KBhiUR { color:#282828;display:block;width:55.6875rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:3.94873046875rem;left:2.15625rem;height:2.5rem;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; }
#CHsRy3ctdkchM6nvFh7IFys6LOL7b60S { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cbecf842-75e3-4331-bd56-06a0d5d64c65/APLAYACONCHALHORIZONTAL.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;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; }#CHsRy3ctdkchM6nvFh7IFys6LOL7b60S.adaptive-delivery-prevent-bg, #CHsRy3ctdkchM6nvFh7IFys6LOL7b60S.lazyload, #CHsRy3ctdkchM6nvFh7IFys6LOL7b60S.lazyloading { background-image: none; }#CHsRy3ctdkchM6nvFh7IFys6LOL7b60S > .row .container { background-color: transparent; background-image: none; }#CHsRy3ctdkchM6nvFh7IFys6LOL7b60S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHsRy3ctdkchM6nvFh7IFys6LOL7b60S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHsRy3ctdkchM6nvFh7IFys6LOL7b60S > .row .container > .video-iframe-container { display: none; }#CHsRy3ctdkchM6nvFh7IFys6LOL7b60S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHsRy3ctdkchM6nvFh7IFys6LOL7b60S > .row > .video-iframe-container { display: none; }#CHsRy3ctdkchM6nvFh7IFys6LOL7b60S > .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); }#CHsRy3ctdkchM6nvFh7IFys6LOL7b60S > .row .container { border-width: 0; border-radius: 0; }#CHsRy3ctdkchM6nvFh7IFys6LOL7b60S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CHsRy3ctdkchM6nvFh7IFys6LOL7b60S > .row .container { font-size:0.875rem;font-family:arial;height:55.3125rem;width:60rem;position:relative;display:block; }#XwZhuGeQ6OtGq8bg4DWTTaatkwPcdx7H { position:absolute;display:block;z-index:15022;background-color:#23232d;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: 0.1875rem 0.0625rem 0.9375rem rgba(15,15,18,0.2) ;height:9.3125rem;width:26.5rem;top:2.8125rem;left:0rem;display:block; }
#lNLevOu5JTqAnfRD0RuAPXUf2K6DVmJx { position:absolute;display:block;z-index:15012;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;box-shadow: none;height:45.875rem;width:26.4375rem;top:3rem;left:0rem;display:block; }
#IuK9kJBlO1kIKalywafrok3HX5hqhkXr { color:rgba(0,0,0,0.7);display:block;width:18.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15022;line-height:1.4;letter-spacing:0;top:17.90087890625rem;left:3.9375rem;height:5.59960625rem;font-style:normal;display:block; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk .widget-form-header {  }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:18.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(7,80,181,0.2);border-left:0.0625rem solid rgba(7,80,181,0.2);border-right:0.0625rem solid rgba(7,80,181,0.2);border-bottom:0.0625rem solid rgba(7,80,181,0.2);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:18.75rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk .widget-input-text {padding-top: 0; padding-bottom: 0;}#tefVfDPS645f7h5FJyUp9wWIulC3A1vk .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(7,80,181,0.2);border-left:0.0625rem solid rgba(7,80,181,0.2);border-right:0.0625rem solid rgba(7,80,181,0.2);border-bottom:0.0625rem solid rgba(7,80,181,0.2);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:18.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk .widget-input-select {padding-top: 0; padding-bottom: 0;}#tefVfDPS645f7h5FJyUp9wWIulC3A1vk .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;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tefVfDPS645f7h5FJyUp9wWIulC3A1vk .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#23232d;background-image:url("Wyślij");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:18.75rem;height:3.875rem;font-family:"open sans";overflow:hidden;box-shadow: 0.125rem 0.0625rem 0.4375rem rgba(0,0,0,0.12) ; }#tefVfDPS645f7h5FJyUp9wWIulC3A1vk .widget-input-button.adaptive-delivery-prevent-bg, #tefVfDPS645f7h5FJyUp9wWIulC3A1vk .widget-input-button.lazyload, #tefVfDPS645f7h5FJyUp9wWIulC3A1vk .widget-input-button.lazyloading { background-image: none; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.4);font-family:"open sans";font-size:0.875rem; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.4);font-family:"open sans";font-size:0.875rem; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.4);font-family:"open sans";font-size:0.875rem; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.4);font-family:"open sans";font-size:0.875rem; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk .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:300;color:#000000;vertical-align:top;width:17.6875rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk .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:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk .widget-container:first-of-type{padding-top:0;}#tefVfDPS645f7h5FJyUp9wWIulC3A1vk .widget-container:last-of-type{padding-bottom:0;}#tefVfDPS645f7h5FJyUp9wWIulC3A1vk  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:27.02490234375rem;left:2.625rem; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.75rem;display:block;vertical-align:top; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk {display:block;}#tefVfDPS645f7h5FJyUp9wWIulC3A1vk { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:27.02490234375rem;left:2.625rem; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk #saKmKF8RFbTi4IG67UAVhbKQHrDVk22H { position:relative; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk #MGGqzWn3ZeQSfUaKmT9r7uDFrnRbIcxx { position:relative;display:none; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk #UIIrmtyITx5UzN8tbzsiw27HiQvXUeOo { position:relative; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk #OnQwHQF6zfma8LtvLVMmVwMXfFKDTXIe { position:relative; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk #QSzHQtP53TW2hb3rmt6TEScStpC6Exu0 { position:relative;display:none; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk #RZVD98MkEZADLG5xnxEM3VqeqiQlmdBq { position:relative; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk #NcS3Pa85vnzEO0TUOlIzz2SQJ0111T57 { position:relative; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk #fuPM4JA6rvEe9JHFIatb56KitiuS8cok { position:relative;display:none; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk #ZBSTlEIsJKvcr78Hw2DKwfJBsOvWsvFT { position:relative; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk #OAOFuv23TgvbXKrxu8Ti688Ox2kFPALg { position:relative; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk #BK3mXLvcikpo5GrqRO39WP1yd11Hv3B3 { position:relative;z-index:2; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk #u0U6DbGsDaldr4h2xMxZ3CirbxDQlvhn { position:relative; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk #oI5AIrPl9SKtWuHTiIsI4skZ24sEnUm3 { position:relative; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk #iIA4TgeToQVN7QaKQKoAMae4Tu1J8TX8 { position:relative; }
#xNuHlpFiQTGqymPhv7com6IhSUDJM523 { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:4.65625rem;left:0.59375rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HSdNRm1TRsvKwLvJHkZMUlSMw8A5QuUr { color:rgba(0,0,0,0.7);display:block;width:18.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:14.02587890625rem;left:4rem;height:2.79980625rem;font-style:normal;display:block; }
#TDr6cnlsnvU8GG9TZlW7wJVO0TEBZb4U { color:rgba(0,0,0,0.7);display:block;width:18.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:24.53759765625rem;left:3.90625rem;height:2.79980625rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nsf2eV00KsXsdoig7ETeTKdIaLd5xCuc { width:34.0625rem;height:1.875rem;top:25.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEaDe0lHBnTgMG3KJy1n5cTC8LSWqB1d { top:2.9375rem;left:0rem;width:16.25rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwIItI2TFJwGTFidW0X0ZPS0k0qc6dRC { width:21.875rem;height:5.625rem;top:2.9375rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrKh5TOxA3M6zlQgGOBWgICCZxQN6KuJ { width:15.375rem;height:4.875rem;top:3.3125rem;left:32.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwR0G6KmrQvFH4bgpo8D3mwcDkVt1DqO { width:21.875rem;height:37.9375rem;top:5.375rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irRnFegbVi1fKmwlISIIsdTkOrrXNGiW { width:18.625rem;height:2.625rem;top:9.5625rem;left:29.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfvsT3cUUI2etwvs28n2dcz70LcREV0S .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S .widget-input-text {padding-top: 0; padding-bottom: 0;}#UfvsT3cUUI2etwvs28n2dcz70LcREV0S .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S .widget-input-select {padding-top: 0; padding-bottom: 0;}#UfvsT3cUUI2etwvs28n2dcz70LcREV0S .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S .widget-checkbox-label { width:17.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S  { width:18.75rem;height:auto;top:21rem;left:26.5rem; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S {display:block;}#UfvsT3cUUI2etwvs28n2dcz70LcREV0S { width:18.75rem;height:auto;top:21rem;left:26.5rem; }
 }@media only screen and (max-width: 763px) { #UfvsT3cUUI2etwvs28n2dcz70LcREV0S #eTWKd8llux9iqftQ2kpd2KwwZM8guFOa {  }
 }@media only screen and (max-width: 763px) { #UfvsT3cUUI2etwvs28n2dcz70LcREV0S #uyPhcvpvmTVB4lJpBv9zaSZc1zQPi30y { display:none; }
 }@media only screen and (max-width: 763px) { #UfvsT3cUUI2etwvs28n2dcz70LcREV0S #JGncNrxm3XOaRMKMzrDfqcCPrwQMhSzk {  }
 }@media only screen and (max-width: 763px) { #UfvsT3cUUI2etwvs28n2dcz70LcREV0S #FWePp4TWmT4c03N88QUPhW6LJT8iNKL9 {  }
 }@media only screen and (max-width: 763px) { #UfvsT3cUUI2etwvs28n2dcz70LcREV0S #DvnTg4texl9HZTQC7bknNPvN9cFBuZQg { display:none; }
 }@media only screen and (max-width: 763px) { #UfvsT3cUUI2etwvs28n2dcz70LcREV0S #zPIrasmspZQzST7CG9y7J9SX5sApvtBv {  }
 }@media only screen and (max-width: 763px) { #UfvsT3cUUI2etwvs28n2dcz70LcREV0S #ZMQnXCxqAKpykyQHt2t0Pr8s68l2ILgf {  }
 }@media only screen and (max-width: 763px) { #UfvsT3cUUI2etwvs28n2dcz70LcREV0S #CKxRfTpJl4JAEDkPd7NoIdltLmfg1SFp { display:none; }
 }@media only screen and (max-width: 763px) { #UfvsT3cUUI2etwvs28n2dcz70LcREV0S #P1N4QHLiMnedUcPOuBzsyluboMfxdlJN {  }
 }@media only screen and (max-width: 763px) { #UfvsT3cUUI2etwvs28n2dcz70LcREV0S #JgEyMSqnfx8k1rmsRJWQ2yAxi3L6vpgv {  }
 }@media only screen and (max-width: 763px) { #UfvsT3cUUI2etwvs28n2dcz70LcREV0S #rVq0LuNPqn1CTexkxP5VMz3LGc4ZytEk {  }
 }@media only screen and (max-width: 763px) { #UfvsT3cUUI2etwvs28n2dcz70LcREV0S #eMccGFuqMLduFU9eA9SZAQsABfw8ahHc {  }
 }@media only screen and (max-width: 763px) { #UfvsT3cUUI2etwvs28n2dcz70LcREV0S #zlczD1uRbDB7GgOHVJ0tTuN83mHWrUyU {  }
 }@media only screen and (max-width: 763px) { #UfvsT3cUUI2etwvs28n2dcz70LcREV0S #zgp8BockUgfF5B7EoD8F9r382hlhazX5 {  }
 }@media only screen and (max-width: 763px) { #VWgGzxxC2BXeu69QTlzzR4QNpxIhLHsv { width:34.0625rem;height:6.25rem;top:19rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkibXSvbLD8ELGm5wGCTMfQraemir3Af { width:18.6875rem;height:5.25rem;top:13.0625rem;left:29.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uwwec7XXZ0C8rTASTKLFsDmKHBRLORa2 { width:18.6875rem;height:2.625rem;top:19.125rem;left:29.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDmH8Ozbo7Sfw9L8gOs2Pr1PtQ47eyZt { display:block; }#kDmH8Ozbo7Sfw9L8gOs2Pr1PtQ47eyZt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VT25NQVixvfTgAChnn2dk5G0b7F8mksG { display:block; }#VT25NQVixvfTgAChnn2dk5G0b7F8mksG > .row .container { width:47.75rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSO83eX09zIzCnBdGFb67FDQBruywlnh { width:17.875rem;height:11.6875rem;top:11.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TML3BCR4yKJaFsZ08nurc631hDarM3yr { width:21.4375rem;height:15.625rem;top:0.9375rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu0T2nTwOsRaW6Bt4rJBzNwQlzemWltn { width:23.25rem;height:28rem;top:0rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoqAZUmUCPRGrBdlDzWta7go7KrSrtui { width:21.4375rem;height:5rem;top:3.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lemeHzPymeMyUIaay8LuwJhT3KNrLiyu { display:block; }#lemeHzPymeMyUIaay8LuwJhT3KNrLiyu > .row .container { width:47.75rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v17A2n18rXymThq9L0MFsyFfZVGR9qXW { width:17.875rem;height:11.6875rem;top:11.375rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJSncgb3udCfxIfFd48Fd55kOJWRw3Sh { width:23.25rem;height:28rem;top:0rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJzrJLLC6wk0SgCww7hdFQfBSoVLE5nu { width:21.4375rem;height:15.625rem;top:0.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfAJqR2BL39tUFsFQlEN67vUBMC5x6BU { width:21.4375rem;height:;top:6.375rem;left:26.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaRRR1DRR2DkkPkmclMUAZbHk1dMaM0t { display:block; }#PaRRR1DRR2DkkPkmclMUAZbHk1dMaM0t > .row .container { width:47.75rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IxAF1JcoABLSyD68UyLUk5GZKUZeoCtW { width:17.875rem;height:11.6875rem;top:11.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5aHtkUDkWlrfrisoMaM20pKq4o3GGzr { width:21.4375rem;height:15.625rem;top:0.9375rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee7QhXydU9PhndtKMyLT3obdikVxiJEs { width:23.25rem;height:28rem;top:0rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7EdZSreRDoPN21VyiAAeKyLvMt8CHkE { width:21.4375rem;height:;top:3.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR { display:block; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cggswbbcryTZ2cgedaR2lU8f6ZEuQ1qS { width:47.75rem;height:2.25rem;top:6.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8pfVK9vDQhateEOSXzw8s3sti2isAAA { width:18.375rem;height:1.625rem;top:22.4375rem;left:29.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyb4Amd8OmGmwiIvGaZgJ9Ki0vslJxL0 { width:46.4375rem;height:2rem;top:9.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHHeAULk8gkRFJoRvrNgCE5c145gOPmD { width:16.375rem;height:3.8125rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8DFEUfo2KZSq9PebxT55xmArS07u1TB { display:block; }
 }@media only screen and (max-width: 763px) { #eXgT3d2mWbtK4lfkvN5Sn1rDdBrw5SgI { display:block; }#eXgT3d2mWbtK4lfkvN5Sn1rDdBrw5SgI > .row .container { width:47.75rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t85OZqQQXX9yP2k2zdWEBe1IF9O2n3EH { width:17.875rem;height:11.6875rem;top:11.375rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTuDNnDITgyiJ3akLzoXKCJT7CkGv7R8 { width:23.25rem;height:28rem;top:0rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgWHbH6tWHey9RmrteSgJEiRBksiST4s { width:21.4375rem;height:15.625rem;top:0.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNtvM9Q31FCpJelf9BCw7hFg3pO0vseu { width:21.9375rem;height:5rem;top:6.375rem;left:21.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DU1GG2fvpdLVaIaTrtaWhwROqyDA7Muo { display:block; }#DU1GG2fvpdLVaIaTrtaWhwROqyDA7Muo > .row .container { width:47.75rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HgQWu31itb1XVgHvSw4gOfNx2xtrQHgi { width:17.875rem;height:11.6875rem;top:11.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDUaR0tFooETiIPb2HSBCJO099tCSqOD { width:21.4375rem;height:15.625rem;top:0.9375rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsWMAorEcClKHqbyXXzcLIGZOVt1BSLK { width:23.25rem;height:28rem;top:0rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXTDm2zkQZx8cwiGZpTH8Pu5nOD0XNpR { width:21.4375rem;height:;top:3.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKdvzoJFFC3FRmgZxPnTmcbyUbzXKhwS { display:block; }#cKdvzoJFFC3FRmgZxPnTmcbyUbzXKhwS > .row .container { width:47.75rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kar3C0SwfS57aVJwykZyRG61sPP9mmNe { width:17.875rem;height:11.6875rem;top:11.375rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbKpbpXIkRz1IX5KwtuLJUL7hezz5TMs { width:23.25rem;height:28rem;top:0rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBes8mO5fS1uAhaK9yddPwAepMTbTuw4 { width:21.4375rem;height:15.625rem;top:0.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rapI4QciedDcmMv2d6vgzSRJfEbgqqTZ { width:21.4375rem;height:;top:6.375rem;left:26.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwhdtXarodCiFQ62ixz407a0835C8H1p { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/qyhHe0cg/bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#gwhdtXarodCiFQ62ixz407a0835C8H1p.adaptive-delivery-prevent-bg, #gwhdtXarodCiFQ62ixz407a0835C8H1p.lazyload, #gwhdtXarodCiFQ62ixz407a0835C8H1p.lazyloading { background-image: none; }#gwhdtXarodCiFQ62ixz407a0835C8H1p > .row .container { background-color: transparent; background-image: none; }#gwhdtXarodCiFQ62ixz407a0835C8H1p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwhdtXarodCiFQ62ixz407a0835C8H1p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwhdtXarodCiFQ62ixz407a0835C8H1p > .row .container > .video-iframe-container { display: none; }#gwhdtXarodCiFQ62ixz407a0835C8H1p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwhdtXarodCiFQ62ixz407a0835C8H1p > .row > .video-iframe-container { display: none; }#gwhdtXarodCiFQ62ixz407a0835C8H1p > .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); }#gwhdtXarodCiFQ62ixz407a0835C8H1p > .row .container { width:47.75rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0L13enFfT8Gc7vhF1zbNK3HJgLzoMW2 { width:43.75rem;height:31.875rem;top:30.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udOD4IBEFAXOr0XgM6cOe3VtEkgrcwUh { width:47.75rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iR44qgsecR7stbzxtkRhaIT0LtvpKHF4 { width:19.75rem;height:2.5rem;top:5.25rem;left:14rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld1MUBMJldKzBsaeLh1qXKVuXlyUXbU7 { width:44.0625rem;height:0;top:14.0625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D { display:block; }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FU78HzONLqUwxxwfPv7Jxyq2QUWnZQJn { width:47.75rem;height:2.25rem;top:8.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHZTe8Bx0UctFh3fvh0uImrCiu7P0h80 { width:13.6875rem;height:4.0625rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #roGhygErzngk8fFr9z0xwK943cw8hghF { display:block; }
 }@media only screen and (max-width: 763px) { #uTMk24PGXyQShhQoXa7utamHSwz2TX7D { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/qyhHe0cg/bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D.adaptive-delivery-prevent-bg, #uTMk24PGXyQShhQoXa7utamHSwz2TX7D.lazyload, #uTMk24PGXyQShhQoXa7utamHSwz2TX7D.lazyloading { background-image: none; }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D > .row .container { background-color: transparent; background-image: none; }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D > .row .container > .video-iframe-container { display: none; }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D > .row > .video-iframe-container { display: none; }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D > .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); }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D > .row .container { width:47.75rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZNByZikIo65P52akxofXIhIKeNAzrzuS { width:44.0625rem;height:0;top:14.0625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE4DPuIumcCN3fPTxONtSloX8xI2NXci { width:43.875rem;height:4.8125rem;top:23.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFzeb54AuMW4mpvceArmQqUQHU2QVtsQ { width:3.0625rem;height:0;top:23.625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVtN2i9FvaQTfehKRlS4ETJF4TDGMLKy { width:4.375rem;height:0;top:26.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhClpq01Q7RK00vJ5NNfMA2JnT6Dt6bk { width:10rem;height:0;top:26.6875rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab5TzoS7NQ2v7P0lnsxTnrz2RRLvdDnv { width:6.875rem;height:0;top:23.625rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9m7a3BWdS51mUVTlUSdAwbm74g4RaD1 { width:43.75rem;height:31.875rem;top:30.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bb8O9g8hdzX8LAs0Q9iNCAZWamrIXtRl { width:0.125rem;height:2.125rem;top:28.375rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsE67mbdAOMqPztViuUX1tWUZWAqHxKx { width:0.125rem;height:2.125rem;top:28.4375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MClNtUJ5s0fTU5wz1RzsGL5FfVg5Uau3 { width:47.75rem;height:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tw6eQwyhSR05n8388G5NPDmutbDKkSbU { width:6.875rem;height:0;top:23.625rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkkLvORqTTpC2Xn8uswUyB7skqm8OB04 { width:10rem;height:0;top:26.6875rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSkTsMzhnFVawkLlxfJfEtQDO61KhAvo { width:0.125rem;height:2.125rem;top:28.375rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhhsfril44p5fapFJlPy9a20X6KBhiUR { width:47.75rem;height:2.5rem;top:3.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHsRy3ctdkchM6nvFh7IFys6LOL7b60S { display:block; }#CHsRy3ctdkchM6nvFh7IFys6LOL7b60S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XwZhuGeQ6OtGq8bg4DWTTaatkwPcdx7H { width:26.5rem;height:9.3125rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNLevOu5JTqAnfRD0RuAPXUf2K6DVmJx { width:26.4375rem;height:45.875rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuK9kJBlO1kIKalywafrok3HX5hqhkXr { width:18.625rem;height:5.5625rem;top:17.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tefVfDPS645f7h5FJyUp9wWIulC3A1vk .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk .widget-input-text {padding-top: 0; padding-bottom: 0;}#tefVfDPS645f7h5FJyUp9wWIulC3A1vk .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk .widget-input-select {padding-top: 0; padding-bottom: 0;}#tefVfDPS645f7h5FJyUp9wWIulC3A1vk .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk .widget-checkbox-label { width:17.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk  { width:18.75rem;height:auto;top:27rem;left:0rem; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk {display:block;}#tefVfDPS645f7h5FJyUp9wWIulC3A1vk { width:18.75rem;height:auto;top:27rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tefVfDPS645f7h5FJyUp9wWIulC3A1vk #saKmKF8RFbTi4IG67UAVhbKQHrDVk22H {  }
 }@media only screen and (max-width: 763px) { #tefVfDPS645f7h5FJyUp9wWIulC3A1vk #MGGqzWn3ZeQSfUaKmT9r7uDFrnRbIcxx { display:none; }
 }@media only screen and (max-width: 763px) { #tefVfDPS645f7h5FJyUp9wWIulC3A1vk #UIIrmtyITx5UzN8tbzsiw27HiQvXUeOo {  }
 }@media only screen and (max-width: 763px) { #tefVfDPS645f7h5FJyUp9wWIulC3A1vk #OnQwHQF6zfma8LtvLVMmVwMXfFKDTXIe {  }
 }@media only screen and (max-width: 763px) { #tefVfDPS645f7h5FJyUp9wWIulC3A1vk #QSzHQtP53TW2hb3rmt6TEScStpC6Exu0 { display:none; }
 }@media only screen and (max-width: 763px) { #tefVfDPS645f7h5FJyUp9wWIulC3A1vk #RZVD98MkEZADLG5xnxEM3VqeqiQlmdBq {  }
 }@media only screen and (max-width: 763px) { #tefVfDPS645f7h5FJyUp9wWIulC3A1vk #NcS3Pa85vnzEO0TUOlIzz2SQJ0111T57 {  }
 }@media only screen and (max-width: 763px) { #tefVfDPS645f7h5FJyUp9wWIulC3A1vk #fuPM4JA6rvEe9JHFIatb56KitiuS8cok { display:none; }
 }@media only screen and (max-width: 763px) { #tefVfDPS645f7h5FJyUp9wWIulC3A1vk #ZBSTlEIsJKvcr78Hw2DKwfJBsOvWsvFT {  }
 }@media only screen and (max-width: 763px) { #tefVfDPS645f7h5FJyUp9wWIulC3A1vk #OAOFuv23TgvbXKrxu8Ti688Ox2kFPALg {  }
 }@media only screen and (max-width: 763px) { #tefVfDPS645f7h5FJyUp9wWIulC3A1vk #BK3mXLvcikpo5GrqRO39WP1yd11Hv3B3 {  }
 }@media only screen and (max-width: 763px) { #tefVfDPS645f7h5FJyUp9wWIulC3A1vk #u0U6DbGsDaldr4h2xMxZ3CirbxDQlvhn {  }
 }@media only screen and (max-width: 763px) { #tefVfDPS645f7h5FJyUp9wWIulC3A1vk #oI5AIrPl9SKtWuHTiIsI4skZ24sEnUm3 {  }
 }@media only screen and (max-width: 763px) { #tefVfDPS645f7h5FJyUp9wWIulC3A1vk #iIA4TgeToQVN7QaKQKoAMae4Tu1J8TX8 {  }
 }@media only screen and (max-width: 763px) { #xNuHlpFiQTGqymPhv7com6IhSUDJM523 { width:25.3125rem;height:5.625rem;top:4.625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSdNRm1TRsvKwLvJHkZMUlSMw8A5QuUr { width:18.5rem;height:2.75rem;top:14rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDr6cnlsnvU8GG9TZlW7wJVO0TEBZb4U { width:18.6875rem;height:2.75rem;top:24.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fbe6dd0b-e72b-486e-b969-b9fc9bf67ca0/BPLAYAPANDEAZUCAR.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:62.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nsf2eV00KsXsdoig7ETeTKdIaLd5xCuc { width:17.75rem;height:2.69921875rem;top:16.375rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bEaDe0lHBnTgMG3KJy1n5cTC8LSWqB1d { width:12.1875rem;height:12.1875rem;top:0rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwIItI2TFJwGTFidW0X0ZPS0k0qc6dRC { width:20rem;height:2.4375rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrKh5TOxA3M6zlQgGOBWgICCZxQN6KuJ { width:20rem;height:1.3808625rem;top:25.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwR0G6KmrQvFH4bgpo8D3mwcDkVt1DqO { width:20rem;height:30.375rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #irRnFegbVi1fKmwlISIIsdTkOrrXNGiW { width:17.9375rem;height:2.44921875rem;top:28.0625rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfvsT3cUUI2etwvs28n2dcz70LcREV0S .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S .widget-input-text {padding-top: 0; padding-bottom: 0;}#UfvsT3cUUI2etwvs28n2dcz70LcREV0S .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S .widget-input-select {padding-top: 0; padding-bottom: 0;}#UfvsT3cUUI2etwvs28n2dcz70LcREV0S .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S  { width:17.5rem;height:auto;top:36.0625rem;left:0rem; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UfvsT3cUUI2etwvs28n2dcz70LcREV0S {display:block;}#UfvsT3cUUI2etwvs28n2dcz70LcREV0S { width:17.5rem;height:auto;top:36.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UfvsT3cUUI2etwvs28n2dcz70LcREV0S #eTWKd8llux9iqftQ2kpd2KwwZM8guFOa {  }
 }@media only screen and (max-width: 763px) { #UfvsT3cUUI2etwvs28n2dcz70LcREV0S #uyPhcvpvmTVB4lJpBv9zaSZc1zQPi30y { display:none; }
 }@media only screen and (max-width: 763px) { #UfvsT3cUUI2etwvs28n2dcz70LcREV0S #JGncNrxm3XOaRMKMzrDfqcCPrwQMhSzk {  }
 }@media only screen and (max-width: 763px) { #UfvsT3cUUI2etwvs28n2dcz70LcREV0S #FWePp4TWmT4c03N88QUPhW6LJT8iNKL9 {  }
 }@media only screen and (max-width: 763px) { #UfvsT3cUUI2etwvs28n2dcz70LcREV0S #DvnTg4texl9HZTQC7bknNPvN9cFBuZQg { display:none; }
 }@media only screen and (max-width: 763px) { #UfvsT3cUUI2etwvs28n2dcz70LcREV0S #zPIrasmspZQzST7CG9y7J9SX5sApvtBv {  }
 }@media only screen and (max-width: 763px) { #UfvsT3cUUI2etwvs28n2dcz70LcREV0S #ZMQnXCxqAKpykyQHt2t0Pr8s68l2ILgf {  }
 }@media only screen and (max-width: 763px) { #UfvsT3cUUI2etwvs28n2dcz70LcREV0S #CKxRfTpJl4JAEDkPd7NoIdltLmfg1SFp { display:none; }
 }@media only screen and (max-width: 763px) { #UfvsT3cUUI2etwvs28n2dcz70LcREV0S #P1N4QHLiMnedUcPOuBzsyluboMfxdlJN {  }
 }@media only screen and (max-width: 763px) { #UfvsT3cUUI2etwvs28n2dcz70LcREV0S #JgEyMSqnfx8k1rmsRJWQ2yAxi3L6vpgv {  }
 }@media only screen and (max-width: 763px) { #UfvsT3cUUI2etwvs28n2dcz70LcREV0S #rVq0LuNPqn1CTexkxP5VMz3LGc4ZytEk {  }
 }@media only screen and (max-width: 763px) { #UfvsT3cUUI2etwvs28n2dcz70LcREV0S #eMccGFuqMLduFU9eA9SZAQsABfw8ahHc {  }
 }@media only screen and (max-width: 763px) { #UfvsT3cUUI2etwvs28n2dcz70LcREV0S #zlczD1uRbDB7GgOHVJ0tTuN83mHWrUyU {  }
 }@media only screen and (max-width: 763px) { #UfvsT3cUUI2etwvs28n2dcz70LcREV0S #zgp8BockUgfF5B7EoD8F9r382hlhazX5 {  }
 }@media only screen and (max-width: 763px) { #VWgGzxxC2BXeu69QTlzzR4QNpxIhLHsv { width:20rem;height:4rem;top:11.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkibXSvbLD8ELGm5wGCTMfQraemir3Af { width:17.4375rem;height:4.89844375rem;top:31.25rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uwwec7XXZ0C8rTASTKLFsDmKHBRLORa2 { width:18.6875rem;height:0;top:58.6875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDmH8Ozbo7Sfw9L8gOs2Pr1PtQ47eyZt { display:block; }#kDmH8Ozbo7Sfw9L8gOs2Pr1PtQ47eyZt > .row .container { width:20rem;height:1.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VT25NQVixvfTgAChnn2dk5G0b7F8mksG { display:block; }#VT25NQVixvfTgAChnn2dk5G0b7F8mksG > .row .container { width:20rem;height:37.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSO83eX09zIzCnBdGFb67FDQBruywlnh { width:18.75rem;height:15.3989125rem;top:21.66552734375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TML3BCR4yKJaFsZ08nurc631hDarM3yr { width:15.6875rem;height:11.4375rem;top:1.97314453125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu0T2nTwOsRaW6Bt4rJBzNwQlzemWltn { width:19.875rem;height:12.25rem;top:1.50439453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoqAZUmUCPRGrBdlDzWta7go7KrSrtui { width:20rem;height:4rem;top:16.18701171875rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lemeHzPymeMyUIaay8LuwJhT3KNrLiyu { display:block; }#lemeHzPymeMyUIaay8LuwJhT3KNrLiyu > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v17A2n18rXymThq9L0MFsyFfZVGR9qXW { width:18.75rem;height:11.1992125rem;top:23.7138671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJSncgb3udCfxIfFd48Fd55kOJWRw3Sh { width:18.125rem;height:13.875rem;top:2.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJzrJLLC6wk0SgCww7hdFQfBSoVLE5nu { width:16.0625rem;height:11.6875rem;top:3.96875rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfAJqR2BL39tUFsFQlEN67vUBMC5x6BU { width:20rem;height:4rem;top:18.71240234375rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaRRR1DRR2DkkPkmclMUAZbHk1dMaM0t { display:block; }#PaRRR1DRR2DkkPkmclMUAZbHk1dMaM0t > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IxAF1JcoABLSyD68UyLUk5GZKUZeoCtW { width:18.75rem;height:11.19921875rem;top:21.66552734375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5aHtkUDkWlrfrisoMaM20pKq4o3GGzr { width:15.6875rem;height:11.4375rem;top:1.97314453125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee7QhXydU9PhndtKMyLT3obdikVxiJEs { width:19.875rem;height:12.25rem;top:1.50439453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7EdZSreRDoPN21VyiAAeKyLvMt8CHkE { width:20rem;height:4rem;top:16.18701171875rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/338d35d7-1bad-4bd7-a62b-3f9055c81c43/BPLAYAHORIZONTAL.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR.adaptive-delivery-prevent-bg, #vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR.lazyload, #vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR.lazyloading { background-image: none; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container { background-color: transparent; background-image: none; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container > .video-iframe-container { display: none; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row > .video-iframe-container { display: none; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .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); }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container { width:20rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cggswbbcryTZ2cgedaR2lU8f6ZEuQ1qS { width:20rem;height:3rem;top:9.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8pfVK9vDQhateEOSXzw8s3sti2isAAA { width:20rem;height:0.9746125rem;top:33.21875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyb4Amd8OmGmwiIvGaZgJ9Ki0vslJxL0 { width:20rem;height:4.63036875rem;top:15.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHHeAULk8gkRFJoRvrNgCE5c145gOPmD { width:17.9375rem;height:3.8125rem;top:21.21875rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8DFEUfo2KZSq9PebxT55xmArS07u1TB { display:block; }
 }@media only screen and (max-width: 763px) { #eXgT3d2mWbtK4lfkvN5Sn1rDdBrw5SgI { display:block; }#eXgT3d2mWbtK4lfkvN5Sn1rDdBrw5SgI > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t85OZqQQXX9yP2k2zdWEBe1IF9O2n3EH { width:18.75rem;height:11.1992125rem;top:23.7138671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTuDNnDITgyiJ3akLzoXKCJT7CkGv7R8 { width:18.125rem;height:13.875rem;top:2.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgWHbH6tWHey9RmrteSgJEiRBksiST4s { width:16.0625rem;height:11.6875rem;top:3.96875rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNtvM9Q31FCpJelf9BCw7hFg3pO0vseu { width:20rem;height:4rem;top:18.71240234375rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DU1GG2fvpdLVaIaTrtaWhwROqyDA7Muo { display:block; }#DU1GG2fvpdLVaIaTrtaWhwROqyDA7Muo > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HgQWu31itb1XVgHvSw4gOfNx2xtrQHgi { width:18.75rem;height:11.19921875rem;top:21.66552734375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDUaR0tFooETiIPb2HSBCJO099tCSqOD { width:15.6875rem;height:11.4375rem;top:1.97314453125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsWMAorEcClKHqbyXXzcLIGZOVt1BSLK { width:19.875rem;height:12.25rem;top:1.50439453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXTDm2zkQZx8cwiGZpTH8Pu5nOD0XNpR { width:20rem;height:4rem;top:16.18701171875rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKdvzoJFFC3FRmgZxPnTmcbyUbzXKhwS { display:block; }#cKdvzoJFFC3FRmgZxPnTmcbyUbzXKhwS > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kar3C0SwfS57aVJwykZyRG61sPP9mmNe { width:18.75rem;height:11.1992125rem;top:23.7138671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbKpbpXIkRz1IX5KwtuLJUL7hezz5TMs { width:18.125rem;height:13.875rem;top:2.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBes8mO5fS1uAhaK9yddPwAepMTbTuw4 { width:16.0625rem;height:11.6875rem;top:3.96875rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rapI4QciedDcmMv2d6vgzSRJfEbgqqTZ { width:20rem;height:4rem;top:18.71240234375rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwhdtXarodCiFQ62ixz407a0835C8H1p { display:block; }#gwhdtXarodCiFQ62ixz407a0835C8H1p > .row .container { width:20rem;height:29.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0L13enFfT8Gc7vhF1zbNK3HJgLzoMW2 { width:5.1875rem;height:9.4375rem;top:19.1083984375rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #udOD4IBEFAXOr0XgM6cOe3VtEkgrcwUh { top:17.3583984375rem;left:0rem;width:20rem;height:11.25rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iR44qgsecR7stbzxtkRhaIT0LtvpKHF4 { width:19.75rem;height:2rem;top:2.43212890625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld1MUBMJldKzBsaeLh1qXKVuXlyUXbU7 { width:20rem;height:9.597625rem;top:5.80712890625rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ff0baa3a-2167-4750-baaa-ef0c0d28b81f/AMEJORATARDECERHORIZONTAL.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D.adaptive-delivery-prevent-bg, #Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D.lazyload, #Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D.lazyloading { background-image: none; }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D > .row .container { background-color: transparent; background-image: none; }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D > .row .container > .video-iframe-container { display: none; }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D > .row > .video-iframe-container { display: none; }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D > .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); }#Vk6fwS64OzGKwn9XtMhSwNPKl9ZoUr3D > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FU78HzONLqUwxxwfPv7Jxyq2QUWnZQJn { width:20rem;height:4.048825rem;top:7.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHZTe8Bx0UctFh3fvh0uImrCiu7P0h80 { width:17.9375rem;height:3.8125rem;top:14.6875rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #roGhygErzngk8fFr9z0xwK943cw8hghF { display:block; }
 }@media only screen and (max-width: 763px) { #uTMk24PGXyQShhQoXa7utamHSwz2TX7D { display:block; }#uTMk24PGXyQShhQoXa7utamHSwz2TX7D > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZNByZikIo65P52akxofXIhIKeNAzrzuS { width:18.75rem;height:7.9980625rem;top:10.25rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE4DPuIumcCN3fPTxONtSloX8xI2NXci { width:19.84375rem;height:4.84375rem;top:42.1240234375rem;left:-0.00732421875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFzeb54AuMW4mpvceArmQqUQHU2QVtsQ { width:7rem;height:3.0874rem;top:18.248046875rem;left:6.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nVtN2i9FvaQTfehKRlS4ETJF4TDGMLKy { width:18.375rem;height:1.29980625rem;top:21.33447265625rem;left:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hhClpq01Q7RK00vJ5NNfMA2JnT6Dt6bk { width:18.4375rem;height:1.29980625rem;top:27.44384765625rem;left:0.78125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ab5TzoS7NQ2v7P0lnsxTnrz2RRLvdDnv { width:8.1875rem;height:3.0874rem;top:24.4248046875rem;left:5.90625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m9m7a3BWdS51mUVTlUSdAwbm74g4RaD1 { width:2.5625rem;height:4.6875rem;top:43.8125rem;left:8.71875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a6622d8e-bb6b-44f1-b785-30404ccabf7f/Renders2503107.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#m9m7a3BWdS51mUVTlUSdAwbm74g4RaD1.adaptive-delivery-prevent-bg, #m9m7a3BWdS51mUVTlUSdAwbm74g4RaD1.lazyload, #m9m7a3BWdS51mUVTlUSdAwbm74g4RaD1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Bb8O9g8hdzX8LAs0Q9iNCAZWamrIXtRl { width:0.125rem;height:2.125rem;top:65.5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OsE67mbdAOMqPztViuUX1tWUZWAqHxKx { width:0.125rem;height:2.125rem;top:106.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MClNtUJ5s0fTU5wz1RzsGL5FfVg5Uau3 { top:36.125rem;left:0rem;width:20rem;height:13.3125rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Tw6eQwyhSR05n8388G5NPDmutbDKkSbU { width:10rem;height:2.5996125rem;top:30.54931640625rem;left:5rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkkLvORqTTpC2Xn8uswUyB7skqm8OB04 { width:15.25rem;height:1.29980625rem;top:33.14892578125rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSkTsMzhnFVawkLlxfJfEtQDO61KhAvo { width:0.125rem;height:2.125rem;top:20.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fhhsfril44p5fapFJlPy9a20X6KBhiUR { width:20rem;height:6rem;top:2.625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHsRy3ctdkchM6nvFh7IFys6LOL7b60S { display:block; }#CHsRy3ctdkchM6nvFh7IFys6LOL7b60S > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XwZhuGeQ6OtGq8bg4DWTTaatkwPcdx7H { width:20rem;height:3.4375rem;top:2.1767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNLevOu5JTqAnfRD0RuAPXUf2K6DVmJx { width:20rem;height:39.5625rem;top:2.3017578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuK9kJBlO1kIKalywafrok3HX5hqhkXr { width:17.75rem;height:4.89844375rem;top:9.76513671875rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tefVfDPS645f7h5FJyUp9wWIulC3A1vk .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk .widget-input-text {padding-top: 0; padding-bottom: 0;}#tefVfDPS645f7h5FJyUp9wWIulC3A1vk .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk .widget-input-select {padding-top: 0; padding-bottom: 0;}#tefVfDPS645f7h5FJyUp9wWIulC3A1vk .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk  { width:17.5rem;height:auto;top:19.01416015625rem;left:0rem; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tefVfDPS645f7h5FJyUp9wWIulC3A1vk {display:block;}#tefVfDPS645f7h5FJyUp9wWIulC3A1vk { width:17.5rem;height:auto;top:19.01416015625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tefVfDPS645f7h5FJyUp9wWIulC3A1vk #saKmKF8RFbTi4IG67UAVhbKQHrDVk22H {  }
 }@media only screen and (max-width: 763px) { #tefVfDPS645f7h5FJyUp9wWIulC3A1vk #MGGqzWn3ZeQSfUaKmT9r7uDFrnRbIcxx { display:none; }
 }@media only screen and (max-width: 763px) { #tefVfDPS645f7h5FJyUp9wWIulC3A1vk #UIIrmtyITx5UzN8tbzsiw27HiQvXUeOo {  }
 }@media only screen and (max-width: 763px) { #tefVfDPS645f7h5FJyUp9wWIulC3A1vk #OnQwHQF6zfma8LtvLVMmVwMXfFKDTXIe {  }
 }@media only screen and (max-width: 763px) { #tefVfDPS645f7h5FJyUp9wWIulC3A1vk #QSzHQtP53TW2hb3rmt6TEScStpC6Exu0 { display:none; }
 }@media only screen and (max-width: 763px) { #tefVfDPS645f7h5FJyUp9wWIulC3A1vk #RZVD98MkEZADLG5xnxEM3VqeqiQlmdBq {  }
 }@media only screen and (max-width: 763px) { #tefVfDPS645f7h5FJyUp9wWIulC3A1vk #NcS3Pa85vnzEO0TUOlIzz2SQJ0111T57 {  }
 }@media only screen and (max-width: 763px) { #tefVfDPS645f7h5FJyUp9wWIulC3A1vk #fuPM4JA6rvEe9JHFIatb56KitiuS8cok { display:none; }
 }@media only screen and (max-width: 763px) { #tefVfDPS645f7h5FJyUp9wWIulC3A1vk #ZBSTlEIsJKvcr78Hw2DKwfJBsOvWsvFT {  }
 }@media only screen and (max-width: 763px) { #tefVfDPS645f7h5FJyUp9wWIulC3A1vk #OAOFuv23TgvbXKrxu8Ti688Ox2kFPALg {  }
 }@media only screen and (max-width: 763px) { #tefVfDPS645f7h5FJyUp9wWIulC3A1vk #BK3mXLvcikpo5GrqRO39WP1yd11Hv3B3 {  }
 }@media only screen and (max-width: 763px) { #tefVfDPS645f7h5FJyUp9wWIulC3A1vk #u0U6DbGsDaldr4h2xMxZ3CirbxDQlvhn {  }
 }@media only screen and (max-width: 763px) { #tefVfDPS645f7h5FJyUp9wWIulC3A1vk #oI5AIrPl9SKtWuHTiIsI4skZ24sEnUm3 {  }
 }@media only screen and (max-width: 763px) { #tefVfDPS645f7h5FJyUp9wWIulC3A1vk #iIA4TgeToQVN7QaKQKoAMae4Tu1J8TX8 {  }
 }@media only screen and (max-width: 763px) { #xNuHlpFiQTGqymPhv7com6IhSUDJM523 { width:19.8125rem;height:1.0625rem;top:3.3642578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSdNRm1TRsvKwLvJHkZMUlSMw8A5QuUr { width:18.375rem;height:2.44921875rem;top:6.3642578125rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDr6cnlsnvU8GG9TZlW7wJVO0TEBZb4U { width:17.875rem;height:2.44921875rem;top:16.0517578125rem;left:0.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }