.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8820d5b4-59aa-40bd-a8c8-cb7a4d24f6cc/b91e4ea1fe934171893213b49b259c591.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.adaptive-delivery-prevent-bg, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyload, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyloading { background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { background-color: transparent; background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .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); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { border-width: 0; border-radius: 0; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:75rem;overflow:visible;position:relative;display:block; }#Tr9y79t9ZQicaTNUCRPDg7EgUaPG7Irz { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:6.0625rem;top:59.0625rem;left:5.5rem;overflow:hidden;display:none; }
#XNXSGJXfaO7byBU2y5PnEKdlOPCRbMzc { color:#ffffff;display:block;width:19.25rem;position:absolute;font-family:helvetica;font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:60.9375rem;left:12rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#i7VxIhF0vA3xq9ilAwa8b4rsyku1C12Z { 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:4.1875rem;width:10.125rem;top:66.625rem;left:5.8125rem;overflow:hidden;display:none; }
#a4d3WrBhmPuN9dZxQ7Qa9Nq4thSHiEN5 { color:#ffffff;display:block;width:48.8745rem;position:absolute;font-family:outfit;font-size:3.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:10.9375rem;left:0rem;height:4.0625rem;font-style:normal;display:block; }
#N8GHQQpT5TtUwlUbwpxgREpsRiTbM6uK { color:#ff5a00;display:block;width:57.6871875rem;position:absolute;font-family:outfit;font-size:3.0625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:14.665689468384rem;left:0rem;height:3.98030625rem;font-style:normal;display:block; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .widget-form-header {  }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .widget-regular-label { height:auto;display:block;font-family:helvetica;font-size:0.875rem;font-weight:400;color:#ffffff;width:17.5rem;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; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .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:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .widget-input-text {padding-top: 0; padding-bottom: 0;}#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .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:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .widget-input-select {padding-top: 0; padding-bottom: 0;}#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .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; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#fe5000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:17.5rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:16.0625rem;overflow:hidden;font-style:normal; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .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; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .widget-container:first-of-type{padding-top:0;}#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .widget-container:last-of-type{padding-bottom:0;}#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC  { background-color:rgba(0,0,0,0.61);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15035;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;position:absolute;top:24.49951171875rem;left:38.175455093384rem; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC {display:block;}#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC { background-color:rgba(0,0,0,0.61);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15035;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;position:absolute;top:24.49951171875rem;left:38.175455093384rem; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #tWiUQNivwEQVtEevPwobJLE6xZSpTxgS { position:relative; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #eSUwbC9DOSg7PJT61WAe5AHsVatDF9ah { position:relative;display:block; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #ThxK6faFX4G2c1VnutvydCWKfzaMfOZW { position:relative; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #n1TzzoKZQNkizOZ3BsKwp5S8TQHkETFM { position:relative; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #RizhW4MiB9FCBS5muyJhwN7VPBbeITOL { position:relative;display:block; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #Gw13lVJPTUr3XznEdwiGCPZObnCZqUEv { position:relative; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #i6cXbQ9J5p8BNbIiShTAx0bbdCVZ86WX { position:relative; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #HI6Xo4P7Gak33hLmiUuGI7tVByLMlvP7 { position:relative;display:block; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #UcftuVis2tABEHRu0fL8gCPn34VrX9sO { position:relative; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #PkLl5nZytooh1TFOLoOl30duWFFOUhIr { position:relative; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #f2wOkpeMPcEKTLavaXkZP15HldAKlFsa { position:relative;z-index:2; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #LN8UThTxRyTImRAEozNrwLdBe1lqueEv { position:relative; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #XdgIROil0qV7kR4gSTl5dNqBdSQIPleg { position:relative; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #BVxtNcvWIwRmohIt8wSHH50RX1sxgucZ { position:relative; }
#UBwLsUNCyCi2M1DikynSuQdbtToT4Jh4 { color:#ffffff;display:block;width:32.1231875rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:19.375rem;left:0rem;height:1.381025rem;font-style:normal;display:block; }
#hTt1WwMhVMUzDb3sPyow2WnZu08xTkxU { color:#ffffff;display:block;width:6.4998125rem;position:absolute;font-family:helvetica;font-size:1.0625rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:28.875rem;left:4.25rem;height:1.381025rem;font-style:normal;display:block; }
#CLF5DNDmabwTbcg7T9uehETu3OWI9kTC { position:absolute;display:block;z-index:15033;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.125rem;width:3.125rem;top:28rem;left:0rem;overflow:hidden;display:block; }
#WwE6sWDEiQywtKTDrH0cNF7CSeMbUVOy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:23.3125rem;left:0rem; }
#NuCfmZ8abu8msXz6yPfiXsR4KbShU9Rz { color:#ffffff;display:block;width:16.936875rem;position:absolute;font-family:helvetica;font-size:1.0625rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:24.5rem;left:4.25rem;height:1.381025rem;font-style:normal;display:block; }
#zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu .widget-text.counter-number { border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem; }
#zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:19rem;height:5.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:34.3125rem;left:0rem;z-index:5002; }
#zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #IfW3hevIlMNTVOEWFraZgfn8V1O4hZvA { display:flex;position:relative;top:0rem;left:0rem; }
#zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #QTXaXsdw6mpPGq0Nye2O0HREClvvTuH4 { width:auto; }
#zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #ogCUAEkFuMKRB5QMzLvidsGKyzPgUovX {  }
#zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #mbDWavMvhgknphmTJeTXMJoP7pOyhGk5 { display:flex;position:relative;top:0rem;left:0rem; }
#zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #W2C4ExDvviPOnDyTfqBDF4bK1vvTtqRn {  }
#zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #fpW7VW7wos83P6ELcDlggJOfPrp2vRQ8 {  }
#zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #lPybxe4m16LmtOKH2f9e2si2rXCTZ4Qx { display:flex;position:relative;top:0rem;left:0rem; }
#zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #Hxux62XazTTxG89AUMbTP5OD8kui99rE {  }
#zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #GodU6mhGIP07elQ7Tb34mcZBSzkzahpT {  }
#zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #yN8y82DXpRNqK25TTsqLrme3x3H08fvS { display:flex;position:relative;top:0rem;left:0rem; }
#zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #DxSmx83qNpHfHkUiLDNBQW2kIA1i1UHh {  }
#zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #M5nV3qR31CxiW1JTULK78bVss1vfbDxD {  }
#InFs5M2y3wW0wkeiNAzceZXq1lcd16Te { 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.75rem;width:9.375rem;top:3.6857094764709rem;left:0rem;overflow:hidden;display:block; }
#RHuzTVsUe4O6LQdWziNfvnKEBucuh2Ux { box-sizing:content-box;height:3.4375rem;width:45.125rem;position:absolute;display:block;z-index:15032;background-color:#fff8f8;background-image:none;top:15rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 .widget-text.counter-number { border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem; }
#TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:19rem;height:5.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:38.968097686767rem;left:0rem;z-index:5002;display:none; }
#TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #NXOskqGpPlbE3OpSX9WTkMyvOvfb1FLE { display:flex;position:relative;top:0rem;left:0rem; }
#TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #IdLDPkw5fS9bTFxI7S3Uv7bctAsyM3UV { width:auto; }
#TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #iaZKw4yFEcXG4yPsQNqXgQF00KcRwJnP {  }
#TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #T8nl1ygUKa2N081fo648hcyiPtAz974c { display:flex;position:relative;top:0rem;left:0rem; }
#TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #hXACVeszmFl8Rs0VFK132eG2aovcW7Vo {  }
#TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #LBAeUvz1oHU6Olr2G1AFcnlV4iZH3NQ2 {  }
#TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #VDUteBypiHa1NtbRgFMZoGxHF2Bt8Ws4 { display:flex;position:relative;top:0rem;left:0rem; }
#TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #kgeqZGO8peKv9Gqok7whM25AnEMWJAAU {  }
#TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #u0v3zS3AGNTtnVGSy7Fdaw6x8XMP5Bbf {  }
#TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #btp9hrwfhoLN7R3lXQ2pzsNwnleOZPNL { display:flex;position:relative;top:0rem;left:0rem; }
#TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #d0DoVX8urimU1AsZevQAG8OqUcOcXJba {  }
#TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #iRZ4UgC8UdFgq5T1nBwEGU8ao425LeUe {  }
#hawQ8ta4LPw8TiPF7cuNopkmIQiQxmBV { box-sizing:content-box;height:3.4375rem;width:45.125rem;position:absolute;display:block;z-index:15032;background-color:#fff8f8;background-image:none;top:15rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#Fwh62oTfxqvlu89ROkTz7LG3TJ3cc4EA { position:relative;display:none; }#Fwh62oTfxqvlu89ROkTz7LG3TJ3cc4EA { border-width: 0; border-radius: 0; }#Fwh62oTfxqvlu89ROkTz7LG3TJ3cc4EA > .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; }#Fwh62oTfxqvlu89ROkTz7LG3TJ3cc4EA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:50.1875rem;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; }#xA3O6ve2T2efQRnJhoNZB8QrvpBTrHDM { color:#fe5000;display:block;width:75rem;position:absolute;font-family:helvetica;font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.1650390625rem;left:-0.09375rem;height:2.3125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZzFUhPV410Zxa9t8zZw1OLTakyKyLGTv { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:helvetica;font-size:0.75rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:35.875rem;left:11.875rem;height:0.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BVQhRIDlNmGN164geaPTvvnyJkyFqJzG { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:36.125rem;left:30.375rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R2aFktWrz5KeoeTGVp0h8brMg3Iw7znI { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:helvetica;font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:37.3125rem;left:46.5625rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#srBGn9UX2vHRy7664hOmv0rgfRZIEL2B { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:helvetica;font-size:3.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:30.875rem;left:13.125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TP53a8DSiCh3Kro1KPVqpALfCaho69AD { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:helvetica;font-size:4.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:29.5625rem;left:30.375rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qfm53G0TLaEKlqCWUF9Hy8my6H6BfPEO { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:helvetica;font-size:3.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:31.0625rem;left:47.875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B509oRo3O8h3JyiHqxA0T97Nyn2TpX2Z { position:absolute;display:block;z-index:15002;background-color:#101d7e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.5625rem 1.8125rem rgba(0,0,0,0.1) ;height:20.9375rem;width:15rem;top:23.125rem;left:29.125rem;display:block; }
#NtzLTyVQCfKWXUimAGJwVWavMbTuSSll { position:absolute;display:block;z-index:15004;background-color:#fe5000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.5625rem 1.8125rem rgba(0,0,0,0.1) ;height:16.5rem;width:14.625rem;top:25.9375rem;left:46.875rem;display:block; }
#WszJzTka6UI6A3cUKRqSyuUxKievoz1N { 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:15020;opacity:1;top:0.4375rem;left:35.9375rem; }
#DeR437P5b020RguZ2PDdRJ2kk9Q0zmH3 { position:absolute;display:block;z-index:15021;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:12.3125rem;width:22.1875rem;top:9.4375rem;left:26.40625rem;overflow:hidden;display:block; }
#qX3gi0WG4bs2gy89Os32tHSGvEpRPKgB { position:absolute;display:block;z-index:15004;background-color:#fe5000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.5625rem 1.8125rem rgba(0,0,0,0.1) ;height:16.5rem;width:14.625rem;top:25.9375rem;left:46.875rem;display:none; }
#bHPKy3iRAgZpIbMuIf6XJ9CzrJ9TB9if { 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:15000;opacity:1;display:none; }
#ZDxxgt60BmuF7GyLP6cwX1q65KWr5n5n { 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:15000;opacity:1;display:none; }
#gDH3nkZnUEL0oc351qTBAZVz4Xeb4aIl { 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:15000;opacity:1;display:none; }
#VFyuABOcBE3TzR9dgpCg6WrHz1VXWJ5H { color:#3fb549;display:block;width:45.1871875rem;position:absolute;font-family:helvetica;font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.3738594055176rem;left:14.905598640442rem;height:5.68685rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#z9WhNfnHkwAZPb8DUEd6TJTTWlxqvWz8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z9WhNfnHkwAZPb8DUEd6TJTTWlxqvWz8 > .row .container { background-color: transparent; background-image: none; }#z9WhNfnHkwAZPb8DUEd6TJTTWlxqvWz8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9WhNfnHkwAZPb8DUEd6TJTTWlxqvWz8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9WhNfnHkwAZPb8DUEd6TJTTWlxqvWz8 > .row .container > .video-iframe-container { display: none; }#z9WhNfnHkwAZPb8DUEd6TJTTWlxqvWz8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9WhNfnHkwAZPb8DUEd6TJTTWlxqvWz8 > .row > .video-iframe-container { display: none; }#z9WhNfnHkwAZPb8DUEd6TJTTWlxqvWz8 > .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); }#z9WhNfnHkwAZPb8DUEd6TJTTWlxqvWz8 > .row .container { border-width: 0; border-radius: 0; }#z9WhNfnHkwAZPb8DUEd6TJTTWlxqvWz8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z9WhNfnHkwAZPb8DUEd6TJTTWlxqvWz8 > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:block; }#dcxSPOlTah6LW1H4stc3Z4c7dANStW5Z { color:#3fb549;display:block;width:45.1871875rem;position:absolute;font-family:helvetica;font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.3738594055176rem;left:14.905598640442rem;height:5.6875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SaJDo51nG8M307s0zUCa3MHar50pTFTs { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:helvetica;font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:23.6875rem;left:12.5rem;height:0.97511875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zJfMgMna7tHFdNTUhgyfJpct8MBvvC9J { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:23.4375rem;left:31.25rem;height:2.59928125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AsmnZsdX1Ii1FcOG31TmeMgqzTK3GC3u { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:helvetica;font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:23.6875rem;left:47.3125rem;height:0.97511875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#US2QnINvgbTciZ9C3uztIbd9xvq4ebKA { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:helvetica;font-size:3.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:18.9375rem;left:13.5625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fPi6fVmcx7FVRgGS7JJn7LZNCJM3ZfTs { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:helvetica;font-size:4.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:17.25rem;left:31.3125rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZCrVTUMtpcFny7X6G3q6dQ2M4gBTbtSk { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:helvetica;font-size:3.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:19.0625rem;left:48.625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ruwqfElQP72avxUK8Ii3LE2iiHqSbsvz { position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.5625rem 1.8125rem rgba(0,0,0,0.1) ;height:16.5rem;width:14.625rem;top:11.75rem;left:12.9375rem;display:block; }
#pkd93qLcPd01MzB6rXIw4ob4i2FfynzT { position:absolute;display:block;z-index:15002;background-color:#fe5000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.5625rem 1.8125rem rgba(0,0,0,0.1) ;height:19.8125rem;width:15rem;top:9.8125rem;left:29.875rem;display:block; }
#Bo4wEnRUJ3GfZp1DwSAdXT2b9HZhZZ2h { position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.5625rem 1.8125rem rgba(0,0,0,0.1) ;height:16.5rem;width:14.625rem;top:11.75rem;left:47.625rem;display:block; }
#Hmonk2lSPGUmciEKcvRr1r9GgQqMurCT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:14.0625rem;left:52.5625rem; }
#R49SXME6ri2fVcCZMOJQz2HdyTwPfzTA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:11.875rem;left:35.4375rem; }
#c2CVcKo7LIGTZ27AueNCd6Cg9gkc8Edp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:14.3125rem;left:18.1875rem; }
#hFJe7DzHyNpTpSkulUxSym99PtcVCT4G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/280e8e16-54f7-485c-9eec-a8881c63a64e/NBand_Unu159.crop_3287x2233_108,0.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hFJe7DzHyNpTpSkulUxSym99PtcVCT4G.adaptive-delivery-prevent-bg, #hFJe7DzHyNpTpSkulUxSym99PtcVCT4G.lazyload, #hFJe7DzHyNpTpSkulUxSym99PtcVCT4G.lazyloading { background-image: none; }#hFJe7DzHyNpTpSkulUxSym99PtcVCT4G > .row .container { background-color: transparent; background-image: none; }#hFJe7DzHyNpTpSkulUxSym99PtcVCT4G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFJe7DzHyNpTpSkulUxSym99PtcVCT4G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFJe7DzHyNpTpSkulUxSym99PtcVCT4G > .row .container > .video-iframe-container { display: none; }#hFJe7DzHyNpTpSkulUxSym99PtcVCT4G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFJe7DzHyNpTpSkulUxSym99PtcVCT4G > .row > .video-iframe-container { display: none; }#hFJe7DzHyNpTpSkulUxSym99PtcVCT4G > .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); }#hFJe7DzHyNpTpSkulUxSym99PtcVCT4G > .row .container { border-width: 0; border-radius: 0; }#hFJe7DzHyNpTpSkulUxSym99PtcVCT4G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hFJe7DzHyNpTpSkulUxSym99PtcVCT4G > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;position:relative;display:block; }#sexqVcKaxXR2zGS096yULMvSpM87Qi4h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#sexqVcKaxXR2zGS096yULMvSpM87Qi4h > .row .container { background-color: transparent; background-image: none; }#sexqVcKaxXR2zGS096yULMvSpM87Qi4h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sexqVcKaxXR2zGS096yULMvSpM87Qi4h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sexqVcKaxXR2zGS096yULMvSpM87Qi4h > .row .container > .video-iframe-container { display: none; }#sexqVcKaxXR2zGS096yULMvSpM87Qi4h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sexqVcKaxXR2zGS096yULMvSpM87Qi4h > .row > .video-iframe-container { display: none; }#sexqVcKaxXR2zGS096yULMvSpM87Qi4h > .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); }#sexqVcKaxXR2zGS096yULMvSpM87Qi4h > .row .container { border-width: 0; border-radius: 0; }#sexqVcKaxXR2zGS096yULMvSpM87Qi4h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sexqVcKaxXR2zGS096yULMvSpM87Qi4h > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#yr6Fe2xhyiit9nMeoLLlqT0tvUJFLuIR { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:6.25rem;left:2.5rem;display:block; }
#VTaQD2fuL2wJkJLICawcC3SLBBxMN2TF { color:#3fb549;display:block;width:16.125rem;position:absolute;font-family:helvetica;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.4375rem;left:2.5rem;height:12.9980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#J6HwXHsLNQT1darrQPilmCUG3yP6RaOo { color:rgba(255,255,255,0.7);display:block;width:16.5625rem;position:absolute;font-family:helvetica;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:8.875rem;left:30rem;height:2.6237rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#paaoaLAdTspsUonoHm5qlkM46GIqNsg6 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:helvetica;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:5.875rem;left:29.9375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PWTmgcd6okCuuxC7OXFdK07zMprptRDI { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:helvetica;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:14.0625rem;left:30rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#B1weTJNU8pUnBWCyKnI5sROXPLtW3nET { color:rgba(255,255,255,0.7);display:block;width:16.5625rem;position:absolute;font-family:helvetica;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:17.0625rem;left:30rem;height:2.6237rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UmXEanFgeG8LPXCm3HAqGXkwp4nQ2gP2 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:helvetica;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:22.25rem;left:30rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ig52qZF4IsMmrDcTVKlzcMKkk3g9Cdu6 { color:rgba(255,255,255,0.7);display:block;width:16.5625rem;position:absolute;font-family:helvetica;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:26.9375rem;left:30rem;height:5.24739375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ka88tDBM7XhnFySiHmfbMbCfMcD0iOKI { color:rgba(255,255,255,0.7);display:block;width:16.5625rem;position:absolute;font-family:helvetica;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:8.875rem;left:55.9375rem;height:2.6237rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oue5FCBqzrsFoxlpWzVSpMaHSVRZSsfh { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:helvetica;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:5.875rem;left:55.875rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xmkUREITMzbSnJ8bK1pWeZfk8cVmxasx { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:helvetica;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:14.0625rem;left:55.9375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HUcc9GVuttqgsR8wJzULGhrDAJgTQ33a { color:rgba(255,255,255,0.7);display:block;width:16.5625rem;position:absolute;font-family:helvetica;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:17.0625rem;left:55.9375rem;height:3.93554375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NHTtgmZy87xTKizG5AyUx6WEpouB0W52 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:5.375rem;left:26.59375rem; }
#Lh9UFt0q11FHzqHd9dkip7eNSMeHvUeR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:13.6875rem;left:26.59375rem; }
#s23Ralhul6GP5i0RK9PUcObpJte2q8h5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:21.8125rem;left:26.59375rem; }
#ntyGh4MTC6OFmDginVOAan0buHU0dqyc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:5.1875rem;left:52.40625rem; }
#zpNzawCuHETOn21q3Auf5HMpG0s8uqR6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:13.625rem;left:52.40625rem; }
#Xzw7x9hTWkuSkTeN861MdaxSKZdPifrI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xzw7x9hTWkuSkTeN861MdaxSKZdPifrI > .row .container { background-color: transparent; background-image: none; }#Xzw7x9hTWkuSkTeN861MdaxSKZdPifrI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xzw7x9hTWkuSkTeN861MdaxSKZdPifrI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xzw7x9hTWkuSkTeN861MdaxSKZdPifrI > .row .container > .video-iframe-container { display: none; }#Xzw7x9hTWkuSkTeN861MdaxSKZdPifrI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xzw7x9hTWkuSkTeN861MdaxSKZdPifrI > .row > .video-iframe-container { display: none; }#Xzw7x9hTWkuSkTeN861MdaxSKZdPifrI > .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); }#Xzw7x9hTWkuSkTeN861MdaxSKZdPifrI > .row .container { border-width: 0; border-radius: 0; }#Xzw7x9hTWkuSkTeN861MdaxSKZdPifrI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xzw7x9hTWkuSkTeN861MdaxSKZdPifrI > .row .container { font-size:0.875rem;font-family:arial;height:15.6875rem;width:75rem;position:relative;display:block; }#EQ0V8ReKT6RAtRCuurgefWTk0i14P1wv { color:#000000;display:block;width:70.625rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:7.6875rem;left:2.1875rem;height:3.898925rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#ieqyENBuVwaGXbk2RL5DpctnZPAxOwar { color:#000000;display:block;width:57.875rem;position:absolute;font-family:helvetica;font-size:1.8125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:3.6875rem;left:8.5625rem;height:2.35605rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eFmAuWOCcDJyArRhQoAptQmPSt9ICv6c { position:absolute;display:block;z-index:15014;background-color:#fe5000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:20.3125rem;top:28.1875rem;left:27.34375rem;display:none; }
#NA0aoxRIhWx2TKNvTxUT7eTFOaBdvqCe { position:absolute;display:block;z-index:15005;background-color:#3fb549;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:10.25rem;top:7.6875rem;left:8.8125rem;display:block; }
#BgO9ssN0oi5M86fFzJdLRoNtplCzaqK9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fe5000;background-image:url("https://images.assets-landingi.com/uc/b96bd757-5fae-41fc-8d4d-c191bfad8c55/Prancheta3.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#BgO9ssN0oi5M86fFzJdLRoNtplCzaqK9.adaptive-delivery-prevent-bg, #BgO9ssN0oi5M86fFzJdLRoNtplCzaqK9.lazyload, #BgO9ssN0oi5M86fFzJdLRoNtplCzaqK9.lazyloading { background-image: none; }#BgO9ssN0oi5M86fFzJdLRoNtplCzaqK9 > .row .container { border-width: 0; border-radius: 0; }#BgO9ssN0oi5M86fFzJdLRoNtplCzaqK9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BgO9ssN0oi5M86fFzJdLRoNtplCzaqK9 > .row .container { font-size:0.875rem;font-family:arial;height:42.6875rem;width:75rem;position:relative;display:none; }#s49IEaaOvTmkaMKBNhIk8hvdRSlcyBQa { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:75rem;top:3.0607604980469rem;left:-0.0625rem;display:block; }
#Wzr6KwVqGvkCkQTbXk7hasCnHICT5iz9 { color:#ffffff;display:block;width:70.625rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:9.04426574707rem;left:2rem;height:8.375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#MUBFGBCShVZAawwz6eT7PSUO7MZLfzRC { color:#fe5000;display:block;width:48.875rem;position:absolute;font-family:helvetica;font-size:1.8125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3.7873249053955rem;left:13.0625rem;height:2.3125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t9CmAdBbRHxQnOyT3TecLsmT8RcWPTwL { color:#ffffff;display:block;width:70.625rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:21.2265625rem;left:2.1875rem;height:16.75rem;text-align:justify;text-align-last:initial;display:block; }
#T9diFeZtI66fyTDp1sJKT5agCNTciJOy { background-color:#0fa04a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helvetica;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.0625rem;height:2.625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:78.8125rem;left:24.96875rem;display:none; }
#GO6p9KZeSiZozC0opWWcATvTEHax3BUl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn { position:relative;display:block; }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn { background-color: transparent; background-image: none; }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn > .row .container > .video-iframe-container { display: none; }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn > .row > .video-iframe-container { display: none; }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn > .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); }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn { border-width: 0; border-radius: 0; }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn > .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; }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:92.5625rem;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:block; }#HWaRaFAKym2rOIzuLgTyzB2IZtZluKW9 { position:absolute;display:block;z-index:15004;background-color:#fe5000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:75rem;top:5.1025390625rem;left:0rem;display:block; }
#B0zrSGTaJaqZbbR8e37pNwTTnrLTs4wl { color:#ffffff;display:block;width:60.625rem;position:absolute;font-family:helvetica;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.4150390625rem;left:8.625rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wTKxcQ25rQXfgCPD1fBXDzfCTybhJkzP { color:#000000;display:block;width:12.5rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.25rem;left:54.25rem;height:2.59928125rem;text-align:center;text-align-last:center;display:block; }
#bK8JyrfKGyHTQ8hUJn7og57V759KSnBI { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:19.84375rem;left:5.1875rem;height:5.19856875rem;text-align:center;text-align-last:center;display:block; }
#hMEKRkULtU3eLzopXpmQ0dLNXsNLIWhE { color:#000000;display:block;width:15.25rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:19.84375rem;left:29.875rem;height:5.19856875rem;text-align:center;text-align-last:center;display:block; }
#D7cVSDnsXwtRsDkvN2GuSfwB2c31Ala8 { color:#000000;display:block;width:70.625rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:76.3125rem;left:1.875rem;height:10.3971375rem;text-align:justify;text-align-last:initial;display:block; }
#CqwTWd5l8fRol2mRJ9Zo0lZMqbESwSPp { color:#00348e;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:4.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13.53125rem;left:7.46875rem;height:5.68685rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ULzThFkzLJ8UBrsLI318T1OoVauEhAgi { color:#00348e;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:4.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:13.53125rem;left:31.25rem;height:5.68685rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JcgTGN1EPA0DTthZy0bpZzDWBTbKesoV { color:#00348e;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:4.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.5625rem;left:54.25rem;height:5.68685rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wEoyJdbT9inEQTtD7anf4JrIFovMBbzz { position:absolute;display:block;z-index:15005;background-color:#fe5000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:61.1875rem;top:74.1875rem;left:6.625rem;display:block; }
#FTP6hlocQnDizMS4fkSgxo8l308i3AOU { position:absolute;display:block;z-index:15006;background-color:#fe5000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:61.1875rem;top:88.125rem;left:6.625rem;display:block; }
#edgDMuIWhIGUBMCeiaqTGF5vIIt0VWfI { position:absolute;display:block;z-index:15006;background-color:#fe5000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:61.1875rem;top:27.75rem;left:6.90625rem;display:block; }
#LSOygb2K3LFH8I2KionNtATECJBTM3UX { color:#000000;display:block;width:70.625rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:51.9375rem;left:1.875rem;height:7.79785rem;text-align:justify;text-align-last:initial;display:block; }
#Zt9sBQQUnDvbWLBUU8lUMCV77Cq1TaaG { color:#000000;display:block;width:57.875rem;position:absolute;font-family:helvetica;font-size:1.8125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:48.4375rem;left:8.25rem;height:2.35605rem;text-align:center;text-align-last:center;display:block; }
#wvApHanfXiiUbHPsKrTZQvlMSR055VC5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:63.4375rem;left:13.75rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#UaTckBUH8r9HUKsSImATGDBGvO7vcinz { color:#00348e;display:block;width:4.5rem;position:absolute;font-family:raleway;font-size:4.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:60.875rem;left:12.1875rem;height:5.68685rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O9EegkJCI3hdp2Tu1k87MB8T0FerEgzr { color:#000000;display:block;width:5.625rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:63.5rem;left:28.875rem;height:1.2999125rem;text-align:left;text-align-last:left;display:block; }
#Sp1dZu1luUyCkATcQp9AFPHBmaTJZcs2 { color:#00348e;display:block;width:4.5rem;position:absolute;font-family:raleway;font-size:4.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:60.9375rem;left:25.3125rem;height:5.68685rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iyc4y7zmHygZGoX8Fvog72x4iBNQ1sFS { color:#000000;display:block;width:2.5rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:63.4375rem;left:37.6875rem;height:1.2999125rem;text-align:left;text-align-last:left;display:block; }
#EZTqxCTeKMxyCpedTkonToM8CR2bPFNM { color:#00348e;display:block;width:4.5rem;position:absolute;font-family:raleway;font-size:4.375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:60.9375rem;left:34rem;height:5.68685rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nQ9LunBxJR5ia1AVhJ9oI3MgXNTzmvrK { color:#000000;display:block;width:4.875rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:63.4375rem;left:44.9375rem;height:1.2999125rem;text-align:left;text-align-last:left;display:block; }
#LAgZ5a3FyPJ9uizKRnSPlmpfDTE44Mwi { color:#00348e;display:block;width:4.5rem;position:absolute;font-family:raleway;font-size:4.375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:60.9375rem;left:41.1875rem;height:5.68685rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ovLTv29ot6IEvGUD3kCE3wxJzym7QItK { color:#000000;display:block;width:5.875rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:63.5625rem;left:53.25rem;height:1.2999125rem;text-align:left;text-align-last:left;display:block; }
#Td960oru719aVtqfzT9QkESTqdZdlMhc { color:#00348e;display:block;width:4.5rem;position:absolute;font-family:raleway;font-size:4.375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:61rem;left:49.75rem;height:5.68685rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zNTMMaQ5ffzZrMETNqF63hDSZN5rrB8z { position:absolute;display:block;z-index:15014;background-color:#fe5000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:20.3125rem;top:28.1875rem;left:27.34375rem;display:none; }
#GcKvaKaDQT4b4UCvVqdVwh2x8mMbp6qu { position:absolute;display:block;z-index:15014;background-color:#fe5000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:20.3125rem;top:28.1875rem;left:27.34375rem;display:none; }
#ZD2pUvlpUTvIimxk0cnOdyuIBhGMooVR { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:63.5625rem;left:62.5625rem;height:3.898925rem;text-align:left;text-align-last:left;display:block; }
#gooizKmp4ZWChCMw2sOrXwXEOZ7SHRXd { color:#00348e;display:block;width:4.5rem;position:absolute;font-family:raleway;font-size:4.375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:61rem;left:58.4375rem;height:5.68685rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P94Cw4relhoZ9Hcwsmbc9NqvWV3a4TpS { color:#000000;display:block;width:9.25rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:63.5rem;left:3.4375rem;height:3.898925rem;text-align:center;text-align-last:center;display:block; }
#BsPGk19RDN4y5VPkw4PyOrncXFvBcaBa { color:#00348e;display:block;width:4.5rem;position:absolute;font-family:raleway;font-size:4.375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:60.8125rem;left:0rem;height:5.68685rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sSaMloRqhuUfNJ27pBKZCFZAro9mDe6l { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:31.4375rem;top:30.3125rem;left:20.53125rem;overflow:hidden;display:block; }
#aVNpAsSz7voWvhdLv7XHUsVx6DfTSIzc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#aVNpAsSz7voWvhdLv7XHUsVx6DfTSIzc > .row .container { background-color: transparent; background-image: none; }#aVNpAsSz7voWvhdLv7XHUsVx6DfTSIzc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVNpAsSz7voWvhdLv7XHUsVx6DfTSIzc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVNpAsSz7voWvhdLv7XHUsVx6DfTSIzc > .row .container > .video-iframe-container { display: none; }#aVNpAsSz7voWvhdLv7XHUsVx6DfTSIzc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVNpAsSz7voWvhdLv7XHUsVx6DfTSIzc > .row > .video-iframe-container { display: none; }#aVNpAsSz7voWvhdLv7XHUsVx6DfTSIzc > .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); }#aVNpAsSz7voWvhdLv7XHUsVx6DfTSIzc > .row .container { border-width: 0; border-radius: 0; }#aVNpAsSz7voWvhdLv7XHUsVx6DfTSIzc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aVNpAsSz7voWvhdLv7XHUsVx6DfTSIzc > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#zHI1GliyT5ziWfQvcPdzA7sUScpTzbGN { 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: 0.5rem 0.5rem 0.8125rem rgba(0,0,0,0.16) ;height:14.125rem;width:21.1875rem;top:4.28955078125rem;left:0rem;overflow:hidden;display:block; }
#oiKBn1hNN4HCL5AZvoaMpUKQ1VnKeJ3X { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.5rem 0.5rem 0.8125rem rgba(0,0,0,0.16) ;height:18.1875rem;width:27.25rem;top:2.259912109375rem;left:23.329742862414rem;overflow:hidden;display:block; }
#JJQ4ghQRgSqhAScqVuzWm7dJXQnLBpes { 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: 0.5rem 0.5rem 0.8125rem rgba(0,0,0,0.16) ;height:14.187rem;width:21.437375rem;top:4.4677734375rem;left:53.56201171875rem;overflow:hidden;display:block; }
#B4m195lRFHT4xUce75btHJtmG8pPfrR1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d08ac49a-80b2-44c1-ac72-3fcb5367ffb1/DiscussoProfundaemAmbienteAconchegante.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B4m195lRFHT4xUce75btHJtmG8pPfrR1.adaptive-delivery-prevent-bg, #B4m195lRFHT4xUce75btHJtmG8pPfrR1.lazyload, #B4m195lRFHT4xUce75btHJtmG8pPfrR1.lazyloading { background-image: none; }#B4m195lRFHT4xUce75btHJtmG8pPfrR1 > .row .container { background-color: transparent; background-image: none; }#B4m195lRFHT4xUce75btHJtmG8pPfrR1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4m195lRFHT4xUce75btHJtmG8pPfrR1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4m195lRFHT4xUce75btHJtmG8pPfrR1 > .row .container > .video-iframe-container { display: none; }#B4m195lRFHT4xUce75btHJtmG8pPfrR1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4m195lRFHT4xUce75btHJtmG8pPfrR1 > .row > .video-iframe-container { display: none; }#B4m195lRFHT4xUce75btHJtmG8pPfrR1 > .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); }#B4m195lRFHT4xUce75btHJtmG8pPfrR1 > .row .container { border-width: 0; border-radius: 0; }#B4m195lRFHT4xUce75btHJtmG8pPfrR1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B4m195lRFHT4xUce75btHJtmG8pPfrR1 > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:75rem;position:relative;display:block; }#d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh > .row .container { background-color: transparent; background-image: none; }#d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh > .row .container > .video-iframe-container { display: none; }#d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh > .row > .video-iframe-container { display: none; }#d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh > .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); }#d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh > .row .container { border-width: 0; border-radius: 0; }#d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:75rem;position:relative;display:block; }#KpMAskVWMsdQv41D4QBNJS3asAsOBCTT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.375rem;width:19.0625rem;top:8.625rem;left:7.5625rem;display:block; }
#fRsOeUJNIZWe4SOiu9Qz0SMRgDom2cen { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.5rem;width:19.3125rem;top:8.5625rem;left:27.84375rem;display:block; }
#kvcP4We2u5P1MPOnDg6ZQLGok6Nn2Blc { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.5rem;width:19.3125rem;top:8.5625rem;left:48.125rem;display:block; }
#yaRLoHHv9tAXvToPBu3uBJv4w90LTA2s { color:#3fb549;display:block;width:70.5625rem;position:absolute;font-family:helvetica;font-size:1.8125rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:4.203125rem;left:2.21875rem;height:1.99363125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ { position:relative;display:none; }#X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ { border-width: 0; border-radius: 0; }#X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ > .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; }#X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.125rem;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; }#oMTFLHOI18F1ULACGHfyfrrk0zabOTuI { position:absolute;display:block;z-index:15004;background-color:#fe5000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:75rem;top:4.3837890625rem;left:0rem;display:block; }
#va75HQsD7dPLGSn33lS6RZd11M9tnF8J { color:#ffffff;display:block;width:56.3125rem;position:absolute;font-family:helvetica;font-size:1.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.1650390625rem;left:9.34375rem;height:2.3125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w1G4Lh8Zw77JuW6THVX1ASyLOmkseqmo { color:#000000;display:block;width:12.5rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:19.15625rem;left:7.46875rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mzIAKBZ9JaE1hIbdywUHuM2b9wuM6HGa { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:19.15625rem;left:31.21875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#MFWDJgqiWXvbI0TaE5V7G3L1rSRISGaq { color:#000000;display:block;width:15.25rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:19.15625rem;left:52.9375rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#T6FuiyDhq0FhDXbJdqpm0byBoXxkLom4 { color:#fe5000;display:block;width:12.5rem;position:absolute;font-family:helvetica;font-size:4.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:12.28125rem;left:7.46875rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NtTq1DBph6Clgw83Nr5dfXqFFTSeSoMi { color:#fe5000;display:block;width:12.5rem;position:absolute;font-family:helvetica;font-size:4.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:12.28125rem;left:31.25rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#STKmQhNyaRUEbUlwZX1IuJ3sfl6IXU5n { color:#fe5000;display:block;width:12.5rem;position:absolute;font-family:helvetica;font-size:4.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:12.28125rem;left:54.3125rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B33dZblGdL0t1mdoIfBaOGTdizHeTpT2 { position:relative;display:block; }#B33dZblGdL0t1mdoIfBaOGTdizHeTpT2 { background-color: transparent; background-image: none; }#B33dZblGdL0t1mdoIfBaOGTdizHeTpT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B33dZblGdL0t1mdoIfBaOGTdizHeTpT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B33dZblGdL0t1mdoIfBaOGTdizHeTpT2 > .row .container > .video-iframe-container { display: none; }#B33dZblGdL0t1mdoIfBaOGTdizHeTpT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B33dZblGdL0t1mdoIfBaOGTdizHeTpT2 > .row > .video-iframe-container { display: none; }#B33dZblGdL0t1mdoIfBaOGTdizHeTpT2 > .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); }#B33dZblGdL0t1mdoIfBaOGTdizHeTpT2 { border-width: 0; border-radius: 0; }#B33dZblGdL0t1mdoIfBaOGTdizHeTpT2 > .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; }#B33dZblGdL0t1mdoIfBaOGTdizHeTpT2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;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:block; }#VRzT8rgUloNMEVWJTHrNw7nPXnJ4t5Ay { color:#000000;display:block;width:16.749125rem;position:absolute;font-family:outfit;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8229160308838rem;left:29.125434875488rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#RDpRzM272WmqtFtqEbAnQV0HS4Z1q53D { position:relative;display:block; }#RDpRzM272WmqtFtqEbAnQV0HS4Z1q53D { background-color: transparent; background-image: none; }#RDpRzM272WmqtFtqEbAnQV0HS4Z1q53D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDpRzM272WmqtFtqEbAnQV0HS4Z1q53D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDpRzM272WmqtFtqEbAnQV0HS4Z1q53D > .row .container > .video-iframe-container { display: none; }#RDpRzM272WmqtFtqEbAnQV0HS4Z1q53D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDpRzM272WmqtFtqEbAnQV0HS4Z1q53D > .row > .video-iframe-container { display: none; }#RDpRzM272WmqtFtqEbAnQV0HS4Z1q53D > .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); }#RDpRzM272WmqtFtqEbAnQV0HS4Z1q53D { border-width: 0; border-radius: 0; }#RDpRzM272WmqtFtqEbAnQV0HS4Z1q53D > .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; }#RDpRzM272WmqtFtqEbAnQV0HS4Z1q53D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.25rem;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:block; }#rbiIN6HLVwn3EIu2gKiwkZM5Ctw3EMR5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:20.875rem;top:2.7498474121094rem;left:2.0621747970581rem;overflow:hidden;display:block; }
#CDkENcCmSCMrOv6sreZMqFEW1BztGRJu { color:#000000;display:block;width:18.5623125rem;position:absolute;font-family:outfit;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:18.436859130859rem;left:3.1868495941162rem;height:3.0859375rem;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; }
#QSp3N6r9qUbFRM6hJPHpREMzCcnbJdwg { box-sizing:content-box;height:6.5625rem;width:20.9375rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:16.625rem;left:2.0625rem;display:block; }
#TBpSILTilsFCnbVbu6KZQqzrim2BCicO { 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:14.375rem;width:20.875rem;top:2.7498474121094rem;left:26.999509811401rem;overflow:hidden;display:block; }
#Ju29qzDwTce63lm3PSlDO1DzC5IvXcc3 { box-sizing:content-box;height:6.5625rem;width:20.9375rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:16.625rem;left:27rem;display:block; }
#Vlf3ZVahZ6ELvRn4TT3gPBCGCXUskpTL { color:#000000;display:block;width:17.7481875rem;position:absolute;font-family:outfit;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:18.436686277389rem;left:28.624673843384rem;height:3.0859375rem;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; }
#skbRlc8UmkeOFb3vGlRLgG5Lna7wQFl5 { 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:13.75rem;width:20.625rem;top:2.8748474121094rem;left:52.124837875366rem;overflow:hidden;display:block; }
#qRKu5q5KO5IRdQ4CEVKI8Riu9aZh29y1 { box-sizing:content-box;height:6.3125rem;width:20.625rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:16.625rem;left:52.1875rem;display:block; }
#vDOwa0XMopWsTseNXUarcBM7LsQaTx4N { color:#000000;display:block;width:18.5623125rem;position:absolute;font-family:outfit;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.5625rem;left:53.1875rem;height:4.62890625rem;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; }
#wTZAEEpOfSyJMpT4BFLoO6UF17a7IdEh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/88ca2f4e-9713-4d40-8730-2471e6eade17/FUNDODETELA.jpeg");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; }#wTZAEEpOfSyJMpT4BFLoO6UF17a7IdEh.adaptive-delivery-prevent-bg, #wTZAEEpOfSyJMpT4BFLoO6UF17a7IdEh.lazyload, #wTZAEEpOfSyJMpT4BFLoO6UF17a7IdEh.lazyloading { background-image: none; }#wTZAEEpOfSyJMpT4BFLoO6UF17a7IdEh > .row .container { background-color: transparent; background-image: none; }#wTZAEEpOfSyJMpT4BFLoO6UF17a7IdEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.26); }#wTZAEEpOfSyJMpT4BFLoO6UF17a7IdEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTZAEEpOfSyJMpT4BFLoO6UF17a7IdEh > .row .container > .video-iframe-container { display: none; }#wTZAEEpOfSyJMpT4BFLoO6UF17a7IdEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.26); }#wTZAEEpOfSyJMpT4BFLoO6UF17a7IdEh > .row > .video-iframe-container { display: none; }#wTZAEEpOfSyJMpT4BFLoO6UF17a7IdEh > .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); }#wTZAEEpOfSyJMpT4BFLoO6UF17a7IdEh > .row .container { border-width: 0; border-radius: 0; }#wTZAEEpOfSyJMpT4BFLoO6UF17a7IdEh::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; }#wTZAEEpOfSyJMpT4BFLoO6UF17a7IdEh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wTZAEEpOfSyJMpT4BFLoO6UF17a7IdEh > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:75rem;position:relative;display:block; }#db7MbIW3rN8vvcPKWdKl0SpUzxhXlNwS { position:absolute;display:block;z-index:15003;background-color:#fe5000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:75rem;top:3.0607604980469rem;left:-0.0625rem;display:none; }
#z7dOTAKmAZb1NfxTyLOlkTKdOH3qAl9o { background-color:#86b824;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.1245rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:4.0852861404419rem;left:19.9365234375rem;display:block; }
#GbdWCwt3F9LJyQcyWwardMSOlppkLCCu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row .container { background-color: transparent; background-image: none; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row .container > .video-iframe-container { display: none; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row > .video-iframe-container { display: none; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .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); }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row .container { border-width: 0; border-radius: 0; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:75rem;position:relative;display:block; }#CqR253XOmDetT7cubkuO78eJk4XelFPs { color:#ffffff;display:block;width:4.625rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:2.125rem;left:48.5625rem;height:0.97511875rem;display:block; }
#vzBBL4AspTReN2Dq2A5r5ZbTEIL0Wahs { color:#ffffff;display:block;width:4.9375rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:5.3125rem;left:55.25rem;height:0.97511875rem;display:block; }
#Qic7BwZQz1y8Pma7kyJEGohMtBs8mS1c { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:5.3125rem;left:62.9375rem;height:0.97511875rem;display:block; }
#TuER5z7fgeTqhqX15vJLckL2VwDZSqbu { color:#ffffff;display:block;width:4.8125rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:9.1875rem;left:48.5625rem;height:0.97511875rem;display:block; }
#FIp1USfoGkcxNy0e3IddtQoSKVwFTbRC { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:19.5rem;top:7.625rem;left:48.5625rem;display:block; }
#Ikv3AMAHn9spIdrhncWGI6oMyzkcsaG0 { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:5.3125rem;left:50.03125rem;height:0.97511875rem;display:block; }
#t6mZShUFctuGEqSBnPk8lKGyffLglLS0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:5.125rem;left:53.5625rem; }
#qs4fIflxid5BvgOdy1uPJJmiWpIp8l0W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:5.09375rem;left:61.25rem; }
#lUWzdrbBlq7cSWbfciQQnGv82p5Wf95x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:4.96875rem;left:48.1875rem; }
#JOQMmMaiAyAzBD4hOTeQolAC9KEttoV2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:8.96875rem;left:53.9375rem; }
#JOQMmMaiAyAzBD4hOTeQolAC9KEttoV2 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#RMrniAUvLBhgqnavpAN0nv9zBQ1wbf81 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:8.96875rem;left:56.0625rem; }
#RMrniAUvLBhgqnavpAN0nv9zBQ1wbf81 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#zIzmOXzf4Jhzvm46PcnQo4MHLhW2u1K7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:8.96875rem;left:58.25rem; }
#zIzmOXzf4Jhzvm46PcnQo4MHLhW2u1K7 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#ywhMt6CZXydVw15wKANVlWHs9Wyn3N4I { 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:2.56185rem;width:17.4373125rem;top:5.43701171875rem;left:3.1193037033081rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A { display:block; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tr9y79t9ZQicaTNUCRPDg7EgUaPG7Irz { top:59.0625rem;left:0rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNXSGJXfaO7byBU2y5PnEKdlOPCRbMzc { top:60.9375rem;left:0rem;width:19.25rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7VxIhF0vA3xq9ilAwa8b4rsyku1C12Z { top:66.625rem;left:0rem;width:10.125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4d3WrBhmPuN9dZxQ7Qa9Nq4thSHiEN5 { top:10.9375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8GHQQpT5TtUwlUbwpxgREpsRiTbM6uK { top:14.625rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .widget-input-text {padding-top: 0; padding-bottom: 0;}#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .widget-input-select {padding-top: 0; padding-bottom: 0;}#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC  { width:17.5rem;height:auto;top:24.4375rem;left:24.550455093384rem; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC {display:block;}#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC { width:17.5rem;height:auto;top:24.4375rem;left:24.550455093384rem; }
 }@media only screen and (max-width: 763px) { #NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #tWiUQNivwEQVtEevPwobJLE6xZSpTxgS {  }
 }@media only screen and (max-width: 763px) { #NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #eSUwbC9DOSg7PJT61WAe5AHsVatDF9ah {  }
 }@media only screen and (max-width: 763px) { #NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #ThxK6faFX4G2c1VnutvydCWKfzaMfOZW {  }
 }@media only screen and (max-width: 763px) { #NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #n1TzzoKZQNkizOZ3BsKwp5S8TQHkETFM {  }
 }@media only screen and (max-width: 763px) { #NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #RizhW4MiB9FCBS5muyJhwN7VPBbeITOL {  }
 }@media only screen and (max-width: 763px) { #NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #Gw13lVJPTUr3XznEdwiGCPZObnCZqUEv {  }
 }@media only screen and (max-width: 763px) { #NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #i6cXbQ9J5p8BNbIiShTAx0bbdCVZ86WX {  }
 }@media only screen and (max-width: 763px) { #NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #HI6Xo4P7Gak33hLmiUuGI7tVByLMlvP7 {  }
 }@media only screen and (max-width: 763px) { #NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #UcftuVis2tABEHRu0fL8gCPn34VrX9sO {  }
 }@media only screen and (max-width: 763px) { #NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #PkLl5nZytooh1TFOLoOl30duWFFOUhIr {  }
 }@media only screen and (max-width: 763px) { #NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #f2wOkpeMPcEKTLavaXkZP15HldAKlFsa {  }
 }@media only screen and (max-width: 763px) { #NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #LN8UThTxRyTImRAEozNrwLdBe1lqueEv {  }
 }@media only screen and (max-width: 763px) { #NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #XdgIROil0qV7kR4gSTl5dNqBdSQIPleg {  }
 }@media only screen and (max-width: 763px) { #NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #BVxtNcvWIwRmohIt8wSHH50RX1sxgucZ {  }
 }@media only screen and (max-width: 763px) { #UBwLsUNCyCi2M1DikynSuQdbtToT4Jh4 { top:19.375rem;left:0rem;width:32.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTt1WwMhVMUzDb3sPyow2WnZu08xTkxU { top:28.875rem;left:0rem;width:6.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLF5DNDmabwTbcg7T9uehETu3OWI9kTC { top:28rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwE6sWDEiQywtKTDrH0cNF7CSeMbUVOy { top:23.3125rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuCfmZ8abu8msXz6yPfiXsR4KbShU9Rz { top:24.5rem;left:0rem;width:16.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu { width:19rem;height:5.3125rem;display:flex;top:4.3125rem;left:2.287109375rem;z-index:5001; }
 }@media only screen and (max-width: 763px) { #zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #IfW3hevIlMNTVOEWFraZgfn8V1O4hZvA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #QTXaXsdw6mpPGq0Nye2O0HREClvvTuH4 {  }
 }@media only screen and (max-width: 763px) { #zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #ogCUAEkFuMKRB5QMzLvidsGKyzPgUovX {  }
 }@media only screen and (max-width: 763px) { #zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #mbDWavMvhgknphmTJeTXMJoP7pOyhGk5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #W2C4ExDvviPOnDyTfqBDF4bK1vvTtqRn {  }
 }@media only screen and (max-width: 763px) { #zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #fpW7VW7wos83P6ELcDlggJOfPrp2vRQ8 {  }
 }@media only screen and (max-width: 763px) { #zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #lPybxe4m16LmtOKH2f9e2si2rXCTZ4Qx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #Hxux62XazTTxG89AUMbTP5OD8kui99rE {  }
 }@media only screen and (max-width: 763px) { #zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #GodU6mhGIP07elQ7Tb34mcZBSzkzahpT {  }
 }@media only screen and (max-width: 763px) { #zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #yN8y82DXpRNqK25TTsqLrme3x3H08fvS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #DxSmx83qNpHfHkUiLDNBQW2kIA1i1UHh {  }
 }@media only screen and (max-width: 763px) { #zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #M5nV3qR31CxiW1JTULK78bVss1vfbDxD {  }
 }@media only screen and (max-width: 763px) { #InFs5M2y3wW0wkeiNAzceZXq1lcd16Te { top:3.625rem;left:0rem;width:9.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHuzTVsUe4O6LQdWziNfvnKEBucuh2Ux { top:15rem;left:0rem;width:45.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 { width:19rem;height:5.3125rem;display:flex;top:4.3125rem;left:2.287109375rem;z-index:5001;display:none; }
 }@media only screen and (max-width: 763px) { #TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #NXOskqGpPlbE3OpSX9WTkMyvOvfb1FLE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #IdLDPkw5fS9bTFxI7S3Uv7bctAsyM3UV {  }
 }@media only screen and (max-width: 763px) { #TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #iaZKw4yFEcXG4yPsQNqXgQF00KcRwJnP {  }
 }@media only screen and (max-width: 763px) { #TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #T8nl1ygUKa2N081fo648hcyiPtAz974c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #hXACVeszmFl8Rs0VFK132eG2aovcW7Vo {  }
 }@media only screen and (max-width: 763px) { #TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #LBAeUvz1oHU6Olr2G1AFcnlV4iZH3NQ2 {  }
 }@media only screen and (max-width: 763px) { #TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #VDUteBypiHa1NtbRgFMZoGxHF2Bt8Ws4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #kgeqZGO8peKv9Gqok7whM25AnEMWJAAU {  }
 }@media only screen and (max-width: 763px) { #TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #u0v3zS3AGNTtnVGSy7Fdaw6x8XMP5Bbf {  }
 }@media only screen and (max-width: 763px) { #TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #btp9hrwfhoLN7R3lXQ2pzsNwnleOZPNL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #d0DoVX8urimU1AsZevQAG8OqUcOcXJba {  }
 }@media only screen and (max-width: 763px) { #TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #iRZ4UgC8UdFgq5T1nBwEGU8ao425LeUe {  }
 }@media only screen and (max-width: 763px) { #hawQ8ta4LPw8TiPF7cuNopkmIQiQxmBV { top:15rem;left:0rem;width:45.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fwh62oTfxqvlu89ROkTz7LG3TJ3cc4EA { display:none; }#Fwh62oTfxqvlu89ROkTz7LG3TJ3cc4EA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xA3O6ve2T2efQRnJhoNZB8QrvpBTrHDM { top:5.125rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzFUhPV410Zxa9t8zZw1OLTakyKyLGTv { top:35.875rem;left:0rem;width:15.25rem;height:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVQhRIDlNmGN164geaPTvvnyJkyFqJzG { top:40.4375rem;left:0rem;width:12.5625rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2aFktWrz5KeoeTGVp0h8brMg3Iw7znI { top:26.1875rem;left:0rem;width:11.9375rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #srBGn9UX2vHRy7664hOmv0rgfRZIEL2B { top:7.1875rem;left:0rem;width:12.5rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP53a8DSiCh3Kro1KPVqpALfCaho69AD { top:29.5625rem;left:16.75rem;width:12.5rem;height:5.6875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfm53G0TLaEKlqCWUF9Hy8my6H6BfPEO { top:22.25rem;left:0rem;width:12.5rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B509oRo3O8h3JyiHqxA0T97Nyn2TpX2Z { top:23.125rem;left:15.5rem;width:15rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtzLTyVQCfKWXUimAGJwVWavMbTuSSll { top:25.9375rem;left:33.125rem;width:14.625rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WszJzTka6UI6A3cUKRqSyuUxKievoz1N { top:0.4375rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeR437P5b020RguZ2PDdRJ2kk9Q0zmH3 { top:9.4375rem;left:12.78125rem;width:22.1875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX3gi0WG4bs2gy89Os32tHSGvEpRPKgB { top:25.9375rem;left:33.125rem;width:14.625rem;height:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bHPKy3iRAgZpIbMuIf6XJ9CzrJ9TB9if { display:none; }
 }@media only screen and (max-width: 763px) { #ZDxxgt60BmuF7GyLP6cwX1q65KWr5n5n { display:none; }
 }@media only screen and (max-width: 763px) { #gDH3nkZnUEL0oc351qTBAZVz4Xeb4aIl { display:none; }
 }@media only screen and (max-width: 763px) { #VFyuABOcBE3TzR9dgpCg6WrHz1VXWJ5H { top:2.4375rem;left:0rem;width:20rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #z9WhNfnHkwAZPb8DUEd6TJTTWlxqvWz8 { display:block; }#z9WhNfnHkwAZPb8DUEd6TJTTWlxqvWz8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dcxSPOlTah6LW1H4stc3Z4c7dANStW5Z { top:2.3125rem;left:1.2805986404419rem;width:45.125rem;height:5.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaJDo51nG8M307s0zUCa3MHar50pTFTs { top:23.6875rem;left:0rem;width:15.1875rem;height:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJfMgMna7tHFdNTUhgyfJpct8MBvvC9J { top:23.4375rem;left:17.625rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsmnZsdX1Ii1FcOG31TmeMgqzTK3GC3u { top:23.6875rem;left:32.5rem;width:15.1875rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #US2QnINvgbTciZ9C3uztIbd9xvq4ebKA { top:18.875rem;left:0rem;width:12.5rem;height:4.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPi6fVmcx7FVRgGS7JJn7LZNCJM3ZfTs { top:17.25rem;left:17.6875rem;width:12.5rem;height:5.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCrVTUMtpcFny7X6G3q6dQ2M4gBTbtSk { top:19.0625rem;left:35rem;width:12.5rem;height:4.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruwqfElQP72avxUK8Ii3LE2iiHqSbsvz { top:11.75rem;left:0rem;width:14.5625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkd93qLcPd01MzB6rXIw4ob4i2FfynzT { top:9.8125rem;left:16.25rem;width:15rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo4wEnRUJ3GfZp1DwSAdXT2b9HZhZZ2h { top:11.75rem;left:33.125rem;width:14.5625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hmonk2lSPGUmciEKcvRr1r9GgQqMurCT { top:14.0625rem;left:38.9375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R49SXME6ri2fVcCZMOJQz2HdyTwPfzTA { top:11.875rem;left:21.8125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2CVcKo7LIGTZ27AueNCd6Cg9gkc8Edp { top:14.3125rem;left:4.5625rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFJe7DzHyNpTpSkulUxSym99PtcVCT4G { display:block; }#hFJe7DzHyNpTpSkulUxSym99PtcVCT4G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sexqVcKaxXR2zGS096yULMvSpM87Qi4h { display:block; }#sexqVcKaxXR2zGS096yULMvSpM87Qi4h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yr6Fe2xhyiit9nMeoLLlqT0tvUJFLuIR { width:6.25rem;height:0.0625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTaQD2fuL2wJkJLICawcC3SLBBxMN2TF { width:16.125rem;height:13rem;top:8.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6HwXHsLNQT1darrQPilmCUG3yP6RaOo { width:16.5625rem;height:2.625rem;top:8.875rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #paaoaLAdTspsUonoHm5qlkM46GIqNsg6 { width:15.625rem;height:;top:5.875rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWTmgcd6okCuuxC7OXFdK07zMprptRDI { width:15.625rem;height:;top:14.0625rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1weTJNU8pUnBWCyKnI5sROXPLtW3nET { width:16.5625rem;height:2.625rem;top:17.0625rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmXEanFgeG8LPXCm3HAqGXkwp4nQ2gP2 { width:15.625rem;height:;top:22.25rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig52qZF4IsMmrDcTVKlzcMKkk3g9Cdu6 { width:16.5625rem;height:5.25rem;top:26.9375rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka88tDBM7XhnFySiHmfbMbCfMcD0iOKI { width:16.5625rem;height:2.625rem;top:8.875rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oue5FCBqzrsFoxlpWzVSpMaHSVRZSsfh { width:15.625rem;height:;top:5.875rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmkUREITMzbSnJ8bK1pWeZfk8cVmxasx { width:15.625rem;height:;top:14.0625rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUcc9GVuttqgsR8wJzULGhrDAJgTQ33a { width:16.5625rem;height:3.9375rem;top:17.0625rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHTtgmZy87xTKizG5AyUx6WEpouB0W52 { top:5.375rem;left:15.875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh9UFt0q11FHzqHd9dkip7eNSMeHvUeR { top:13.6875rem;left:15.875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s23Ralhul6GP5i0RK9PUcObpJte2q8h5 { top:21.8125rem;left:15.875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntyGh4MTC6OFmDginVOAan0buHU0dqyc { top:5.1875rem;left:31.75rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpNzawCuHETOn21q3Auf5HMpG0s8uqR6 { top:13.625rem;left:31.75rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzw7x9hTWkuSkTeN861MdaxSKZdPifrI { display:block; }#Xzw7x9hTWkuSkTeN861MdaxSKZdPifrI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQ0V8ReKT6RAtRCuurgefWTk0i14P1wv { top:7.6875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieqyENBuVwaGXbk2RL5DpctnZPAxOwar { top:3.6875rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFmAuWOCcDJyArRhQoAptQmPSt9ICv6c { top:28.1875rem;left:13.71875rem;width:20.3125rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NA0aoxRIhWx2TKNvTxUT7eTFOaBdvqCe { top:7.6875rem;left:0rem;width:10.25rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgO9ssN0oi5M86fFzJdLRoNtplCzaqK9 { display:block; }#BgO9ssN0oi5M86fFzJdLRoNtplCzaqK9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s49IEaaOvTmkaMKBNhIk8hvdRSlcyBQa { top:3rem;left:0rem;width:47.75rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzr6KwVqGvkCkQTbXk7hasCnHICT5iz9 { top:9rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUBFGBCShVZAawwz6eT7PSUO7MZLfzRC { top:3.75rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9CmAdBbRHxQnOyT3TecLsmT8RcWPTwL { top:21.1875rem;left:0rem;width:47.75rem;height:17.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9diFeZtI66fyTDp1sJKT5agCNTciJOy { width:25.0625rem;height:2.625rem;top:78.8125rem;left:11.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GO6p9KZeSiZozC0opWWcATvTEHax3BUl { display:block; }
 }@media only screen and (max-width: 763px) { #J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn { display:block; }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HWaRaFAKym2rOIzuLgTyzB2IZtZluKW9 { top:5.0625rem;left:0rem;width:47.75rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0zrSGTaJaqZbbR8e37pNwTTnrLTs4wl { top:5.375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTKxcQ25rQXfgCPD1fBXDzfCTybhJkzP { top:20.25rem;left:35.25rem;width:12.5rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK8JyrfKGyHTQ8hUJn7og57V759KSnBI { top:19.8125rem;left:0rem;width:17.0625rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMEKRkULtU3eLzopXpmQ0dLNXsNLIWhE { top:19.8125rem;left:16.25rem;width:15.25rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7cVSDnsXwtRsDkvN2GuSfwB2c31Ala8 { top:76.3125rem;left:0rem;width:47.75rem;height:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqwTWd5l8fRol2mRJ9Zo0lZMqbESwSPp { top:13.5rem;left:0rem;width:12.5rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULzThFkzLJ8UBrsLI318T1OoVauEhAgi { top:13.5rem;left:17.625rem;width:12.5rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcgTGN1EPA0DTthZy0bpZzDWBTbKesoV { top:13.5625rem;left:35.25rem;width:12.5rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEoyJdbT9inEQTtD7anf4JrIFovMBbzz { top:74.1875rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTP6hlocQnDizMS4fkSgxo8l308i3AOU { top:88.125rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #edgDMuIWhIGUBMCeiaqTGF5vIIt0VWfI { top:27.75rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSOygb2K3LFH8I2KionNtATECJBTM3UX { top:51.9375rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt9sBQQUnDvbWLBUU8lUMCV77Cq1TaaG { top:48.4375rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvApHanfXiiUbHPsKrTZQvlMSR055VC5 { top:63.4375rem;left:0.125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaTckBUH8r9HUKsSImATGDBGvO7vcinz { top:60.875rem;left:0rem;width:4.5rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9EegkJCI3hdp2Tu1k87MB8T0FerEgzr { top:63.5rem;left:15.25rem;width:5.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp1dZu1luUyCkATcQp9AFPHBmaTJZcs2 { top:60.9375rem;left:11.6875rem;width:4.5rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyc4y7zmHygZGoX8Fvog72x4iBNQ1sFS { top:63.4375rem;left:24.0625rem;width:2.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZTqxCTeKMxyCpedTkonToM8CR2bPFNM { top:60.9375rem;left:20.375rem;width:4.5rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ9LunBxJR5ia1AVhJ9oI3MgXNTzmvrK { top:63.4375rem;left:31.3125rem;width:4.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAgZ5a3FyPJ9uizKRnSPlmpfDTE44Mwi { top:60.9375rem;left:27.5625rem;width:4.5rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovLTv29ot6IEvGUD3kCE3wxJzym7QItK { top:63.5625rem;left:39.625rem;width:5.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td960oru719aVtqfzT9QkESTqdZdlMhc { top:61rem;left:36.125rem;width:4.5rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNTMMaQ5ffzZrMETNqF63hDSZN5rrB8z { top:28.1875rem;left:13.71875rem;width:20.3125rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GcKvaKaDQT4b4UCvVqdVwh2x8mMbp6qu { top:28.1875rem;left:13.71875rem;width:20.3125rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZD2pUvlpUTvIimxk0cnOdyuIBhGMooVR { top:63.5625rem;left:37.4375rem;width:10.3125rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gooizKmp4ZWChCMw2sOrXwXEOZ7SHRXd { top:61rem;left:43.25rem;width:4.5rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P94Cw4relhoZ9Hcwsmbc9NqvWV3a4TpS { top:63.5rem;left:0rem;width:9.25rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsPGk19RDN4y5VPkw4PyOrncXFvBcaBa { top:60.8125rem;left:0rem;width:4.5rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSaMloRqhuUfNJ27pBKZCFZAro9mDe6l { top:30.3125rem;left:6.90625rem;width:31.4375rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVNpAsSz7voWvhdLv7XHUsVx6DfTSIzc { display:block; }#aVNpAsSz7voWvhdLv7XHUsVx6DfTSIzc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHI1GliyT5ziWfQvcPdzA7sUScpTzbGN { top:4.25rem;left:0rem;width:21.1875rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiKBn1hNN4HCL5AZvoaMpUKQ1VnKeJ3X { top:2.25rem;left:9.7047428624138rem;width:27.25rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJQ4ghQRgSqhAScqVuzWm7dJXQnLBpes { top:4.4375rem;left:26.3125rem;width:21.375rem;height:14.145720966303rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4m195lRFHT4xUce75btHJtmG8pPfrR1 { display:block; }#B4m195lRFHT4xUce75btHJtmG8pPfrR1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh { display:block; }#d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KpMAskVWMsdQv41D4QBNJS3asAsOBCTT { top:8.625rem;left:0rem;width:19.0625rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRsOeUJNIZWe4SOiu9Qz0SMRgDom2cen { top:8.5625rem;left:14.21875rem;width:19.3125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvcP4We2u5P1MPOnDg6ZQLGok6Nn2Blc { top:8.5625rem;left:28.4375rem;width:19.3125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaRLoHHv9tAXvToPBu3uBJv4w90LTA2s { top:4.1875rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ { display:block; }#X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMTFLHOI18F1ULACGHfyfrrk0zabOTuI { top:4.375rem;left:0rem;width:47.75rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #va75HQsD7dPLGSn33lS6RZd11M9tnF8J { top:5.125rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1G4Lh8Zw77JuW6THVX1ASyLOmkseqmo { top:19.125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzIAKBZ9JaE1hIbdywUHuM2b9wuM6HGa { top:19.125rem;left:17.59375rem;width:12.5625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFWDJgqiWXvbI0TaE5V7G3L1rSRISGaq { top:19.125rem;left:32.5rem;width:15.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6FuiyDhq0FhDXbJdqpm0byBoXxkLom4 { top:12.25rem;left:0rem;width:12.5rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtTq1DBph6Clgw83Nr5dfXqFFTSeSoMi { top:12.25rem;left:17.625rem;width:12.5rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STKmQhNyaRUEbUlwZX1IuJ3sfl6IXU5n { top:12.25rem;left:35.25rem;width:12.5rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B33dZblGdL0t1mdoIfBaOGTdizHeTpT2 { display:block; }#B33dZblGdL0t1mdoIfBaOGTdizHeTpT2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VRzT8rgUloNMEVWJTHrNw7nPXnJ4t5Ay { top:1.8125rem;left:15.500434875488rem;width:16.6875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDpRzM272WmqtFtqEbAnQV0HS4Z1q53D { display:block; }#RDpRzM272WmqtFtqEbAnQV0HS4Z1q53D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbiIN6HLVwn3EIu2gKiwkZM5Ctw3EMR5 { top:2.6875rem;left:0rem;width:20.875rem;height:13.874624622377rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDkENcCmSCMrOv6sreZMqFEW1BztGRJu { top:18.375rem;left:0rem;width:18.5rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSp3N6r9qUbFRM6hJPHpREMzCcnbJdwg { top:16.625rem;left:0rem;width:20.9375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBpSILTilsFCnbVbu6KZQqzrim2BCicO { top:2.6875rem;left:11.75rem;width:20.875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju29qzDwTce63lm3PSlDO1DzC5IvXcc3 { top:16.625rem;left:10.8125rem;width:20.9375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vlf3ZVahZ6ELvRn4TT3gPBCGCXUskpTL { top:18.375rem;left:14.0625rem;width:17.6875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #skbRlc8UmkeOFb3vGlRLgG5Lna7wQFl5 { top:2.8125rem;left:27rem;width:20.625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRKu5q5KO5IRdQ4CEVKI8Riu9aZh29y1 { top:16.625rem;left:27rem;width:20.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDOwa0XMopWsTseNXUarcBM7LsQaTx4N { top:17.5rem;left:29.125rem;width:18.5rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTZAEEpOfSyJMpT4BFLoO6UF17a7IdEh { display:block; }#wTZAEEpOfSyJMpT4BFLoO6UF17a7IdEh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #db7MbIW3rN8vvcPKWdKl0SpUzxhXlNwS { top:3rem;left:0rem;width:47.75rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z7dOTAKmAZb1NfxTyLOlkTKdOH3qAl9o { width:35.0625rem;height:3.4375rem;top:4.0625rem;left:6.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbdWCwt3F9LJyQcyWwardMSOlppkLCCu { display:block; }
 }@media only screen and (max-width: 763px) { #MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z { display:block; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqR253XOmDetT7cubkuO78eJk4XelFPs { top:2.125rem;left:34.9375rem;width:4.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzBBL4AspTReN2Dq2A5r5ZbTEIL0Wahs { top:5.3125rem;left:41.625rem;width:4.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qic7BwZQz1y8Pma7kyJEGohMtBs8mS1c { top:5.3125rem;left:42.1875rem;width:5.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuER5z7fgeTqhqX15vJLckL2VwDZSqbu { top:9.1875rem;left:34.9375rem;width:4.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIp1USfoGkcxNy0e3IddtQoSKVwFTbRC { top:7.625rem;left:28.25rem;width:19.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ikv3AMAHn9spIdrhncWGI6oMyzkcsaG0 { top:5.3125rem;left:36.40625rem;width:2.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6mZShUFctuGEqSBnPk8lKGyffLglLS0 { top:5.125rem;left:39.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs4fIflxid5BvgOdy1uPJJmiWpIp8l0W { top:5.0625rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUWzdrbBlq7cSWbfciQQnGv82p5Wf95x { top:4.9375rem;left:34.5625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOQMmMaiAyAzBD4hOTeQolAC9KEttoV2 { top:8.9375rem;left:40.3125rem;width:1.375rem;height:1.375rem;display:block; }
#JOQMmMaiAyAzBD4hOTeQolAC9KEttoV2 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #RMrniAUvLBhgqnavpAN0nv9zBQ1wbf81 { top:8.9375rem;left:42.4375rem;width:1.375rem;height:1.375rem;display:block; }
#RMrniAUvLBhgqnavpAN0nv9zBQ1wbf81 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #zIzmOXzf4Jhzvm46PcnQo4MHLhW2u1K7 { top:8.9375rem;left:44.625rem;width:1.375rem;height:1.375rem;display:block; }
#zIzmOXzf4Jhzvm46PcnQo4MHLhW2u1K7 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #ywhMt6CZXydVw15wKANVlWHs9Wyn3N4I { top:5.375rem;left:0rem;width:17.375rem;height:2.5526951902709rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8820d5b4-59aa-40bd-a8c8-cb7a4d24f6cc/b91e4ea1fe934171893213b49b259c591.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8820d5b4-59aa-40bd-a8c8-cb7a4d24f6cc/b91e4ea1fe934171893213b49b259c591.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;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; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.adaptive-delivery-prevent-bg, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyload, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyloading { background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { background-color: transparent; background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .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); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { border-width: 0; border-radius: 0; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tr9y79t9ZQicaTNUCRPDg7EgUaPG7Irz { width:3.875rem;height:3.875rem;top:71.5625rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XNXSGJXfaO7byBU2y5PnEKdlOPCRbMzc { width:6.625rem;height:0;top:75.4375rem;left:2.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #i7VxIhF0vA3xq9ilAwa8b4rsyku1C12Z { width:6.75rem;height:2.75rem;top:73.5rem;left:11.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #a4d3WrBhmPuN9dZxQ7Qa9Nq4thSHiEN5 { width:20rem;height:2.03125rem;top:7.60107421875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #N8GHQQpT5TtUwlUbwpxgREpsRiTbM6uK { width:18.75rem;height:3.82324375rem;top:9.7571611404419rem;left:0.625rem;font-size:2.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:.9;font-family:helveticaextrabold;color:#ff5a00;display:block; }
 }@media only screen and (max-width: 763px) { #NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .widget-input-text {padding-top: 0; padding-bottom: 0;}#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .widget-input-select {padding-top: 0; padding-bottom: 0;}#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC  { width:17.5rem;height:auto;top:18.898111343384rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC {display:block;}#NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC { width:17.5rem;height:auto;top:18.898111343384rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none; }
 }@media only screen and (max-width: 763px) { #NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #tWiUQNivwEQVtEevPwobJLE6xZSpTxgS {  }
 }@media only screen and (max-width: 763px) { #NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #eSUwbC9DOSg7PJT61WAe5AHsVatDF9ah {  }
 }@media only screen and (max-width: 763px) { #NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #ThxK6faFX4G2c1VnutvydCWKfzaMfOZW {  }
 }@media only screen and (max-width: 763px) { #NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #n1TzzoKZQNkizOZ3BsKwp5S8TQHkETFM {  }
 }@media only screen and (max-width: 763px) { #NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #RizhW4MiB9FCBS5muyJhwN7VPBbeITOL {  }
 }@media only screen and (max-width: 763px) { #NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #Gw13lVJPTUr3XznEdwiGCPZObnCZqUEv {  }
 }@media only screen and (max-width: 763px) { #NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #i6cXbQ9J5p8BNbIiShTAx0bbdCVZ86WX {  }
 }@media only screen and (max-width: 763px) { #NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #HI6Xo4P7Gak33hLmiUuGI7tVByLMlvP7 {  }
 }@media only screen and (max-width: 763px) { #NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #UcftuVis2tABEHRu0fL8gCPn34VrX9sO {  }
 }@media only screen and (max-width: 763px) { #NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #PkLl5nZytooh1TFOLoOl30duWFFOUhIr {  }
 }@media only screen and (max-width: 763px) { #NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #f2wOkpeMPcEKTLavaXkZP15HldAKlFsa {  }
 }@media only screen and (max-width: 763px) { #NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #LN8UThTxRyTImRAEozNrwLdBe1lqueEv {  }
 }@media only screen and (max-width: 763px) { #NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #XdgIROil0qV7kR4gSTl5dNqBdSQIPleg {  }
 }@media only screen and (max-width: 763px) { #NHAWqoGDIzQBUDXgQqlhHbXqaS4yFpdC #BVxtNcvWIwRmohIt8wSHH50RX1sxgucZ {  }
 }@media only screen and (max-width: 763px) { #UBwLsUNCyCi2M1DikynSuQdbtToT4Jh4 { width:20rem;height:0;top:63.506655418394rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hTt1WwMhVMUzDb3sPyow2WnZu08xTkxU { width:3.75rem;height:1.381025rem;top:15.6875rem;left:15.625rem;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CLF5DNDmabwTbcg7T9uehETu3OWI9kTC { width:2.9370125rem;height:2.9370125rem;top:14.9375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwE6sWDEiQywtKTDrH0cNF7CSeMbUVOy { display:flex;width:3.2495125rem;height:3.2495125rem;top:14.75rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #NuCfmZ8abu8msXz6yPfiXsR4KbShU9Rz { width:6.9995rem;height:3.898925rem;top:15rem;left:4rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu { width:19rem;height:5.3125rem;display:flex;top:59.673664093017rem;left:0.49967443943024rem;z-index:5001;display:none; }
 }@media only screen and (max-width: 763px) { #zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #IfW3hevIlMNTVOEWFraZgfn8V1O4hZvA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #QTXaXsdw6mpPGq0Nye2O0HREClvvTuH4 {  }
 }@media only screen and (max-width: 763px) { #zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #ogCUAEkFuMKRB5QMzLvidsGKyzPgUovX {  }
 }@media only screen and (max-width: 763px) { #zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #mbDWavMvhgknphmTJeTXMJoP7pOyhGk5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #W2C4ExDvviPOnDyTfqBDF4bK1vvTtqRn {  }
 }@media only screen and (max-width: 763px) { #zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #fpW7VW7wos83P6ELcDlggJOfPrp2vRQ8 {  }
 }@media only screen and (max-width: 763px) { #zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #lPybxe4m16LmtOKH2f9e2si2rXCTZ4Qx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #Hxux62XazTTxG89AUMbTP5OD8kui99rE {  }
 }@media only screen and (max-width: 763px) { #zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #GodU6mhGIP07elQ7Tb34mcZBSzkzahpT {  }
 }@media only screen and (max-width: 763px) { #zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #yN8y82DXpRNqK25TTsqLrme3x3H08fvS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #DxSmx83qNpHfHkUiLDNBQW2kIA1i1UHh {  }
 }@media only screen and (max-width: 763px) { #zFT86ZOtAse6nHIFSmTzQFTWOJRvE1Bu #M5nV3qR31CxiW1JTULK78bVss1vfbDxD {  }
 }@media only screen and (max-width: 763px) { #InFs5M2y3wW0wkeiNAzceZXq1lcd16Te { width:8.0623125rem;height:3.2495125rem;top:2.8743488788605rem;left:5.9676103591919rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RHuzTVsUe4O6LQdWziNfvnKEBucuh2Ux { width:18.6875rem;height:1.875rem;top:9.7571611404419rem;left:0.6551105976105rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 .widget-text.counter-number { padding-top:0.539375rem;padding-right:0.46875rem;padding-bottom:0.539375rem;padding-left:0.46875rem;width:2.81rem;min-width:2.81rem;height:2.89625rem;font-size:2.15625rem;line-height:46.34px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.07625rem solid #ffffff;border-right:0.07625rem solid #ffffff;border-bottom:0.07625rem solid #ffffff;border-left:0.07625rem solid #ffffff; }
#TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.33625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.745625rem;height:1.145rem;font-size:0.80875rem;line-height:18.32px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 { width:19.6248125rem;height:5.608725rem;display:flex;top:41.796059608459rem;left:0rem;z-index:5002;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.5625rem 0rem rgba(000,000,000,0.62) ; }
 }@media only screen and (max-width: 763px) { #TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #NXOskqGpPlbE3OpSX9WTkMyvOvfb1FLE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #IdLDPkw5fS9bTFxI7S3Uv7bctAsyM3UV {  }
 }@media only screen and (max-width: 763px) { #TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #iaZKw4yFEcXG4yPsQNqXgQF00KcRwJnP {  }
 }@media only screen and (max-width: 763px) { #TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #T8nl1ygUKa2N081fo648hcyiPtAz974c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #hXACVeszmFl8Rs0VFK132eG2aovcW7Vo {  }
 }@media only screen and (max-width: 763px) { #TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #LBAeUvz1oHU6Olr2G1AFcnlV4iZH3NQ2 {  }
 }@media only screen and (max-width: 763px) { #TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #VDUteBypiHa1NtbRgFMZoGxHF2Bt8Ws4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #kgeqZGO8peKv9Gqok7whM25AnEMWJAAU {  }
 }@media only screen and (max-width: 763px) { #TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #u0v3zS3AGNTtnVGSy7Fdaw6x8XMP5Bbf {  }
 }@media only screen and (max-width: 763px) { #TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #btp9hrwfhoLN7R3lXQ2pzsNwnleOZPNL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #d0DoVX8urimU1AsZevQAG8OqUcOcXJba {  }
 }@media only screen and (max-width: 763px) { #TT3nrUCVotV7pEUZdHu70NzDA7XUT6U7 #iRZ4UgC8UdFgq5T1nBwEGU8ao425LeUe {  }
 }@media only screen and (max-width: 763px) { #hawQ8ta4LPw8TiPF7cuNopkmIQiQxmBV { width:10.3125rem;height:1.9375rem;top:11.666015625rem;left:4.84375rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #Fwh62oTfxqvlu89ROkTz7LG3TJ3cc4EA { display:block; }#Fwh62oTfxqvlu89ROkTz7LG3TJ3cc4EA > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xA3O6ve2T2efQRnJhoNZB8QrvpBTrHDM { width:20rem;height:0;top:4.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ZzFUhPV410Zxa9t8zZw1OLTakyKyLGTv { width:11.9375rem;height:1.29980625rem;top:18.0625rem;left:4rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BVQhRIDlNmGN164geaPTvvnyJkyFqJzG { width:12.0625rem;height:2.5996125rem;top:47.625rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2aFktWrz5KeoeTGVp0h8brMg3Iw7znI { width:11.9375rem;height:1.29980625rem;top:33.375rem;left:4rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #srBGn9UX2vHRy7664hOmv0rgfRZIEL2B { width:12.5rem;height:3.33105625rem;top:14.375rem;left:3.1875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP53a8DSiCh3Kro1KPVqpALfCaho69AD { width:12.5rem;height:3.33105625rem;top:44.3125rem;left:3.9375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfm53G0TLaEKlqCWUF9Hy8my6H6BfPEO { width:12.5rem;height:3.33105625rem;top:29.5rem;left:3.75rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B509oRo3O8h3JyiHqxA0T97Nyn2TpX2Z { width:15rem;height:15.25rem;top:22.9375rem;left:2.5rem;background-color:#fe5000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NtzLTyVQCfKWXUimAGJwVWavMbTuSSll { width:14.625rem;height:10.8125rem;top:40.1875rem;left:2.6875rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WszJzTka6UI6A3cUKRqSyuUxKievoz1N { display:flex;width:3.125rem;height:3.125rem;top:40.0625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DeR437P5b020RguZ2PDdRJ2kk9Q0zmH3 { width:20rem;height:11.098591549296rem;top:40.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qX3gi0WG4bs2gy89Os32tHSGvEpRPKgB { width:14.625rem;height:10.8125rem;top:9.9375rem;left:2.6875rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #bHPKy3iRAgZpIbMuIf6XJ9CzrJ9TB9if { display:flex;top:25.25rem;left:8.25rem;width:3.625rem;height:3.625rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #ZDxxgt60BmuF7GyLP6cwX1q65KWr5n5n { display:flex;top:11.0625rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15023; }
 }@media only screen and (max-width: 763px) { #gDH3nkZnUEL0oc351qTBAZVz4Xeb4aIl { display:flex;top:41.3125rem;left:8.5rem;width:2.8125rem;height:2.8125rem;z-index:15024; }
 }@media only screen and (max-width: 763px) { #VFyuABOcBE3TzR9dgpCg6WrHz1VXWJ5H { width:20rem;height:5.36376875rem;top:2.9191126823425rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #z9WhNfnHkwAZPb8DUEd6TJTTWlxqvWz8 { display:none; }#z9WhNfnHkwAZPb8DUEd6TJTTWlxqvWz8 > .row .container { width:20rem;height:57.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dcxSPOlTah6LW1H4stc3Z4c7dANStW5Z { width:20rem;height:2.59928125rem;top:0rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SaJDo51nG8M307s0zUCa3MHar50pTFTs { width:11.9375rem;height:2.5rem;top:7.625rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJfMgMna7tHFdNTUhgyfJpct8MBvvC9J { width:12.5625rem;height:2.625rem;top:35.5625rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsmnZsdX1Ii1FcOG31TmeMgqzTK3GC3u { width:11.9375rem;height:2.5rem;top:21.625rem;left:4rem;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #US2QnINvgbTciZ9C3uztIbd9xvq4ebKA { width:12.5rem;height:3.625rem;top:4.0625rem;left:3.5rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPi6fVmcx7FVRgGS7JJn7LZNCJM3ZfTs { width:12.5rem;height:3.625rem;top:32rem;left:3.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCrVTUMtpcFny7X6G3q6dQ2M4gBTbtSk { width:12.5rem;height:3.625rem;top:18.0625rem;left:3.5rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruwqfElQP72avxUK8Ii3LE2iiHqSbsvz { width:14.625rem;height:9.25rem;top:2.3125rem;left:2.6875rem;background-color:#fe5000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pkd93qLcPd01MzB6rXIw4ob4i2FfynzT { width:15rem;height:15.25rem;top:13.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo4wEnRUJ3GfZp1DwSAdXT2b9HZhZZ2h { width:14.625rem;height:9.0625rem;top:30.75rem;left:2.6875rem;background-color:#fe5000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Hmonk2lSPGUmciEKcvRr1r9GgQqMurCT { display:flex;width:5rem;height:5rem;top:51.6875rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #R49SXME6ri2fVcCZMOJQz2HdyTwPfzTA { display:flex;width:4.1875rem;height:4.1875rem;top:46.25rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #c2CVcKo7LIGTZ27AueNCd6Cg9gkc8Edp { display:flex;width:3.9375rem;height:3.9375rem;top:41.0625rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #hFJe7DzHyNpTpSkulUxSym99PtcVCT4G { display:block; }#hFJe7DzHyNpTpSkulUxSym99PtcVCT4G > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sexqVcKaxXR2zGS096yULMvSpM87Qi4h { display:block; }#sexqVcKaxXR2zGS096yULMvSpM87Qi4h > .row .container { width:20rem;height:96.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yr6Fe2xhyiit9nMeoLLlqT0tvUJFLuIR { width:7.75rem;height:0.125rem;top:5.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTaQD2fuL2wJkJLICawcC3SLBBxMN2TF { width:20rem;height:12.9980625rem;top:3.9375rem;left:-0.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J6HwXHsLNQT1darrQPilmCUG3yP6RaOo { width:16.5625rem;height:3rem;top:28.25rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #paaoaLAdTspsUonoHm5qlkM46GIqNsg6 { width:15.625rem;height:1.5rem;top:25.3125rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PWTmgcd6okCuuxC7OXFdK07zMprptRDI { width:15.625rem;height:1.5rem;top:39rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B1weTJNU8pUnBWCyKnI5sROXPLtW3nET { width:16.5625rem;height:3rem;top:41.9375rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UmXEanFgeG8LPXCm3HAqGXkwp4nQ2gP2 { width:15.625rem;height:3rem;top:52.0625rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ig52qZF4IsMmrDcTVKlzcMKkk3g9Cdu6 { width:16.5625rem;height:7.4991875rem;top:55rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ka88tDBM7XhnFySiHmfbMbCfMcD0iOKI { width:16.5625rem;height:3rem;top:73.875rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oue5FCBqzrsFoxlpWzVSpMaHSVRZSsfh { width:15.625rem;height:1.5rem;top:70.9375rem;left:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xmkUREITMzbSnJ8bK1pWeZfk8cVmxasx { width:15.625rem;height:1.5rem;top:85.0625rem;left:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HUcc9GVuttqgsR8wJzULGhrDAJgTQ33a { width:16.5625rem;height:4.5rem;top:88rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHTtgmZy87xTKizG5AyUx6WEpouB0W52 { display:flex;width:2.3125rem;height:2.3125rem;top:21.8125rem;left:8.84375rem; }
 }@media only screen and (max-width: 763px) { #Lh9UFt0q11FHzqHd9dkip7eNSMeHvUeR { display:flex;width:2.3125rem;height:2.3125rem;top:35.625rem;left:8.84375rem; }
 }@media only screen and (max-width: 763px) { #s23Ralhul6GP5i0RK9PUcObpJte2q8h5 { display:flex;width:2.3125rem;height:2.3125rem;top:48.25rem;left:8.84375rem; }
 }@media only screen and (max-width: 763px) { #ntyGh4MTC6OFmDginVOAan0buHU0dqyc { display:flex;width:2.5625rem;height:2.5625rem;top:67.25rem;left:8.71875rem; }
 }@media only screen and (max-width: 763px) { #zpNzawCuHETOn21q3Auf5HMpG0s8uqR6 { display:flex;width:2.3125rem;height:2.3125rem;top:81.5625rem;left:8.84375rem; }
 }@media only screen and (max-width: 763px) { #Xzw7x9hTWkuSkTeN861MdaxSKZdPifrI { display:block; }#Xzw7x9hTWkuSkTeN861MdaxSKZdPifrI > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQ0V8ReKT6RAtRCuurgefWTk0i14P1wv { width:19.125rem;height:9.746125rem;top:5.3125rem;left:0.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieqyENBuVwaGXbk2RL5DpctnZPAxOwar { width:20rem;height:1.9494625rem;top:2.25rem;left:0rem;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eFmAuWOCcDJyArRhQoAptQmPSt9ICv6c { width:15.18675rem;height:0.24902375rem;top:1.06201171875rem;left:2.40478515625rem;z-index:15015;background-color:#3fb549;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NA0aoxRIhWx2TKNvTxUT7eTFOaBdvqCe { width:8.125rem;height:1.1875rem;top:5.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgO9ssN0oi5M86fFzJdLRoNtplCzaqK9 { background-color:#fe5000;background-image:url("https://images.assets-landingi.com/uc/b96bd757-5fae-41fc-8d4d-c191bfad8c55/Prancheta3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#BgO9ssN0oi5M86fFzJdLRoNtplCzaqK9.adaptive-delivery-prevent-bg, #BgO9ssN0oi5M86fFzJdLRoNtplCzaqK9.lazyload, #BgO9ssN0oi5M86fFzJdLRoNtplCzaqK9.lazyloading { background-image: none; }#BgO9ssN0oi5M86fFzJdLRoNtplCzaqK9 > .row .container { width:20rem;height:78.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s49IEaaOvTmkaMKBNhIk8hvdRSlcyBQa { width:20rem;height:3.875rem;top:0rem;left:0rem;background-color:#fe5000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Wzr6KwVqGvkCkQTbXk7hasCnHICT5iz9 { width:19.375rem;height:18.125rem;top:15.125rem;left:0.375rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MUBFGBCShVZAawwz6eT7PSUO7MZLfzRC { width:20rem;height:7.3125rem;top:4.4375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #t9CmAdBbRHxQnOyT3TecLsmT8RcWPTwL { width:20rem;height:32.625rem;top:35.375rem;left:0rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T9diFeZtI66fyTDp1sJKT5agCNTciJOy { width:19rem;height:3.4375rem;top:71.3125rem;left:0.5rem;font-size:0.9375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #GO6p9KZeSiZozC0opWWcATvTEHax3BUl { display:block; }
 }@media only screen and (max-width: 763px) { #J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn > .row .container { background-color: transparent; background-image: none; }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn > .row .container > .video-iframe-container { display: none; }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn > .row > .video-iframe-container { display: none; }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn > .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); }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn > .row .container { border-width: 0; border-radius: 0; }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn > .row .container { width:20rem;height:152.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HWaRaFAKym2rOIzuLgTyzB2IZtZluKW9 { width:20rem;height:3.5rem;top:2.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B0zrSGTaJaqZbbR8e37pNwTTnrLTs4wl { width:20rem;height:7.3125rem;top:3.0625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wTKxcQ25rQXfgCPD1fBXDzfCTybhJkzP { width:12.5rem;height:2.5996125rem;top:16.3125rem;left:3.75rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bK8JyrfKGyHTQ8hUJn7og57V759KSnBI { width:17.0625rem;height:5.19856875rem;top:24.3125rem;left:1.5rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hMEKRkULtU3eLzopXpmQ0dLNXsNLIWhE { width:15.25rem;height:5.19856875rem;top:33.125rem;left:2.375rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #D7cVSDnsXwtRsDkvN2GuSfwB2c31Ala8 { width:19.187rem;height:27.292475rem;top:121.12426757812rem;left:0.4052734375rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CqwTWd5l8fRol2mRJ9Zo0lZMqbESwSPp { width:12.5rem;height:2.6001rem;top:12.8125rem;left:3.75rem;font-size:2rem;color:#3fb549;display:block; }
 }@media only screen and (max-width: 763px) { #ULzThFkzLJ8UBrsLI318T1OoVauEhAgi { width:12.5rem;height:2.6001rem;top:20.8125rem;left:3.75rem;font-size:2rem;color:#3fb549;display:block; }
 }@media only screen and (max-width: 763px) { #JcgTGN1EPA0DTthZy0bpZzDWBTbKesoV { width:12.5rem;height:2.6001rem;top:29.8125rem;left:3.75rem;font-size:2rem;color:#3fb549;display:block; }
 }@media only screen and (max-width: 763px) { #wEoyJdbT9inEQTtD7anf4JrIFovMBbzz { width:20rem;height:0.25rem;top:93.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTP6hlocQnDizMS4fkSgxo8l308i3AOU { width:20rem;height:0.25rem;top:120.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #edgDMuIWhIGUBMCeiaqTGF5vIIt0VWfI { width:20rem;height:0.1875rem;top:33.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LSOygb2K3LFH8I2KionNtATECJBTM3UX { width:19.125rem;height:22.09389375rem;top:47.5rem;left:0.4375rem;font-size:1rem;color:#ffffff;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Zt9sBQQUnDvbWLBUU8lUMCV77Cq1TaaG { width:20rem;height:1.29980625rem;top:43.6875rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wvApHanfXiiUbHPsKrTZQvlMSR055VC5 { width:12.5rem;height:1.29980625rem;top:73.875rem;left:3.75rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UaTckBUH8r9HUKsSImATGDBGvO7vcinz { width:4.5rem;height:2.6001rem;top:70.0625rem;left:7.75rem;font-size:2rem;color:#3fb549;display:block; }
 }@media only screen and (max-width: 763px) { #O9EegkJCI3hdp2Tu1k87MB8T0FerEgzr { width:10.25rem;height:1.29980625rem;top:80.1875rem;left:4.875rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Sp1dZu1luUyCkATcQp9AFPHBmaTJZcs2 { width:4.5rem;height:2.6001rem;top:76.375rem;left:7.75rem;font-size:2rem;color:rgba(63,181,73,0.99);display:block; }
 }@media only screen and (max-width: 763px) { #iyc4y7zmHygZGoX8Fvog72x4iBNQ1sFS { width:2.5rem;height:1.29980625rem;top:86.5rem;left:8.75rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EZTqxCTeKMxyCpedTkonToM8CR2bPFNM { width:4.5rem;height:2.6001rem;top:82.6875rem;left:7.75rem;font-size:2rem;color:#3fb549;display:block; }
 }@media only screen and (max-width: 763px) { #nQ9LunBxJR5ia1AVhJ9oI3MgXNTzmvrK { width:4.875rem;height:1.29980625rem;top:92.8125rem;left:7.5625rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LAgZ5a3FyPJ9uizKRnSPlmpfDTE44Mwi { width:4.5rem;height:2.6001rem;top:89rem;left:7.75rem;font-size:2rem;color:#3fb549;display:block; }
 }@media only screen and (max-width: 763px) { #ovLTv29ot6IEvGUD3kCE3wxJzym7QItK { width:10.3125rem;height:1.29980625rem;top:99.125rem;left:4.8125rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Td960oru719aVtqfzT9QkESTqdZdlMhc { width:4.5rem;height:2.6001rem;top:95.3125rem;left:7.75rem;font-size:2rem;color:#3fb549;display:block; }
 }@media only screen and (max-width: 763px) { #zNTMMaQ5ffzZrMETNqF63hDSZN5rrB8z { width:15.1875rem;height:0.25rem;top:40.4375rem;left:2.4375rem;z-index:15015;background-color:#3fb549;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GcKvaKaDQT4b4UCvVqdVwh2x8mMbp6qu { width:15.1875rem;height:0.25rem;top:118.875rem;left:2.4375rem;z-index:15016;background-color:#3fb549;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZD2pUvlpUTvIimxk0cnOdyuIBhGMooVR { width:10.3125rem;height:3.8994125rem;top:112.375rem;left:4.875rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gooizKmp4ZWChCMw2sOrXwXEOZ7SHRXd { width:4.5rem;height:2.6001rem;top:109.1875rem;left:7.8125rem;font-size:2rem;color:#3fb549;display:block; }
 }@media only screen and (max-width: 763px) { #P94Cw4relhoZ9Hcwsmbc9NqvWV3a4TpS { width:9.25rem;height:3.8994125rem;top:104.1875rem;left:5.4375rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BsPGk19RDN4y5VPkw4PyOrncXFvBcaBa { width:4.5rem;height:2.6001rem;top:100.375rem;left:7.8125rem;font-size:2rem;color:#3fb549;display:block; }
 }@media only screen and (max-width: 763px) { #sSaMloRqhuUfNJ27pBKZCFZAro9mDe6l { width:20rem;height:10.65606361829rem;top:144.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aVNpAsSz7voWvhdLv7XHUsVx6DfTSIzc { background-color:#ffffff;background-image:none;display:block; }#aVNpAsSz7voWvhdLv7XHUsVx6DfTSIzc > .row .container { background-color: transparent; background-image: none; }#aVNpAsSz7voWvhdLv7XHUsVx6DfTSIzc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVNpAsSz7voWvhdLv7XHUsVx6DfTSIzc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVNpAsSz7voWvhdLv7XHUsVx6DfTSIzc > .row .container > .video-iframe-container { display: none; }#aVNpAsSz7voWvhdLv7XHUsVx6DfTSIzc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVNpAsSz7voWvhdLv7XHUsVx6DfTSIzc > .row > .video-iframe-container { display: none; }#aVNpAsSz7voWvhdLv7XHUsVx6DfTSIzc > .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); }#aVNpAsSz7voWvhdLv7XHUsVx6DfTSIzc > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHI1GliyT5ziWfQvcPdzA7sUScpTzbGN { width:19.75rem;height:13.1875rem;top:29.697265625rem;left:-0.028223392137093rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiKBn1hNN4HCL5AZvoaMpUKQ1VnKeJ3X { width:19.75rem;height:13.1875rem;top:15.1865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJQ4ghQRgSqhAScqVuzWm7dJXQnLBpes { width:20rem;height:13.1875rem;top:0.946265625rem;left:-0.18751232682776rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4m195lRFHT4xUce75btHJtmG8pPfrR1 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/70a23ee0-cd14-4dc2-be18-5e619c26b971/RODRIGORODRIGUES2025_barbasdomonte_UNUPREMIAOAVEIRO2025JJAQ4137APRIMORADONR1.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#B4m195lRFHT4xUce75btHJtmG8pPfrR1.adaptive-delivery-prevent-bg, #B4m195lRFHT4xUce75btHJtmG8pPfrR1.lazyload, #B4m195lRFHT4xUce75btHJtmG8pPfrR1.lazyloading { background-image: none; }#B4m195lRFHT4xUce75btHJtmG8pPfrR1 > .row .container { width:20rem;height:14.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh { background-color:#ffffff;background-image:none;display:block; }#d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh > .row .container { background-color: transparent; background-image: none; }#d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh > .row .container > .video-iframe-container { display: none; }#d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh > .row > .video-iframe-container { display: none; }#d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh > .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); }#d0W8AmlhoupbQz9QCO6ShKZnOrdlHSTh > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KpMAskVWMsdQv41D4QBNJS3asAsOBCTT { height:9.6875rem;width:17.875rem;top:3.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRsOeUJNIZWe4SOiu9Qz0SMRgDom2cen { height:9.875rem;width:18.1875rem;top:15.4111328125rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvcP4We2u5P1MPOnDg6ZQLGok6Nn2Blc { height:9.6875rem;width:18.125rem;top:27.3857421875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaRLoHHv9tAXvToPBu3uBJv4w90LTA2s { width:18.8125rem;height:0;top:2.9462890625rem;left:0.59375rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#101d7e;display:none; }
 }@media only screen and (max-width: 763px) { #X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ { display:none; }#X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ > .row .container { width:20rem;height:34.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oMTFLHOI18F1ULACGHfyfrrk0zabOTuI { width:15.6875rem;height:3.5rem;top:3.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #va75HQsD7dPLGSn33lS6RZd11M9tnF8J { width:20rem;height:1.25rem;top:4.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #w1G4Lh8Zw77JuW6THVX1ASyLOmkseqmo { width:12.5rem;height:1.25rem;top:11.625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzIAKBZ9JaE1hIbdywUHuM2b9wuM6HGa { width:12.5625rem;height:2.625rem;top:20.75rem;left:3.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFWDJgqiWXvbI0TaE5V7G3L1rSRISGaq { width:15.25rem;height:1.3125rem;top:29.5rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6FuiyDhq0FhDXbJdqpm0byBoXxkLom4 { width:12.5rem;height:2.5625rem;top:7.875rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtTq1DBph6Clgw83Nr5dfXqFFTSeSoMi { width:12.5rem;height:2.5625rem;top:16.1875rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #STKmQhNyaRUEbUlwZX1IuJ3sfl6IXU5n { width:12.5rem;height:2.5625rem;top:25.3125rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B33dZblGdL0t1mdoIfBaOGTdizHeTpT2 { display:block; }#B33dZblGdL0t1mdoIfBaOGTdizHeTpT2 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VRzT8rgUloNMEVWJTHrNw7nPXnJ4t5Ay { width:16.6875rem;height:2.6001rem;top:1.25rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDpRzM272WmqtFtqEbAnQV0HS4Z1q53D { display:block; }#RDpRzM272WmqtFtqEbAnQV0HS4Z1q53D > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbiIN6HLVwn3EIu2gKiwkZM5Ctw3EMR5 { width:19.875rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDkENcCmSCMrOv6sreZMqFEW1BztGRJu { width:18.5rem;height:3.0859375rem;top:15.466796875rem;left:0.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSp3N6r9qUbFRM6hJPHpREMzCcnbJdwg { width:20rem;height:6.5625rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBpSILTilsFCnbVbu6KZQqzrim2BCicO { width:19.0625rem;height:13.1875rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju29qzDwTce63lm3PSlDO1DzC5IvXcc3 { width:20rem;height:6.5625rem;top:36.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vlf3ZVahZ6ELvRn4TT3gPBCGCXUskpTL { width:17.6875rem;height:3.0859375rem;top:37.716796875rem;left:1.15625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #skbRlc8UmkeOFb3vGlRLgG5Lna7wQFl5 { width:20rem;height:13.3125rem;top:45.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRKu5q5KO5IRdQ4CEVKI8Riu9aZh29y1 { width:20rem;height:6.25rem;top:59.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDOwa0XMopWsTseNXUarcBM7LsQaTx4N { width:18.5rem;height:4.62890625rem;top:59.998046875rem;left:0.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTZAEEpOfSyJMpT4BFLoO6UF17a7IdEh { background-color:rgba(0,0,0,0.26);background-image:url("https://images.assets-landingi.com/uc/88ca2f4e-9713-4d40-8730-2471e6eade17/FUNDODETELA.crop_784x914_757,0.preview.jpeg");background-position:center !important;background-repeat: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; }#wTZAEEpOfSyJMpT4BFLoO6UF17a7IdEh.adaptive-delivery-prevent-bg, #wTZAEEpOfSyJMpT4BFLoO6UF17a7IdEh.lazyload, #wTZAEEpOfSyJMpT4BFLoO6UF17a7IdEh.lazyloading { background-image: none; }#wTZAEEpOfSyJMpT4BFLoO6UF17a7IdEh > .row .container { background-color: transparent; background-image: none; }#wTZAEEpOfSyJMpT4BFLoO6UF17a7IdEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTZAEEpOfSyJMpT4BFLoO6UF17a7IdEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTZAEEpOfSyJMpT4BFLoO6UF17a7IdEh > .row .container > .video-iframe-container { display: none; }#wTZAEEpOfSyJMpT4BFLoO6UF17a7IdEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTZAEEpOfSyJMpT4BFLoO6UF17a7IdEh > .row > .video-iframe-container { display: none; }#wTZAEEpOfSyJMpT4BFLoO6UF17a7IdEh > .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); }#wTZAEEpOfSyJMpT4BFLoO6UF17a7IdEh > .row .container { border-width: 0; border-radius: 0; }#wTZAEEpOfSyJMpT4BFLoO6UF17a7IdEh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wTZAEEpOfSyJMpT4BFLoO6UF17a7IdEh > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #db7MbIW3rN8vvcPKWdKl0SpUzxhXlNwS { width:20rem;height:3.875rem;top:4.375rem;left:0rem;background-color:#fe5000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #z7dOTAKmAZb1NfxTyLOlkTKdOH3qAl9o { width:20rem;height:3.4375rem;top:1.99951171875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbdWCwt3F9LJyQcyWwardMSOlppkLCCu { display:block; }
 }@media only screen and (max-width: 763px) { #MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row .container { background-color: transparent; background-image: none; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row .container > .video-iframe-container { display: none; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row > .video-iframe-container { display: none; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .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); }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row .container { border-width: 0; border-radius: 0; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqR253XOmDetT7cubkuO78eJk4XelFPs { width:4.12435rem;height:0.9749375rem;top:2.4991855621338rem;left:7.93782556057rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vzBBL4AspTReN2Dq2A5r5ZbTEIL0Wahs { width:4.6875rem;height:0.9749375rem;top:11.3125rem;left:7.625rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Qic7BwZQz1y8Pma7kyJEGohMtBs8mS1c { width:5.5625rem;height:0.9749375rem;top:15.1875rem;left:7.625rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TuER5z7fgeTqhqX15vJLckL2VwDZSqbu { width:4.8125rem;height:0.9749375rem;top:19.3125rem;left:7.8125rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FIp1USfoGkcxNy0e3IddtQoSKVwFTbRC { width:12.5rem;height:0.125rem;top:18.3125rem;left:3.75rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ikv3AMAHn9spIdrhncWGI6oMyzkcsaG0 { width:2.375rem;height:0.9749375rem;top:6.5625rem;left:8.75rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #t6mZShUFctuGEqSBnPk8lKGyffLglLS0 { display:flex;width:1.3745125rem;height:1.3745125rem;top:9.375rem;left:9.3123369216919rem; }
 }@media only screen and (max-width: 763px) { #qs4fIflxid5BvgOdy1uPJJmiWpIp8l0W { display:flex;width:1.375rem;height:1.375rem;top:13.5625rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #lUWzdrbBlq7cSWbfciQQnGv82p5Wf95x { display:flex;width:1.5rem;height:1.5rem;top:5rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #JOQMmMaiAyAzBD4hOTeQolAC9KEttoV2 { display:flex;width:1.375rem;height:1.375rem;top:21.1875rem;left:6.625rem; }
#JOQMmMaiAyAzBD4hOTeQolAC9KEttoV2 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #RMrniAUvLBhgqnavpAN0nv9zBQ1wbf81 { display:flex;width:1.375rem;height:1.375rem;top:21.1875rem;left:9.3125rem; }
#RMrniAUvLBhgqnavpAN0nv9zBQ1wbf81 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #zIzmOXzf4Jhzvm46PcnQo4MHLhW2u1K7 { display:flex;width:1.375rem;height:1.375rem;top:21.1875rem;left:12.0625rem; }
#zIzmOXzf4Jhzvm46PcnQo4MHLhW2u1K7 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #ywhMt6CZXydVw15wKANVlWHs9Wyn3N4I { width:14.5621875rem;height:2.062175rem;top:24.685057640076rem;left:2.7180989980697rem;display:block; }
 }