.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7wUy5IJSCPuIJzCTkN2bCedfQs0eTOt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e3d3d;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;z-index:auto;display:block; }#K7wUy5IJSCPuIJzCTkN2bCedfQs0eTOt > .row .container { background-color: transparent; background-image: none; }#K7wUy5IJSCPuIJzCTkN2bCedfQs0eTOt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7wUy5IJSCPuIJzCTkN2bCedfQs0eTOt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7wUy5IJSCPuIJzCTkN2bCedfQs0eTOt > .row .container > .video-iframe-container { display: none; }#K7wUy5IJSCPuIJzCTkN2bCedfQs0eTOt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7wUy5IJSCPuIJzCTkN2bCedfQs0eTOt > .row > .video-iframe-container { display: none; }#K7wUy5IJSCPuIJzCTkN2bCedfQs0eTOt > .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); }#K7wUy5IJSCPuIJzCTkN2bCedfQs0eTOt > .row .container { border-width: 0; border-radius: 0; }#K7wUy5IJSCPuIJzCTkN2bCedfQs0eTOt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K7wUy5IJSCPuIJzCTkN2bCedfQs0eTOt > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:block; }#DSeWng0sbBeRiHoOhIoKFommHZiBoHFM { 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:5rem;width:10rem;top:0.1875rem;left:0.125rem;overflow:hidden;display:block; }
#inOOKnWO9HTsG0Muq9AU2Tn9ZpolXNLR { z-index:15006;top:1.21875rem;left:45.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xoKVrDPlpN0ZP3d0eaNKb31RzGtZoQpf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#la6rndvI0oqQTUogFV9AuyHgEnUOxdOo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/LvyZ4Ef5/51354792_0_hero_header_xp.jpeg");background-position:top center !important;background-repeat:no-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; }#la6rndvI0oqQTUogFV9AuyHgEnUOxdOo.adaptive-delivery-prevent-bg, #la6rndvI0oqQTUogFV9AuyHgEnUOxdOo.lazyload, #la6rndvI0oqQTUogFV9AuyHgEnUOxdOo.lazyloading { background-image: none; }#la6rndvI0oqQTUogFV9AuyHgEnUOxdOo > .row .container { background-color: transparent; background-image: none; }#la6rndvI0oqQTUogFV9AuyHgEnUOxdOo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la6rndvI0oqQTUogFV9AuyHgEnUOxdOo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la6rndvI0oqQTUogFV9AuyHgEnUOxdOo > .row .container > .video-iframe-container { display: none; }#la6rndvI0oqQTUogFV9AuyHgEnUOxdOo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la6rndvI0oqQTUogFV9AuyHgEnUOxdOo > .row > .video-iframe-container { display: none; }#la6rndvI0oqQTUogFV9AuyHgEnUOxdOo > .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); }#la6rndvI0oqQTUogFV9AuyHgEnUOxdOo > .row .container { border-width: 0; border-radius: 0; }#la6rndvI0oqQTUogFV9AuyHgEnUOxdOo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#la6rndvI0oqQTUogFV9AuyHgEnUOxdOo > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:60rem;position:relative;display:block; }#K0ZmCTZFNzGPseyODJDbn2fiX0QSs0Fv { color:#000000;display:block;width:34.0625rem;position:absolute;font-family:"roboto slab";font-size:2.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.916725158691rem;left:0rem;height:6.82425rem;display:block; }
#T8KpIVRf20ars4Sq7xuTsbEv5cs80moe { color:#000000;display:block;width:26rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.3330078125rem;left:0rem;height:1.29980625rem;display:block; }
#h3W7qw4cT14befyAprbTXQGbphsgrQJH { z-index:15005;top:26.0205078125rem;left:0rem;background-color:#ee4a2c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:3.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OvUme66bKiAcGVTRATKyN32xLDGdCPFk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LhKT99BUIpP4TgbFEmCyzdu3OrZf8QqG { color:#000000;display:block;width:2.6875rem;position:absolute;font-family:exo;font-size:6rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:19.3330078125rem;left:0.029296875rem;height:5.3999rem;display:block; }
#puLCrfaz6exKUCRHVJzy8sPsx9JknzTl { position:relative;display:block; }#puLCrfaz6exKUCRHVJzy8sPsx9JknzTl { background-color: transparent; background-image: none; }#puLCrfaz6exKUCRHVJzy8sPsx9JknzTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puLCrfaz6exKUCRHVJzy8sPsx9JknzTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puLCrfaz6exKUCRHVJzy8sPsx9JknzTl > .row .container > .video-iframe-container { display: none; }#puLCrfaz6exKUCRHVJzy8sPsx9JknzTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puLCrfaz6exKUCRHVJzy8sPsx9JknzTl > .row > .video-iframe-container { display: none; }#puLCrfaz6exKUCRHVJzy8sPsx9JknzTl > .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); }#puLCrfaz6exKUCRHVJzy8sPsx9JknzTl { border-width: 0; border-radius: 0; }#puLCrfaz6exKUCRHVJzy8sPsx9JknzTl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#puLCrfaz6exKUCRHVJzy8sPsx9JknzTl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TZPxyr2hgSEQ4RWtOXs5bdUUHiOkRWgS { color:#2e2e2e;display:block;width:41.875rem;position:absolute;font-family:"roboto slab";font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.5623207092285rem;left:0rem;height:5.8496125rem;display:block; }
#d2dSDl7s5Z8rPcadpQL2inTkNqt8sF8T { position:absolute;display:block;z-index:15001;background-color:#ee4a2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:2.5rem;top:11.5rem;left:0rem;display:block; }
#WxkQAmk8I7zmu4z6cJqsVtMk4ZcSmLNi { position:relative;display:block; }#WxkQAmk8I7zmu4z6cJqsVtMk4ZcSmLNi { background-color: transparent; background-image: none; }#WxkQAmk8I7zmu4z6cJqsVtMk4ZcSmLNi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxkQAmk8I7zmu4z6cJqsVtMk4ZcSmLNi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxkQAmk8I7zmu4z6cJqsVtMk4ZcSmLNi > .row .container > .video-iframe-container { display: none; }#WxkQAmk8I7zmu4z6cJqsVtMk4ZcSmLNi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxkQAmk8I7zmu4z6cJqsVtMk4ZcSmLNi > .row > .video-iframe-container { display: none; }#WxkQAmk8I7zmu4z6cJqsVtMk4ZcSmLNi > .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); }#WxkQAmk8I7zmu4z6cJqsVtMk4ZcSmLNi { border-width: 0; border-radius: 0; }#WxkQAmk8I7zmu4z6cJqsVtMk4ZcSmLNi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WxkQAmk8I7zmu4z6cJqsVtMk4ZcSmLNi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qgdo8QeqnLIbiMqhp41G5HbH1CyaekGk { color:#4c4c4c;display:block;width:27.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:4.7993602752686rem;left:30.687141418457rem;height:10.5rem;display:block; }
#DLs0fNR6LsauFCWdf5vBdIgKmtcoFvlH { color:#4c4c4c;display:block;width:21.0625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:7.3739366531375rem;left:1.5625rem;height:7.875rem;display:block; }
#m1BtPsiEeLumA26Emnypc2CQeapXh5Xm { color:#2e2e2e;display:block;width:16.1869375rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.625rem;left:1.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#OzxCu6KOtZul9yicWwts5qQ7oIeG8mTf { color:#ffc709;display:block;width:12.9998125rem;position:absolute;font-family:"roboto slab";font-size:3.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.625rem;left:1.5625rem;height:4.0625rem;display:block; }
#tqZFh981U45LbDdDa4o3Dl4iGNV4e0Kc { position:relative;display:block; }#tqZFh981U45LbDdDa4o3Dl4iGNV4e0Kc { background-color: transparent; background-image: none; }#tqZFh981U45LbDdDa4o3Dl4iGNV4e0Kc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqZFh981U45LbDdDa4o3Dl4iGNV4e0Kc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqZFh981U45LbDdDa4o3Dl4iGNV4e0Kc > .row .container > .video-iframe-container { display: none; }#tqZFh981U45LbDdDa4o3Dl4iGNV4e0Kc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqZFh981U45LbDdDa4o3Dl4iGNV4e0Kc > .row > .video-iframe-container { display: none; }#tqZFh981U45LbDdDa4o3Dl4iGNV4e0Kc > .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); }#tqZFh981U45LbDdDa4o3Dl4iGNV4e0Kc { border-width: 0; border-radius: 0; }#tqZFh981U45LbDdDa4o3Dl4iGNV4e0Kc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tqZFh981U45LbDdDa4o3Dl4iGNV4e0Kc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#c8nvdxmCRy2pskysp1ip5nEBPt5l4yq9 { color:#ffc709;display:block;width:13rem;position:absolute;font-family:"roboto slab";font-size:3.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.625rem;left:42.375rem;height:4.0625rem;display:block; }
#mk6nvTM3BuFxbBrDTxOb1Az8JVJDJuUa { color:#2e2e2e;display:block;width:16.1875rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.625rem;left:42.375rem;height:1.29980625rem;font-style:normal;display:block; }
#het5p9L4QnNAzdcv6LpDbbQzsVGbpxzm { color:#4c4c4c;display:block;width:15.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:8.75rem;left:42.374816894531rem;height:7.875rem;display:block; }
#SIr1OovniunQCI2F4kc2led0q6x9mmF6 { color:#2e2e2e;display:block;width:16.1869375rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.625rem;left:21.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#UHPnHI7PTpn3qTsUmApF5JIdaaXBHh6I { color:#ffc709;display:block;width:12.9998125rem;position:absolute;font-family:"roboto slab";font-size:3.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.625rem;left:21.8125rem;height:4.0625rem;display:block; }
#BTHHSI6o69mdnC7S4FTHgSByiz5DqJGn { color:#4c4c4c;display:block;width:15.5619375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:8.75rem;left:21.811965942382rem;height:6.5625rem;display:block; }
#wnJE3VSqJ2W3VEvNiFkpTpXaztMJGbfT { color:#ffc709;display:block;width:12.9998125rem;position:absolute;font-family:"roboto slab";font-size:3.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.4375rem;height:4.0625rem;display:block; }
#RiU9umGxRVklVP0hgkuyLPefCmglKuU9 { color:#2e2e2e;display:block;width:16.1869375rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.625rem;left:1.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#IKmfkRWkAd6Wg305IVptACyOOcB7KEqL { color:#4c4c4c;display:block;width:15.5619375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:8.75rem;left:1.3742885589599rem;height:7.875rem;display:block; }
#dbS2g0EX63D4HZaLPqeWvC5fbiDSGGJt { position:relative;display:block; }#dbS2g0EX63D4HZaLPqeWvC5fbiDSGGJt { background-color: transparent; background-image: none; }#dbS2g0EX63D4HZaLPqeWvC5fbiDSGGJt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbS2g0EX63D4HZaLPqeWvC5fbiDSGGJt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbS2g0EX63D4HZaLPqeWvC5fbiDSGGJt > .row .container > .video-iframe-container { display: none; }#dbS2g0EX63D4HZaLPqeWvC5fbiDSGGJt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbS2g0EX63D4HZaLPqeWvC5fbiDSGGJt > .row > .video-iframe-container { display: none; }#dbS2g0EX63D4HZaLPqeWvC5fbiDSGGJt > .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); }#dbS2g0EX63D4HZaLPqeWvC5fbiDSGGJt { border-width: 0; border-radius: 0; }#dbS2g0EX63D4HZaLPqeWvC5fbiDSGGJt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dbS2g0EX63D4HZaLPqeWvC5fbiDSGGJt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SSc9XPyFnUiieNfb4I7KiHQJWaUoKMXX { color:#ffc709;display:block;width:13rem;position:absolute;font-family:"roboto slab";font-size:3.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.625rem;left:42.5rem;height:4.0625rem;display:block; }
#Dyv3JyeJVheQbLXpNUm6mooC1xCw0Iml { color:#2e2e2e;display:block;width:16.1875rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.625rem;left:42.5rem;height:1.29980625rem;font-style:normal;display:block; }
#IZrmFNN4TyEt8XdwRQ5FuvWO1LT2oXRE { color:#4c4c4c;display:block;width:15.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:10rem;left:42.5rem;height:7.875rem;display:block; }
#zBmbO4nV0UCayGaJcTfx5TNvXqlQ7csO { color:#2e2e2e;display:block;width:16.1869375rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:6.625rem;left:22rem;height:2.5996125rem;font-style:normal;display:block; }
#Pr64hQL7ee6VJDkTiT91nI1uDuUgX4XM { color:#4c4c4c;display:block;width:15.5619375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:10rem;left:21.9375rem;height:9.1875rem;display:block; }
#TZuurOTlXiWq5gB2xDf8COMuyGKMT0ng { color:#ffc709;display:block;width:12.9998125rem;position:absolute;font-family:"roboto slab";font-size:3.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.625rem;left:22rem;height:4.0625rem;display:block; }
#hVEI90vs0Id74dr0JQqhU9xxownzhG1f { color:#ffc709;display:block;width:12.9998125rem;position:absolute;font-family:"roboto slab";font-size:3.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.4375rem;height:4.0625rem;display:block; }
#cAm4HEBGuDHxyy5BSgiZP12opsl2Z9s6 { color:#2e2e2e;display:block;width:16.1869375rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.625rem;left:1.4375rem;height:2.5996125rem;font-style:normal;display:block; }
#vfBe1xADVZHCOBcgTtRRbFuIToIERfwP { color:#4c4c4c;display:block;width:15.5619375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:10rem;left:1.4375rem;height:6.5625rem;display:block; }
#PGkmS3Upkgmn0GhCKGpE6wGTtQeg74lg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PGkmS3Upkgmn0GhCKGpE6wGTtQeg74lg > .row .container { background-color: transparent; background-image: none; }#PGkmS3Upkgmn0GhCKGpE6wGTtQeg74lg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGkmS3Upkgmn0GhCKGpE6wGTtQeg74lg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGkmS3Upkgmn0GhCKGpE6wGTtQeg74lg > .row .container > .video-iframe-container { display: none; }#PGkmS3Upkgmn0GhCKGpE6wGTtQeg74lg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGkmS3Upkgmn0GhCKGpE6wGTtQeg74lg > .row > .video-iframe-container { display: none; }#PGkmS3Upkgmn0GhCKGpE6wGTtQeg74lg > .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); }#PGkmS3Upkgmn0GhCKGpE6wGTtQeg74lg > .row .container { border-width: 0; border-radius: 0; }#PGkmS3Upkgmn0GhCKGpE6wGTtQeg74lg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PGkmS3Upkgmn0GhCKGpE6wGTtQeg74lg > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:60rem;position:relative;display:block; }#ICuALqywgti5fgkqMddwTSIK2A4aVcNi { z-index:15007;top:2.5rem;left:21.5625rem;background-color:#ee4a2c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EzKJMDP3loBqvmASZfayf4uxwNqOVbfS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wM1vBNZSWv2nx29n26pXDTJd9FMuLuME { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e3d3d;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; }#wM1vBNZSWv2nx29n26pXDTJd9FMuLuME > .row .container { background-color: transparent; background-image: none; }#wM1vBNZSWv2nx29n26pXDTJd9FMuLuME::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wM1vBNZSWv2nx29n26pXDTJd9FMuLuME > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wM1vBNZSWv2nx29n26pXDTJd9FMuLuME > .row .container > .video-iframe-container { display: none; }#wM1vBNZSWv2nx29n26pXDTJd9FMuLuME > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wM1vBNZSWv2nx29n26pXDTJd9FMuLuME > .row > .video-iframe-container { display: none; }#wM1vBNZSWv2nx29n26pXDTJd9FMuLuME > .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); }#wM1vBNZSWv2nx29n26pXDTJd9FMuLuME > .row .container { border-width: 0; border-radius: 0; }#wM1vBNZSWv2nx29n26pXDTJd9FMuLuME > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wM1vBNZSWv2nx29n26pXDTJd9FMuLuME > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:60rem;position:relative;display:block; }#Z9DZXatMT8zF7r2hZ1DzdlalpS9D0PBJ { color:#ffffff;display:block;width:41.875rem;position:absolute;font-family:"roboto slab";font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:5.8496125rem;display:block; }
#CPXHdxTPtCV4TeVygBUKpBDdGkGu2WTu { position:absolute;display:block;z-index:15003;background-color:#ee4a2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:2.5rem;top:12.9375rem;left:0rem;display:block; }
#fftGPFDlPhZJdBxqKJ5c2LVAytGNyane { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e3d3d;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; }#fftGPFDlPhZJdBxqKJ5c2LVAytGNyane > .row .container { background-color: transparent; background-image: none; }#fftGPFDlPhZJdBxqKJ5c2LVAytGNyane::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fftGPFDlPhZJdBxqKJ5c2LVAytGNyane > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fftGPFDlPhZJdBxqKJ5c2LVAytGNyane > .row .container > .video-iframe-container { display: none; }#fftGPFDlPhZJdBxqKJ5c2LVAytGNyane > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fftGPFDlPhZJdBxqKJ5c2LVAytGNyane > .row > .video-iframe-container { display: none; }#fftGPFDlPhZJdBxqKJ5c2LVAytGNyane > .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); }#fftGPFDlPhZJdBxqKJ5c2LVAytGNyane > .row .container { border-width: 0; border-radius: 0; }#fftGPFDlPhZJdBxqKJ5c2LVAytGNyane > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fftGPFDlPhZJdBxqKJ5c2LVAytGNyane > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:60rem;position:relative;display:block; }#W7Qai4ewLmH9HQzIWzTTR3cliT1WyybK { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #515151;border-left:0.0625rem solid #515151;border-right:0.0625rem solid #515151;border-bottom:0.0625rem solid #515151;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:19.3125rem;top:0.5rem;left:0rem;display:block; }
#eDPtWk0lSQ37xDBPcJiplhXcsJpTuWLL { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #515151;border-left:0.0625rem solid #515151;border-right:0.0625rem solid #515151;border-bottom:0.0625rem solid #515151;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:19.3125rem;top:0.5rem;left:20.28125rem;display:block; }
#yLZEGLtRvueJEd8FC9cGAq7EIVCR3q4E { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #515151;border-left:0.0625rem solid #515151;border-right:0.0625rem solid #515151;border-bottom:0.0625rem solid #515151;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:19.3125rem;top:0.5rem;left:40.5625rem;display:block; }
#tLaxfCyPu054PdVPB3IgTq0RJLTSXHt8 { color:rgba(255,255,255,0.77);display:block;width:16.125rem;position:absolute;font-family:"roboto slab";font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:2.59375rem;left:1.65625rem;height:12.9375rem;font-style:normal;display:block; }
#Vrnyt7nzUV9USKqxOoJwmLD0shoqMPgS { color:rgba(255,199,9,0.77);display:block;width:16.125rem;position:absolute;font-family:"roboto slab";font-size:0.8125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:16.53125rem;left:1.65625rem;height:1.05615rem;font-style:normal;display:block; }
#dWSmeQzV1shJMUhzgCZtg5eKqR2dvb91 { color:rgba(255,199,9,0.77);display:block;width:16.125rem;position:absolute;font-family:"roboto slab";font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:16.6875rem;left:21.9375rem;height:1.05615rem;font-style:normal;display:block; }
#zmOybfwloEUk8T7y0BlTS3DNwhCKddEM { color:rgba(255,255,255,0.77);display:block;width:16.125rem;position:absolute;font-family:"roboto slab";font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:2.75rem;left:21.9375rem;height:12.9375rem;font-style:normal;display:block; }
#XTz0TAVxVyMBuoV7y7cBxyeA14HMDUa3 { color:rgba(255,199,9,0.77);display:block;width:16.125rem;position:absolute;font-family:"roboto slab";font-size:0.8125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:16.6875rem;left:42.25rem;height:1.05615rem;font-style:normal;display:block; }
#btGZ8Z44t92eUcnDkk8nbMzG90eezyoQ { color:rgba(255,255,255,0.77);display:block;width:16.125rem;position:absolute;font-family:"roboto slab";font-size:1.4375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:2.75rem;left:42.25rem;height:12.9375rem;font-style:normal;display:block; }
#JT2Vu4vGsOLP365BMUdfoxNnA8bI7E4N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/wapnBLwL/foto_lp.jpg");background-position: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; }#JT2Vu4vGsOLP365BMUdfoxNnA8bI7E4N.adaptive-delivery-prevent-bg, #JT2Vu4vGsOLP365BMUdfoxNnA8bI7E4N.lazyload, #JT2Vu4vGsOLP365BMUdfoxNnA8bI7E4N.lazyloading { background-image: none; }#JT2Vu4vGsOLP365BMUdfoxNnA8bI7E4N > .row .container { background-color: transparent; background-image: none; }#JT2Vu4vGsOLP365BMUdfoxNnA8bI7E4N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT2Vu4vGsOLP365BMUdfoxNnA8bI7E4N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT2Vu4vGsOLP365BMUdfoxNnA8bI7E4N > .row .container > .video-iframe-container { display: none; }#JT2Vu4vGsOLP365BMUdfoxNnA8bI7E4N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT2Vu4vGsOLP365BMUdfoxNnA8bI7E4N > .row > .video-iframe-container { display: none; }#JT2Vu4vGsOLP365BMUdfoxNnA8bI7E4N > .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); }#JT2Vu4vGsOLP365BMUdfoxNnA8bI7E4N > .row .container { border-width: 0; border-radius: 0; }#JT2Vu4vGsOLP365BMUdfoxNnA8bI7E4N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JT2Vu4vGsOLP365BMUdfoxNnA8bI7E4N > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:60rem;position:relative;display:block; }#NKpoqxP33TLvLGl3aOWWkEvNUZGE8Kza { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(70deg, #98b5b5, #1a2a2a);background-image: -moz-linear-gradient(70deg, #98b5b5, #1a2a2a);background-image: -ms-linear-gradient(70deg, #98b5b5, #1a2a2a);background-image: -o-linear-gradient(70deg, #98b5b5, #1a2a2a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#98b5b5', endColorstr='#1a2a2a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#98b5b5', endColorstr='#1a2a2a' );";background-image: linear-gradient(70deg, #98b5b5, #1a2a2a);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NKpoqxP33TLvLGl3aOWWkEvNUZGE8Kza > .row .container { background-color: transparent; background-image: none; }#NKpoqxP33TLvLGl3aOWWkEvNUZGE8Kza::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKpoqxP33TLvLGl3aOWWkEvNUZGE8Kza > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKpoqxP33TLvLGl3aOWWkEvNUZGE8Kza > .row .container > .video-iframe-container { display: none; }#NKpoqxP33TLvLGl3aOWWkEvNUZGE8Kza > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKpoqxP33TLvLGl3aOWWkEvNUZGE8Kza > .row > .video-iframe-container { display: none; }#NKpoqxP33TLvLGl3aOWWkEvNUZGE8Kza > .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); }#NKpoqxP33TLvLGl3aOWWkEvNUZGE8Kza > .row .container { border-width: 0; border-radius: 0; }#NKpoqxP33TLvLGl3aOWWkEvNUZGE8Kza > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NKpoqxP33TLvLGl3aOWWkEvNUZGE8Kza > .row .container { font-size:0.875rem;font-family:arial;height:53.875rem;width:60rem;position:relative;display:block; }#XJUFH42ahc74XBS4mTUVRoss9TOBvESm { display:block;width:33.125rem;position:absolute;font-family:"roboto slab";font-size:3rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:17.8125rem;left:0rem;height:7.7998125rem;text-align:left;text-align-last:left;color:#ffffff;font-style:normal;display:block; }
#kZwdVlBKCaeeLDdQDGGawaBx3yMJ7F8E { display:block;width:25.8125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:27.061431884766rem;left:0rem;height:4.21875rem;color:#ffffff;font-style:normal;display:block; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .widget-form-header {  }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;color:#f0f0f0;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#333333;font-size:0.9375rem;overflow:hidden;font-family:ubuntu;box-shadow: none;font-weight:400;font-style:normal;vertical-align:top;text-align:center;text-align-last:center; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#333333;font-size:0.9375rem;overflow:hidden;font-family:ubuntu;box-shadow: none;font-weight:400;font-style:normal;vertical-align:top;text-align:center;text-align-last:center; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .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:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem #000000 ;vertical-align:top;text-align:center;text-align-last:center; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .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; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:17.5rem;height:3.75rem;font-family:"open sans";overflow:hidden;box-shadow: 0rem 0.625rem 0.5rem rgba(0,0,0,0.23) ; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT [class*="-text"]:-moz-placeholder { color:#000000;font-family:ubuntu;font-size:0.8125rem;text-align:center;text-align-last:center; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT [class*="-text"]::-moz-placeholder { color:#000000;font-family:ubuntu;font-size:0.8125rem;text-align:center;text-align-last:center; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:ubuntu;font-size:0.8125rem;text-align:center;text-align-last:center; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:ubuntu;font-size:0.8125rem;text-align:center;text-align-last:center; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .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:#f0f0f0;vertical-align:top;width:16.5rem;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .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; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .widget-container:first-of-type{padding-top:0;}#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .widget-container:last-of-type{padding-bottom:0;}#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT  { background-color:#ee4a2c;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;position:absolute;top:14.32666015625rem;left:36.6865234375rem; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.75rem;line-height:1.3;font-weight:300;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT {display:block;}#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT { background-color:#ee4a2c;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;position:absolute;top:14.32666015625rem;left:36.6865234375rem; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #TB141D9J0Hz9SQXXqzi7KrWliyTZy9Xf { position:relative; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #RitblI0R83BpETLvXomB06WWtxuyFU0h { position:relative;display:none; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #ypgm9of1Av3iPguBHnbQs6Ld6tNPDqao { position:relative; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #QL16lHDuTflvebWslrCrR9DfmH4AmeXr { position:relative; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #ZaKvB43te80hsNDHaG8mQL7Xg5vRk4Lh { position:relative;display:none; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #RzorrxF0FUU3AZOECpUTDAnrVluzGeUK { position:relative; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #gzodTTFxq21na58Mh3SdRcnLU5kxW8ZJ { position:relative; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #pPUuhyOilXmKzFe1nXmCTGw7AMXA9VxW { position:relative;display:none; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #tvfe1DOfkVy3Dtp8BJVmIsO99y9i3uXk { position:relative; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #hdmfFpFF4TMeTZhtkFTat26KAglhHbQq { position:relative; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #CUy0WSpxNhzevZLyhtJcDnZlbt5nRLFp { position:relative;display:none; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #R0FtK57xUGhT36GNP6rfZBPhBeRg2o2k { position:relative; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #JTanq5gTFpAt2RvqVuAaqI1ixLx1ASRG { position:relative; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #yII7UvqHThVXDVq1g7Kr4ctoCBzcW8DT { position:relative;display:none; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #dx9W89ls5R7qcM8bcAorqvuc1GSgqtzP { position:relative; }
#drQuSeC3k9sxRI72UmzGQzJ3hTDLqLWi { position:relative;display:block; }
#Kwk8ZCpSk8e0WdqDHD7nTCrCHevQ4mCz { position:relative;display:block; }
#bHfTM90o3MKisk82PxGZe9QmgJM0qEmG { position:relative;display:block;z-index:100000;display:block; }
#GeK05evhuR3A3qhoAcidZtiOFAriz0TA { position:relative;display:block;z-index:100000;display:block; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #Gm15PNCpitrCDbfZsq8myM8KPJqAzaOP { position:relative; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #Avwk1Obqu24LrIX9GmC8qMTvWpCyE4T5 { position:relative; }
#OLktdokhT58TZqBrTxHuXHQUX6TWKxH8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e3d3d;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;z-index:auto;display:block; }#OLktdokhT58TZqBrTxHuXHQUX6TWKxH8 > .row .container { background-color: transparent; background-image: none; }#OLktdokhT58TZqBrTxHuXHQUX6TWKxH8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLktdokhT58TZqBrTxHuXHQUX6TWKxH8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLktdokhT58TZqBrTxHuXHQUX6TWKxH8 > .row .container > .video-iframe-container { display: none; }#OLktdokhT58TZqBrTxHuXHQUX6TWKxH8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLktdokhT58TZqBrTxHuXHQUX6TWKxH8 > .row > .video-iframe-container { display: none; }#OLktdokhT58TZqBrTxHuXHQUX6TWKxH8 > .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); }#OLktdokhT58TZqBrTxHuXHQUX6TWKxH8 > .row .container { border-width: 0; border-radius: 0; }#OLktdokhT58TZqBrTxHuXHQUX6TWKxH8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OLktdokhT58TZqBrTxHuXHQUX6TWKxH8 > .row .container { font-size:0.875rem;font-family:arial;height:18.0625rem;width:60rem;position:relative;display:block; }#eibB4bWBGTCa2Eb03oRcMFIfJa9y2Ua9 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:12.5rem;top:2.4991130828858rem;left:23.75rem;overflow:hidden;display:block; }
#flqCNgsWEX2ByUF8LD3tad75t8TH7GRL { color:#ffffff;display:block;width:23.0619375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:8.5591278076175rem;left:18.468570709229rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#Z0kDG8W5ftEebGZERTxRSeebUBxVG4yU { color:#ffffff;display:block;width:39.6244375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:13.561782836914rem;left:10.154472351074rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TDibSEPzKczvnktTPumFRxK1n564FPSG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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;z-index:auto;display:none; }#TDibSEPzKczvnktTPumFRxK1n564FPSG > .row .container { border-width: 0; border-radius: 0; }#TDibSEPzKczvnktTPumFRxK1n564FPSG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TDibSEPzKczvnktTPumFRxK1n564FPSG > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:none; }#rX4wIwN81LdD1f5MmxPgG02bMtzAVv7e { color:#793a4c;display:block;width:46.0618125rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.767578125rem;left:1.4994659423828rem;height:2.897725rem;text-align:left;text-align-last:left;display:block; }
#tnQfHcSNkW5kUtvE0vFoV8QBZQ28nHcF { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#050505;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.9673309326172rem;left:49.560546875rem;display:block; }
#V0QZCwA1pwKH8WnX1NXfZffZbk9eOo5Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #K7wUy5IJSCPuIJzCTkN2bCedfQs0eTOt { display:block; }#K7wUy5IJSCPuIJzCTkN2bCedfQs0eTOt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DSeWng0sbBeRiHoOhIoKFommHZiBoHFM { width:10rem;height:5rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #inOOKnWO9HTsG0Muq9AU2Tn9ZpolXNLR { top:1.1875rem;left:33rem;width:14.75rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xoKVrDPlpN0ZP3d0eaNKb31RzGtZoQpf { display:block; }
 }@media only screen and (max-width: 763px) { #la6rndvI0oqQTUogFV9AuyHgEnUOxdOo { display:block; }#la6rndvI0oqQTUogFV9AuyHgEnUOxdOo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0ZmCTZFNzGPseyODJDbn2fiX0QSs0Fv { width:34.0625rem;height:6.8125rem;top:11.875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8KpIVRf20ars4Sq7xuTsbEv5cs80moe { width:25.9375rem;height:1.25rem;top:19.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3W7qw4cT14befyAprbTXQGbphsgrQJH { top:26rem;left:0rem;width:19.0625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvUme66bKiAcGVTRATKyN32xLDGdCPFk { display:block; }
 }@media only screen and (max-width: 763px) { #LhKT99BUIpP4TgbFEmCyzdu3OrZf8QqG { width:2.625rem;height:5.375rem;top:19.3125rem;left:0rem;font-size:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #puLCrfaz6exKUCRHVJzy8sPsx9JknzTl { display:block; }#puLCrfaz6exKUCRHVJzy8sPsx9JknzTl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZPxyr2hgSEQ4RWtOXs5bdUUHiOkRWgS { width:41.875rem;height:5.75rem;top:4.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2dSDl7s5Z8rPcadpQL2inTkNqt8sF8T { width:2.5rem;height:0.3125rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxkQAmk8I7zmu4z6cJqsVtMk4ZcSmLNi { display:block; }#WxkQAmk8I7zmu4z6cJqsVtMk4ZcSmLNi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgdo8QeqnLIbiMqhp41G5HbH1CyaekGk { width:27.5625rem;height:10.4375rem;top:4.75rem;left:19.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLs0fNR6LsauFCWdf5vBdIgKmtcoFvlH { width:21.0625rem;height:7.8125rem;top:7.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1BtPsiEeLumA26Emnypc2CQeapXh5Xm { width:16.125rem;height:1.25rem;top:4.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzxCu6KOtZul9yicWwts5qQ7oIeG8mTf { width:12.9375rem;height:4rem;top:0.625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqZFh981U45LbDdDa4o3Dl4iGNV4e0Kc { display:block; }#tqZFh981U45LbDdDa4o3Dl4iGNV4e0Kc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8nvdxmCRy2pskysp1ip5nEBPt5l4yq9 { width:12.9375rem;height:4rem;top:2.5625rem;left:32.062316894531rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mk6nvTM3BuFxbBrDTxOb1Az8JVJDJuUa { width:16.125rem;height:1.25rem;top:6.625rem;left:31.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #het5p9L4QnNAzdcv6LpDbbQzsVGbpxzm { width:15.5rem;height:7.8125rem;top:8.75rem;left:32.061431884766rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIr1OovniunQCI2F4kc2led0q6x9mmF6 { width:16.125rem;height:1.25rem;top:6.625rem;left:15.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHPnHI7PTpn3qTsUmApF5JIdaaXBHh6I { width:12.9375rem;height:4rem;top:2.5625rem;left:15.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTHHSI6o69mdnC7S4FTHgSByiz5DqJGn { width:15.5rem;height:6.5rem;top:8.75rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnJE3VSqJ2W3VEvNiFkpTpXaztMJGbfT { width:12.9375rem;height:4rem;top:2.5625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiU9umGxRVklVP0hgkuyLPefCmglKuU9 { width:16.125rem;height:1.25rem;top:6.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKmfkRWkAd6Wg305IVptACyOOcB7KEqL { width:15.5rem;height:7.8125rem;top:8.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbS2g0EX63D4HZaLPqeWvC5fbiDSGGJt { display:block; }#dbS2g0EX63D4HZaLPqeWvC5fbiDSGGJt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSc9XPyFnUiieNfb4I7KiHQJWaUoKMXX { width:12.9375rem;height:4rem;top:2.5625rem;left:32.1875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dyv3JyeJVheQbLXpNUm6mooC1xCw0Iml { width:16.125rem;height:1.25rem;top:6.625rem;left:31.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZrmFNN4TyEt8XdwRQ5FuvWO1LT2oXRE { width:15.5rem;height:7.8125rem;top:10rem;left:32.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBmbO4nV0UCayGaJcTfx5TNvXqlQ7csO { width:16.125rem;height:2.5rem;top:6.625rem;left:15.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr64hQL7ee6VJDkTiT91nI1uDuUgX4XM { width:15.5rem;height:9.125rem;top:10rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZuurOTlXiWq5gB2xDf8COMuyGKMT0ng { width:12.9375rem;height:4rem;top:2.5625rem;left:15.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVEI90vs0Id74dr0JQqhU9xxownzhG1f { width:12.9375rem;height:4rem;top:2.5625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAm4HEBGuDHxyy5BSgiZP12opsl2Z9s6 { width:16.125rem;height:2.5rem;top:6.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfBe1xADVZHCOBcgTtRRbFuIToIERfwP { width:15.5rem;height:6.5rem;top:10rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGkmS3Upkgmn0GhCKGpE6wGTtQeg74lg { display:block; }#PGkmS3Upkgmn0GhCKGpE6wGTtQeg74lg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ICuALqywgti5fgkqMddwTSIK2A4aVcNi { top:2.5rem;left:15.4375rem;width:16.875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzKJMDP3loBqvmASZfayf4uxwNqOVbfS { display:block; }
 }@media only screen and (max-width: 763px) { #wM1vBNZSWv2nx29n26pXDTJd9FMuLuME { display:block; }#wM1vBNZSWv2nx29n26pXDTJd9FMuLuME > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9DZXatMT8zF7r2hZ1DzdlalpS9D0PBJ { width:41.875rem;height:5.75rem;top:5.9375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPXHdxTPtCV4TeVygBUKpBDdGkGu2WTu { width:2.5rem;height:0.3125rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fftGPFDlPhZJdBxqKJ5c2LVAytGNyane { display:block; }#fftGPFDlPhZJdBxqKJ5c2LVAytGNyane > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7Qai4ewLmH9HQzIWzTTR3cliT1WyybK { width:19.3125rem;height:19.3125rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDPtWk0lSQ37xDBPcJiplhXcsJpTuWLL { width:19.3125rem;height:19.3125rem;top:0.5rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLZEGLtRvueJEd8FC9cGAq7EIVCR3q4E { width:19.3125rem;height:19.3125rem;top:0.5rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLaxfCyPu054PdVPB3IgTq0RJLTSXHt8 { width:16.125rem;height:12.75rem;top:2.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrnyt7nzUV9USKqxOoJwmLD0shoqMPgS { width:16.125rem;height:1rem;top:16.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWSmeQzV1shJMUhzgCZtg5eKqR2dvb91 { width:16.125rem;height:1rem;top:16.6875rem;left:15.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmOybfwloEUk8T7y0BlTS3DNwhCKddEM { width:16.125rem;height:12.75rem;top:2.75rem;left:15.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTz0TAVxVyMBuoV7y7cBxyeA14HMDUa3 { width:16.125rem;height:1rem;top:16.6875rem;left:31.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btGZ8Z44t92eUcnDkk8nbMzG90eezyoQ { width:16.125rem;height:12.75rem;top:2.75rem;left:31.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT2Vu4vGsOLP365BMUdfoxNnA8bI7E4N { display:block; }#JT2Vu4vGsOLP365BMUdfoxNnA8bI7E4N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKpoqxP33TLvLGl3aOWWkEvNUZGE8Kza { display:block; }#NKpoqxP33TLvLGl3aOWWkEvNUZGE8Kza > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJUFH42ahc74XBS4mTUVRoss9TOBvESm { width:22.0625rem;height:11.625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZwdVlBKCaeeLDdQDGGawaBx3yMJ7F8E { width:22.875rem;height:0;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .widget-regular-label { width:21.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .widget-input-text { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .widget-textarea { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .widget-input-select { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .widget-input-button { width:15.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.625rem; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .widget-checkbox-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT  { width:21.875rem;height:auto;top:6.25rem;left:23.375rem; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .radio-container { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT {display:block;}#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT { width:21.875rem;height:auto;top:6.25rem;left:23.375rem; }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #TB141D9J0Hz9SQXXqzi7KrWliyTZy9Xf {  }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #RitblI0R83BpETLvXomB06WWtxuyFU0h { display:none; }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #ypgm9of1Av3iPguBHnbQs6Ld6tNPDqao {  }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #QL16lHDuTflvebWslrCrR9DfmH4AmeXr {  }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #ZaKvB43te80hsNDHaG8mQL7Xg5vRk4Lh { display:none; }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #RzorrxF0FUU3AZOECpUTDAnrVluzGeUK {  }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #gzodTTFxq21na58Mh3SdRcnLU5kxW8ZJ {  }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #pPUuhyOilXmKzFe1nXmCTGw7AMXA9VxW { display:none; }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #tvfe1DOfkVy3Dtp8BJVmIsO99y9i3uXk {  }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #hdmfFpFF4TMeTZhtkFTat26KAglhHbQq {  }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #CUy0WSpxNhzevZLyhtJcDnZlbt5nRLFp { display:none; }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #R0FtK57xUGhT36GNP6rfZBPhBeRg2o2k {  }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #JTanq5gTFpAt2RvqVuAaqI1ixLx1ASRG {  }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #yII7UvqHThVXDVq1g7Kr4ctoCBzcW8DT { display:none; }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #dx9W89ls5R7qcM8bcAorqvuc1GSgqtzP {  }
 }@media only screen and (max-width: 763px) { #drQuSeC3k9sxRI72UmzGQzJ3hTDLqLWi { display:block; }
 }@media only screen and (max-width: 763px) { #Kwk8ZCpSk8e0WdqDHD7nTCrCHevQ4mCz { display:block; }
 }@media only screen and (max-width: 763px) { #bHfTM90o3MKisk82PxGZe9QmgJM0qEmG { display:block; }
 }@media only screen and (max-width: 763px) { #GeK05evhuR3A3qhoAcidZtiOFAriz0TA { display:block; }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #Gm15PNCpitrCDbfZsq8myM8KPJqAzaOP {  }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #Avwk1Obqu24LrIX9GmC8qMTvWpCyE4T5 {  }
 }@media only screen and (max-width: 763px) { #OLktdokhT58TZqBrTxHuXHQUX6TWKxH8 { display:block; }#OLktdokhT58TZqBrTxHuXHQUX6TWKxH8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eibB4bWBGTCa2Eb03oRcMFIfJa9y2Ua9 { width:12.5rem;height:4.4375rem;top:2.4375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #flqCNgsWEX2ByUF8LD3tad75t8TH7GRL { top:8.5rem;left:12.343570709229rem;width:23rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0kDG8W5ftEebGZERTxRSeebUBxVG4yU { top:13.5rem;left:4.0294723510742rem;width:39.5625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDibSEPzKczvnktTPumFRxK1n564FPSG { display:none; }#TDibSEPzKczvnktTPumFRxK1n564FPSG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rX4wIwN81LdD1f5MmxPgG02bMtzAVv7e { top:1.75rem;left:0rem;width:46rem;height:2.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnQfHcSNkW5kUtvE0vFoV8QBZQ28nHcF { width:8.4375rem;height:2.5rem;top:1.9375rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0QZCwA1pwKH8WnX1NXfZffZbk9eOo5Z { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #K7wUy5IJSCPuIJzCTkN2bCedfQs0eTOt { position:relative;z-index:auto;display:block; }#K7wUy5IJSCPuIJzCTkN2bCedfQs0eTOt > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DSeWng0sbBeRiHoOhIoKFommHZiBoHFM { width:8.75rem;height:4.375rem;top:0rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #inOOKnWO9HTsG0Muq9AU2Tn9ZpolXNLR { top:4.5625rem;left:2.625rem;width:14.75rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xoKVrDPlpN0ZP3d0eaNKb31RzGtZoQpf { display:block; }
 }@media only screen and (max-width: 763px) { #la6rndvI0oqQTUogFV9AuyHgEnUOxdOo { background-color:transparent;background-image:url("https://images.assets-landingi.com/LvyZ4Ef5/51354792_0_hero_header_xp.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#la6rndvI0oqQTUogFV9AuyHgEnUOxdOo.adaptive-delivery-prevent-bg, #la6rndvI0oqQTUogFV9AuyHgEnUOxdOo.lazyload, #la6rndvI0oqQTUogFV9AuyHgEnUOxdOo.lazyloading { background-image: none; }#la6rndvI0oqQTUogFV9AuyHgEnUOxdOo > .row .container { background-color: transparent; background-image: none; }#la6rndvI0oqQTUogFV9AuyHgEnUOxdOo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(46,61,61,0.86); }#la6rndvI0oqQTUogFV9AuyHgEnUOxdOo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la6rndvI0oqQTUogFV9AuyHgEnUOxdOo > .row .container > .video-iframe-container { display: none; }#la6rndvI0oqQTUogFV9AuyHgEnUOxdOo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(46,61,61,0.86); }#la6rndvI0oqQTUogFV9AuyHgEnUOxdOo > .row > .video-iframe-container { display: none; }#la6rndvI0oqQTUogFV9AuyHgEnUOxdOo > .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); }#la6rndvI0oqQTUogFV9AuyHgEnUOxdOo > .row .container { border-width: 0; border-radius: 0; }#la6rndvI0oqQTUogFV9AuyHgEnUOxdOo::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#la6rndvI0oqQTUogFV9AuyHgEnUOxdOo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#la6rndvI0oqQTUogFV9AuyHgEnUOxdOo > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0ZmCTZFNzGPseyODJDbn2fiX0QSs0Fv { width:19rem;height:7.067875rem;top:0.9375rem;left:0.49982243776321rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8KpIVRf20ars4Sq7xuTsbEv5cs80moe { width:18.875rem;height:1.05615rem;top:9.3119659423825rem;left:0.56196731328964rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h3W7qw4cT14befyAprbTXQGbphsgrQJH { top:11.749816894531rem;left:0.49982243776321rem;width:19.0625rem;height:3.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OvUme66bKiAcGVTRATKyN32xLDGdCPFk { display:block; }
 }@media only screen and (max-width: 763px) { #LhKT99BUIpP4TgbFEmCyzdu3OrZf8QqG { width:2.625rem;height:0;top:11.375rem;left:8.6875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #puLCrfaz6exKUCRHVJzy8sPsx9JknzTl { display:block; }#puLCrfaz6exKUCRHVJzy8sPsx9JknzTl > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZPxyr2hgSEQ4RWtOXs5bdUUHiOkRWgS { width:18.1875rem;height:5.361325rem;top:2.375rem;left:0.90625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d2dSDl7s5Z8rPcadpQL2inTkNqt8sF8T { width:2.5rem;height:0.3125rem;top:10.4375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxkQAmk8I7zmu4z6cJqsVtMk4ZcSmLNi { display:block; }#WxkQAmk8I7zmu4z6cJqsVtMk4ZcSmLNi > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgdo8QeqnLIbiMqhp41G5HbH1CyaekGk { width:16.875rem;height:15.75rem;top:14.255149841309rem;left:2.8116121888161rem;font-size:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #DLs0fNR6LsauFCWdf5vBdIgKmtcoFvlH { width:16.875rem;height:9.1875rem;top:3.9985809326172rem;left:2.8116121888161rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1BtPsiEeLumA26Emnypc2CQeapXh5Xm { width:16.25rem;height:1.3808625rem;top:1.2207021713257rem;left:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzxCu6KOtZul9yicWwts5qQ7oIeG8mTf { width:13rem;height:2.5996125rem;top:0.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqZFh981U45LbDdDa4o3Dl4iGNV4e0Kc { display:block; }#tqZFh981U45LbDdDa4o3Dl4iGNV4e0Kc > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8nvdxmCRy2pskysp1ip5nEBPt5l4yq9 { width:12.9998125rem;height:2.5996125rem;top:21.437316894531rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mk6nvTM3BuFxbBrDTxOb1Az8JVJDJuUa { width:16.7498125rem;height:1.3808625rem;top:22.062316894531rem;left:2.8124998211861rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #het5p9L4QnNAzdcv6LpDbbQzsVGbpxzm { width:16.5625rem;height:7.875rem;top:23.999465942382rem;left:2.8124998211861rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIr1OovniunQCI2F4kc2led0q6x9mmF6 { width:16.1869375rem;height:1.29980625rem;top:12.5625rem;left:2.8124998211861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHPnHI7PTpn3qTsUmApF5JIdaaXBHh6I { width:12.9998125rem;height:2.5996125rem;top:11.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTHHSI6o69mdnC7S4FTHgSByiz5DqJGn { width:15.5619375rem;height:6.5625rem;top:14.369316101074rem;left:2.8124998211861rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnJE3VSqJ2W3VEvNiFkpTpXaztMJGbfT { width:13rem;height:2.5996125rem;top:0.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiU9umGxRVklVP0hgkuyLPefCmglKuU9 { width:16.25rem;height:1.29980625rem;top:1.2775211334229rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKmfkRWkAd6Wg305IVptACyOOcB7KEqL { width:16.875rem;height:7.875rem;top:2.5248565673828rem;left:3.1241121888161rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbS2g0EX63D4HZaLPqeWvC5fbiDSGGJt { display:block; }#dbS2g0EX63D4HZaLPqeWvC5fbiDSGGJt > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSc9XPyFnUiieNfb4I7KiHQJWaUoKMXX { width:13rem;height:2.5996125rem;top:27.123579740524rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dyv3JyeJVheQbLXpNUm6mooC1xCw0Iml { width:16.7498125rem;height:1.3808625rem;top:27.718394041061rem;left:2.8116121888161rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZrmFNN4TyEt8XdwRQ5FuvWO1LT2oXRE { width:16.5625rem;height:7.875rem;top:29.680397748947rem;left:2.8116121888161rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBmbO4nV0UCayGaJcTfx5TNvXqlQ7csO { width:16.1239375rem;height:2.5996125rem;top:13.328302145004rem;left:2.8116121888161rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr64hQL7ee6VJDkTiT91nI1uDuUgX4XM { width:15.4989375rem;height:9.1875rem;top:16.956320524216rem;left:2.8116121888161rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZuurOTlXiWq5gB2xDf8COMuyGKMT0ng { width:12.9368125rem;height:2.5996125rem;top:12.61186003685rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVEI90vs0Id74dr0JQqhU9xxownzhG1f { width:13rem;height:2.5996125rem;top:0.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAm4HEBGuDHxyy5BSgiZP12opsl2Z9s6 { width:16.1869375rem;height:2.5996125rem;top:1.1869678497314rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfBe1xADVZHCOBcgTtRRbFuIToIERfwP { width:15.8114375rem;height:6.5625rem;top:4.8677198886871rem;left:2.8116121888161rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGkmS3Upkgmn0GhCKGpE6wGTtQeg74lg { display:block; }#PGkmS3Upkgmn0GhCKGpE6wGTtQeg74lg > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ICuALqywgti5fgkqMddwTSIK2A4aVcNi { top:1.25rem;left:1.5625rem;width:16.875rem;height:3.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EzKJMDP3loBqvmASZfayf4uxwNqOVbfS { display:block; }
 }@media only screen and (max-width: 763px) { #wM1vBNZSWv2nx29n26pXDTJd9FMuLuME { display:block; }#wM1vBNZSWv2nx29n26pXDTJd9FMuLuME > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9DZXatMT8zF7r2hZ1DzdlalpS9D0PBJ { width:20rem;height:7.7988125rem;top:4.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CPXHdxTPtCV4TeVygBUKpBDdGkGu2WTu { width:2.5rem;height:0.3125rem;top:13.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fftGPFDlPhZJdBxqKJ5c2LVAytGNyane { display:block; }#fftGPFDlPhZJdBxqKJ5c2LVAytGNyane > .row .container { width:20rem;height:63.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7Qai4ewLmH9HQzIWzTTR3cliT1WyybK { width:19.3125rem;height:19.3125rem;top:1.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDPtWk0lSQ37xDBPcJiplhXcsJpTuWLL { width:19.3125rem;height:19.3125rem;top:21.9375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLZEGLtRvueJEd8FC9cGAq7EIVCR3q4E { width:19.3125rem;height:19.3125rem;top:42.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLaxfCyPu054PdVPB3IgTq0RJLTSXHt8 { width:16.125rem;height:12.9375rem;top:3.34375rem;left:1.90625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrnyt7nzUV9USKqxOoJwmLD0shoqMPgS { width:16.125rem;height:1.05615rem;top:17.28125rem;left:1.90625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWSmeQzV1shJMUhzgCZtg5eKqR2dvb91 { width:16.125rem;height:1.05615rem;top:38.125rem;left:1.90625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmOybfwloEUk8T7y0BlTS3DNwhCKddEM { width:16.125rem;height:12.9375rem;top:24.1875rem;left:1.90625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTz0TAVxVyMBuoV7y7cBxyeA14HMDUa3 { width:16.125rem;height:1.05615rem;top:58.8125rem;left:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btGZ8Z44t92eUcnDkk8nbMzG90eezyoQ { width:16.125rem;height:12.9375rem;top:44.875rem;left:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT2Vu4vGsOLP365BMUdfoxNnA8bI7E4N { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/h2ya9A8M/WhatsApp_Image_2021_08_21_at_11.38.16.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#JT2Vu4vGsOLP365BMUdfoxNnA8bI7E4N.adaptive-delivery-prevent-bg, #JT2Vu4vGsOLP365BMUdfoxNnA8bI7E4N.lazyload, #JT2Vu4vGsOLP365BMUdfoxNnA8bI7E4N.lazyloading { background-image: none; }#JT2Vu4vGsOLP365BMUdfoxNnA8bI7E4N > .row .container { background-color: transparent; background-image: none; }#JT2Vu4vGsOLP365BMUdfoxNnA8bI7E4N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT2Vu4vGsOLP365BMUdfoxNnA8bI7E4N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT2Vu4vGsOLP365BMUdfoxNnA8bI7E4N > .row .container > .video-iframe-container { display: none; }#JT2Vu4vGsOLP365BMUdfoxNnA8bI7E4N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT2Vu4vGsOLP365BMUdfoxNnA8bI7E4N > .row > .video-iframe-container { display: none; }#JT2Vu4vGsOLP365BMUdfoxNnA8bI7E4N > .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); }#JT2Vu4vGsOLP365BMUdfoxNnA8bI7E4N > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKpoqxP33TLvLGl3aOWWkEvNUZGE8Kza { display:block; }#NKpoqxP33TLvLGl3aOWWkEvNUZGE8Kza > .row .container { width:20rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJUFH42ahc74XBS4mTUVRoss9TOBvESm { width:18.75rem;height:4.54980625rem;top:1.6246452331543rem;left:0.62499994039536rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZwdVlBKCaeeLDdQDGGawaBx3yMJ7F8E { width:18.75rem;height:5.625rem;top:6.8117904663088rem;left:0.62499994039536rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT  { width:17.5rem;height:auto;top:13.436611175537rem;left:0rem; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT {display:block;}#Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT { width:17.5rem;height:auto;top:13.436611175537rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #TB141D9J0Hz9SQXXqzi7KrWliyTZy9Xf {  }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #RitblI0R83BpETLvXomB06WWtxuyFU0h { display:none; }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #ypgm9of1Av3iPguBHnbQs6Ld6tNPDqao {  }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #QL16lHDuTflvebWslrCrR9DfmH4AmeXr {  }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #ZaKvB43te80hsNDHaG8mQL7Xg5vRk4Lh { display:none; }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #RzorrxF0FUU3AZOECpUTDAnrVluzGeUK {  }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #gzodTTFxq21na58Mh3SdRcnLU5kxW8ZJ {  }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #pPUuhyOilXmKzFe1nXmCTGw7AMXA9VxW { display:none; }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #tvfe1DOfkVy3Dtp8BJVmIsO99y9i3uXk {  }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #hdmfFpFF4TMeTZhtkFTat26KAglhHbQq {  }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #CUy0WSpxNhzevZLyhtJcDnZlbt5nRLFp { display:none; }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #R0FtK57xUGhT36GNP6rfZBPhBeRg2o2k {  }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #JTanq5gTFpAt2RvqVuAaqI1ixLx1ASRG {  }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #yII7UvqHThVXDVq1g7Kr4ctoCBzcW8DT { display:none; }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #dx9W89ls5R7qcM8bcAorqvuc1GSgqtzP {  }
 }@media only screen and (max-width: 763px) { #drQuSeC3k9sxRI72UmzGQzJ3hTDLqLWi { display:block; }
 }@media only screen and (max-width: 763px) { #Kwk8ZCpSk8e0WdqDHD7nTCrCHevQ4mCz { display:block; }
 }@media only screen and (max-width: 763px) { #bHfTM90o3MKisk82PxGZe9QmgJM0qEmG { display:block; }
 }@media only screen and (max-width: 763px) { #GeK05evhuR3A3qhoAcidZtiOFAriz0TA { display:block; }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #Gm15PNCpitrCDbfZsq8myM8KPJqAzaOP {  }
 }@media only screen and (max-width: 763px) { #Ulv8N6T3OFuO9lC8nCM53gB1lE8saOKT #Avwk1Obqu24LrIX9GmC8qMTvWpCyE4T5 {  }
 }@media only screen and (max-width: 763px) { #OLktdokhT58TZqBrTxHuXHQUX6TWKxH8 { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#OLktdokhT58TZqBrTxHuXHQUX6TWKxH8 > .row .container { background-color: transparent; background-image: none; }#OLktdokhT58TZqBrTxHuXHQUX6TWKxH8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLktdokhT58TZqBrTxHuXHQUX6TWKxH8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLktdokhT58TZqBrTxHuXHQUX6TWKxH8 > .row .container > .video-iframe-container { display: none; }#OLktdokhT58TZqBrTxHuXHQUX6TWKxH8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLktdokhT58TZqBrTxHuXHQUX6TWKxH8 > .row > .video-iframe-container { display: none; }#OLktdokhT58TZqBrTxHuXHQUX6TWKxH8 > .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); }#OLktdokhT58TZqBrTxHuXHQUX6TWKxH8 > .row .container { width:20rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eibB4bWBGTCa2Eb03oRcMFIfJa9y2Ua9 { width:12.5rem;height:4.4375rem;top:2.8116149902344rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #flqCNgsWEX2ByUF8LD3tad75t8TH7GRL { width:20rem;height:1.5996125rem;top:8.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0kDG8W5ftEebGZERTxRSeebUBxVG4yU { width:20rem;height:2.79980625rem;top:14.93607711792rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDibSEPzKczvnktTPumFRxK1n564FPSG { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#TDibSEPzKczvnktTPumFRxK1n564FPSG > .row .container { width:20rem;height:8.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rX4wIwN81LdD1f5MmxPgG02bMtzAVv7e { width:20rem;height:5.1136375rem;top:1.1239356994629rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tnQfHcSNkW5kUtvE0vFoV8QBZQ28nHcF { width:7.5rem;height:2rem;top:5.6960239410401rem;left:11.874111711979rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0QZCwA1pwKH8WnX1NXfZffZbk9eOo5Z { display:block; }
 }