.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:url("https://images.assets-landingi.com/3oyJ1jZ0/background.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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); }#cuiymu1TGXHe9csILTVl6DScd3KbydyK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f141b;background-image:url("https://images.assets-landingi.com/AONyrZfU/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#cuiymu1TGXHe9csILTVl6DScd3KbydyK.adaptive-delivery-prevent-bg, #cuiymu1TGXHe9csILTVl6DScd3KbydyK.lazyload, #cuiymu1TGXHe9csILTVl6DScd3KbydyK.lazyloading { background-image: none; }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row .container { background-color: transparent; background-image: none; }#cuiymu1TGXHe9csILTVl6DScd3KbydyK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row .container > .video-iframe-container { display: none; }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row > .video-iframe-container { display: none; }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .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); }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row .container { border-width: 0; border-radius: 0; }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:60rem;position:relative;display:block; }#zbaPwVMlooy4GbUoD461lO7hOOMwlrND { background-color:transparent;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:5.625rem;height:2.62305rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.0859375rem;left:12.125rem;display:block; }
#v5hhhBDITIhnqUDQtaTAaVOHp7rz2DVC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ExwuSUZwulkBHpHvfp0iSAIszUc6kiTP { background-color:transparent;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:6.875rem;height:2.62305rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.0859375rem;left:23.375rem;display:block; }
#n9gJdF9GoJsurIT7zvkVlQDqPCxlJILC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H00SMhNMFuzJpWLlBqnTVWtKHNyIJmWl { background-color:transparent;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:5.625rem;height:2.62305rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.0859375rem;left:17.75rem;display:block; }
#WGrhb7p3fZe0tsNPqNreoQq9qPxeOueG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c1SPSaK1JoT6n7wGSS9coRmNGbz6p1n3 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:12.125rem;top:0.84375rem;left:0rem;overflow:hidden;display:block; }
#HUvEbWlUd6WL2tnl55bqFSZu9RThT2pM { background-color:transparent;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:7.5rem;height:2.62305rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.0859375rem;left:30.25rem;display:block; }
#bfLQKl23otGI3rtpucPv1gQ1hOpSiHp4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f8tLOfKzFlrceLApaQu7GD1GDNdwU9JQ { background-color:#ec6133;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#fdf5f5;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:10.374625rem;height:2.374825rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:3.2102272510529rem;left:48.623931884766rem;display:block; }
#F3r69AqzNIiD5I8zOGJVi4PoZbD9Q6u1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XGEf1uKZr4OTvfLo1Zmo1c8Ptsq50ONo { background-color:transparent;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:#f57d4d;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:7.5rem;height:2.62305rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.0859375rem;left:37.75rem;display:block; }
#CQ2veVyIqwcJM0UtuEgbM4yOL2BK0LyW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IO9FAVh0y7etRJIbaeqLqmEpqNBmtHda { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f141b;background-image:url("https://images.assets-landingi.com/AONyrZfU/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IO9FAVh0y7etRJIbaeqLqmEpqNBmtHda.adaptive-delivery-prevent-bg, #IO9FAVh0y7etRJIbaeqLqmEpqNBmtHda.lazyload, #IO9FAVh0y7etRJIbaeqLqmEpqNBmtHda.lazyloading { background-image: none; }#IO9FAVh0y7etRJIbaeqLqmEpqNBmtHda > .row .container { background-color: transparent; background-image: none; }#IO9FAVh0y7etRJIbaeqLqmEpqNBmtHda::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IO9FAVh0y7etRJIbaeqLqmEpqNBmtHda > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IO9FAVh0y7etRJIbaeqLqmEpqNBmtHda > .row .container > .video-iframe-container { display: none; }#IO9FAVh0y7etRJIbaeqLqmEpqNBmtHda > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IO9FAVh0y7etRJIbaeqLqmEpqNBmtHda > .row > .video-iframe-container { display: none; }#IO9FAVh0y7etRJIbaeqLqmEpqNBmtHda > .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); }#IO9FAVh0y7etRJIbaeqLqmEpqNBmtHda > .row .container { border-width: 0; border-radius: 0; }#IO9FAVh0y7etRJIbaeqLqmEpqNBmtHda > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IO9FAVh0y7etRJIbaeqLqmEpqNBmtHda > .row .container { font-size:0.875rem;font-family:arial;height:41.9375rem;width:60rem;position:relative;display:block; }#LhLN3szRCVfDwfndSJIAbtt4WCTAPOWA { color:#000000;display:block;width:32.5rem;position:absolute;font-family:roboto;font-size:2.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.25rem;left:0rem;height:3.1685rem;font-style:normal;display:block; }
#bogbLNTkc9ODzGO5r2TTIbkqCTausurZ { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:"league spartan";font-size:2.625rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:9.6845703125rem;left:0rem;height:6.2988125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TZZo7K6lTWgJTQNFrd8o4zPOBzy4oRWX { color:#fdffff;display:block;width:33.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:17.04296875rem;left:0rem;height:16.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hxVD4ts21bwI0dyZJOPFr9kWeUfuTSO6 { background-color:#f5f5fa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;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:"league spartan";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:4.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:35.5830078125rem;left:0rem;display:block; }
#HMG5RAyLhOz7xJGPZ7nmkbmckNkeB4FX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CqorzH6GLC7zhTQ46nyVtWAE9ZvKaErd { position:absolute;display:block;z-index:15015;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:29.3125rem;width:26.0625rem;top:11.8125rem;left:33.9375rem;overflow:hidden;display:block; }
#h61P8I3O4gVcTBp6NIieHkV6Mxcaulw8 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:13.5625rem;top:4.865234375rem;left:46.4375rem;overflow:hidden;display:block; }
#zpbVDZL8rwHi2rqGWHktd7LFfGFcfBdd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/71f02218-b79f-431a-b299-b92cc0bff1e2/dosanto1.svg");background-position:bottom right !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; }#zpbVDZL8rwHi2rqGWHktd7LFfGFcfBdd.adaptive-delivery-prevent-bg, #zpbVDZL8rwHi2rqGWHktd7LFfGFcfBdd.lazyload, #zpbVDZL8rwHi2rqGWHktd7LFfGFcfBdd.lazyloading { background-image: none; }#zpbVDZL8rwHi2rqGWHktd7LFfGFcfBdd > .row .container { background-color: transparent; background-image: none; }#zpbVDZL8rwHi2rqGWHktd7LFfGFcfBdd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpbVDZL8rwHi2rqGWHktd7LFfGFcfBdd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpbVDZL8rwHi2rqGWHktd7LFfGFcfBdd > .row .container > .video-iframe-container { display: none; }#zpbVDZL8rwHi2rqGWHktd7LFfGFcfBdd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpbVDZL8rwHi2rqGWHktd7LFfGFcfBdd > .row > .video-iframe-container { display: none; }#zpbVDZL8rwHi2rqGWHktd7LFfGFcfBdd > .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); }#zpbVDZL8rwHi2rqGWHktd7LFfGFcfBdd > .row .container { border-width: 0; border-radius: 0; }#zpbVDZL8rwHi2rqGWHktd7LFfGFcfBdd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zpbVDZL8rwHi2rqGWHktd7LFfGFcfBdd > .row .container { font-size:0.875rem;font-family:arial;height:79.25rem;width:60rem;position:relative;display:block; }#RceJ72LbCWv4o0bmU00LAhV9yZGVPz5M { color:#000000;display:block;width:60rem;position:absolute;font-family:"league spartan";font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:1.5625rem;left:0rem;height:2.3369125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A8ged47uFkens55rkagJVugC4v14y24c { color:#000000;display:block;width:43.625rem;position:absolute;font-family:"titillium web";font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:5.6865234375rem;left:8.1875rem;height:12.46875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GCeuzKWdutulJ883UV7z8U2N4H6QPLwx { position:absolute;display:block;z-index:15007;background-color:#000000;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.125rem;width:12.5rem;top:4.625rem;left:23.75rem;display:block; }
#tOn2FTBm7FFhfWLRsnP44W0qTqPBIpVe { color:#000000;display:block;width:43.625rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:40.0302734375rem;left:7.3125rem;height:11.8125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DzTN55yCu2iVoRzQNbVUNtz7oSNwJTRU { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.1875rem;width:14.5625rem;top:20.28125rem;left:21.125rem;overflow:hidden;display:block; }
#Qm0TLN4ConTgcc7TVr3AXq2kCGefeWNy { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.1875rem;width:14.5625rem;top:20.28125rem;left:37.3125rem;overflow:hidden;display:block; }
#OCEXmphC1HOvz3ftprJzMVG5agq0hmTS { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:18.1875rem;width:14.5625rem;top:20.28125rem;left:5.5625rem;overflow:hidden;display:block; }
#TAnwPGsc5M7U2UBKnJh7dB5Lvef4lk08 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.1875rem;width:14.5625rem;top:53.4375rem;left:6.625rem;overflow:hidden;display:block; }
#KFSsJp4NKCrizGbuG0axk45si5T5VAG8 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.1875rem;width:14.5625rem;top:53.4375rem;left:37.3125rem;overflow:hidden;display:block; }
#ib7EMeG8Ef84K7Z1d3cweMSmNElTh4QO { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.1875rem;width:14.5625rem;top:53.4375rem;left:21.75rem;overflow:hidden;display:block; }
#lG2HiJiTp80G62HGeoZ208TXJw9VEx2S { background-color:#f57d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;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:"league spartan";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:4.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:73.3330078125rem;left:22.09375rem;display:block; }
#BIDghNw9nxThyEOgekkuDtxBTuOKpEPi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vNbEWeIheTfXWm1J1OVAREVc63qIOIPL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d319dfbf-3117-4b88-8f6f-7748f5d08d2d/santo3.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;z-index:auto;display:block; }#vNbEWeIheTfXWm1J1OVAREVc63qIOIPL.adaptive-delivery-prevent-bg, #vNbEWeIheTfXWm1J1OVAREVc63qIOIPL.lazyload, #vNbEWeIheTfXWm1J1OVAREVc63qIOIPL.lazyloading { background-image: none; }#vNbEWeIheTfXWm1J1OVAREVc63qIOIPL > .row .container { background-color: transparent; background-image: none; }#vNbEWeIheTfXWm1J1OVAREVc63qIOIPL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.42); }#vNbEWeIheTfXWm1J1OVAREVc63qIOIPL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNbEWeIheTfXWm1J1OVAREVc63qIOIPL > .row .container > .video-iframe-container { display: none; }#vNbEWeIheTfXWm1J1OVAREVc63qIOIPL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.42); }#vNbEWeIheTfXWm1J1OVAREVc63qIOIPL > .row > .video-iframe-container { display: none; }#vNbEWeIheTfXWm1J1OVAREVc63qIOIPL > .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); }#vNbEWeIheTfXWm1J1OVAREVc63qIOIPL > .row .container { border-width: 0; border-radius: 0; }#vNbEWeIheTfXWm1J1OVAREVc63qIOIPL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vNbEWeIheTfXWm1J1OVAREVc63qIOIPL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vNbEWeIheTfXWm1J1OVAREVc63qIOIPL > .row .container { width:60rem;height:32.125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#vsuHLgl9JB9pgtJWiTweVHE5OvaRXuDi { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:5.7470703125rem;left:8.65625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ud820zHLhBwr3y0suJtwGRISbMI05qcz { position:absolute;display:block;z-index:14999;background-color:rgba(15,20,27,0.88);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.33) ;height:26.3125rem;width:26.25rem;top:3.4033203125rem;left:3.9375rem;display:block; }
#iFLzMEbNlT3s9q6t2fCaZ1lKEThV6bNC { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:10.2470703125rem;left:5.625rem;height:16.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X5y8y0DJRVb67TIkF3oHdski12iGmbHJ { position:absolute;display:block;z-index:15000;background-color:rgba(15,20,27,0.88);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.33) ;height:26.3125rem;width:26.25rem;top:3.4033203125rem;left:31.53125rem;display:block; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .widget-form-header { font-size:0.75rem; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:21.875rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:3.9375rem;color:#161616;font-size:1.8125rem;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.5;box-shadow: none; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .widget-input-text {padding-top: 0; padding-bottom: 0;}#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:21.875rem;box-sizing:border-box;height:4.8125rem;color:#161616;font-size:1.8125rem;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.5;box-shadow: none; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .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:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:21.875rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .widget-input-select {padding-top: 0; padding-bottom: 0;}#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#397ec1;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;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:21.875rem;height:4.0625rem;font-family:"open sans";overflow:hidden;box-shadow: none; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht [class*="-text"]:-moz-placeholder { color:#000000;font-family:roboto;font-size:0.9375rem;font-weight:700;font-style:normal; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht [class*="-text"]::-moz-placeholder { color:#000000;font-family:roboto;font-size:0.9375rem;font-weight:700;font-style:normal; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:roboto;font-size:0.9375rem;font-weight:700;font-style:normal; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:roboto;font-size:0.9375rem;font-weight:700;font-style:normal; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .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";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:20.6875rem;overflow:hidden;font-style:normal;float:none; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .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; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .widget-container:first-of-type{padding-top:0;}#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .widget-container:last-of-type{padding-bottom:0;}#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:32.46875rem;top:3.9970703125rem;z-index:15002;position:absolute;font-size:0.75rem; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.875rem;display:block;vertical-align:top; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht {display:block;}#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:32.46875rem;top:3.9970703125rem;z-index:15002;position:absolute;font-size:0.75rem; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #FJ6g126eGcPnQQFursOJQdbqCtGkd7TA { position:relative; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #RmsPeFopD2Idbtm9Uug4sfNBKru8c2TL { position:relative;display:block; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #W4Mb9P2MK8vgrIkKT99JQvRD1ZTsE4cy { position:relative; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #qiWbWwRRcStSs3dmplCpNUgchyOOVw5T { position:relative; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #VA30Ge1mzkbQ6yt4OL8C4ShMaR5F6q6T { position:relative;display:none; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #iFnOxi6dox5t4Qsp5MMLokQwOIxkkuZD { position:relative; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #BwHy2FydTncRO9vgv5zc3xvA0dzopySr { position:relative; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #NBHTPmcmRJQkQLcwbBwRT7vFO9l6UI8x { position:relative;display:none; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #vtA10SIz6lHEnQ5flrzAfAlS1CRMKpdC { position:relative; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #lxz9CDEMGi8NgCv2uTaait2mR3ywuLxR { position:relative; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #ENIRN2fy9DKBiQvunsyiTPEH5MDg1qWv { position:relative;display:none; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #ck0WPr5CIxTHefa2GVNrFHPTaQMfdQgh { position:relative; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #tNcmOCkXwkhvKVne79PzxqzLcZDl6Cph { position:relative; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #AUKidldesFQK1PRdLzELdXgaoXoVQN72 { position:relative; }
#hhFRRJG06vHqxl7N3QnDgdVG2tetakPJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f141b;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; }#hhFRRJG06vHqxl7N3QnDgdVG2tetakPJ > .row .container { background-color: transparent; background-image: none; }#hhFRRJG06vHqxl7N3QnDgdVG2tetakPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhFRRJG06vHqxl7N3QnDgdVG2tetakPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhFRRJG06vHqxl7N3QnDgdVG2tetakPJ > .row .container > .video-iframe-container { display: none; }#hhFRRJG06vHqxl7N3QnDgdVG2tetakPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhFRRJG06vHqxl7N3QnDgdVG2tetakPJ > .row > .video-iframe-container { display: none; }#hhFRRJG06vHqxl7N3QnDgdVG2tetakPJ > .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); }#hhFRRJG06vHqxl7N3QnDgdVG2tetakPJ > .row .container { border-width: 0; border-radius: 0; }#hhFRRJG06vHqxl7N3QnDgdVG2tetakPJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hhFRRJG06vHqxl7N3QnDgdVG2tetakPJ > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#tBteKwMlR6FZTbI9nxnK4AET7fVzkP4N { color:#ffffff;display:block;width:17rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:4.296875rem;left:14.15625rem;height:4.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KdxHBw3gok5Cf96N3PTHGp2duhBT4XxQ { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:10.296875rem;left:19.09375rem;height:1.4000375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#THk47UwLelWBcEsS1859TgAz8Ae76axB { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:5.3125rem;left:53.5625rem; }
#THk47UwLelWBcEsS1859TgAz8Ae76axB > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#NOQprqomD8qQRQ5skC9csgrePF3IE6iw { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:5.15625rem;left:50.21875rem; }
#NOQprqomD8qQRQ5skC9csgrePF3IE6iw > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#e2yLKbGPKwwUTONf2CbWqpooRwrqrTIV { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:4.296875rem;left:32.46875rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#dbWyfydZWKSVIbnAfWxxsdXh7k8ZbAuV { color:#ffffff;display:block;width:17.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:1.90625rem;left:13.59375rem;height:1.78178125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tAsltvJNhXolcfOlNLUBmoPCOl7LLfyS { color:#ffffff;display:block;width:17.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:1.90625rem;left:31.15625rem;height:1.78178125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OdPI2EqCDbFRQTMGP3IAC9lt9n1g1fbG { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:1.90625rem;left:48.84375rem;height:1.78178125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TIVUZe7EpWSBU162N7iPp3Cy7EhaAAqg { position:absolute;display:block;z-index:15036;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:6.1875rem;width:11.6875rem;top:2.90625rem;left:1.15625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cuiymu1TGXHe9csILTVl6DScd3KbydyK { display:block; }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbaPwVMlooy4GbUoD461lO7hOOMwlrND { width:5.625rem;height:2.5625rem;top:3.0625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5hhhBDITIhnqUDQtaTAaVOHp7rz2DVC { display:block; }
 }@media only screen and (max-width: 763px) { #ExwuSUZwulkBHpHvfp0iSAIszUc6kiTP { width:6.875rem;height:2.5625rem;top:3.0625rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9gJdF9GoJsurIT7zvkVlQDqPCxlJILC { display:block; }
 }@media only screen and (max-width: 763px) { #H00SMhNMFuzJpWLlBqnTVWtKHNyIJmWl { width:5.625rem;height:2.5625rem;top:3.0625rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGrhb7p3fZe0tsNPqNreoQq9qPxeOueG { display:block; }
 }@media only screen and (max-width: 763px) { #c1SPSaK1JoT6n7wGSS9coRmNGbz6p1n3 { top:0.8125rem;left:0rem;width:12.125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUvEbWlUd6WL2tnl55bqFSZu9RThT2pM { width:7.5rem;height:2.5625rem;top:3.0625rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfLQKl23otGI3rtpucPv1gQ1hOpSiHp4 { display:block; }
 }@media only screen and (max-width: 763px) { #f8tLOfKzFlrceLApaQu7GD1GDNdwU9JQ { width:10.3125rem;height:2.3125rem;top:3.1875rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3r69AqzNIiD5I8zOGJVi4PoZbD9Q6u1 { display:block; }
 }@media only screen and (max-width: 763px) { #XGEf1uKZr4OTvfLo1Zmo1c8Ptsq50ONo { width:7.5rem;height:2.5625rem;top:3.0625rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ2veVyIqwcJM0UtuEgbM4yOL2BK0LyW { display:block; }
 }@media only screen and (max-width: 763px) { #IO9FAVh0y7etRJIbaeqLqmEpqNBmtHda { display:block; }#IO9FAVh0y7etRJIbaeqLqmEpqNBmtHda > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LhLN3szRCVfDwfndSJIAbtt4WCTAPOWA { top:11.25rem;left:0rem;width:32.5rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bogbLNTkc9ODzGO5r2TTIbkqCTausurZ { top:9.625rem;left:0rem;width:27.5625rem;height:6.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZZo7K6lTWgJTQNFrd8o4zPOBzy4oRWX { top:17rem;left:0rem;width:33.1875rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxVD4ts21bwI0dyZJOPFr9kWeUfuTSO6 { width:12.625rem;height:4.1875rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMG5RAyLhOz7xJGPZ7nmkbmckNkeB4FX { display:block; }
 }@media only screen and (max-width: 763px) { #CqorzH6GLC7zhTQ46nyVtWAE9ZvKaErd { top:11.8125rem;left:21.6875rem;width:26.0625rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h61P8I3O4gVcTBp6NIieHkV6Mxcaulw8 { top:4.8125rem;left:34.1875rem;width:13.5625rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpbVDZL8rwHi2rqGWHktd7LFfGFcfBdd { display:block; }#zpbVDZL8rwHi2rqGWHktd7LFfGFcfBdd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RceJ72LbCWv4o0bmU00LAhV9yZGVPz5M { width:47.75rem;height:2.3125rem;top:1.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8ged47uFkens55rkagJVugC4v14y24c { width:43.625rem;height:12.4375rem;top:5.625rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCeuzKWdutulJ883UV7z8U2N4H6QPLwx { top:4.625rem;left:17.625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOn2FTBm7FFhfWLRsnP44W0qTqPBIpVe { width:43.625rem;height:11.8125rem;top:40rem;left:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzTN55yCu2iVoRzQNbVUNtz7oSNwJTRU { top:20.25rem;left:15rem;width:14.5625rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm0TLN4ConTgcc7TVr3AXq2kCGefeWNy { top:20.25rem;left:31.1875rem;width:14.5625rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCEXmphC1HOvz3ftprJzMVG5agq0hmTS { top:20.25rem;left:0rem;width:14.5625rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAnwPGsc5M7U2UBKnJh7dB5Lvef4lk08 { top:53.4375rem;left:0.5rem;width:14.5625rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFSsJp4NKCrizGbuG0axk45si5T5VAG8 { top:53.4375rem;left:31.1875rem;width:14.5625rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib7EMeG8Ef84K7Z1d3cweMSmNElTh4QO { top:53.4375rem;left:15.625rem;width:14.5625rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG2HiJiTp80G62HGeoZ208TXJw9VEx2S { width:12.625rem;height:4.1875rem;top:73.3125rem;left:15.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIDghNw9nxThyEOgekkuDtxBTuOKpEPi { display:block; }
 }@media only screen and (max-width: 763px) { #vNbEWeIheTfXWm1J1OVAREVc63qIOIPL { display:block; }#vNbEWeIheTfXWm1J1OVAREVc63qIOIPL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vsuHLgl9JB9pgtJWiTweVHE5OvaRXuDi { width:16.8125rem;height:3.375rem;top:5.6875rem;left:2.53125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud820zHLhBwr3y0suJtwGRISbMI05qcz { width:26.25rem;height:26.3125rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFLzMEbNlT3s9q6t2fCaZ1lKEThV6bNC { width:22.875rem;height:16.875rem;top:10.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5y8y0DJRVb67TIkF3oHdski12iGmbHJ { width:26.25rem;height:26.3125rem;top:3.375rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .widget-regular-label { display:block;width:21.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .widget-input-text { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .widget-input-text {padding-top: 0; padding-bottom: 0;}#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .widget-textarea { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .widget-input-select { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .widget-input-select {padding-top: 0; padding-bottom: 0;}#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .widget-input-button { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .widget-checkbox-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht  { width:21.875rem;height:auto;top:3.9375rem;left:23.375rem; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .radio-container { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht {display:block;}#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht { width:21.875rem;height:auto;top:3.9375rem;left:23.375rem; }
 }@media only screen and (max-width: 763px) { #IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #FJ6g126eGcPnQQFursOJQdbqCtGkd7TA {  }
 }@media only screen and (max-width: 763px) { #IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #RmsPeFopD2Idbtm9Uug4sfNBKru8c2TL {  }
 }@media only screen and (max-width: 763px) { #IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #W4Mb9P2MK8vgrIkKT99JQvRD1ZTsE4cy {  }
 }@media only screen and (max-width: 763px) { #IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #qiWbWwRRcStSs3dmplCpNUgchyOOVw5T {  }
 }@media only screen and (max-width: 763px) { #IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #VA30Ge1mzkbQ6yt4OL8C4ShMaR5F6q6T { display:block; }
 }@media only screen and (max-width: 763px) { #IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #iFnOxi6dox5t4Qsp5MMLokQwOIxkkuZD {  }
 }@media only screen and (max-width: 763px) { #IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #BwHy2FydTncRO9vgv5zc3xvA0dzopySr {  }
 }@media only screen and (max-width: 763px) { #IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #NBHTPmcmRJQkQLcwbBwRT7vFO9l6UI8x {  }
 }@media only screen and (max-width: 763px) { #IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #vtA10SIz6lHEnQ5flrzAfAlS1CRMKpdC {  }
 }@media only screen and (max-width: 763px) { #IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #lxz9CDEMGi8NgCv2uTaait2mR3ywuLxR {  }
 }@media only screen and (max-width: 763px) { #IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #ENIRN2fy9DKBiQvunsyiTPEH5MDg1qWv {  }
 }@media only screen and (max-width: 763px) { #IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #ck0WPr5CIxTHefa2GVNrFHPTaQMfdQgh {  }
 }@media only screen and (max-width: 763px) { #IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #tNcmOCkXwkhvKVne79PzxqzLcZDl6Cph {  }
 }@media only screen and (max-width: 763px) { #IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #AUKidldesFQK1PRdLzELdXgaoXoVQN72 {  }
 }@media only screen and (max-width: 763px) { #hhFRRJG06vHqxl7N3QnDgdVG2tetakPJ { display:block; }#hhFRRJG06vHqxl7N3QnDgdVG2tetakPJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBteKwMlR6FZTbI9nxnK4AET7fVzkP4N { top:4.25rem;left:8.03125rem;width:17rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdxHBw3gok5Cf96N3PTHGp2duhBT4XxQ { top:10.25rem;left:12.96875rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THk47UwLelWBcEsS1859TgAz8Ae76axB { top:5.3125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#THk47UwLelWBcEsS1859TgAz8Ae76axB > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #NOQprqomD8qQRQ5skC9csgrePF3IE6iw { top:5.125rem;left:44.09375rem;width:2.1875rem;height:2.1875rem;display:block; }
#NOQprqomD8qQRQ5skC9csgrePF3IE6iw > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #e2yLKbGPKwwUTONf2CbWqpooRwrqrTIV { top:4.25rem;left:26.34375rem;width:16.125rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbWyfydZWKSVIbnAfWxxsdXh7k8ZbAuV { top:1.875rem;left:7.46875rem;width:17.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAsltvJNhXolcfOlNLUBmoPCOl7LLfyS { top:1.875rem;left:25.03125rem;width:17.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdPI2EqCDbFRQTMGP3IAC9lt9n1g1fbG { top:1.875rem;left:38.625rem;width:9.125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIVUZe7EpWSBU162N7iPp3Cy7EhaAAqg { top:2.875rem;left:0rem;width:11.6875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cuiymu1TGXHe9csILTVl6DScd3KbydyK { background-color:#0f141b;background-image:none;position:fixed;z-index:199999;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;top:0rem;left:0rem;right:0rem;display:block; }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row .container { background-color: transparent; background-image: none; }#cuiymu1TGXHe9csILTVl6DScd3KbydyK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row .container > .video-iframe-container { display: none; }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row > .video-iframe-container { display: none; }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .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); }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row .container { border-width: 0; border-radius: 0; }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row .container { width:20rem;height:7.5771484375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbaPwVMlooy4GbUoD461lO7hOOMwlrND { width:1rem;height:1rem;top:2.53125rem;left:10.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5hhhBDITIhnqUDQtaTAaVOHp7rz2DVC { display:block; }
 }@media only screen and (max-width: 763px) { #ExwuSUZwulkBHpHvfp0iSAIszUc6kiTP { width:4.62446875rem;height:2.24964375rem;top:5.2015266418457rem;left:0.49272018671036rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9gJdF9GoJsurIT7zvkVlQDqPCxlJILC { display:block; }
 }@media only screen and (max-width: 763px) { #H00SMhNMFuzJpWLlBqnTVWtKHNyIJmWl { width:5.625rem;height:2.5rem;top:5.0772371292114rem;left:14.374111711979rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGrhb7p3fZe0tsNPqNreoQq9qPxeOueG { display:block; }
 }@media only screen and (max-width: 763px) { #c1SPSaK1JoT6n7wGSS9coRmNGbz6p1n3 { width:8.9375rem;height:4.4375rem;top:0.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUvEbWlUd6WL2tnl55bqFSZu9RThT2pM { width:5.187325rem;height:2.56214375rem;top:5.0452766418457rem;left:4.9920096993446rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfLQKl23otGI3rtpucPv1gQ1hOpSiHp4 { display:block; }
 }@media only screen and (max-width: 763px) { #f8tLOfKzFlrceLApaQu7GD1GDNdwU9JQ { width:8.9994375rem;height:1.93714375rem;top:2.06143450737rem;left:10.062144815922rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3r69AqzNIiD5I8zOGJVi4PoZbD9Q6u1 { display:block; }
 }@media only screen and (max-width: 763px) { #XGEf1uKZr4OTvfLo1Zmo1c8Ptsq50ONo { width:5.56196875rem;height:2.56214375rem;top:5.0452766418457rem;left:10.122514307499rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ2veVyIqwcJM0UtuEgbM4yOL2BK0LyW { display:block; }
 }@media only screen and (max-width: 763px) { #IO9FAVh0y7etRJIbaeqLqmEpqNBmtHda { background-color:#0f141b;background-image:none;display:block; }#IO9FAVh0y7etRJIbaeqLqmEpqNBmtHda > .row .container { background-color: transparent; background-image: none; }#IO9FAVh0y7etRJIbaeqLqmEpqNBmtHda::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IO9FAVh0y7etRJIbaeqLqmEpqNBmtHda > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IO9FAVh0y7etRJIbaeqLqmEpqNBmtHda > .row .container > .video-iframe-container { display: none; }#IO9FAVh0y7etRJIbaeqLqmEpqNBmtHda > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IO9FAVh0y7etRJIbaeqLqmEpqNBmtHda > .row > .video-iframe-container { display: none; }#IO9FAVh0y7etRJIbaeqLqmEpqNBmtHda > .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); }#IO9FAVh0y7etRJIbaeqLqmEpqNBmtHda > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LhLN3szRCVfDwfndSJIAbtt4WCTAPOWA { width:20rem;height:2.5996125rem;top:10.5625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bogbLNTkc9ODzGO5r2TTIbkqCTausurZ { width:20rem;height:4.5rem;top:9.6111497879031rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZZo7K6lTWgJTQNFrd8o4zPOBzy4oRWX { width:20rem;height:15.39355rem;top:26.289949417114rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hxVD4ts21bwI0dyZJOPFr9kWeUfuTSO6 { width:11.25rem;height:3.125rem;top:43.435722351074rem;left:4.3750000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMG5RAyLhOz7xJGPZ7nmkbmckNkeB4FX { display:block; }
 }@media only screen and (max-width: 763px) { #CqorzH6GLC7zhTQ46nyVtWAE9ZvKaErd { width:8.8743125rem;height:10rem;top:15.155362129211rem;left:5.5610795617104rem;display:block; }
 }@media only screen and (max-width: 763px) { #h61P8I3O4gVcTBp6NIieHkV6Mxcaulw8 { width:0.625rem;height:0.625rem;top:41.625rem;left:13.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #zpbVDZL8rwHi2rqGWHktd7LFfGFcfBdd { background-color:#ffffff;background-image:none;display:block; }#zpbVDZL8rwHi2rqGWHktd7LFfGFcfBdd > .row .container { background-color: transparent; background-image: none; }#zpbVDZL8rwHi2rqGWHktd7LFfGFcfBdd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpbVDZL8rwHi2rqGWHktd7LFfGFcfBdd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpbVDZL8rwHi2rqGWHktd7LFfGFcfBdd > .row .container > .video-iframe-container { display: none; }#zpbVDZL8rwHi2rqGWHktd7LFfGFcfBdd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpbVDZL8rwHi2rqGWHktd7LFfGFcfBdd > .row > .video-iframe-container { display: none; }#zpbVDZL8rwHi2rqGWHktd7LFfGFcfBdd > .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); }#zpbVDZL8rwHi2rqGWHktd7LFfGFcfBdd > .row .container { width:20rem;height:88.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RceJ72LbCWv4o0bmU00LAhV9yZGVPz5M { width:20rem;height:1.7871125rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8ged47uFkens55rkagJVugC4v14y24c { width:20rem;height:16.36034375rem;top:4.6826171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GCeuzKWdutulJ883UV7z8U2N4H6QPLwx { width:12.5rem;height:0.125rem;top:3.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOn2FTBm7FFhfWLRsnP44W0qTqPBIpVe { width:20rem;height:14.87305rem;top:45.484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DzTN55yCu2iVoRzQNbVUNtz7oSNwJTRU { width:10.3125rem;height:12.875rem;top:23.857421875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm0TLN4ConTgcc7TVr3AXq2kCGefeWNy { width:10.3125rem;height:12.875rem;top:31.107421875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCEXmphC1HOvz3ftprJzMVG5agq0hmTS { width:10.3125rem;height:12.9375rem;top:22.982421875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAnwPGsc5M7U2UBKnJh7dB5Lvef4lk08 { width:10.3125rem;height:12.875rem;top:61.357421875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFSsJp4NKCrizGbuG0axk45si5T5VAG8 { width:10.3125rem;height:12.875rem;top:68.732421875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib7EMeG8Ef84K7Z1d3cweMSmNElTh4QO { width:10.3125rem;height:12.875rem;top:62.294921875rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG2HiJiTp80G62HGeoZ208TXJw9VEx2S { width:12.625rem;height:4.1875rem;top:83.232421875rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIDghNw9nxThyEOgekkuDtxBTuOKpEPi { display:block; }
 }@media only screen and (max-width: 763px) { #vNbEWeIheTfXWm1J1OVAREVc63qIOIPL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d319dfbf-3117-4b88-8f6f-7748f5d08d2d/santo3.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#vNbEWeIheTfXWm1J1OVAREVc63qIOIPL.adaptive-delivery-prevent-bg, #vNbEWeIheTfXWm1J1OVAREVc63qIOIPL.lazyload, #vNbEWeIheTfXWm1J1OVAREVc63qIOIPL.lazyloading { background-image: none; }#vNbEWeIheTfXWm1J1OVAREVc63qIOIPL > .row .container { background-color: transparent; background-image: none; }#vNbEWeIheTfXWm1J1OVAREVc63qIOIPL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#vNbEWeIheTfXWm1J1OVAREVc63qIOIPL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNbEWeIheTfXWm1J1OVAREVc63qIOIPL > .row .container > .video-iframe-container { display: none; }#vNbEWeIheTfXWm1J1OVAREVc63qIOIPL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#vNbEWeIheTfXWm1J1OVAREVc63qIOIPL > .row > .video-iframe-container { display: none; }#vNbEWeIheTfXWm1J1OVAREVc63qIOIPL > .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); }#vNbEWeIheTfXWm1J1OVAREVc63qIOIPL > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vsuHLgl9JB9pgtJWiTweVHE5OvaRXuDi { width:15.3125rem;height:1.94970625rem;top:2.3109018802643rem;left:2.3428621888161rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ud820zHLhBwr3y0suJtwGRISbMI05qcz { width:20rem;height:19.3125rem;top:5.3740234375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iFLzMEbNlT3s9q6t2fCaZ1lKEThV6bNC { width:18.75rem;height:17.59570625rem;top:6.2314453125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #X5y8y0DJRVb67TIkF3oHdski12iGmbHJ { width:20rem;height:23.6875rem;top:24.6865234375rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .widget-input-text {padding-top: 0; padding-bottom: 0;}#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .widget-input-select {padding-top: 0; padding-bottom: 0;}#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht  { width:17.5rem;height:auto;top:23.826171875rem;left:0rem; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht {display:block;}#IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht { width:17.5rem;height:auto;top:23.826171875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #FJ6g126eGcPnQQFursOJQdbqCtGkd7TA {  }
 }@media only screen and (max-width: 763px) { #IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #RmsPeFopD2Idbtm9Uug4sfNBKru8c2TL { display:none; }
 }@media only screen and (max-width: 763px) { #IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #W4Mb9P2MK8vgrIkKT99JQvRD1ZTsE4cy {  }
 }@media only screen and (max-width: 763px) { #IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #qiWbWwRRcStSs3dmplCpNUgchyOOVw5T {  }
 }@media only screen and (max-width: 763px) { #IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #VA30Ge1mzkbQ6yt4OL8C4ShMaR5F6q6T { display:none; }
 }@media only screen and (max-width: 763px) { #IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #iFnOxi6dox5t4Qsp5MMLokQwOIxkkuZD {  }
 }@media only screen and (max-width: 763px) { #IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #BwHy2FydTncRO9vgv5zc3xvA0dzopySr {  }
 }@media only screen and (max-width: 763px) { #IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #NBHTPmcmRJQkQLcwbBwRT7vFO9l6UI8x { display:none; }
 }@media only screen and (max-width: 763px) { #IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #vtA10SIz6lHEnQ5flrzAfAlS1CRMKpdC {  }
 }@media only screen and (max-width: 763px) { #IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #lxz9CDEMGi8NgCv2uTaait2mR3ywuLxR {  }
 }@media only screen and (max-width: 763px) { #IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #ENIRN2fy9DKBiQvunsyiTPEH5MDg1qWv { display:none; }
 }@media only screen and (max-width: 763px) { #IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #ck0WPr5CIxTHefa2GVNrFHPTaQMfdQgh {  }
 }@media only screen and (max-width: 763px) { #IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #tNcmOCkXwkhvKVne79PzxqzLcZDl6Cph {  }
 }@media only screen and (max-width: 763px) { #IFaF3VxUXqrTwJIEELoGTMWNKtbmHiht #AUKidldesFQK1PRdLzELdXgaoXoVQN72 {  }
 }@media only screen and (max-width: 763px) { #hhFRRJG06vHqxl7N3QnDgdVG2tetakPJ { position:relative;z-index:auto;background-color:#0f141b;background-image:none;display:block; }#hhFRRJG06vHqxl7N3QnDgdVG2tetakPJ > .row .container { background-color: transparent; background-image: none; }#hhFRRJG06vHqxl7N3QnDgdVG2tetakPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhFRRJG06vHqxl7N3QnDgdVG2tetakPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhFRRJG06vHqxl7N3QnDgdVG2tetakPJ > .row .container > .video-iframe-container { display: none; }#hhFRRJG06vHqxl7N3QnDgdVG2tetakPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhFRRJG06vHqxl7N3QnDgdVG2tetakPJ > .row > .video-iframe-container { display: none; }#hhFRRJG06vHqxl7N3QnDgdVG2tetakPJ > .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); }#hhFRRJG06vHqxl7N3QnDgdVG2tetakPJ > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBteKwMlR6FZTbI9nxnK4AET7fVzkP4N { width:17.3125rem;height:4.21875rem;top:10.53125rem;left:1.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KdxHBw3gok5Cf96N3PTHGp2duhBT4XxQ { width:20rem;height:1.4000375rem;top:30.35546875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #THk47UwLelWBcEsS1859TgAz8Ae76axB { width:1.875rem;height:1.875rem;top:27.32421875rem;left:9.6875rem;display:block; }
#THk47UwLelWBcEsS1859TgAz8Ae76axB > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #NOQprqomD8qQRQ5skC9csgrePF3IE6iw { width:2.1875rem;height:2.1875rem;top:27.16796875rem;left:7.5625rem;display:block; }
#NOQprqomD8qQRQ5skC9csgrePF3IE6iw > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #e2yLKbGPKwwUTONf2CbWqpooRwrqrTIV { width:18.25rem;height:5.25rem;top:18.66796875rem;left:0.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dbWyfydZWKSVIbnAfWxxsdXh7k8ZbAuV { width:17.75rem;height:1.78125rem;top:8rem;left:1.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tAsltvJNhXolcfOlNLUBmoPCOl7LLfyS { width:17.75rem;height:1.78125rem;top:16.26171875rem;left:1.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OdPI2EqCDbFRQTMGP3IAC9lt9n1g1fbG { width:9.125rem;height:1.78125rem;top:24.60546875rem;left:5.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TIVUZe7EpWSBU162N7iPp3Cy7EhaAAqg { width:10rem;height:5.25rem;top:1.875rem;left:5rem;display:block; }
 }