.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;
}
:root { --color-primary-0:224,222,221;--color-primary-1:151,145,141;--color-primary-2:47,35,26;--color-primary-3:24,18,13;--color-primary-4:7,5,4;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:223,223,223;--color-secondary-3:204,204,204;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:188,188,188;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Barlow";--paragraphs-font-family:"Barlow"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e2e9db77-4b85-4484-8efb-beb053b34c21/fundoimgestrelasmasc.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;overflow:visible;position:relative;display:block; }#lOiLhLb7nwKI3bnPLJbQ2cA9zKR0xUbP { 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:1.6875rem;width:12.5rem;top:2.09375rem;left:0rem;overflow:hidden;display:block; }
#fSHEOU8yF4f4wNeANRde9D6iLJPRlSgF { background-color:#050505;background-image:url("https://images.assets-landingi.com/uc/e2e9db77-4b85-4484-8efb-beb053b34c21/fundoimgestrelasmasc.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#fSHEOU8yF4f4wNeANRde9D6iLJPRlSgF.adaptive-delivery-prevent-bg, #fSHEOU8yF4f4wNeANRde9D6iLJPRlSgF.lazyload, #fSHEOU8yF4f4wNeANRde9D6iLJPRlSgF.lazyloading { background-image: none; }#fSHEOU8yF4f4wNeANRde9D6iLJPRlSgF > .row .container { background-color: transparent; background-image: none; }#fSHEOU8yF4f4wNeANRde9D6iLJPRlSgF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSHEOU8yF4f4wNeANRde9D6iLJPRlSgF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSHEOU8yF4f4wNeANRde9D6iLJPRlSgF > .row .container > .video-iframe-container { display: none; }#fSHEOU8yF4f4wNeANRde9D6iLJPRlSgF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSHEOU8yF4f4wNeANRde9D6iLJPRlSgF > .row > .video-iframe-container { display: none; }#fSHEOU8yF4f4wNeANRde9D6iLJPRlSgF > .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); }#fSHEOU8yF4f4wNeANRde9D6iLJPRlSgF > .row .container { border-width: 0; border-radius: 0; }#fSHEOU8yF4f4wNeANRde9D6iLJPRlSgF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fSHEOU8yF4f4wNeANRde9D6iLJPRlSgF > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#VyL8a2wleR2awRJwmR1JvMXoX3hP68Sm { color:rgba(var(--color-tertiary-0),1);display:block;width:38.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:13.64941875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .widget-form-header {  }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:30.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:30.9375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .widget-input-text {padding-top: 0; padding-bottom: 0;}#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:30.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .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:30.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .widget-input-select {padding-top: 0; padding-bottom: 0;}#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .widget-input-button { border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:16.75rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:14.1875rem;height:2.875rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:29.5625rem;overflow:hidden;font-style:normal; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .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; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .widget-container:first-of-type{padding-top:0;}#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .widget-container:last-of-type{padding-bottom:0;}#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0rem 0.375rem rgba(var(--color-secondary-0),0.9) ;position:absolute;top:2.625rem;left:39.4375rem; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30.9375rem; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe {display:block;}#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0rem 0.375rem rgba(var(--color-secondary-0),0.9) ;position:absolute;top:2.625rem;left:39.4375rem; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #HyKcKp7KiFWEXDrygDMvRRZVawzK5nS8 { position:relative; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #u6WQfdFMd4h7gUpZeKdNN4gpKDA15TqV { position:relative;display:block; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #zD7tUfLlCJ2VMTRTTtPqdkK8rs2ldwhP { position:relative; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #HXUKQCZrETi7AJPqh9qOD4WPxtlOHou4 { position:relative; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #P7b3atZwZHzIvtTgC0eSEUDT5DXO8th3 { position:relative;display:block; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #M7LDFQxGgEEtgMi2QyDohyETGP9HoUiT { position:relative; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #SoGHly2A3mcJ73m52E7o1baDTdxsrdg0 { position:relative; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #mUBD3RQqum9hTlD0ezw29MaafBbyEcXF { position:relative;display:block; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #Dgy7zo9Bq29ohA9AHDCfehw80u4ZQg1f { position:relative; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #AD3eTfdCwQni6RKRRQWPnsc2I7oPq3mT { position:relative; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #RyGfJvGnV2fDQcKDKbtogSOf0g84FvR8 { position:relative;display:block; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #S7UeNXQFccOaTpozTExsBrbHQzNV2UbX { position:relative; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #I5E4kKdRGQru4SQiakVuQrTdTzq95Xoy { position:relative; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #VI011HTsbzyTEZLGS3NXnZLmwhJsdbXI { position:relative; }
#F77fcBvCmOKcZcF0F6XVz2oaJTVcnHg4 { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:17.375rem;left:0rem;display:block; }
#JEMObHTx3cfPocXcZTpINxl34hnBvTGK { color:rgba(var(--color-tertiary-0),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:19.5625rem;left:0rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hPV2y7ToNre8TE54ynIMMwBTP3ODd7z9 { position:absolute;display:block;z-index:15011;height:6.875rem;width:13rem;top:26.75rem;left:59.9375rem;display:block; }
#WPAqaub9CKrMGq89TIiwZKZcQbMll8BP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/97698846-d314-4654-9fb1-7a162a84b8d9/BIG_dark_universe_invert.png");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; }#WPAqaub9CKrMGq89TIiwZKZcQbMll8BP.adaptive-delivery-prevent-bg, #WPAqaub9CKrMGq89TIiwZKZcQbMll8BP.lazyload, #WPAqaub9CKrMGq89TIiwZKZcQbMll8BP.lazyloading { background-image: none; }#WPAqaub9CKrMGq89TIiwZKZcQbMll8BP > .row .container { background-color: transparent; background-image: none; }#WPAqaub9CKrMGq89TIiwZKZcQbMll8BP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#WPAqaub9CKrMGq89TIiwZKZcQbMll8BP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPAqaub9CKrMGq89TIiwZKZcQbMll8BP > .row .container > .video-iframe-container { display: none; }#WPAqaub9CKrMGq89TIiwZKZcQbMll8BP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#WPAqaub9CKrMGq89TIiwZKZcQbMll8BP > .row > .video-iframe-container { display: none; }#WPAqaub9CKrMGq89TIiwZKZcQbMll8BP > .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); }#WPAqaub9CKrMGq89TIiwZKZcQbMll8BP > .row .container { border-width: 0; border-radius: 0; }#WPAqaub9CKrMGq89TIiwZKZcQbMll8BP::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; }#WPAqaub9CKrMGq89TIiwZKZcQbMll8BP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WPAqaub9CKrMGq89TIiwZKZcQbMll8BP > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:75rem;position:relative;display:block; }#IBo6EZZpp1fkCmakAkRliDaPgQKsDrz5 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:11.625rem;height:3.16796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b8tEJckxGIy5aJAm97KfCOOFkzEPvs0c { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.099609375rem;left:21.625rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ifFVU9khTyQDvB7IPH6KTQpJLnTAchty { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:11.8125rem;left:5.625rem;height:4.74316875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bzKEzHmyBbmVpAXbzVvV35T8p1nFXKs1 { box-sizing:content-box;height:2.8125rem;width:32.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:6.875rem;left:21.125rem;display:block; }
#O5n7QviTwGnNcCfa2wAOk5D66T9z7DDu { box-sizing:content-box;height:2.8125rem;width:7.9375rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(99deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(99deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(99deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(99deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(99deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:6.875rem;left:46.9375rem;display:block; }
#sQWk8ZonsUkqJXrKW5X69O9e3psB2L6Z { box-sizing:content-box;height:2.0625rem;width:3.0625rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(99deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(99deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(99deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(99deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(99deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:6.875rem;left:52.6875rem;display:block; }
#TyznxeJ2wAOuH7SwJdVhanEJBARzpZqc { box-sizing:content-box;height:1.25rem;width:1.75rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(99deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(99deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(99deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(99deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(99deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:6.875rem;left:54.875rem;display:block; }
#rnSqbqHqvwhXvRtzTmfAN0muIDErmdav { box-sizing:content-box;height:1.25rem;width:1.75rem;position:absolute;display:block;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(99deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(99deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(99deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(99deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(99deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-size:auto !important;top:6.875rem;left:18.3125rem;display:block; }
#VazGKe7nJdNGolvoTxqah4ZEPN98ekND { box-sizing:content-box;height:2.0625rem;width:3.0625rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(99deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(99deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(99deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(99deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(99deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-size:auto !important;top:6.875rem;left:19.1875rem;display:block; }
#KkUv1LwEgkcINGgqEXRyvcylfseC0GcH { box-sizing:content-box;height:2.8125rem;width:7.9375rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(99deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(99deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(99deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(99deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(99deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-size:auto !important;top:6.875rem;left:20.1875rem;display:block; }
#fGfv48WHSPGsvArt4lZscNKodwvU22st { box-sizing:content-box;height:23.4375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:19.75rem;left:0rem;display:block; }
#mGcVwBoPUHJxMcg1xVDBE0HVLxwcvHZ4 { 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:3.375rem;width:11.8125rem;top:26.65625rem;left:40.75rem;overflow:hidden;display:block; }
#EsqNz5BzQPedG7v8SUg1lzq2kEFzvxis { position:absolute;display:block;z-index:15007;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.875rem;width:13.625rem;top:25.90625rem;left:4.5625rem;overflow:hidden;display:block; }
#TToq1HbhJ6cymmaIaa7TURMTTW4U3Cmk { position:absolute;display:block;z-index:15004;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:7.1875rem;width:11.5rem;top:31.9375rem;left:4.8125rem;overflow:hidden;display:block; }
#h1EUa51PvbCyhVp7fQes72eHNpVEoWF1 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:13.1875rem;top:26.84375rem;left:56.53125rem;overflow:hidden;display:block; }
#d7TkbXBVqigv1uI6mtREA8kQT29cN1lS { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:7.5625rem;top:32.9375rem;left:31.5625rem;overflow:hidden;display:block; }
#hsBTC8yohPGxi3wbGyR4OnF1WEdxnMc3 { 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:5.1875rem;width:15.3125rem;top:24.03125rem;left:22.25rem;overflow:hidden;display:block; }
#HNyT8EcIOL8NrCD8OsIXE2nASEqQk1a1 { position:absolute;display:block;z-index:15009;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.8125rem;width:7.375rem;top:33.125rem;left:19.1875rem;overflow:hidden;display:block; }
#SNMegH3IXVrw5fphON12eok4kET5dQks { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:7.5625rem;top:33.1875rem;left:45.1875rem;overflow:hidden;display:block; }
#fvK4G2nM6TvTOhLQHXwFFHrUePzqDuLr { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:10.375rem;top:34.25rem;left:57.5rem;overflow:hidden;display:block; }
#kqeh3Xu0fzNKT2WOkAwFTdbdFFyFU5No { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:45.4375rem;left:35.9375rem; }
#nS1LO46cyfvHi5nCT6HBRpJVkt2ZvlGJ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:20.64453125rem;left:1.375rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zqlkEZnDhpM55xN1gzz3gsXpJ6oTwTRh { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/e2e9db77-4b85-4484-8efb-beb053b34c21/fundoimgestrelasmasc.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#zqlkEZnDhpM55xN1gzz3gsXpJ6oTwTRh.adaptive-delivery-prevent-bg, #zqlkEZnDhpM55xN1gzz3gsXpJ6oTwTRh.lazyload, #zqlkEZnDhpM55xN1gzz3gsXpJ6oTwTRh.lazyloading { background-image: none; }#zqlkEZnDhpM55xN1gzz3gsXpJ6oTwTRh > .row .container { background-color: transparent; background-image: none; }#zqlkEZnDhpM55xN1gzz3gsXpJ6oTwTRh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zqlkEZnDhpM55xN1gzz3gsXpJ6oTwTRh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zqlkEZnDhpM55xN1gzz3gsXpJ6oTwTRh > .row .container > .video-iframe-container { display: none; }#zqlkEZnDhpM55xN1gzz3gsXpJ6oTwTRh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zqlkEZnDhpM55xN1gzz3gsXpJ6oTwTRh > .row > .video-iframe-container { display: none; }#zqlkEZnDhpM55xN1gzz3gsXpJ6oTwTRh > .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); }#zqlkEZnDhpM55xN1gzz3gsXpJ6oTwTRh > .row .container { border-width: 0; border-radius: 0; }#zqlkEZnDhpM55xN1gzz3gsXpJ6oTwTRh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zqlkEZnDhpM55xN1gzz3gsXpJ6oTwTRh > .row .container { font-size:0.875rem;font-family:arial;height:71.25rem;width:75rem;overflow:visible;position:relative;display:block; }#ztSk3JsscopHIxXmyXcMuPuGTAP3RikG { color:rgba(var(--color-tertiary-0),1);display:block;width:47.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1845703125rem;left:13.53125rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QvrCblwxtc7VlhaCPoLf7TfkAOaT69uL { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.7744140625rem;left:27.5rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qMqwlB3RBtwGfVbOI4LVh1cmrxWrygHP { 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:37.0625rem;width:32.9375rem;top:15.0625rem;left:21rem;overflow:hidden;display:block; }
#hEZC1C2yDTaxz2TyVlmDZRM8Nv2GRv8c { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:7.125rem;left:28.125rem;display:block; }
#txshmuqsaEfqp0qrUs34ufiUfoJMv9s3 { position:absolute;display:block;z-index:15017;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:11.0625rem;width:12.6875rem;top:28.0625rem;left:30.875rem;overflow:hidden;display:block; }
#blnuFo6iezTMHkDfTA9xoHGU97irDVdK { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:26rem;left:53.9375rem;height:2.5996125rem;font-style:normal;display:block; }
#oruN73uJtyRNIhfEFbBDb0T49FFJxXSG { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:39.8125rem;left:53.9375rem;height:2.5996125rem;font-style:normal;display:block; }
#O7KoiRdn3vB1ho5lPLi4l3CaSqQps1kH { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:54.3125rem;left:28.875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bvbgiOq7u2yiufCcADq4bkHiN8cy1beB { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:39.75rem;left:6.25rem;height:3.8994125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uLnuTsS40LTZfwpPrcquzHN1mFSzCKbF { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:26.0625rem;left:3.75rem;height:3.8994125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#g97FNSuF3TPPoIIWMO5iadac2nns3XCV { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1rem solid rgba(var(--color-secondary-0),1);border-left:1rem solid rgba(var(--color-secondary-0),1);border-right:1rem solid rgba(var(--color-secondary-0),1);border-bottom:1rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0rem 0rem 0.375rem rgba(var(--color-secondary-0),0.53) ;box-sizing:border-box;color:#101010;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.125rem;height:3.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:61.4375rem;left:24.4375rem;display:block; }
#UEKu5t6h4C98tcKvsGDnBNZIzStbDUCa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lWwdqdpOTyitzg8NQ3zITaGkJkM9GD05 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.2822265625rem;left:32.90625rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gs9tQfZaNTa0aBbntaKdaTqL0Cdz5MzH { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:23.5078125rem;left:53.9375rem;height:1.8681625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xpBhJDZJI4m9nGQmWFTfiWVBtr503t5C { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:37.375rem;left:53.9375rem;height:1.8681625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fK35onlfoQ143Q5oQH5nDsVlUvqeEKLk { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:51.8125rem;left:33.1875rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#axKrDOUTbCUTfuOxf3RQ6586Xo5nNb8y { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:37.3203125rem;left:12.4375rem;height:1.8681625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NcfwXL1thLZdA5yLwRrTK1GQ7xeU2Ar5 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.625rem;left:12.4375rem;height:1.8681625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hKnQ57BbZiVGzeK9c9gflfAfNtMlyXNH { 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:3.5rem;width:3.5rem;top:23.82421875rem;left:0rem;overflow:hidden;display:none; }
#x4ssRJsSvwrOPwDDxih9BMWkQQ1iS6wA { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:29.625rem;left:0rem;overflow:hidden;display:none; }
#HxJPRXrxJV8rCV22pplc0BAG259GIpE7 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:35.375rem;left:0rem;overflow:hidden;display:none; }
#KqoTs3OVL7D1DKT6HTIP2ASVlrkkemrO { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:40.75rem;left:0rem;overflow:hidden;display:none; }
#pwL2kqAOt7dUPaz6gFiuqflm1ilyxy5o { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:transparent;background-image:none;top:40.6875rem;left:0rem;border-top:0.0625rem solid #878787;border-left:0.0625rem solid #878787;border-right:0.0625rem solid #878787;border-bottom:0.0625rem solid #878787;display:none; }
#BapeVOK4IEJOB8UJe6pT0c3MlINUugGb { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:46.375rem;left:0.0625rem;overflow:hidden;display:none; }
#wtSNEHgqdT1aMxkn1Uu9sCbyXc9anC3h { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:transparent;background-image:none;top:46.3125rem;left:0rem;border-top:0.0625rem solid #878787;border-left:0.0625rem solid #878787;border-right:0.0625rem solid #878787;border-bottom:0.0625rem solid #878787;display:none; }
#JsSWI4r2VTQEFMiSmWnlLTqTekkvvvnw { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:transparent;background-image:none;top:51.9375rem;left:0rem;border-top:0.0625rem solid #878787;border-left:0.0625rem solid #878787;border-right:0.0625rem solid #878787;border-bottom:0.0625rem solid #878787;display:none; }
#QAWdsM4dgZycwioRmhFnzibWWPo76w4Z { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:52rem;left:0.0625rem;overflow:hidden;display:none; }
#O7X7sfMk3qna8l7zn9OLUWaH8OtoNWBI { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/4a79c78f-1e69-43d6-9d71-b9b92d2ac155/odcmainbg.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#O7X7sfMk3qna8l7zn9OLUWaH8OtoNWBI.adaptive-delivery-prevent-bg, #O7X7sfMk3qna8l7zn9OLUWaH8OtoNWBI.lazyload, #O7X7sfMk3qna8l7zn9OLUWaH8OtoNWBI.lazyloading { background-image: none; }#O7X7sfMk3qna8l7zn9OLUWaH8OtoNWBI > .row .container { background-color: transparent; background-image: none; }#O7X7sfMk3qna8l7zn9OLUWaH8OtoNWBI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7X7sfMk3qna8l7zn9OLUWaH8OtoNWBI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7X7sfMk3qna8l7zn9OLUWaH8OtoNWBI > .row .container > .video-iframe-container { display: none; }#O7X7sfMk3qna8l7zn9OLUWaH8OtoNWBI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7X7sfMk3qna8l7zn9OLUWaH8OtoNWBI > .row > .video-iframe-container { display: none; }#O7X7sfMk3qna8l7zn9OLUWaH8OtoNWBI > .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); }#O7X7sfMk3qna8l7zn9OLUWaH8OtoNWBI > .row .container { border-width: 0; border-radius: 0; }#O7X7sfMk3qna8l7zn9OLUWaH8OtoNWBI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#O7X7sfMk3qna8l7zn9OLUWaH8OtoNWBI > .row .container { font-size:0.875rem;font-family:arial;height:34.125rem;width:75rem;overflow:visible;position:relative;display:block; }#p7KZ7hT8NP0xJPZWQtvf2RSLQgsIEpyV { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:10.4296875rem;left:22.0625rem;height:2.611325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#geLSZOLxg5ZXH3anO07ENB9ECaSiWy4s { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(109,109,109,0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(109,109,109,0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(109,109,109,0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(109,109,109,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='#6d6d6d33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='#6d6d6d33' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(109,109,109,0.2));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:20.875rem;width:60.375rem;top:7.75rem;left:9.4375rem;display:block; }
#uqTTdmQBazGiJvJX1z5c3VBJ0mI3hPwS { box-sizing:content-box;height:19.75rem;width:14.25rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/0956b7a1-b524-4b4c-9231-796434608e53/fotoCofreperfilinsta.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.9375rem;left:6.375rem;display:block; }#uqTTdmQBazGiJvJX1z5c3VBJ0mI3hPwS.adaptive-delivery-prevent-bg, #uqTTdmQBazGiJvJX1z5c3VBJ0mI3hPwS.lazyload, #uqTTdmQBazGiJvJX1z5c3VBJ0mI3hPwS.lazyloading { background-image: none; }
#MpCqiLOwpXP1FTtc9GrqDlix2RVveKkG { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:7.75rem;left:22.0625rem;height:2.6806625rem;font-style:normal;display:block; }
#XS8cKRg4Z2rleuWQrh3H7o8rx2t3I0yD { color:rgba(var(--color-tertiary-4),1);display:block;width:46.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:14.2890625rem;left:22.0625rem;height:12.2734375rem;font-style:normal;display:block; }#XS8cKRg4Z2rleuWQrh3H7o8rx2t3I0yD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XS8cKRg4Z2rleuWQrh3H7o8rx2t3I0yD li:before{  }
#wwkQ5w7fh4mAuTQJa1NK7iPGxXT0KpkH { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:8.24609375rem;left:40.5rem; }
#wwkQ5w7fh4mAuTQJa1NK7iPGxXT0KpkH > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#c5uNp2N9bXTXLrHOE13UL3WXugzSLOma { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:8.0625rem;left:37.625rem; }
#c5uNp2N9bXTXLrHOE13UL3WXugzSLOma > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#vlRqmffS7m09pMQJm6sXn3OqBlttn8sH { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:4.34375rem;left:5.78125rem;display:block; }
#LIcMhUKRes60dzHwdDVcG6QFtUDD9vUM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);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; }#LIcMhUKRes60dzHwdDVcG6QFtUDD9vUM > .row .container { background-color: transparent; background-image: none; }#LIcMhUKRes60dzHwdDVcG6QFtUDD9vUM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIcMhUKRes60dzHwdDVcG6QFtUDD9vUM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIcMhUKRes60dzHwdDVcG6QFtUDD9vUM > .row .container > .video-iframe-container { display: none; }#LIcMhUKRes60dzHwdDVcG6QFtUDD9vUM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIcMhUKRes60dzHwdDVcG6QFtUDD9vUM > .row > .video-iframe-container { display: none; }#LIcMhUKRes60dzHwdDVcG6QFtUDD9vUM > .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); }#LIcMhUKRes60dzHwdDVcG6QFtUDD9vUM > .row .container { border-width: 0; border-radius: 0; }#LIcMhUKRes60dzHwdDVcG6QFtUDD9vUM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LIcMhUKRes60dzHwdDVcG6QFtUDD9vUM > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;position:relative;display:block; }#QLdAb0omkl1C2IsT0dt1aV6n6Mdg1CLz { color:rgba(var(--color-tertiary-0),1);display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.89453125rem;left:16.875rem;height:6.3359375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ftm8x3IDBQMarISJM4RPSL0T4tvaBFQQ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:29.4375rem;top:4.875rem;left:0rem;overflow:hidden;display:block; }
#ayAQoypdbI5I9T0DksHxEIMrDJ3nRXfx { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:29.4375rem;top:4.875rem;left:45.5625rem;overflow:hidden;display:block; }
#oEktDAHIg0giaL5a1hHH8gwlM4inyr1K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#oEktDAHIg0giaL5a1hHH8gwlM4inyr1K > .row .container { background-color: transparent; background-image: none; }#oEktDAHIg0giaL5a1hHH8gwlM4inyr1K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEktDAHIg0giaL5a1hHH8gwlM4inyr1K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEktDAHIg0giaL5a1hHH8gwlM4inyr1K > .row .container > .video-iframe-container { display: none; }#oEktDAHIg0giaL5a1hHH8gwlM4inyr1K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEktDAHIg0giaL5a1hHH8gwlM4inyr1K > .row > .video-iframe-container { display: none; }#oEktDAHIg0giaL5a1hHH8gwlM4inyr1K > .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); }#oEktDAHIg0giaL5a1hHH8gwlM4inyr1K > .row .container { border-width: 0; border-radius: 0; }#oEktDAHIg0giaL5a1hHH8gwlM4inyr1K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oEktDAHIg0giaL5a1hHH8gwlM4inyr1K > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:75rem;position:relative;display:block; }#uLTf8MCNFVo3hRvwcyAOalZz8IQZraUG { box-sizing:content-box;height:26.875rem;width:21.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:2.4375rem;left:1.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.8125rem 1rem rgba(var(--color-secondary-4),0.33) ;display:block; }
#raDuAKi6TPPuZm16LHzQsTxz6a0L0W6Q { box-sizing:content-box;height:25.25rem;width:21.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:2.4375rem;left:26.59375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.8125rem 1rem rgba(var(--color-secondary-4),0.33) ;display:block; }
#QsVWFATw9uBeWIvKCJXIVJiobI7AxqtL { box-sizing:content-box;height:24rem;width:21.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:2.4375rem;left:51.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.8125rem 1rem rgba(var(--color-secondary-4),0.33) ;display:block; }
#UrePOJ5H1vZ8TfNAsstu74KEEqOfoBrP { box-sizing:content-box;height:4.3125rem;width:13.9375rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:4.0634765625rem;left:5.53125rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#fy4OMsuUKtsJ1gBE9JSGxdCqApQecA4o { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15037;line-height:1.1;letter-spacing:0;top:4.638671875rem;left:6.84375rem;height:3.1621125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zN5ErMUsEHFKAEqseGG2TQeNDDZdUSl9 { box-sizing:content-box;height:3.4375rem;width:14rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:4.5009765625rem;left:30.5rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#qOFvRgfJVk7RpkDsOzMNT2ogVMRk15vH { box-sizing:content-box;height:3.4375rem;width:15.25rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:4.5009765625rem;left:54.875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#CXkJktLgCdIC2nVThFCbI9s9hJ6JWd6g { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:5.2861328125rem;left:30.03125rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MaPvZBLafyDcQTN4laS4TveBTewZNuHx { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:5.2861328125rem;left:55.46875rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bsWigl2Tx0iN6kzaV0r11qZobCCh7eNo { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:10.2509765625rem;left:53.65625rem;height:12.34375rem;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;text-align:center;text-align-last:center;display:block; }
#euBIpEP8slDSpQtX3EKqay29JlcTJXun { color:rgba(var(--color-tertiary-0),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10.2509765625rem;left:2.875rem;height:15.4296875rem;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;text-align:center;text-align-last:center;display:block; }
#kuBhuNxd8KzP2dSBT823eJvqOUu9W8c7 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:10.46484375rem;left:28.1875rem;height:12.34375rem;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;text-align:center;text-align-last:center;display:block; }
#VSJAGOEJZeOCCqdogprIh1CpTinlFz5R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#VSJAGOEJZeOCCqdogprIh1CpTinlFz5R > .row .container { background-color: transparent; background-image: none; }#VSJAGOEJZeOCCqdogprIh1CpTinlFz5R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSJAGOEJZeOCCqdogprIh1CpTinlFz5R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSJAGOEJZeOCCqdogprIh1CpTinlFz5R > .row .container > .video-iframe-container { display: none; }#VSJAGOEJZeOCCqdogprIh1CpTinlFz5R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSJAGOEJZeOCCqdogprIh1CpTinlFz5R > .row > .video-iframe-container { display: none; }#VSJAGOEJZeOCCqdogprIh1CpTinlFz5R > .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); }#VSJAGOEJZeOCCqdogprIh1CpTinlFz5R > .row .container { border-width: 0; border-radius: 0; }#VSJAGOEJZeOCCqdogprIh1CpTinlFz5R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VSJAGOEJZeOCCqdogprIh1CpTinlFz5R > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#VtaRT0Jco0ee9D302CaOtpd5QTeCOAVT { background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0rem 0rem 0.375rem rgba(var(--color-secondary-0),0.53) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.0625rem;left:26.25rem;display:block; }
#M63yntLo0W6G4ElxsA7tmrIurBdAvu5M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fRC4lL9NkogqsntXwvRvJgO7EVaSGtfu { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:0.6875rem;left:0rem;display:block; }
#egpIEPlbTb455HDifmk3TLdqCWurhoLu { position:relative;display:none; }#egpIEPlbTb455HDifmk3TLdqCWurhoLu { border-width: 0; border-radius: 0; }#egpIEPlbTb455HDifmk3TLdqCWurhoLu > .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; }#egpIEPlbTb455HDifmk3TLdqCWurhoLu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#q5NhstnCeNQno6qQiTu7cHXbk78FLf0x { box-sizing:content-box;height:18.125rem;width:22.5625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:13.75rem;left:10.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#tbDODcFQ2Q9A2KX8SyWiTH0ILlE04geP { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:29.375rem;left:31rem;display:none; }
#EX8mUGp4XMcGfsDwrId67DnWf8n3rDEJ { box-sizing:content-box;height:1.125rem;width:1.125rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:28.75rem;left:30.5rem;display:none; }
#PI3s75iaPmVW00b4N2o7tUnBlLLrGcGe { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:15rem;left:13.75rem;height:12.82323125rem;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;text-align:left;text-align-last:left;display:none; }
#TIt6XMfs8JTJ0VO301v30lCkSwv6eLLN { box-sizing:content-box;height:8.1875rem;width:23.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),0);background-image:none;top:17.5625rem;left:7.625rem;border-top:0.1875rem solid rgba(var(--color-secondary-0),1);border-left:0.1875rem solid rgba(var(--color-secondary-0),1);border-right:0.1875rem solid rgba(var(--color-secondary-0),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-0),1);display:none; }
#PxrFGlQaM5XqdISqxddAIyFI1VbsfahU { box-sizing:content-box;height:4rem;width:24.5625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),0);background-image:none;top:10.6875rem;left:10.625rem;border-top:0.1875rem solid rgba(var(--color-secondary-0),1);border-left:0.1875rem solid rgba(var(--color-secondary-0),1);border-right:0.1875rem solid rgba(var(--color-secondary-0),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-0),1);display:none; }
#SDta9qgTrVR70asppxrSmUCcTvcD7Trr { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.375rem 1rem rgba(var(--color-secondary-4),0.5) ;height:13.5625rem;width:7.25rem;top:9.0625rem;left:5.25rem;overflow:hidden;display:none; }
#giqnZSBtEgexPfASSBN7ZcwILqiPZwWU { color:rgba(var(--color-tertiary-0),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.3125rem;left:13.5rem;height:1.8681625rem;font-style:italic;text-align:left;text-align-last:left;display:none; }
#XzkCsgp0QqQDTTZP7hZQACgcpWTihKw1 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.3125rem;left:13.5rem;height:1.8681625rem;font-style:italic;text-align:left;text-align-last:left;display:none; }
#CHrT7sZbygoEavtfhVlPGtK0tuuTZHGW { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:29.4375rem;top:3.3125rem;left:4.6875rem;overflow:hidden;display:none; }
#tspCoddsfLMq1cPvDQVXw3pTc4EoNg7q { color:rgba(var(--color-tertiary-0),1);display:block;width:22.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.125rem;left:26.0625rem;height:3.16796875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rhEGSCfL9KOqblf9ZSGQexpDCMa4zaP1 { position:relative;display:none; }#rhEGSCfL9KOqblf9ZSGQexpDCMa4zaP1 { border-width: 0; border-radius: 0; }#rhEGSCfL9KOqblf9ZSGQexpDCMa4zaP1 > .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; }#rhEGSCfL9KOqblf9ZSGQexpDCMa4zaP1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GLngmZxudhX52abUXLlnNg9ZA8HUIdNI { box-sizing:content-box;height:18.125rem;width:22.5625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:13.75rem;left:10.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#qRktunX1ESh5eBKMaZSO428rbpBtXWzn { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:29.375rem;left:31rem;display:none; }
#U8v99Q4f6Lad3DMolNkggu6RUtQfT2AM { box-sizing:content-box;height:1.125rem;width:1.125rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:28.75rem;left:30.5rem;display:none; }
#PXGn5Jp8GvsPrIVhoS99sR4PvUayBNQQ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:15rem;left:13.75rem;height:12.82323125rem;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;text-align:left;text-align-last:left;display:none; }
#SRNhOFuBazUhGGt2q1yLskTWToACNTTI { box-sizing:content-box;height:8.1875rem;width:23.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),0);background-image:none;top:17.5625rem;left:7.625rem;border-top:0.1875rem solid rgba(var(--color-secondary-0),1);border-left:0.1875rem solid rgba(var(--color-secondary-0),1);border-right:0.1875rem solid rgba(var(--color-secondary-0),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-0),1);display:none; }
#xO138RNqsnXf4kNCkkNZLkI1liT1DsqD { box-sizing:content-box;height:4rem;width:24.5625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),0);background-image:none;top:10.6875rem;left:10.625rem;border-top:0.1875rem solid rgba(var(--color-secondary-0),1);border-left:0.1875rem solid rgba(var(--color-secondary-0),1);border-right:0.1875rem solid rgba(var(--color-secondary-0),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-0),1);display:none; }
#zJiEdtu8DudFpFqBqEsFMe9TpJ7OZ89P { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.375rem 1rem rgba(var(--color-secondary-4),0.5) ;height:13.5625rem;width:7.25rem;top:9.0625rem;left:5.25rem;overflow:hidden;display:none; }
#Ww6oNFZMT1nGdNW6UJihwUZdOdlONwBI { color:rgba(var(--color-tertiary-0),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.3125rem;left:13.5rem;height:1.8681625rem;font-style:italic;text-align:left;text-align-last:left;display:none; }
#vpgmGFTvVuX9WVbS8vJlv2qSzV2lSvrw { color:rgba(var(--color-tertiary-0),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.3125rem;left:13.5rem;height:1.8681625rem;font-style:italic;text-align:left;text-align-last:left;display:none; }
#vT25aVJHOHJy7HOZIcPbFdFSRplH3fJU { position:relative;display:none; }#vT25aVJHOHJy7HOZIcPbFdFSRplH3fJU { border-width: 0; border-radius: 0; }#vT25aVJHOHJy7HOZIcPbFdFSRplH3fJU > .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; }#vT25aVJHOHJy7HOZIcPbFdFSRplH3fJU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#vqFwdIJ4gva85Ti4vTRihbZtHnR83r7Q { box-sizing:content-box;height:18.125rem;width:22.5625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:13.75rem;left:10.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#iBZTqMXhbNRDhTdDo5DNHnUJXsmGnZez { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:29.375rem;left:31rem;display:none; }
#D0RJZQzhqcbL6IVgIGi1cJ6mfTvHhg1J { box-sizing:content-box;height:1.125rem;width:1.125rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:28.75rem;left:30.5rem;display:none; }
#RSDcwK64OkIT3AJsGqVEvyaU4ndMa0di { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:15rem;left:13.75rem;height:12.82323125rem;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;text-align:left;text-align-last:left;display:none; }
#aFUD8KiLMR7TiSWRUVGoBog8ZKmSx8oW { box-sizing:content-box;height:8.1875rem;width:23.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),0);background-image:none;top:17.5625rem;left:7.625rem;border-top:0.1875rem solid rgba(var(--color-secondary-0),1);border-left:0.1875rem solid rgba(var(--color-secondary-0),1);border-right:0.1875rem solid rgba(var(--color-secondary-0),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-0),1);display:none; }
#SyLyfKNxg9iTCKWpZUTwA20OvGOT775r { box-sizing:content-box;height:4rem;width:24.5625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),0);background-image:none;top:10.6875rem;left:10.625rem;border-top:0.1875rem solid rgba(var(--color-secondary-0),1);border-left:0.1875rem solid rgba(var(--color-secondary-0),1);border-right:0.1875rem solid rgba(var(--color-secondary-0),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-0),1);display:none; }
#O3dFwNhTULHx6OJtHe8nHfZZeBf6DM3W { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.375rem 1rem rgba(var(--color-secondary-4),0.5) ;height:13.5625rem;width:7.25rem;top:9.0625rem;left:5.25rem;overflow:hidden;display:none; }
#QDflSP61T4Qv23gexfKkUnabDJa8T5h8 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.3125rem;left:13.5rem;height:1.8681625rem;font-style:italic;text-align:left;text-align-last:left;display:none; }
#Tmk3Dh6fTibHA0Nx9CuZpBTIQNA8IoHs { color:rgba(var(--color-tertiary-0),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.3125rem;left:13.5rem;height:1.8681625rem;font-style:italic;text-align:left;text-align-last:left;display:none; }
#W79TFuFo0JZgQUSDI00KIqWNZrgKX3ND { position:relative;display:none; }#W79TFuFo0JZgQUSDI00KIqWNZrgKX3ND { border-width: 0; border-radius: 0; }#W79TFuFo0JZgQUSDI00KIqWNZrgKX3ND > .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; }#W79TFuFo0JZgQUSDI00KIqWNZrgKX3ND > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#oyird6MeWMDAwFRFO7X3KrkhMretkOD8 { box-sizing:content-box;height:18.125rem;width:22.5625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:13.75rem;left:10.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#AtqK7MZMzuUBBcuO3TvMNIUVOTEb3TkR { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:29.375rem;left:31rem;display:none; }
#VXvsAZ0HilDpDtcXKrI0MxTNTXfaC9M6 { box-sizing:content-box;height:1.125rem;width:1.125rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:28.75rem;left:30.5rem;display:none; }
#TMZ8pS9rNpDsJA53RHnFQ8GTRiSA6tmu { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:15rem;left:13.75rem;height:12.82323125rem;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;text-align:left;text-align-last:left;display:none; }
#KhsdSMAPUnCTm6TnmJLmo6XmKNSt6S7f { box-sizing:content-box;height:8.1875rem;width:23.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),0);background-image:none;top:17.5625rem;left:7.625rem;border-top:0.1875rem solid rgba(var(--color-secondary-0),1);border-left:0.1875rem solid rgba(var(--color-secondary-0),1);border-right:0.1875rem solid rgba(var(--color-secondary-0),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-0),1);display:none; }
#eUP2aUmNSCKQ0U4ag9tP2evVNTfd7Js1 { box-sizing:content-box;height:4rem;width:24.5625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),0);background-image:none;top:10.6875rem;left:10.625rem;border-top:0.1875rem solid rgba(var(--color-secondary-0),1);border-left:0.1875rem solid rgba(var(--color-secondary-0),1);border-right:0.1875rem solid rgba(var(--color-secondary-0),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-0),1);display:none; }
#yL3BRJfzfOvAhmIrBizQKBzN2qkUQJvs { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.375rem 1rem rgba(var(--color-secondary-4),0.5) ;height:13.5625rem;width:7.25rem;top:9.0625rem;left:5.25rem;overflow:hidden;display:none; }
#NKWu3tdoNbzLKubQ6g9FQCEoTgVrGr23 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.3125rem;left:13.5rem;height:1.8681625rem;font-style:italic;text-align:left;text-align-last:left;display:none; }
#WMmDmb2Lxhilg6t03nOgDr24MC507zDI { color:rgba(var(--color-tertiary-0),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.3125rem;left:13.5rem;height:1.8681625rem;font-style:italic;text-align:left;text-align-last:left;display:none; }
#fhPkwOe10p1OhHwmzsf1TSH9FimHtPSl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dced9c23-39d2-4a3a-ae95-71b41841660c/darkbg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#fhPkwOe10p1OhHwmzsf1TSH9FimHtPSl.adaptive-delivery-prevent-bg, #fhPkwOe10p1OhHwmzsf1TSH9FimHtPSl.lazyload, #fhPkwOe10p1OhHwmzsf1TSH9FimHtPSl.lazyloading { background-image: none; }#fhPkwOe10p1OhHwmzsf1TSH9FimHtPSl > .row .container { background-color: transparent; background-image: none; }#fhPkwOe10p1OhHwmzsf1TSH9FimHtPSl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.9); }#fhPkwOe10p1OhHwmzsf1TSH9FimHtPSl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhPkwOe10p1OhHwmzsf1TSH9FimHtPSl > .row .container > .video-iframe-container { display: none; }#fhPkwOe10p1OhHwmzsf1TSH9FimHtPSl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.9); }#fhPkwOe10p1OhHwmzsf1TSH9FimHtPSl > .row > .video-iframe-container { display: none; }#fhPkwOe10p1OhHwmzsf1TSH9FimHtPSl > .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); }#fhPkwOe10p1OhHwmzsf1TSH9FimHtPSl > .row .container { border-width: 0; border-radius: 0; }#fhPkwOe10p1OhHwmzsf1TSH9FimHtPSl::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; }#fhPkwOe10p1OhHwmzsf1TSH9FimHtPSl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fhPkwOe10p1OhHwmzsf1TSH9FimHtPSl > .row .container { font-size:0.875rem;font-family:arial;height:67.0625rem;width:75rem;position:relative;display:block; }#Tbw1y0h5s4ZV7X992LrbS3eWkAftJScF { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:29.4375rem;top:3.3125rem;left:40.9375rem;overflow:hidden;display:block; }
#vTQNzUQhD0Bem3TeiAe2bvqeu0mxb7rO { color:rgba(var(--color-tertiary-0),1);display:block;width:22.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.125rem;left:26.0625rem;height:3.16796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zuCQK60b3XS6GXWGKuDeXp23Q7MgrmMS { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:29.4375rem;top:3.3125rem;left:4.6875rem;overflow:hidden;display:block; }
#HWO3ex8PvZ55JbZTgkkwtsCyAqBkHlkf { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.375rem 1rem rgba(var(--color-secondary-4),0.5) ;height:13.5625rem;width:7.25rem;top:9.0625rem;left:5.25rem;overflow:hidden;display:block; }
#lAD1DEJ5P0udWGJnayR2s4T0II4wcQrG { box-sizing:content-box;height:8.1875rem;width:23.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),0);background-image:none;top:17.5625rem;left:7.625rem;border-top:0.1875rem solid rgba(var(--color-secondary-0),1);border-left:0.1875rem solid rgba(var(--color-secondary-0),1);border-right:0.1875rem solid rgba(var(--color-secondary-0),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-0),1);display:block; }
#u5pTDSrsxMfPl5ewJxZd1xWQ8swNb9uc { box-sizing:content-box;height:18.125rem;width:22.5625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:13.75rem;left:10.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#aNJewTVML9pPIwdo5nR2NQ70OrUGv7za { color:rgba(var(--color-tertiary-0),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.3125rem;left:13.5rem;height:1.8681625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#cCab3rluG6O23cHk7TqgATBo2pwBaviX { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:15rem;left:13.75rem;height:11.39841875rem;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;text-align:left;text-align-last:left;display:block; }
#IOOrASQwPzs1UpvhlikxanEFdOzTqA1k { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:29.375rem;left:31rem;display:block; }
#s5e6zQfZq7FGzwV9mmvuRaLsztMeOldw { box-sizing:content-box;height:1.125rem;width:1.125rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:28.75rem;left:30.5rem;display:block; }
#UcMP3CLpJpnqokHgmW3G3pC2OX1dG4H9 { box-sizing:content-box;height:18.125rem;width:22.5625rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:13.75rem;left:47.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FzTF9TpV62l2T7M4DOwgGP9FD4lIHpaV { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:15rem;left:50.1875rem;height:12.82325rem;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;text-align:left;text-align-last:left;display:block; }
#EHkt6veIt1bBLKLsDigEFgEIMGJNSsvl { box-sizing:content-box;height:9rem;width:24.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),0);background-image:none;top:16.75rem;left:43.9375rem;border-top:0.1875rem solid rgba(var(--color-secondary-0),1);border-left:0.1875rem solid rgba(var(--color-secondary-0),1);border-right:0.1875rem solid rgba(var(--color-secondary-0),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-0),1);display:block; }
#hIT6KTeHuoKrHTRgChnyHaFJk4vCDF3q { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.375rem 1rem rgba(var(--color-secondary-4),0.5) ;height:13.5625rem;width:7.25rem;top:9.0625rem;left:41.5rem;overflow:hidden;display:block; }
#HlQN1ICfnLUsPgMfBicUZ2Ecqf6uTnVU { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.3125rem;left:49.8125rem;height:3.736325rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#SKeUhbVuWxKcLFXMTLTXLPbXaSIoIDr7 { box-sizing:content-box;height:18.125rem;width:22.5625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:40.625rem;left:10.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WTFRHLfeQZMar6hoRGkxwWhLvqHXfEef { box-sizing:content-box;height:7.9375rem;width:23.625rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),0);background-image:none;top:44.6875rem;left:7.625rem;border-top:0.1875rem solid rgba(var(--color-secondary-0),1);border-left:0.1875rem solid rgba(var(--color-secondary-0),1);border-right:0.1875rem solid rgba(var(--color-secondary-0),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-0),1);display:block; }
#eCZ446fy8v2nGXBkJsxgVUkHzeers68g { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:41.875rem;left:13.75rem;height:12.82325rem;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;text-align:left;text-align-last:left;display:block; }
#KheWVdwk4yZHRTSoHs6BXs9OIHRrQTLp { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.375rem 1rem rgba(var(--color-secondary-4),0.5) ;height:13.5625rem;width:7.25rem;top:35.9375rem;left:5.25rem;overflow:hidden;display:block; }
#dfExBX2f57A6U00oAeXmn6goN1Hn1iit { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:38.1875rem;left:13.5rem;height:1.8681625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#fCCGbFQDyrPovUQQ7AZu5fNEvJtemzoh { box-sizing:content-box;height:4rem;width:24.5625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),0);background-image:none;top:10.5625rem;left:47.1875rem;border-top:0.1875rem solid rgba(var(--color-secondary-0),1);border-left:0.1875rem solid rgba(var(--color-secondary-0),1);border-right:0.1875rem solid rgba(var(--color-secondary-0),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-0),1);display:block; }
#oC5pWfwwg5C1CudxDQcxSG6CfUyKVI77 { box-sizing:content-box;height:4.5625rem;width:24.4375rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),0);background-image:none;top:37.4375rem;left:10.9375rem;border-top:0.1875rem solid rgba(var(--color-secondary-0),1);border-left:0.1875rem solid rgba(var(--color-secondary-0),1);border-right:0.1875rem solid rgba(var(--color-secondary-0),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-0),1);display:block; }
#AZ9e66adKEQHLBt20TGZa35TVzI60tnb { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:29.375rem;left:67.3125rem;display:block; }
#u8kqEGoOpDb46OwJUIy3X38t3tUetfDo { box-sizing:content-box;height:1.125rem;width:1.125rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:28.75rem;left:66.8125rem;display:block; }
#s74K5LV4u7QsAW9zZ9BDTdTyDo55sNy9 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:56.25rem;left:31rem;display:block; }
#APeukOxwQebpZ1tMNyvDTlITWPG4bx9b { box-sizing:content-box;height:1.125rem;width:1.125rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:55.625rem;left:30.5rem;display:block; }
#fMsPGXlJ4cgHKUs3cyPBT7m4w4JBq2ex { box-sizing:content-box;height:4rem;width:24.5625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),0);background-image:none;top:10.6875rem;left:10.625rem;border-top:0.1875rem solid rgba(var(--color-secondary-0),1);border-left:0.1875rem solid rgba(var(--color-secondary-0),1);border-right:0.1875rem solid rgba(var(--color-secondary-0),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-0),1);display:block; }
#buIL9TT2SBAEzFm2ZRXzRtTGDt11vs1A { box-sizing:content-box;height:18.125rem;width:22.5625rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:40.625rem;left:47.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Etqbp9VINWvFWZ8ogTc9frF3eyfKaE84 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:56.25rem;left:67.25rem;display:block; }
#vEdDx6ce9XXtOsg9q62zSeTazBEW1nT5 { box-sizing:content-box;height:1.125rem;width:1.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:55.625rem;left:66.75rem;display:block; }
#Is2kH16qUtCQpQgbV9DfPPoVnnm8CHLC { box-sizing:content-box;height:7.9375rem;width:23.625rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-0),0);background-image:none;top:44.6875rem;left:43.875rem;border-top:0.1875rem solid rgba(var(--color-secondary-0),1);border-left:0.1875rem solid rgba(var(--color-secondary-0),1);border-right:0.1875rem solid rgba(var(--color-secondary-0),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-0),1);display:block; }
#VsvCCwMGQ3JHD4G3LivX8N7zdws3x6V5 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15037;line-height:1.2;letter-spacing:0;top:41.875rem;left:50rem;height:15.67280625rem;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;text-align:left;text-align-last:left;display:block; }
#idoeZQQgAng0v3AtLzyR3k6Ci9tpgOMC { box-sizing:content-box;height:4.5625rem;width:19.375rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-0),0);background-image:none;top:37.4375rem;left:47.1875rem;border-top:0.1875rem solid rgba(var(--color-secondary-0),1);border-left:0.1875rem solid rgba(var(--color-secondary-0),1);border-right:0.1875rem solid rgba(var(--color-secondary-0),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-0),1);display:block; }
#b5ILKECVpyuACeNI4kwqel77Vvh2XwDM { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:38.1875rem;left:49.75rem;height:1.8681625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#GfP0XoFBtBO8adTkToHOEHylgQDVNDrC { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.375rem 1rem rgba(var(--color-secondary-4),0.5) ;height:13.5625rem;width:7.25rem;top:35.9375rem;left:41.5rem;overflow:hidden;display:block; }
#BI2fdVtR53B8pQlK4fGKDKCPkW1fGIPd { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.375rem 1rem rgba(var(--color-secondary-4),0.5) ;height:13.5625rem;width:7.25rem;top:9.0625rem;left:5.25rem;overflow:hidden;display:none; }
#qRasfK2LIpfTmcl9172FwrodwgWnQvwb { color:rgba(var(--color-tertiary-0),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.3125rem;left:13.5rem;height:1.8681625rem;font-style:italic;text-align:left;text-align-last:left;display:none; }
#Swd6vARoqCiGPGn6GUkGbQKiJzy3TTLh { color:rgba(var(--color-tertiary-0),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.3125rem;left:13.5rem;height:1.8681625rem;font-style:italic;text-align:left;text-align-last:left;display:none; }
#VJKq46ZhO4mrKIxMymEmUTZcznnlxSmq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050505;background-image:url("https://images.assets-landingi.com/uc/d799cd89-eb83-4c2b-a2ff-31846ee4aa4e/BGarcoLP.png");background-position:center !important;background-repeat:repeat-x !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; }#VJKq46ZhO4mrKIxMymEmUTZcznnlxSmq.adaptive-delivery-prevent-bg, #VJKq46ZhO4mrKIxMymEmUTZcznnlxSmq.lazyload, #VJKq46ZhO4mrKIxMymEmUTZcznnlxSmq.lazyloading { background-image: none; }#VJKq46ZhO4mrKIxMymEmUTZcznnlxSmq > .row .container { background-color: transparent; background-image: none; }#VJKq46ZhO4mrKIxMymEmUTZcznnlxSmq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJKq46ZhO4mrKIxMymEmUTZcznnlxSmq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJKq46ZhO4mrKIxMymEmUTZcznnlxSmq > .row .container > .video-iframe-container { display: none; }#VJKq46ZhO4mrKIxMymEmUTZcznnlxSmq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJKq46ZhO4mrKIxMymEmUTZcznnlxSmq > .row > .video-iframe-container { display: none; }#VJKq46ZhO4mrKIxMymEmUTZcznnlxSmq > .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); }#VJKq46ZhO4mrKIxMymEmUTZcznnlxSmq > .row .container { border-width: 0; border-radius: 0; }#VJKq46ZhO4mrKIxMymEmUTZcznnlxSmq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VJKq46ZhO4mrKIxMymEmUTZcznnlxSmq > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:75rem;position:relative;display:block; }#WdPcxJa5SLogHVo5AwynCX1IBmafIAKV { color:rgba(var(--color-tertiary-0),1);display:block;width:66.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.9375rem;left:4.40625rem;height:10.72265rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UpmwD6w6USEw6a0JPc5BUMr8UZAVZHmB { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1rem solid rgba(var(--color-secondary-0),1);border-left:1rem solid rgba(var(--color-secondary-0),1);border-right:1rem solid rgba(var(--color-secondary-0),1);border-bottom:1rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0rem 0rem 0.375rem rgba(var(--color-secondary-0),0.53) ;box-sizing:border-box;color:#101010;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.375rem;left:28.125rem;display:block; }
#htRmGZBVuvxIubA3Sa61h4tGq4gRHIXD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zAZ6GbUplgcopWRHGQIPKJF9CITaWlmg { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:29.4375rem;top:0rem;left:22.78125rem;overflow:hidden;display:block; }
#HqJGgAHL1gEIyocBXPRTIZsglCuhqVf1 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HqJGgAHL1gEIyocBXPRTIZsglCuhqVf1 > .row .container { background-color: transparent; background-image: none; }#HqJGgAHL1gEIyocBXPRTIZsglCuhqVf1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqJGgAHL1gEIyocBXPRTIZsglCuhqVf1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqJGgAHL1gEIyocBXPRTIZsglCuhqVf1 > .row .container > .video-iframe-container { display: none; }#HqJGgAHL1gEIyocBXPRTIZsglCuhqVf1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqJGgAHL1gEIyocBXPRTIZsglCuhqVf1 > .row > .video-iframe-container { display: none; }#HqJGgAHL1gEIyocBXPRTIZsglCuhqVf1 > .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); }#HqJGgAHL1gEIyocBXPRTIZsglCuhqVf1 > .row .container { border-width: 0; border-radius: 0; }#HqJGgAHL1gEIyocBXPRTIZsglCuhqVf1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HqJGgAHL1gEIyocBXPRTIZsglCuhqVf1 > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#fVTm8s3PryWrIbSq68kVvUyJCm7MpMO8 { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#fVTm8s3PryWrIbSq68kVvUyJCm7MpMO8 > .row .container { background-color: transparent; background-image: none; }#fVTm8s3PryWrIbSq68kVvUyJCm7MpMO8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVTm8s3PryWrIbSq68kVvUyJCm7MpMO8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVTm8s3PryWrIbSq68kVvUyJCm7MpMO8 > .row .container > .video-iframe-container { display: none; }#fVTm8s3PryWrIbSq68kVvUyJCm7MpMO8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVTm8s3PryWrIbSq68kVvUyJCm7MpMO8 > .row > .video-iframe-container { display: none; }#fVTm8s3PryWrIbSq68kVvUyJCm7MpMO8 > .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); }#fVTm8s3PryWrIbSq68kVvUyJCm7MpMO8 > .row .container { border-width: 0; border-radius: 0; }#fVTm8s3PryWrIbSq68kVvUyJCm7MpMO8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fVTm8s3PryWrIbSq68kVvUyJCm7MpMO8 > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;overflow:visible;position:relative;display:block; }#MpbdGDwvWOBTs7wTpZoI9CgMiUMoLmZ3 { color:rgba(var(--color-tertiary-1),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:11.505859375rem;left:24.8125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XNqyUg32o3pfuSUkwpyrFQMG32Mfhyl5 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:12.5rem;top:2.875rem;left:0rem;overflow:hidden;display:block; }
#nV0un2w0DmrvwvI6LaxmZtwKQGNVH99k { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:5.1875rem;left:63.125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#f3QlGLKxJqMB2pKWwDeTcV0cxv4J4G53 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:5.6875rem;left:63.6875rem; }
#f3QlGLKxJqMB2pKWwDeTcV0cxv4J4G53 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#xTkCUtVcffrw69Z10mrn3k2tKNVkmZ3E { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:5.1875rem;left:72.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#OmPUpHm99zelKShiHAgklCpgEAi7Ffua { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:5.6875rem;left:73.0625rem; }
#OmPUpHm99zelKShiHAgklCpgEAi7Ffua > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#sBEv233ptwpzFAlwdD2ooI3yMHSWnRev { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:5.1875rem;left:66.25rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#MkIVfikg1Unuy2ZR42FP0bQNPG1wMmTT { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:5.6875rem;left:66.8125rem; }
#MkIVfikg1Unuy2ZR42FP0bQNPG1wMmTT > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#eZkG02zogruawTqdWc74Fo9qyK7dqEfh { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:5.1875rem;left:69.375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#zHNcEnnSR8vLKGxcT8gb2INV1PAPsf7H { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:5.6875rem;left:69.9375rem; }
#zHNcEnnSR8vLKGxcT8gb2INV1PAPsf7H > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#KTtBG7u23t80rp3CG43uFJOVhMtbucZZ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.32421875rem;left:57.3125rem;height:1.3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lOiLhLb7nwKI3bnPLJbQ2cA9zKR0xUbP { top:2.0625rem;left:0rem;width:12.5rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSHEOU8yF4f4wNeANRde9D6iLJPRlSgF { display:block; }#fSHEOU8yF4f4wNeANRde9D6iLJPRlSgF > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VyL8a2wleR2awRJwmR1JvMXoX3hP68Sm { top:2.625rem;left:0rem;width:38.4375rem;height:13.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .widget-regular-label { width:30.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .widget-input-text { width:30.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .widget-input-text {padding-top: 0; padding-bottom: 0;}#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .widget-textarea { width:30.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .widget-input-select { width:30.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .widget-input-select {padding-top: 0; padding-bottom: 0;}#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .widget-input-button { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .widget-checkbox-label { width:29.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe  { width:30.9375rem;height:auto;top:2.625rem;left:14.3125rem; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .radio-container { width:30.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe {display:block;}#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe { width:30.9375rem;height:auto;top:2.625rem;left:14.3125rem; }
 }@media only screen and (max-width: 763px) { #BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #HyKcKp7KiFWEXDrygDMvRRZVawzK5nS8 {  }
 }@media only screen and (max-width: 763px) { #BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #u6WQfdFMd4h7gUpZeKdNN4gpKDA15TqV {  }
 }@media only screen and (max-width: 763px) { #BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #zD7tUfLlCJ2VMTRTTtPqdkK8rs2ldwhP {  }
 }@media only screen and (max-width: 763px) { #BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #HXUKQCZrETi7AJPqh9qOD4WPxtlOHou4 {  }
 }@media only screen and (max-width: 763px) { #BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #P7b3atZwZHzIvtTgC0eSEUDT5DXO8th3 {  }
 }@media only screen and (max-width: 763px) { #BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #M7LDFQxGgEEtgMi2QyDohyETGP9HoUiT {  }
 }@media only screen and (max-width: 763px) { #BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #SoGHly2A3mcJ73m52E7o1baDTdxsrdg0 {  }
 }@media only screen and (max-width: 763px) { #BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #mUBD3RQqum9hTlD0ezw29MaafBbyEcXF {  }
 }@media only screen and (max-width: 763px) { #BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #Dgy7zo9Bq29ohA9AHDCfehw80u4ZQg1f {  }
 }@media only screen and (max-width: 763px) { #BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #AD3eTfdCwQni6RKRRQWPnsc2I7oPq3mT {  }
 }@media only screen and (max-width: 763px) { #BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #RyGfJvGnV2fDQcKDKbtogSOf0g84FvR8 {  }
 }@media only screen and (max-width: 763px) { #BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #S7UeNXQFccOaTpozTExsBrbHQzNV2UbX {  }
 }@media only screen and (max-width: 763px) { #BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #I5E4kKdRGQru4SQiakVuQrTdTzq95Xoy {  }
 }@media only screen and (max-width: 763px) { #BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #VI011HTsbzyTEZLGS3NXnZLmwhJsdbXI {  }
 }@media only screen and (max-width: 763px) { #F77fcBvCmOKcZcF0F6XVz2oaJTVcnHg4 { top:17.375rem;left:0rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEMObHTx3cfPocXcZTpINxl34hnBvTGK { top:19.5625rem;left:0rem;width:33rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPV2y7ToNre8TE54ynIMMwBTP3ODd7z9 { top:26.75rem;left:34.75rem;width:13rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPAqaub9CKrMGq89TIiwZKZcQbMll8BP { display:block; }#WPAqaub9CKrMGq89TIiwZKZcQbMll8BP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IBo6EZZpp1fkCmakAkRliDaPgQKsDrz5 { top:2.125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8tEJckxGIy5aJAm97KfCOOFkzEPvs0c { top:7.0625rem;left:8rem;width:31.75rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifFVU9khTyQDvB7IPH6KTQpJLnTAchty { top:11.8125rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzKEzHmyBbmVpAXbzVvV35T8p1nFXKs1 { top:6.875rem;left:7.5rem;width:32.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5n7QviTwGnNcCfa2wAOk5D66T9z7DDu { top:6.875rem;left:33.3125rem;width:7.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQWk8ZonsUkqJXrKW5X69O9e3psB2L6Z { top:6.875rem;left:39.0625rem;width:3.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyznxeJ2wAOuH7SwJdVhanEJBARzpZqc { top:6.875rem;left:41.25rem;width:1.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnSqbqHqvwhXvRtzTmfAN0muIDErmdav { top:6.875rem;left:4.6875rem;width:1.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VazGKe7nJdNGolvoTxqah4ZEPN98ekND { top:6.875rem;left:5.5625rem;width:3.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkUv1LwEgkcINGgqEXRyvcylfseC0GcH { top:6.875rem;left:6.5625rem;width:7.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGfv48WHSPGsvArt4lZscNKodwvU22st { top:19.75rem;left:0rem;width:47.75rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGcVwBoPUHJxMcg1xVDBE0HVLxwcvHZ4 { top:26.625rem;left:27.125rem;width:11.8125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsqNz5BzQPedG7v8SUg1lzq2kEFzvxis { top:25.875rem;left:0rem;width:13.625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TToq1HbhJ6cymmaIaa7TURMTTW4U3Cmk { top:31.9375rem;left:0rem;width:11.5rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1EUa51PvbCyhVp7fQes72eHNpVEoWF1 { top:26.8125rem;left:34.5625rem;width:13.1875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7TkbXBVqigv1uI6mtREA8kQT29cN1lS { top:32.9375rem;left:17.9375rem;width:7.5625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsBTC8yohPGxi3wbGyR4OnF1WEdxnMc3 { top:24rem;left:8.625rem;width:15.3125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNyT8EcIOL8NrCD8OsIXE2nASEqQk1a1 { top:33.125rem;left:5.5625rem;width:7.375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNMegH3IXVrw5fphON12eok4kET5dQks { top:33.1875rem;left:31.5625rem;width:7.5625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvK4G2nM6TvTOhLQHXwFFHrUePzqDuLr { top:34.25rem;left:37.375rem;width:10.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqeh3Xu0fzNKT2WOkAwFTdbdFFyFU5No { top:45.4375rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS1LO46cyfvHi5nCT6HBRpJVkt2ZvlGJ { top:20.625rem;left:0rem;width:14.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqlkEZnDhpM55xN1gzz3gsXpJ6oTwTRh { display:block; }#zqlkEZnDhpM55xN1gzz3gsXpJ6oTwTRh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztSk3JsscopHIxXmyXcMuPuGTAP3RikG { top:2.125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvrCblwxtc7VlhaCPoLf7TfkAOaT69uL { top:12.75rem;left:13.875rem;width:20rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMqwlB3RBtwGfVbOI4LVh1cmrxWrygHP { top:15.0625rem;left:7.375rem;width:32.9375rem;height:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEZC1C2yDTaxz2TyVlmDZRM8Nv2GRv8c { top:7.125rem;left:14.5rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #txshmuqsaEfqp0qrUs34ufiUfoJMv9s3 { top:28.0625rem;left:17.25rem;width:12.6875rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #blnuFo6iezTMHkDfTA9xoHGU97irDVdK { top:26rem;left:30.4375rem;width:17.3125rem;height:3.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oruN73uJtyRNIhfEFbBDb0T49FFJxXSG { top:39.8125rem;left:33.125rem;width:14.625rem;height:3.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7KoiRdn3vB1ho5lPLi4l3CaSqQps1kH { top:54.3125rem;left:15.25rem;width:17.3125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvbgiOq7u2yiufCcADq4bkHiN8cy1beB { top:39.75rem;left:0rem;width:14.8125rem;height:3.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLnuTsS40LTZfwpPrcquzHN1mFSzCKbF { top:26.0625rem;left:0rem;width:17.3125rem;height:3.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g97FNSuF3TPPoIIWMO5iadac2nns3XCV { width:26.125rem;height:3.875rem;top:61.4375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEKu5t6h4C98tcKvsGDnBNZIzStbDUCa { display:block; }
 }@media only screen and (max-width: 763px) { #lWwdqdpOTyitzg8NQ3zITaGkJkM9GD05 { top:10.25rem;left:19.28125rem;width:8.625rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs9tQfZaNTa0aBbntaKdaTqL0Cdz5MzH { top:23.5rem;left:39.125rem;width:8.625rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpBhJDZJI4m9nGQmWFTfiWVBtr503t5C { top:37.375rem;left:39.125rem;width:8.625rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK35onlfoQ143Q5oQH5nDsVlUvqeEKLk { top:51.8125rem;left:19.5625rem;width:8.625rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #axKrDOUTbCUTfuOxf3RQ6586Xo5nNb8y { top:37.3125rem;left:0rem;width:8.625rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcfwXL1thLZdA5yLwRrTK1GQ7xeU2Ar5 { top:23.625rem;left:0rem;width:8.625rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKnQ57BbZiVGzeK9c9gflfAfNtMlyXNH { top:23.8125rem;left:0rem;width:3.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #x4ssRJsSvwrOPwDDxih9BMWkQQ1iS6wA { top:29.625rem;left:0rem;width:3.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HxJPRXrxJV8rCV22pplc0BAG259GIpE7 { top:35.375rem;left:0rem;width:3.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KqoTs3OVL7D1DKT6HTIP2ASVlrkkemrO { top:40.75rem;left:0rem;width:3.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pwL2kqAOt7dUPaz6gFiuqflm1ilyxy5o { top:40.6875rem;left:0rem;width:3.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BapeVOK4IEJOB8UJe6pT0c3MlINUugGb { top:46.375rem;left:0rem;width:3.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wtSNEHgqdT1aMxkn1Uu9sCbyXc9anC3h { top:46.3125rem;left:0rem;width:3.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JsSWI4r2VTQEFMiSmWnlLTqTekkvvvnw { top:51.9375rem;left:0rem;width:3.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QAWdsM4dgZycwioRmhFnzibWWPo76w4Z { top:52rem;left:0rem;width:3.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #O7X7sfMk3qna8l7zn9OLUWaH8OtoNWBI { display:block; }#O7X7sfMk3qna8l7zn9OLUWaH8OtoNWBI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p7KZ7hT8NP0xJPZWQtvf2RSLQgsIEpyV { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #geLSZOLxg5ZXH3anO07ENB9ECaSiWy4s { width:47.75rem;height:20.875rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqTTdmQBazGiJvJX1z5c3VBJ0mI3hPwS { top:4.9375rem;left:0rem;width:14.25rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpCqiLOwpXP1FTtc9GrqDlix2RVveKkG { top:7.75rem;left:8.4375rem;width:14.5rem;height:2.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS8cKRg4Z2rleuWQrh3H7o8rx2t3I0yD { top:14.25rem;left:1.1875rem;width:46.5625rem;height:;font-size:0.8125rem;display:block; }#XS8cKRg4Z2rleuWQrh3H7o8rx2t3I0yD li:before{  }
 }@media only screen and (max-width: 763px) { #wwkQ5w7fh4mAuTQJa1NK7iPGxXT0KpkH { top:8.1875rem;left:26.875rem;width:1.8125rem;height:1.8125rem;display:block; }
#wwkQ5w7fh4mAuTQJa1NK7iPGxXT0KpkH > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #c5uNp2N9bXTXLrHOE13UL3WXugzSLOma { top:8.0625rem;left:24rem;width:2.25rem;height:2.25rem;display:block; }
#c5uNp2N9bXTXLrHOE13UL3WXugzSLOma > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #vlRqmffS7m09pMQJm6sXn3OqBlttn8sH { top:4.3125rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIcMhUKRes60dzHwdDVcG6QFtUDD9vUM { display:block; }#LIcMhUKRes60dzHwdDVcG6QFtUDD9vUM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLdAb0omkl1C2IsT0dt1aV6n6Mdg1CLz { top:1.875rem;left:3.25rem;width:41.25rem;height:6.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ftm8x3IDBQMarISJM4RPSL0T4tvaBFQQ { top:4.875rem;left:0rem;width:29.4375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayAQoypdbI5I9T0DksHxEIMrDJ3nRXfx { top:4.875rem;left:18.3125rem;width:29.4375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEktDAHIg0giaL5a1hHH8gwlM4inyr1K { display:block; }#oEktDAHIg0giaL5a1hHH8gwlM4inyr1K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLTf8MCNFVo3hRvwcyAOalZz8IQZraUG { top:2.4375rem;left:0rem;width:21.8125rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #raDuAKi6TPPuZm16LHzQsTxz6a0L0W6Q { top:2.4375rem;left:9.9375rem;width:21.8125rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsVWFATw9uBeWIvKCJXIVJiobI7AxqtL { top:2.4375rem;left:25.8125rem;width:21.8125rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrePOJ5H1vZ8TfNAsstu74KEEqOfoBrP { top:4.0625rem;left:0.96875rem;width:13.9375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy4OMsuUKtsJ1gBE9JSGxdCqApQecA4o { top:4.625rem;left:2.28125rem;width:11.3125rem;height:3.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN5ErMUsEHFKAEqseGG2TQeNDDZdUSl9 { top:4.5rem;left:16.8125rem;width:14rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOFvRgfJVk7RpkDsOzMNT2ogVMRk15vH { top:4.5rem;left:32.0625rem;width:15.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXkJktLgCdIC2nVThFCbI9s9hJ6JWd6g { top:5.25rem;left:16.34375rem;width:14.9375rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaPvZBLafyDcQTN4laS4TveBTewZNuHx { top:5.25rem;left:32.65625rem;width:14.0625rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsWigl2Tx0iN6kzaV0r11qZobCCh7eNo { top:10.25rem;left:29.9375rem;width:17.6875rem;height:13.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #euBIpEP8slDSpQtX3EKqay29JlcTJXun { top:10.25rem;left:0rem;width:19.25rem;height:16.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuBhuNxd8KzP2dSBT823eJvqOUu9W8c7 { top:10.4375rem;left:13.125rem;width:18.625rem;height:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSJAGOEJZeOCCqdogprIh1CpTinlFz5R { display:block; }#VSJAGOEJZeOCCqdogprIh1CpTinlFz5R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VtaRT0Jco0ee9D302CaOtpd5QTeCOAVT { width:22.5rem;height:3.9375rem;top:3.0625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M63yntLo0W6G4ElxsA7tmrIurBdAvu5M { display:block; }
 }@media only screen and (max-width: 763px) { #fRC4lL9NkogqsntXwvRvJgO7EVaSGtfu { top:0.6875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egpIEPlbTb455HDifmk3TLdqCWurhoLu { display:none; }#egpIEPlbTb455HDifmk3TLdqCWurhoLu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q5NhstnCeNQno6qQiTu7cHXbk78FLf0x { top:13.75rem;left:0rem;width:22.5625rem;height:18.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tbDODcFQ2Q9A2KX8SyWiTH0ILlE04geP { top:29.375rem;left:17.375rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EX8mUGp4XMcGfsDwrId67DnWf8n3rDEJ { top:28.75rem;left:16.875rem;width:1.125rem;height:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PI3s75iaPmVW00b4N2o7tUnBlLLrGcGe { top:15rem;left:0.125rem;width:16.6875rem;height:12.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIt6XMfs8JTJ0VO301v30lCkSwv6eLLN { top:17.5625rem;left:0rem;width:23.6875rem;height:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PxrFGlQaM5XqdISqxddAIyFI1VbsfahU { top:10.6875rem;left:0rem;width:24.5625rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #SDta9qgTrVR70asppxrSmUCcTvcD7Trr { top:9.0625rem;left:0rem;width:7.25rem;height:13.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #giqnZSBtEgexPfASSBN7ZcwILqiPZwWU { top:7.5625rem;left:0rem;width:13.1875rem;height:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XzkCsgp0QqQDTTZP7hZQACgcpWTihKw1 { top:6rem;left:0rem;width:13.1875rem;height:1.5rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CHrT7sZbygoEavtfhVlPGtK0tuuTZHGW { top:3.3125rem;left:0rem;width:29.4375rem;height:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tspCoddsfLMq1cPvDQVXw3pTc4EoNg7q { top:2.125rem;left:12.4375rem;width:22.875rem;height:3.125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rhEGSCfL9KOqblf9ZSGQexpDCMa4zaP1 { display:none; }#rhEGSCfL9KOqblf9ZSGQexpDCMa4zaP1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GLngmZxudhX52abUXLlnNg9ZA8HUIdNI { top:13.75rem;left:0rem;width:22.5625rem;height:18.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qRktunX1ESh5eBKMaZSO428rbpBtXWzn { top:29.375rem;left:17.375rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U8v99Q4f6Lad3DMolNkggu6RUtQfT2AM { top:28.75rem;left:16.875rem;width:1.125rem;height:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PXGn5Jp8GvsPrIVhoS99sR4PvUayBNQQ { top:7.6875rem;left:0rem;width:10.4375rem;height:14.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SRNhOFuBazUhGGt2q1yLskTWToACNTTI { top:17.5625rem;left:0rem;width:23.6875rem;height:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xO138RNqsnXf4kNCkkNZLkI1liT1DsqD { top:10.6875rem;left:0rem;width:24.5625rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #zJiEdtu8DudFpFqBqEsFMe9TpJ7OZ89P { top:9.0625rem;left:0rem;width:7.25rem;height:13.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ww6oNFZMT1nGdNW6UJihwUZdOdlONwBI { top:4.4375rem;left:0rem;width:9.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vpgmGFTvVuX9WVbS8vJlv2qSzV2lSvrw { top:2.75rem;left:0rem;width:13.1875rem;height:1.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vT25aVJHOHJy7HOZIcPbFdFSRplH3fJU { display:none; }#vT25aVJHOHJy7HOZIcPbFdFSRplH3fJU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vqFwdIJ4gva85Ti4vTRihbZtHnR83r7Q { top:13.75rem;left:0rem;width:22.5625rem;height:18.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iBZTqMXhbNRDhTdDo5DNHnUJXsmGnZez { top:29.375rem;left:17.375rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0RJZQzhqcbL6IVgIGi1cJ6mfTvHhg1J { top:28.75rem;left:16.875rem;width:1.125rem;height:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RSDcwK64OkIT3AJsGqVEvyaU4ndMa0di { top:7.5rem;left:0rem;width:12.5625rem;height:13.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aFUD8KiLMR7TiSWRUVGoBog8ZKmSx8oW { top:17.5625rem;left:0rem;width:23.6875rem;height:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SyLyfKNxg9iTCKWpZUTwA20OvGOT775r { top:10.6875rem;left:0rem;width:24.5625rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #O3dFwNhTULHx6OJtHe8nHfZZeBf6DM3W { top:9.0625rem;left:0rem;width:7.25rem;height:13.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QDflSP61T4Qv23gexfKkUnabDJa8T5h8 { top:4.4375rem;left:0rem;width:9.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tmk3Dh6fTibHA0Nx9CuZpBTIQNA8IoHs { top:2.75rem;left:0rem;width:13.1875rem;height:1.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W79TFuFo0JZgQUSDI00KIqWNZrgKX3ND { display:none; }#W79TFuFo0JZgQUSDI00KIqWNZrgKX3ND > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oyird6MeWMDAwFRFO7X3KrkhMretkOD8 { top:13.75rem;left:0rem;width:22.5625rem;height:18.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AtqK7MZMzuUBBcuO3TvMNIUVOTEb3TkR { top:29.375rem;left:17.375rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VXvsAZ0HilDpDtcXKrI0MxTNTXfaC9M6 { top:28.75rem;left:16.875rem;width:1.125rem;height:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMZ8pS9rNpDsJA53RHnFQ8GTRiSA6tmu { top:7.6875rem;left:0rem;width:10.4375rem;height:16.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KhsdSMAPUnCTm6TnmJLmo6XmKNSt6S7f { top:17.5625rem;left:0rem;width:23.6875rem;height:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eUP2aUmNSCKQ0U4ag9tP2evVNTfd7Js1 { top:10.6875rem;left:0rem;width:24.5625rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #yL3BRJfzfOvAhmIrBizQKBzN2qkUQJvs { top:9.0625rem;left:0rem;width:7.25rem;height:13.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NKWu3tdoNbzLKubQ6g9FQCEoTgVrGr23 { top:4.4375rem;left:0rem;width:9.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WMmDmb2Lxhilg6t03nOgDr24MC507zDI { top:2.75rem;left:0rem;width:13.1875rem;height:1.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fhPkwOe10p1OhHwmzsf1TSH9FimHtPSl { display:block; }#fhPkwOe10p1OhHwmzsf1TSH9FimHtPSl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tbw1y0h5s4ZV7X992LrbS3eWkAftJScF { top:3.3125rem;left:18.3125rem;width:29.4375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTQNzUQhD0Bem3TeiAe2bvqeu0mxb7rO { top:2.125rem;left:12.4375rem;width:22.875rem;height:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuCQK60b3XS6GXWGKuDeXp23Q7MgrmMS { top:3.3125rem;left:0rem;width:29.4375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWO3ex8PvZ55JbZTgkkwtsCyAqBkHlkf { top:9.0625rem;left:0rem;width:7.25rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAD1DEJ5P0udWGJnayR2s4T0II4wcQrG { top:17.5625rem;left:0rem;width:23.6875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5pTDSrsxMfPl5ewJxZd1xWQ8swNb9uc { top:13.75rem;left:0rem;width:22.5625rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNJewTVML9pPIwdo5nR2NQ70OrUGv7za { top:11.3125rem;left:0rem;width:22.875rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCab3rluG6O23cHk7TqgATBo2pwBaviX { top:15rem;left:0.125rem;width:16.6875rem;height:12.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOOrASQwPzs1UpvhlikxanEFdOzTqA1k { top:29.375rem;left:17.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5e6zQfZq7FGzwV9mmvuRaLsztMeOldw { top:28.75rem;left:16.875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcMP3CLpJpnqokHgmW3G3pC2OX1dG4H9 { top:13.75rem;left:25.1875rem;width:22.5625rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzTF9TpV62l2T7M4DOwgGP9FD4lIHpaV { top:15rem;left:31.625rem;width:16.125rem;height:14.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHkt6veIt1bBLKLsDigEFgEIMGJNSsvl { top:16.75rem;left:23.125rem;width:24.25rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIT6KTeHuoKrHTRgChnyHaFJk4vCDF3q { top:9.0625rem;left:27.875rem;width:7.25rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlQN1ICfnLUsPgMfBicUZ2Ecqf6uTnVU { top:11.3125rem;left:26.25rem;width:21.5rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKeUhbVuWxKcLFXMTLTXLPbXaSIoIDr7 { top:40.625rem;left:0rem;width:22.5625rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTFRHLfeQZMar6hoRGkxwWhLvqHXfEef { top:44.6875rem;left:0rem;width:23.625rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCZ446fy8v2nGXBkJsxgVUkHzeers68g { top:41.875rem;left:0.125rem;width:17.9375rem;height:14.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KheWVdwk4yZHRTSoHs6BXs9OIHRrQTLp { top:35.9375rem;left:0rem;width:7.25rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfExBX2f57A6U00oAeXmn6goN1Hn1iit { top:38.1875rem;left:0rem;width:21.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCCGbFQDyrPovUQQ7AZu5fNEvJtemzoh { top:10.5625rem;left:22.8125rem;width:24.5625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #oC5pWfwwg5C1CudxDQcxSG6CfUyKVI77 { top:37.4375rem;left:0rem;width:24.4375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ9e66adKEQHLBt20TGZa35TVzI60tnb { top:29.375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8kqEGoOpDb46OwJUIy3X38t3tUetfDo { top:28.75rem;left:46.625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s74K5LV4u7QsAW9zZ9BDTdTyDo55sNy9 { top:56.25rem;left:17.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APeukOxwQebpZ1tMNyvDTlITWPG4bx9b { top:55.625rem;left:16.875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMsPGXlJ4cgHKUs3cyPBT7m4w4JBq2ex { top:10.6875rem;left:0rem;width:24.5625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #buIL9TT2SBAEzFm2ZRXzRtTGDt11vs1A { top:40.625rem;left:25.1875rem;width:22.5625rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Etqbp9VINWvFWZ8ogTc9frF3eyfKaE84 { top:56.25rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEdDx6ce9XXtOsg9q62zSeTazBEW1nT5 { top:55.625rem;left:46.625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is2kH16qUtCQpQgbV9DfPPoVnnm8CHLC { top:44.6875rem;left:23.75rem;width:23.625rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsvCCwMGQ3JHD4G3LivX8N7zdws3x6V5 { top:41.875rem;left:31.0625rem;width:16.6875rem;height:15.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #idoeZQQgAng0v3AtLzyR3k6Ci9tpgOMC { top:37.4375rem;left:28rem;width:19.375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5ILKECVpyuACeNI4kwqel77Vvh2XwDM { top:38.1875rem;left:25.8125rem;width:21.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfP0XoFBtBO8adTkToHOEHylgQDVNDrC { top:35.9375rem;left:27.875rem;width:7.25rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI2fdVtR53B8pQlK4fGKDKCPkW1fGIPd { top:9.0625rem;left:0rem;width:7.25rem;height:13.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qRasfK2LIpfTmcl9172FwrodwgWnQvwb { top:6rem;left:0rem;width:13.1875rem;height:1.5rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Swd6vARoqCiGPGn6GUkGbQKiJzy3TTLh { top:7.5625rem;left:0rem;width:13.1875rem;height:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJKq46ZhO4mrKIxMymEmUTZcznnlxSmq { display:block; }#VJKq46ZhO4mrKIxMymEmUTZcznnlxSmq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdPcxJa5SLogHVo5AwynCX1IBmafIAKV { top:3.9375rem;left:0rem;width:47.75rem;height:10.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpmwD6w6USEw6a0JPc5BUMr8UZAVZHmB { width:18.75rem;height:3.75rem;top:24.375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #htRmGZBVuvxIubA3Sa61h4tGq4gRHIXD { display:block; }
 }@media only screen and (max-width: 763px) { #zAZ6GbUplgcopWRHGQIPKJF9CITaWlmg { top:0rem;left:9.15625rem;width:29.4375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqJGgAHL1gEIyocBXPRTIZsglCuhqVf1 { display:block; }#HqJGgAHL1gEIyocBXPRTIZsglCuhqVf1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVTm8s3PryWrIbSq68kVvUyJCm7MpMO8 { display:block; }#fVTm8s3PryWrIbSq68kVvUyJCm7MpMO8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MpbdGDwvWOBTs7wTpZoI9CgMiUMoLmZ3 { top:11.5rem;left:11.1875rem;width:25.375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNqyUg32o3pfuSUkwpyrFQMG32Mfhyl5 { top:2.875rem;left:0rem;width:12.5rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV0un2w0DmrvwvI6LaxmZtwKQGNVH99k { top:5.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3QlGLKxJqMB2pKWwDeTcV0cxv4J4G53 { top:5.6875rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
#f3QlGLKxJqMB2pKWwDeTcV0cxv4J4G53 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #xTkCUtVcffrw69Z10mrn3k2tKNVkmZ3E { top:5.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmPUpHm99zelKShiHAgklCpgEAi7Ffua { top:5.6875rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
#OmPUpHm99zelKShiHAgklCpgEAi7Ffua > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #sBEv233ptwpzFAlwdD2ooI3yMHSWnRev { top:5.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkIVfikg1Unuy2ZR42FP0bQNPG1wMmTT { top:5.6875rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
#MkIVfikg1Unuy2ZR42FP0bQNPG1wMmTT > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #eZkG02zogruawTqdWc74Fo9qyK7dqEfh { top:5.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHNcEnnSR8vLKGxcT8gb2INV1PAPsf7H { top:5.6875rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
#zHNcEnnSR8vLKGxcT8gb2INV1PAPsf7H > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #KTtBG7u23t80rp3CG43uFJOVhMtbucZZ { top:3.3125rem;left:30.0625rem;width:17.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lOiLhLb7nwKI3bnPLJbQ2cA9zKR0xUbP { width:10rem;height:1.3125rem;top:1rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSHEOU8yF4f4wNeANRde9D6iLJPRlSgF { display:block; }#fSHEOU8yF4f4wNeANRde9D6iLJPRlSgF > .row .container { width:20rem;height:49.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VyL8a2wleR2awRJwmR1JvMXoX3hP68Sm { width:17.9375rem;height:5.6044875rem;top:1.02734375rem;left:1.03125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .widget-regular-label { width:15.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-size:0.8125rem;overflow:hidden;height:auto; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .widget-input-text { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.25rem; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .widget-input-text {padding-top: 0; padding-bottom: 0;}#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .widget-textarea { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .widget-input-select { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .widget-input-select {padding-top: 0; padding-bottom: 0;}#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .widget-input-button { width:11.375rem;margin-top:0.25rem;margin-right:2.125rem;margin-bottom:0.25rem;margin-left:2.125rem;font-size:0.875rem;overflow:hidden;height:2.6875rem;line-height:1.1; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe [class*="-text"]:-moz-placeholder { text-align:center;text-align-last:center;font-size:0.8125rem; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe [class*="-text"]::-moz-placeholder { text-align:center;text-align-last:center;font-size:0.8125rem; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe [class*="-text"]:-ms-input-placeholder { text-align:center;text-align-last:center;font-size:0.8125rem; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe [class*="-text"]::-webkit-input-placeholder { text-align:center;text-align-last:center;font-size:0.8125rem; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .widget-checkbox-label { width:14.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .widget-container:first-of-type{padding-top:0;}#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .widget-container:last-of-type{padding-bottom:0;}#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe  { width:15.625rem;height:auto;top:21rem;left:0.9375rem; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe .radio-container { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe {display:block;}#BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe { width:15.625rem;height:auto;top:21rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #HyKcKp7KiFWEXDrygDMvRRZVawzK5nS8 {  }
 }@media only screen and (max-width: 763px) { #BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #u6WQfdFMd4h7gUpZeKdNN4gpKDA15TqV {  }
 }@media only screen and (max-width: 763px) { #BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #zD7tUfLlCJ2VMTRTTtPqdkK8rs2ldwhP {  }
 }@media only screen and (max-width: 763px) { #BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #HXUKQCZrETi7AJPqh9qOD4WPxtlOHou4 {  }
 }@media only screen and (max-width: 763px) { #BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #P7b3atZwZHzIvtTgC0eSEUDT5DXO8th3 {  }
 }@media only screen and (max-width: 763px) { #BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #M7LDFQxGgEEtgMi2QyDohyETGP9HoUiT {  }
 }@media only screen and (max-width: 763px) { #BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #SoGHly2A3mcJ73m52E7o1baDTdxsrdg0 {  }
 }@media only screen and (max-width: 763px) { #BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #mUBD3RQqum9hTlD0ezw29MaafBbyEcXF {  }
 }@media only screen and (max-width: 763px) { #BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #Dgy7zo9Bq29ohA9AHDCfehw80u4ZQg1f {  }
 }@media only screen and (max-width: 763px) { #BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #AD3eTfdCwQni6RKRRQWPnsc2I7oPq3mT {  }
 }@media only screen and (max-width: 763px) { #BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #RyGfJvGnV2fDQcKDKbtogSOf0g84FvR8 {  }
 }@media only screen and (max-width: 763px) { #BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #S7UeNXQFccOaTpozTExsBrbHQzNV2UbX {  }
 }@media only screen and (max-width: 763px) { #BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #I5E4kKdRGQru4SQiakVuQrTdTzq95Xoy {  }
 }@media only screen and (max-width: 763px) { #BfMnlPiLbwf9VNVprFaN3zXTLv1Qllfe #VI011HTsbzyTEZLGS3NXnZLmwhJsdbXI {  }
 }@media only screen and (max-width: 763px) { #F77fcBvCmOKcZcF0F6XVz2oaJTVcnHg4 { width:12.5rem;height:0.0625rem;top:7.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEMObHTx3cfPocXcZTpINxl34hnBvTGK { width:16.625rem;height:10.39844375rem;top:8.5625rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hPV2y7ToNre8TE54ynIMMwBTP3ODd7z9 { width:13rem;height:6.875rem;top:41.0625rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPAqaub9CKrMGq89TIiwZKZcQbMll8BP { display:block; }#WPAqaub9CKrMGq89TIiwZKZcQbMll8BP > .row .container { width:20rem;height:48.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IBo6EZZpp1fkCmakAkRliDaPgQKsDrz5 { width:15.875rem;height:3.25rem;top:1rem;left:2.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b8tEJckxGIy5aJAm97KfCOOFkzEPvs0c { width:18.6875rem;height:1.13671875rem;top:5.5625rem;left:0.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ifFVU9khTyQDvB7IPH6KTQpJLnTAchty { width:17.875rem;height:6.59765625rem;top:8.32421875rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bzKEzHmyBbmVpAXbzVvV35T8p1nFXKs1 { width:18.8125rem;height:1.625rem;top:5.318359375rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5n7QviTwGnNcCfa2wAOk5D66T9z7DDu { width:7.9375rem;height:2.8125rem;top:34.13671875rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #sQWk8ZonsUkqJXrKW5X69O9e3psB2L6Z { width:3.0625rem;height:2.0625rem;top:34.13671875rem;left:11.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TyznxeJ2wAOuH7SwJdVhanEJBARzpZqc { width:1.75rem;height:1.25rem;top:34.13671875rem;left:13.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rnSqbqHqvwhXvRtzTmfAN0muIDErmdav { width:1.75rem;height:1.25rem;top:30.07421875rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VazGKe7nJdNGolvoTxqah4ZEPN98ekND { width:3.0625rem;height:2.0625rem;top:30.07421875rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KkUv1LwEgkcINGgqEXRyvcylfseC0GcH { width:7.9375rem;height:2.8125rem;top:30.07421875rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #fGfv48WHSPGsvArt4lZscNKodwvU22st { width:17.8125rem;height:28.25rem;top:16.57421875rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGcVwBoPUHJxMcg1xVDBE0HVLxwcvHZ4 { width:6.625rem;height:1.6875rem;top:26.32421875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsqNz5BzQPedG7v8SUg1lzq2kEFzvxis { width:6.9375rem;height:2.375rem;top:21.73046875rem;left:2.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TToq1HbhJ6cymmaIaa7TURMTTW4U3Cmk { width:8.4375rem;height:5.125rem;top:29.23046875rem;left:9rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #h1EUa51PvbCyhVp7fQes72eHNpVEoWF1 { width:7.25rem;height:1.5rem;top:26.41796875rem;left:10.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #d7TkbXBVqigv1uI6mtREA8kQT29cN1lS { width:5.375rem;height:3.625rem;top:35.07421875rem;left:2.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hsBTC8yohPGxi3wbGyR4OnF1WEdxnMc3 { width:8rem;height:2.3125rem;top:21.03125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNyT8EcIOL8NrCD8OsIXE2nASEqQk1a1 { width:4.875rem;height:3.1875rem;top:29.94921875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNMegH3IXVrw5fphON12eok4kET5dQks { width:5.5625rem;height:3.3125rem;top:35.23046875rem;left:10.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvK4G2nM6TvTOhLQHXwFFHrUePzqDuLr { width:7.5rem;height:1.75rem;top:40.82421875rem;left:6.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kqeh3Xu0fzNKT2WOkAwFTdbdFFyFU5No { display:flex;width:2.0625rem;height:2.0625rem;top:45.69921875rem;left:8.96875rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #nS1LO46cyfvHi5nCT6HBRpJVkt2ZvlGJ { width:12.125rem;height:1.29980625rem;top:17.6484375rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zqlkEZnDhpM55xN1gzz3gsXpJ6oTwTRh { display:block; }#zqlkEZnDhpM55xN1gzz3gsXpJ6oTwTRh > .row .container { width:20rem;height:51.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztSk3JsscopHIxXmyXcMuPuGTAP3RikG { width:14.3125rem;height:3.0859375rem;top:1.1015625rem;left:2.84375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QvrCblwxtc7VlhaCPoLf7TfkAOaT69uL { width:14.25rem;height:1.7871125rem;top:24.1123046875rem;left:4.5rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qMqwlB3RBtwGfVbOI4LVh1cmrxWrygHP { width:14.5rem;height:16.5625rem;top:5.1875rem;left:2.75rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #hEZC1C2yDTaxz2TyVlmDZRM8Nv2GRv8c { width:18.75rem;height:0.0625rem;top:7.125rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #txshmuqsaEfqp0qrUs34ufiUfoJMv9s3 { width:5.875rem;height:5.125rem;top:10.9375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #blnuFo6iezTMHkDfTA9xoHGU97irDVdK { width:13.625rem;height:1.7871125rem;top:27.625rem;left:4.5rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oruN73uJtyRNIhfEFbBDb0T49FFJxXSG { width:11.9375rem;height:1.7871125rem;top:31.0625rem;left:4.5rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O7KoiRdn3vB1ho5lPLi4l3CaSqQps1kH { width:11.6875rem;height:1.7871125rem;top:34.625rem;left:4.3125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bvbgiOq7u2yiufCcADq4bkHiN8cy1beB { width:14rem;height:1.7871125rem;top:38.25rem;left:4.4375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uLnuTsS40LTZfwpPrcquzHN1mFSzCKbF { width:14.625rem;height:1.7871125rem;top:41.75rem;left:4.5rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g97FNSuF3TPPoIIWMO5iadac2nns3XCV { width:15.375rem;height:2.125rem;top:46.6640625rem;left:2.3125rem;font-size:1rem;border-top:0.5625rem solid #ffffff;border-left:0.5625rem solid #ffffff;border-right:0.5625rem solid #ffffff;border-bottom:0.5625rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEKu5t6h4C98tcKvsGDnBNZIzStbDUCa { display:block; }
 }@media only screen and (max-width: 763px) { #lWwdqdpOTyitzg8NQ3zITaGkJkM9GD05 { width:8.625rem;height:1.29980625rem;top:22.8740234375rem;left:4.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gs9tQfZaNTa0aBbntaKdaTqL0Cdz5MzH { width:8.625rem;height:1.29980625rem;top:26.3125rem;left:4.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xpBhJDZJI4m9nGQmWFTfiWVBtr503t5C { width:8.625rem;height:1.29980625rem;top:29.8125rem;left:4.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fK35onlfoQ143Q5oQH5nDsVlUvqeEKLk { width:8.625rem;height:1.29980625rem;top:33.3125rem;left:4.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #axKrDOUTbCUTfuOxf3RQ6586Xo5nNb8y { width:8.625rem;height:1.29980625rem;top:36.9375rem;left:4.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NcfwXL1thLZdA5yLwRrTK1GQ7xeU2Ar5 { width:8.625rem;height:1.29980625rem;top:40.5rem;left:4.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hKnQ57BbZiVGzeK9c9gflfAfNtMlyXNH { width:2.4375rem;height:2.4375rem;top:23.1875rem;left:1.34375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #x4ssRJsSvwrOPwDDxih9BMWkQQ1iS6wA { width:2.4375rem;height:2.4375rem;top:26.625rem;left:1.375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #HxJPRXrxJV8rCV22pplc0BAG259GIpE7 { width:2.4375rem;height:2.4375rem;top:30.099609375rem;left:1.34375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #KqoTs3OVL7D1DKT6HTIP2ASVlrkkemrO { width:2.4375rem;height:2.4375rem;top:33.625rem;left:1.4375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #pwL2kqAOt7dUPaz6gFiuqflm1ilyxy5o { width:2.4375rem;height:2.4375rem;top:33.5625rem;left:1.375rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #BapeVOK4IEJOB8UJe6pT0c3MlINUugGb { width:2.4375rem;height:2.4375rem;top:37.125rem;left:1.4375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #wtSNEHgqdT1aMxkn1Uu9sCbyXc9anC3h { width:2.4375rem;height:2.4375rem;top:37.0625rem;left:1.375rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #JsSWI4r2VTQEFMiSmWnlLTqTekkvvvnw { width:2.4375rem;height:2.4375rem;top:40.75rem;left:1.375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #QAWdsM4dgZycwioRmhFnzibWWPo76w4Z { width:2.4375rem;height:2.4375rem;top:40.8125rem;left:1.4375rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #O7X7sfMk3qna8l7zn9OLUWaH8OtoNWBI { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/852b4045-577c-4fca-9d93-d288c12dc510/lpbgs_02.png");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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O7X7sfMk3qna8l7zn9OLUWaH8OtoNWBI.adaptive-delivery-prevent-bg, #O7X7sfMk3qna8l7zn9OLUWaH8OtoNWBI.lazyload, #O7X7sfMk3qna8l7zn9OLUWaH8OtoNWBI.lazyloading { background-image: none; }#O7X7sfMk3qna8l7zn9OLUWaH8OtoNWBI > .row .container { background-color: transparent; background-image: none; }#O7X7sfMk3qna8l7zn9OLUWaH8OtoNWBI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7X7sfMk3qna8l7zn9OLUWaH8OtoNWBI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7X7sfMk3qna8l7zn9OLUWaH8OtoNWBI > .row .container > .video-iframe-container { display: none; }#O7X7sfMk3qna8l7zn9OLUWaH8OtoNWBI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7X7sfMk3qna8l7zn9OLUWaH8OtoNWBI > .row > .video-iframe-container { display: none; }#O7X7sfMk3qna8l7zn9OLUWaH8OtoNWBI > .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); }#O7X7sfMk3qna8l7zn9OLUWaH8OtoNWBI > .row .container { border-width: 0; border-radius: 0; }#O7X7sfMk3qna8l7zn9OLUWaH8OtoNWBI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O7X7sfMk3qna8l7zn9OLUWaH8OtoNWBI > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p7KZ7hT8NP0xJPZWQtvf2RSLQgsIEpyV { width:8.625rem;height:3.298825rem;top:5.60546875rem;left:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #geLSZOLxg5ZXH3anO07ENB9ECaSiWy4s { width:20rem;height:13.125rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqTTdmQBazGiJvJX1z5c3VBJ0mI3hPwS { width:8.3125rem;height:11.5rem;top:4.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpCqiLOwpXP1FTtc9GrqDlix2RVveKkG { width:10.125rem;height:1.54296875rem;top:4.0625rem;left:9.4375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XS8cKRg4Z2rleuWQrh3H7o8rx2t3I0yD { width:17.625rem;height:17.7099375rem;top:16.8125rem;left:1.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#XS8cKRg4Z2rleuWQrh3H7o8rx2t3I0yD li:before{  }
 }@media only screen and (max-width: 763px) { #wwkQ5w7fh4mAuTQJa1NK7iPGxXT0KpkH { display:flex;width:1.8125rem;height:1.8125rem;top:10.25rem;left:12.125rem;font-size:0.8125rem; }
#wwkQ5w7fh4mAuTQJa1NK7iPGxXT0KpkH > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #c5uNp2N9bXTXLrHOE13UL3WXugzSLOma { display:flex;width:2.25rem;height:2.25rem;top:10rem;left:9.4375rem;font-size:0.8125rem; }
#c5uNp2N9bXTXLrHOE13UL3WXugzSLOma > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #vlRqmffS7m09pMQJm6sXn3OqBlttn8sH { width:5.625rem;height:6.9375rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIcMhUKRes60dzHwdDVcG6QFtUDD9vUM { display:block; }#LIcMhUKRes60dzHwdDVcG6QFtUDD9vUM > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLdAb0omkl1C2IsT0dt1aV6n6Mdg1CLz { width:18.9375rem;height:3.736325rem;top:1.34375rem;left:0.53125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ftm8x3IDBQMarISJM4RPSL0T4tvaBFQQ { width:20rem;height:0.763675rem;top:5.078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayAQoypdbI5I9T0DksHxEIMrDJ3nRXfx { width:20rem;height:0.76433121019106rem;top:15.013675rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oEktDAHIg0giaL5a1hHH8gwlM4inyr1K { display:block; }#oEktDAHIg0giaL5a1hHH8gwlM4inyr1K > .row .container { width:20rem;height:74.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLTf8MCNFVo3hRvwcyAOalZz8IQZraUG { width:16.4375rem;height:22.75rem;top:1.6591796875rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raDuAKi6TPPuZm16LHzQsTxz6a0L0W6Q { width:16.4375rem;height:21.0625rem;top:27.25rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsVWFATw9uBeWIvKCJXIVJiobI7AxqtL { width:16.4375rem;height:19.9375rem;top:52.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrePOJ5H1vZ8TfNAsstu74KEEqOfoBrP { width:11.3125rem;height:3.3125rem;top:3.1259765625rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy4OMsuUKtsJ1gBE9JSGxdCqApQecA4o { width:9.9375rem;height:2.611325rem;top:3.4775390625rem;left:5.03125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zN5ErMUsEHFKAEqseGG2TQeNDDZdUSl9 { width:12.875rem;height:2.875rem;top:28.6875rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOFvRgfJVk7RpkDsOzMNT2ogVMRk15vH { width:12.875rem;height:2.875rem;top:54.28125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXkJktLgCdIC2nVThFCbI9s9hJ6JWd6g { width:11.375rem;height:1.54296875rem;top:29.322265625rem;left:4.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MaPvZBLafyDcQTN4laS4TveBTewZNuHx { width:20rem;height:1.54296875rem;top:54.916015625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bsWigl2Tx0iN6kzaV0r11qZobCCh7eNo { width:11.375rem;height:11.69825625rem;top:59.03125rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #euBIpEP8slDSpQtX3EKqay29JlcTJXun { width:14.6875rem;height:14.2978625rem;top:8.3134765625rem;left:2.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kuBhuNxd8KzP2dSBT823eJvqOUu9W8c7 { width:12.9375rem;height:12.9980625rem;top:33.4375rem;left:3.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VSJAGOEJZeOCCqdogprIh1CpTinlFz5R { display:block; }#VSJAGOEJZeOCCqdogprIh1CpTinlFz5R > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VtaRT0Jco0ee9D302CaOtpd5QTeCOAVT { width:14.5rem;height:3.875rem;top:2.1904296875rem;left:2.75rem;font-size:1rem;border-top:0.5625rem solid #ffffff;border-left:0.5625rem solid #ffffff;border-right:0.5625rem solid #ffffff;border-bottom:0.5625rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M63yntLo0W6G4ElxsA7tmrIurBdAvu5M { display:block; }
 }@media only screen and (max-width: 763px) { #fRC4lL9NkogqsntXwvRvJgO7EVaSGtfu { width:20rem;height:0.0625rem;top:1.1904296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #egpIEPlbTb455HDifmk3TLdqCWurhoLu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dced9c23-39d2-4a3a-ae95-71b41841660c/darkbg.png");background-position:top left !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; }#egpIEPlbTb455HDifmk3TLdqCWurhoLu.adaptive-delivery-prevent-bg, #egpIEPlbTb455HDifmk3TLdqCWurhoLu.lazyload, #egpIEPlbTb455HDifmk3TLdqCWurhoLu.lazyloading { background-image: none; }#egpIEPlbTb455HDifmk3TLdqCWurhoLu > .row .container { background-color: transparent; background-image: none; }#egpIEPlbTb455HDifmk3TLdqCWurhoLu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.53); }#egpIEPlbTb455HDifmk3TLdqCWurhoLu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egpIEPlbTb455HDifmk3TLdqCWurhoLu > .row .container > .video-iframe-container { display: none; }#egpIEPlbTb455HDifmk3TLdqCWurhoLu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.53); }#egpIEPlbTb455HDifmk3TLdqCWurhoLu > .row > .video-iframe-container { display: none; }#egpIEPlbTb455HDifmk3TLdqCWurhoLu > .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); }#egpIEPlbTb455HDifmk3TLdqCWurhoLu > .row .container { border-width: 0; border-radius: 0; }#egpIEPlbTb455HDifmk3TLdqCWurhoLu::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; }#egpIEPlbTb455HDifmk3TLdqCWurhoLu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#egpIEPlbTb455HDifmk3TLdqCWurhoLu > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q5NhstnCeNQno6qQiTu7cHXbk78FLf0x { width:17.5rem;height:17.4375rem;top:10.8125rem;left:2.5rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #tbDODcFQ2Q9A2KX8SyWiTH0ILlE04geP { width:1.875rem;height:1.875rem;top:25.8125rem;left:17.5rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #EX8mUGp4XMcGfsDwrId67DnWf8n3rDEJ { width:1.125rem;height:1.125rem;top:25.1875rem;left:17.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #PI3s75iaPmVW00b4N2o7tUnBlLLrGcGe { width:10.4375rem;height:14.390625rem;top:12.0625rem;left:6.03125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #TIt6XMfs8JTJ0VO301v30lCkSwv6eLLN { width:12.25rem;height:8.3125rem;top:12.5rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #PxrFGlQaM5XqdISqxddAIyFI1VbsfahU { width:15.375rem;height:5.625rem;top:6.125rem;left:2.125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #SDta9qgTrVR70asppxrSmUCcTvcD7Trr { width:4.5rem;height:8.6875rem;top:6.125rem;left:0rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #giqnZSBtEgexPfASSBN7ZcwILqiPZwWU { width:9.75rem;height:1.29980625rem;top:8.8359375rem;left:5.65625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15061;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XzkCsgp0QqQDTTZP7hZQACgcpWTihKw1 { width:13.1875rem;height:1.8681625rem;top:7.14453125rem;left:5.625rem;font-size:1.4375rem;text-align:left;text-align-last:left;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #CHrT7sZbygoEavtfhVlPGtK0tuuTZHGW { width:20rem;height:0.763675rem;top:3.375rem;left:0rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #tspCoddsfLMq1cPvDQVXw3pTc4EoNg7q { width:16.125rem;height:1.8681625rem;top:0.875rem;left:1.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #rhEGSCfL9KOqblf9ZSGQexpDCMa4zaP1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dced9c23-39d2-4a3a-ae95-71b41841660c/darkbg.png");background-position:center right !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; }#rhEGSCfL9KOqblf9ZSGQexpDCMa4zaP1.adaptive-delivery-prevent-bg, #rhEGSCfL9KOqblf9ZSGQexpDCMa4zaP1.lazyload, #rhEGSCfL9KOqblf9ZSGQexpDCMa4zaP1.lazyloading { background-image: none; }#rhEGSCfL9KOqblf9ZSGQexpDCMa4zaP1 > .row .container { background-color: transparent; background-image: none; }#rhEGSCfL9KOqblf9ZSGQexpDCMa4zaP1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.53); }#rhEGSCfL9KOqblf9ZSGQexpDCMa4zaP1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhEGSCfL9KOqblf9ZSGQexpDCMa4zaP1 > .row .container > .video-iframe-container { display: none; }#rhEGSCfL9KOqblf9ZSGQexpDCMa4zaP1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.53); }#rhEGSCfL9KOqblf9ZSGQexpDCMa4zaP1 > .row > .video-iframe-container { display: none; }#rhEGSCfL9KOqblf9ZSGQexpDCMa4zaP1 > .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); }#rhEGSCfL9KOqblf9ZSGQexpDCMa4zaP1 > .row .container { border-width: 0; border-radius: 0; }#rhEGSCfL9KOqblf9ZSGQexpDCMa4zaP1::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; }#rhEGSCfL9KOqblf9ZSGQexpDCMa4zaP1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rhEGSCfL9KOqblf9ZSGQexpDCMa4zaP1 > .row .container { width:20rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GLngmZxudhX52abUXLlnNg9ZA8HUIdNI { width:17.5rem;height:17.4375rem;top:6.4375rem;left:2.5rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #qRktunX1ESh5eBKMaZSO428rbpBtXWzn { width:1.875rem;height:1.875rem;top:21.4375rem;left:17.5rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #U8v99Q4f6Lad3DMolNkggu6RUtQfT2AM { width:1.125rem;height:1.125rem;top:20.8125rem;left:17.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #PXGn5Jp8GvsPrIVhoS99sR4PvUayBNQQ { width:10.4375rem;height:14.390625rem;top:7.6875rem;left:6.03125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #SRNhOFuBazUhGGt2q1yLskTWToACNTTI { width:12.25rem;height:8.3125rem;top:8.125rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #xO138RNqsnXf4kNCkkNZLkI1liT1DsqD { width:15.375rem;height:5.625rem;top:1.75rem;left:2.125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #zJiEdtu8DudFpFqBqEsFMe9TpJ7OZ89P { width:4.5rem;height:8.4375rem;top:1.75rem;left:0rem;z-index:15036;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ww6oNFZMT1nGdNW6UJihwUZdOdlONwBI { width:9.75rem;height:1.29980625rem;top:4.4609375rem;left:5.65625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15061;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vpgmGFTvVuX9WVbS8vJlv2qSzV2lSvrw { width:13.1875rem;height:1.8681625rem;top:2.76953125rem;left:5.625rem;font-size:1.4375rem;text-align:left;text-align-last:left;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #vT25aVJHOHJy7HOZIcPbFdFSRplH3fJU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dced9c23-39d2-4a3a-ae95-71b41841660c/darkbg.png");background-position:top left !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; }#vT25aVJHOHJy7HOZIcPbFdFSRplH3fJU.adaptive-delivery-prevent-bg, #vT25aVJHOHJy7HOZIcPbFdFSRplH3fJU.lazyload, #vT25aVJHOHJy7HOZIcPbFdFSRplH3fJU.lazyloading { background-image: none; }#vT25aVJHOHJy7HOZIcPbFdFSRplH3fJU > .row .container { background-color: transparent; background-image: none; }#vT25aVJHOHJy7HOZIcPbFdFSRplH3fJU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.53); }#vT25aVJHOHJy7HOZIcPbFdFSRplH3fJU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vT25aVJHOHJy7HOZIcPbFdFSRplH3fJU > .row .container > .video-iframe-container { display: none; }#vT25aVJHOHJy7HOZIcPbFdFSRplH3fJU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.53); }#vT25aVJHOHJy7HOZIcPbFdFSRplH3fJU > .row > .video-iframe-container { display: none; }#vT25aVJHOHJy7HOZIcPbFdFSRplH3fJU > .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); }#vT25aVJHOHJy7HOZIcPbFdFSRplH3fJU > .row .container { border-width: 0; border-radius: 0; }#vT25aVJHOHJy7HOZIcPbFdFSRplH3fJU::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; }#vT25aVJHOHJy7HOZIcPbFdFSRplH3fJU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vT25aVJHOHJy7HOZIcPbFdFSRplH3fJU > .row .container { width:20rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqFwdIJ4gva85Ti4vTRihbZtHnR83r7Q { width:17.5rem;height:17.4375rem;top:6.4375rem;left:2.5rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #iBZTqMXhbNRDhTdDo5DNHnUJXsmGnZez { width:1.875rem;height:1.875rem;top:21.4375rem;left:17.5rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #D0RJZQzhqcbL6IVgIGi1cJ6mfTvHhg1J { width:1.125rem;height:1.125rem;top:20.8125rem;left:17.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #RSDcwK64OkIT3AJsGqVEvyaU4ndMa0di { width:12.5625rem;height:13.19140625rem;top:7.5rem;left:6.03125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #aFUD8KiLMR7TiSWRUVGoBog8ZKmSx8oW { width:12.25rem;height:8.3125rem;top:8.125rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #SyLyfKNxg9iTCKWpZUTwA20OvGOT775r { width:16.3125rem;height:5.625rem;top:1.75rem;left:2.125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #O3dFwNhTULHx6OJtHe8nHfZZeBf6DM3W { width:4.5rem;height:8.4375rem;top:1.75rem;left:0rem;z-index:15036;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QDflSP61T4Qv23gexfKkUnabDJa8T5h8 { width:9.75rem;height:1.29980625rem;top:4.4609375rem;left:5.65625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15061;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Tmk3Dh6fTibHA0Nx9CuZpBTIQNA8IoHs { width:13.1875rem;height:1.8681625rem;top:2.76953125rem;left:5.625rem;font-size:1.4375rem;text-align:left;text-align-last:left;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #W79TFuFo0JZgQUSDI00KIqWNZrgKX3ND { background-color:rgba(0,0,0,0.53);background-image:url("https://images.assets-landingi.com/uc/dced9c23-39d2-4a3a-ae95-71b41841660c/darkbg.png");background-position:top left !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; }#W79TFuFo0JZgQUSDI00KIqWNZrgKX3ND.adaptive-delivery-prevent-bg, #W79TFuFo0JZgQUSDI00KIqWNZrgKX3ND.lazyload, #W79TFuFo0JZgQUSDI00KIqWNZrgKX3ND.lazyloading { background-image: none; }#W79TFuFo0JZgQUSDI00KIqWNZrgKX3ND > .row .container { background-color: transparent; background-image: none; }#W79TFuFo0JZgQUSDI00KIqWNZrgKX3ND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W79TFuFo0JZgQUSDI00KIqWNZrgKX3ND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W79TFuFo0JZgQUSDI00KIqWNZrgKX3ND > .row .container > .video-iframe-container { display: none; }#W79TFuFo0JZgQUSDI00KIqWNZrgKX3ND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W79TFuFo0JZgQUSDI00KIqWNZrgKX3ND > .row > .video-iframe-container { display: none; }#W79TFuFo0JZgQUSDI00KIqWNZrgKX3ND > .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); }#W79TFuFo0JZgQUSDI00KIqWNZrgKX3ND > .row .container { border-width: 0; border-radius: 0; }#W79TFuFo0JZgQUSDI00KIqWNZrgKX3ND > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W79TFuFo0JZgQUSDI00KIqWNZrgKX3ND > .row .container { width:20rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oyird6MeWMDAwFRFO7X3KrkhMretkOD8 { width:17.5rem;height:20.5rem;top:6.4375rem;left:2.5rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #AtqK7MZMzuUBBcuO3TvMNIUVOTEb3TkR { width:1.875rem;height:1.875rem;top:24.5rem;left:17.5rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #VXvsAZ0HilDpDtcXKrI0MxTNTXfaC9M6 { width:1.125rem;height:1.125rem;top:23.875rem;left:17.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #TMZ8pS9rNpDsJA53RHnFQ8GTRiSA6tmu { width:10.4375rem;height:16.78903125rem;top:7.6875rem;left:6.03125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #KhsdSMAPUnCTm6TnmJLmo6XmKNSt6S7f { width:12.25rem;height:8.3125rem;top:8.125rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #eUP2aUmNSCKQ0U4ag9tP2evVNTfd7Js1 { width:15.375rem;height:5.625rem;top:1.75rem;left:2.125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #yL3BRJfzfOvAhmIrBizQKBzN2qkUQJvs { width:4.5rem;height:8.4375rem;top:1.75rem;left:0rem;z-index:15036;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NKWu3tdoNbzLKubQ6g9FQCEoTgVrGr23 { width:9.75rem;height:1.29980625rem;top:4.4609375rem;left:5.65625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15061;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WMmDmb2Lxhilg6t03nOgDr24MC507zDI { width:13.1875rem;height:1.8681625rem;top:2.76953125rem;left:5.625rem;font-size:1.4375rem;text-align:left;text-align-last:left;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #fhPkwOe10p1OhHwmzsf1TSH9FimHtPSl { display:none; }#fhPkwOe10p1OhHwmzsf1TSH9FimHtPSl > .row .container { width:20rem;height:166.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tbw1y0h5s4ZV7X992LrbS3eWkAftJScF { width:20rem;height:0.76433121019106rem;top:3.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTQNzUQhD0Bem3TeiAe2bvqeu0mxb7rO { width:20rem;height:1.8681625rem;top:0.9375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zuCQK60b3XS6GXWGKuDeXp23Q7MgrmMS { width:20rem;height:0.763675rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWO3ex8PvZ55JbZTgkkwtsCyAqBkHlkf { width:4.5rem;height:8.6875rem;top:5.1171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAD1DEJ5P0udWGJnayR2s4T0II4wcQrG { width:12.25rem;height:8.3125rem;top:10.24609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5pTDSrsxMfPl5ewJxZd1xWQ8swNb9uc { width:17.5rem;height:17.4375rem;top:9.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNJewTVML9pPIwdo5nR2NQ70OrUGv7za { width:13.1875rem;height:3.0859375rem;top:5.6015625rem;left:5.5rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #cCab3rluG6O23cHk7TqgATBo2pwBaviX { width:10.4375rem;height:14.390625rem;top:10.24609375rem;left:6rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IOOrASQwPzs1UpvhlikxanEFdOzTqA1k { width:1.875rem;height:1.875rem;top:24.0625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5e6zQfZq7FGzwV9mmvuRaLsztMeOldw { width:1.125rem;height:1.125rem;top:23.4375rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcMP3CLpJpnqokHgmW3G3pC2OX1dG4H9 { width:17.5rem;height:17.4375rem;top:31.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzTF9TpV62l2T7M4DOwgGP9FD4lIHpaV { width:10.4375rem;height:14.390625rem;top:32.9375rem;left:5.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EHkt6veIt1bBLKLsDigEFgEIMGJNSsvl { width:19.625rem;height:9rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIT6KTeHuoKrHTRgChnyHaFJk4vCDF3q { width:4.625rem;height:8.6875rem;top:25.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HlQN1ICfnLUsPgMfBicUZ2Ecqf6uTnVU { width:12rem;height:3.0859375rem;top:28.2265625rem;left:5.1875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #SKeUhbVuWxKcLFXMTLTXLPbXaSIoIDr7 { width:20rem;height:18.125rem;top:66.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTFRHLfeQZMar6hoRGkxwWhLvqHXfEef { width:19.625rem;height:7.9375rem;top:56.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCZ446fy8v2nGXBkJsxgVUkHzeers68g { width:15.0625rem;height:5.25rem;top:67.4375rem;left:2.8125rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KheWVdwk4yZHRTSoHs6BXs9OIHRrQTLp { width:7.25rem;height:13.5625rem;top:144.9912125rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dfExBX2f57A6U00oAeXmn6goN1Hn1iit { width:20rem;height:3.73698125rem;top:160.5537125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fCCGbFQDyrPovUQQ7AZu5fNEvJtemzoh { width:17rem;height:5rem;top:28.1875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oC5pWfwwg5C1CudxDQcxSG6CfUyKVI77 { width:19.625rem;height:4.5625rem;top:50.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ9e66adKEQHLBt20TGZa35TVzI60tnb { width:1.875rem;height:1.875rem;top:46.6875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8kqEGoOpDb46OwJUIy3X38t3tUetfDo { width:1.125rem;height:1.125rem;top:46.0625rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #s74K5LV4u7QsAW9zZ9BDTdTyDo55sNy9 { width:1.875rem;height:1.875rem;top:81.8125rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APeukOxwQebpZ1tMNyvDTlITWPG4bx9b { width:1.125rem;height:1.125rem;top:81.1875rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMsPGXlJ4cgHKUs3cyPBT7m4w4JBq2ex { width:15.375rem;height:4.375rem;top:5.1171875rem;left:1.1875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #buIL9TT2SBAEzFm2ZRXzRtTGDt11vs1A { width:20rem;height:18.125rem;top:145.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Etqbp9VINWvFWZ8ogTc9frF3eyfKaE84 { width:1.875rem;height:1.875rem;top:161.3125rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEdDx6ce9XXtOsg9q62zSeTazBEW1nT5 { width:1.125rem;height:1.125rem;top:160.6875rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is2kH16qUtCQpQgbV9DfPPoVnnm8CHLC { width:19.625rem;height:7.9375rem;top:136.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsvCCwMGQ3JHD4G3LivX8N7zdws3x6V5 { width:16.6875rem;height:5.25rem;top:146.9375rem;left:2.8125rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #idoeZQQgAng0v3AtLzyR3k6Ci9tpgOMC { width:19.375rem;height:4.5625rem;top:126.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5ILKECVpyuACeNI4kwqel77Vvh2XwDM { width:20rem;height:1.8681625rem;top:133rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GfP0XoFBtBO8adTkToHOEHylgQDVNDrC { width:7.25rem;height:13.5625rem;top:226.1787125rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BI2fdVtR53B8pQlK4fGKDKCPkW1fGIPd { width:4.5rem;height:8.4375rem;top:28.1875rem;left:0rem;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qRasfK2LIpfTmcl9172FwrodwgWnQvwb { width:13.1875rem;height:1.8681625rem;top:5.5390625rem;left:5.625rem;font-size:1.4375rem;text-align:left;text-align-last:left;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #Swd6vARoqCiGPGn6GUkGbQKiJzy3TTLh { width:13.1875rem;height:1.29980625rem;top:7.26953125rem;left:5.625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15052;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VJKq46ZhO4mrKIxMymEmUTZcznnlxSmq { background-color:#050505;background-image:url("https://images.assets-landingi.com/uc/5989cabf-4682-467d-9388-bf17b99515fc/BGarcoLPmobile.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:block; }#VJKq46ZhO4mrKIxMymEmUTZcznnlxSmq.adaptive-delivery-prevent-bg, #VJKq46ZhO4mrKIxMymEmUTZcznnlxSmq.lazyload, #VJKq46ZhO4mrKIxMymEmUTZcznnlxSmq.lazyloading { background-image: none; }#VJKq46ZhO4mrKIxMymEmUTZcznnlxSmq > .row .container { background-color: transparent; background-image: none; }#VJKq46ZhO4mrKIxMymEmUTZcznnlxSmq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJKq46ZhO4mrKIxMymEmUTZcznnlxSmq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJKq46ZhO4mrKIxMymEmUTZcznnlxSmq > .row .container > .video-iframe-container { display: none; }#VJKq46ZhO4mrKIxMymEmUTZcznnlxSmq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJKq46ZhO4mrKIxMymEmUTZcznnlxSmq > .row > .video-iframe-container { display: none; }#VJKq46ZhO4mrKIxMymEmUTZcznnlxSmq > .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); }#VJKq46ZhO4mrKIxMymEmUTZcznnlxSmq > .row .container { width:20rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdPcxJa5SLogHVo5AwynCX1IBmafIAKV { width:18.3125rem;height:9.2578125rem;top:1.75rem;left:0.84375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UpmwD6w6USEw6a0JPc5BUMr8UZAVZHmB { width:10.1875rem;height:2.375rem;top:16.03125rem;left:4.90625rem;font-size:1rem;border-top:0.5625rem solid #ffffff;border-left:0.5625rem solid #ffffff;border-right:0.5625rem solid #ffffff;border-bottom:0.5625rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htRmGZBVuvxIubA3Sa61h4tGq4gRHIXD { display:block; }
 }@media only screen and (max-width: 763px) { #zAZ6GbUplgcopWRHGQIPKJF9CITaWlmg { width:20rem;height:0.76433121019106rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HqJGgAHL1gEIyocBXPRTIZsglCuhqVf1 { display:block; }#HqJGgAHL1gEIyocBXPRTIZsglCuhqVf1 > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVTm8s3PryWrIbSq68kVvUyJCm7MpMO8 { display:block; }#fVTm8s3PryWrIbSq68kVvUyJCm7MpMO8 > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MpbdGDwvWOBTs7wTpZoI9CgMiUMoLmZ3 { width:17.4375rem;height:1.0559875rem;top:11.78515625rem;left:1.28125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNqyUg32o3pfuSUkwpyrFQMG32Mfhyl5 { width:12.5rem;height:1.6875rem;top:1.603515625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV0un2w0DmrvwvI6LaxmZtwKQGNVH99k { width:2.0625rem;height:2.0625rem;top:7.3125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3QlGLKxJqMB2pKWwDeTcV0cxv4J4G53 { display:flex;width:1.1875rem;height:1.1875rem;top:7.75rem;left:5.375rem;font-size:0.8125rem; }
#f3QlGLKxJqMB2pKWwDeTcV0cxv4J4G53 > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; } }@media only screen and (max-width: 763px) { #xTkCUtVcffrw69Z10mrn3k2tKNVkmZ3E { width:2.0625rem;height:2.0625rem;top:7.3125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmPUpHm99zelKShiHAgklCpgEAi7Ffua { display:flex;width:1.1875rem;height:1.1875rem;top:7.75rem;left:13.4375rem;font-size:0.8125rem; }
#OmPUpHm99zelKShiHAgklCpgEAi7Ffua > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; } }@media only screen and (max-width: 763px) { #sBEv233ptwpzFAlwdD2ooI3yMHSWnRev { width:2.0625rem;height:2.0625rem;top:7.3125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkIVfikg1Unuy2ZR42FP0bQNPG1wMmTT { display:flex;width:1.1875rem;height:1.1875rem;top:7.75rem;left:8.0625rem;font-size:0.8125rem; }
#MkIVfikg1Unuy2ZR42FP0bQNPG1wMmTT > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; } }@media only screen and (max-width: 763px) { #eZkG02zogruawTqdWc74Fo9qyK7dqEfh { width:2.0625rem;height:2.0625rem;top:7.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHNcEnnSR8vLKGxcT8gb2INV1PAPsf7H { display:flex;width:1.1875rem;height:1.1875rem;top:7.75rem;left:10.75rem;font-size:0.8125rem; }
#zHNcEnnSR8vLKGxcT8gb2INV1PAPsf7H > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; } }@media only screen and (max-width: 763px) { #KTtBG7u23t80rp3CG43uFJOVhMtbucZZ { width:17.6875rem;height:1.13671875rem;top:5.228515625rem;left:1.15625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }