.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:226,247,234;--color-primary-1:167,232,191;--color-primary-2:109,217,149;--color-primary-3:37,211,102;--color-primary-4:11,192,78;--color-secondary-0:254,248,217;--color-secondary-1:253,232,128;--color-secondary-2:251,209,0;--color-secondary-3:126,105,0;--color-secondary-4:38,31,0;--color-tertiary-0:255,255,255;--color-tertiary-1:186,186,186;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Archivo";--paragraphs-font-family:"Archivo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image: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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/49f0cc20-aff1-46d4-b718-68e3229a0065/subtledots2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:75rem;position:relative;display:block; }#BoQK2WnH3xzLEZSOBii20LpNnTePfe1O { 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:7.25rem;width:22.6875rem;top:4rem;left:26.15625rem;overflow:hidden;display:block; }
#UA3lCboiMiWtA3rNIT62V6B4Du2AMXbl { color:#25367e;display:block;width:53.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:13.56201171875rem;left:10.625rem;height:13.125rem;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; }
#PBZ94i53ecxHKHaFLKMISLBNkvTQBkWR { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.8125rem solid rgba(var(--color-primary-4),1);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: 0rem 0.25rem 0rem #299502 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"archivo black";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:4.3125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:34.3125rem;left:18.25rem;display:block; }
#URgTd3ac0OskeSV3NhxRW2ACt78KyCwT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i9tEdaCTn4aWIsiksDJTEDEDtHcNNtqQ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:41.75rem;left:23.0625rem;height:1.25rem;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; }
#SphuI6Vqv9z1CtSEQ9mGdRG74rl34ct2 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.8125rem;font-weight:400;line-height:1;height:2.6245125rem;width:2.6245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:35.125rem;left:19.1875rem;display:block; }
#mL7TTPwpMb44ugwoPGv4XGSrNSTwysFh { color:rgba(var(--color-tertiary-4),1);display:block;width:50.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:30.1875rem;left:12.03125rem;height:1.875rem;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; }
#p7CgVfAlVhdwIzM4Tu4BZUz8QzLK5h6G { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:30.71875rem;left:55.5rem;display:block; }
#yaf53DM0awt7lTxQMHz89ntDLDPkSCzJ { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:41.5625rem;left:21.375rem;display:block; }
#KsaTOWUIVh3WtJJFdZEkJzNunN5Euqvg { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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.5rem;width:12.5rem;display:none; }
#H4AiqODm3WvCaT6LKSZwwN9s1Lge9LzO { background-color:#25367e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.8125rem solid #25367e;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: 0rem 0.25rem 0rem #05165f ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"archivo black";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:4.3125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:34.3125rem;left:40.375rem;display:block; }
#cUekZIl2ui5dJPx1e1ERCOa4D6kAFzZP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F22ZxNnQ9SFhkU8cVv34CmxT3cZ1NWt8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:35.5rem;left:41.625rem; }
#tQVzmHKuclNthHFEgTaQhMBclUcmpD3b { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #25367e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#25367e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:1.0625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:41.875rem;left:45.8125rem;display:block; }
#yufBuIdTglGOlgIlipf54TsdyEI4PPHb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VGdUK60nKiKqbylLIiJaCsNKEk7gKSWM { box-sizing:content-box;height:5.75rem;width:5.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#25367e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3rem;left:69.25rem;display:block; }
#RDllko1nEF6NcpAi57heZG8tyClHUNgz { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top: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.4375rem;width:3.375rem;top:5.4375rem;left:70.5625rem;overflow:hidden;display:block; }
#RRQ3IFZagO3iN625pf5zh1vcsK5wVOI9 { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top: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.3125rem;width:4.25rem;top:3.875rem;left:69.9375rem;overflow:hidden;display:block; }
#ERxpvs7LSFesbZEwtt7qxtidzsabL9bV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/49f0cc20-aff1-46d4-b718-68e3229a0065/subtledots2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ERxpvs7LSFesbZEwtt7qxtidzsabL9bV.adaptive-delivery-prevent-bg, #ERxpvs7LSFesbZEwtt7qxtidzsabL9bV.lazyload, #ERxpvs7LSFesbZEwtt7qxtidzsabL9bV.lazyloading { background-image: none; }#ERxpvs7LSFesbZEwtt7qxtidzsabL9bV > .row .container { background-color: transparent; background-image: none; }#ERxpvs7LSFesbZEwtt7qxtidzsabL9bV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERxpvs7LSFesbZEwtt7qxtidzsabL9bV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERxpvs7LSFesbZEwtt7qxtidzsabL9bV > .row .container > .video-iframe-container { display: none; }#ERxpvs7LSFesbZEwtt7qxtidzsabL9bV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERxpvs7LSFesbZEwtt7qxtidzsabL9bV > .row > .video-iframe-container { display: none; }#ERxpvs7LSFesbZEwtt7qxtidzsabL9bV > .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); }#ERxpvs7LSFesbZEwtt7qxtidzsabL9bV > .row .container { border-width: 0; border-radius: 0; }#ERxpvs7LSFesbZEwtt7qxtidzsabL9bV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ERxpvs7LSFesbZEwtt7qxtidzsabL9bV > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#O6EVtpHJKv6lKfS0FHzmXoIAxtEzkATu { 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:12.125rem;width:16.3125rem;top:1.25rem;left:1.21875rem;overflow:hidden;display:block; }
#NPpUQk1COfJBFlf91aaJ65hVmF0vUMWC { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0060ab;border-left:0.0625rem solid #0060ab;border-right:0.0625rem solid #0060ab;border-bottom:0.0625rem solid #0060ab;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.6875rem;width:16.25rem;top:8.09375rem;left:1.25rem;display:block; }
#ZCKxkUtnUaSRovQo97HMShdl0CH7l1PW { color:#25367e;display:block;width:12.5rem;position:absolute;font-family:"archivo black";font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:12.3125rem;left:3.125rem;height:3.65625rem;font-style:normal;display:block; }
#ZkUR9EGTcCTSS49casVQQlbi8aRwnmJc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:15.96875rem;left:3.125rem;height:6.5rem;font-style:normal;display:block; }
#TUrpklFsEShH2VPIGpd6Z7oBZ6rbtGgv { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:11.5rem;top:3.5625rem;left:18.8125rem;overflow:hidden;display:block; }
#PGwnH8cgRSKT6tZiw9SFoKkfyGoXSV3C { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:14.0625rem;top:4.5625rem;left:23.561215753424rem;overflow:hidden;display:block; }
#Q70imP17dCurkK48PIxX7GtmILMOxaOf { 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.75rem;width:19.5rem;top:4.15625rem;left:40.1875rem;overflow:hidden;display:block; }
#Vol9S5GSebWmnlfaglQ4VIDt07qiy5Tz { position:absolute;display:block;z-index:15010;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.4375rem;width:9.9375rem;top:4rem;left:38.279347826087rem;overflow:hidden;display:block; }
#qtTSxWiAMdGM7R5GhbWPM98wFPTkACTl { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:9.875rem;top:5rem;left:56.6875rem;overflow:hidden;display:block; }
#dy7ooTpZNHEplCPwnIoodPG5TWTPuqfL { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:13.375rem;top:5.375rem;left:62.206460674157rem;overflow:hidden;display:block; }
#PGHbfnbXHMeJGl1OImQRclEZwe1IpbiV { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0060ab;border-left:0.0625rem solid #0060ab;border-right:0.0625rem solid #0060ab;border-bottom:0.0625rem solid #0060ab;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.6875rem;width:16.25rem;top:8.1875rem;left:20rem;display:block; }
#ZEVS3JXsM31L1RNZ4o1T0FW611P5Mv0M { color:#25367e;display:block;width:12.5rem;position:absolute;font-family:"archivo black";font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.375rem;left:21.875rem;height:3.65625rem;font-style:normal;display:block; }
#DKlHXxubKOHdBNgFxC98uReLFUs5RvnP { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.0625rem;left:21.875rem;height:6.5rem;font-style:normal;display:block; }
#R2v65oa4aDQTtJONmxZBouQG8U6Puwdb { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0060ab;border-left:0.0625rem solid #0060ab;border-right:0.0625rem solid #0060ab;border-bottom:0.0625rem solid #0060ab;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.6875rem;width:16.25rem;top:8.3125rem;left:38.75rem;display:block; }
#KKLM0JrAlCI90DnrTrcbMtZLCoQzQmtX { color:#25367e;display:block;width:12.5rem;position:absolute;font-family:"archivo black";font-size:2.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.5rem;left:40.625rem;height:3.65625rem;font-style:normal;display:block; }
#R5Ol8hcTkEfOWswDTE2k7ArFERTinTyF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.1875rem;left:40.625rem;height:6.5rem;font-style:normal;display:block; }
#F36HfsFeEOy1GALsmPk23oswZNZhJVTy { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0060ab;border-left:0.0625rem solid #0060ab;border-right:0.0625rem solid #0060ab;border-bottom:0.0625rem solid #0060ab;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.6875rem;width:16.25rem;top:8.1875rem;left:57.5rem;display:block; }
#qtbJGpSHi2PHNLcT8tORb68BD6ugm85d { color:#25367e;display:block;width:12.5rem;position:absolute;font-family:"archivo black";font-size:2.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:12.375rem;left:59.375rem;height:3.65625rem;font-style:normal;display:block; }
#SXX60pOvcrHyfcZdBMvKhK7Wo9cZi9du { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.0625rem;left:59.375rem;height:6.5rem;font-style:normal;display:block; }
#zfdeMVLCvTUf1iwh39TtNk9ZiZwymezv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zfdeMVLCvTUf1iwh39TtNk9ZiZwymezv > .row .container { background-color: transparent; background-image: none; }#zfdeMVLCvTUf1iwh39TtNk9ZiZwymezv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfdeMVLCvTUf1iwh39TtNk9ZiZwymezv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfdeMVLCvTUf1iwh39TtNk9ZiZwymezv > .row .container > .video-iframe-container { display: none; }#zfdeMVLCvTUf1iwh39TtNk9ZiZwymezv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfdeMVLCvTUf1iwh39TtNk9ZiZwymezv > .row > .video-iframe-container { display: none; }#zfdeMVLCvTUf1iwh39TtNk9ZiZwymezv > .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); }#zfdeMVLCvTUf1iwh39TtNk9ZiZwymezv > .row .container { border-width: 0; border-radius: 0; }#zfdeMVLCvTUf1iwh39TtNk9ZiZwymezv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zfdeMVLCvTUf1iwh39TtNk9ZiZwymezv > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:75rem;position:relative;display:block; }#egzyXTtwDL1HydSot3EP2KEqqKqPbLlt { color:#25367e;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.041015625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QBkHh9crBctvAS2RhvKMNhL6b7Ox6mdC { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ef6a5eae-f36f-4feb-aa7f-5b27814eec4e/download4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:4rem;width:8.625rem;top:11.875rem;left:0rem;display:block; }#QBkHh9crBctvAS2RhvKMNhL6b7Ox6mdC.adaptive-delivery-prevent-bg, #QBkHh9crBctvAS2RhvKMNhL6b7Ox6mdC.lazyload, #QBkHh9crBctvAS2RhvKMNhL6b7Ox6mdC.lazyloading { background-image: none; }
#PUKRr4ImJUC3BzUs8dBttkBW4nGqT5DF { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/092e1e9b-071b-41ca-b695-6512bee27acb/amprilogotipoheaderv2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:8.125rem;top:12rem;left:11.0625rem;display:block; }#PUKRr4ImJUC3BzUs8dBttkBW4nGqT5DF.adaptive-delivery-prevent-bg, #PUKRr4ImJUC3BzUs8dBttkBW4nGqT5DF.lazyload, #PUKRr4ImJUC3BzUs8dBttkBW4nGqT5DF.lazyloading { background-image: none; }
#SOPrVZf1lCGs0dDvRfyU982VRqMnsSJM { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e2a18d51-c67f-45ce-b9cf-e590a7d7cfb5/arcaretentores5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:5.375rem;width:10.875rem;top:11.03125rem;left:20.1875rem;display:block; }#SOPrVZf1lCGs0dDvRfyU982VRqMnsSJM.adaptive-delivery-prevent-bg, #SOPrVZf1lCGs0dDvRfyU982VRqMnsSJM.lazyload, #SOPrVZf1lCGs0dDvRfyU982VRqMnsSJM.lazyloading { background-image: none; }
#XPUqMtRD8Myyw9mdePpygibhOH3N5QyQ { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4fd6b21e-cea5-4ba8-9b92-3e32e79f7881/download.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:4.5rem;width:9.375rem;top:11.53125rem;left:55.3125rem;display:block; }#XPUqMtRD8Myyw9mdePpygibhOH3N5QyQ.adaptive-delivery-prevent-bg, #XPUqMtRD8Myyw9mdePpygibhOH3N5QyQ.lazyload, #XPUqMtRD8Myyw9mdePpygibhOH3N5QyQ.lazyloading { background-image: none; }
#fiZXXTrU2LSTdarU2leX4ycZTc80hT5z { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e12c161d-e9bf-47b9-a158-b259599b1728/80077653_10157235561704232_2941916988462596096_n.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:9.1875rem;top:11.75rem;left:44.125rem;display:block; }#fiZXXTrU2LSTdarU2leX4ycZTc80hT5z.adaptive-delivery-prevent-bg, #fiZXXTrU2LSTdarU2leX4ycZTc80hT5z.lazyload, #fiZXXTrU2LSTdarU2leX4ycZTc80hT5z.lazyloading { background-image: none; }
#CXnDxmTB6TQuiVviPUmZI5IWBA8nQBZw { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f8ff7781-c235-48da-8488-621acf7d9170/Logomarca.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:4.6875rem;width:9.625rem;top:11.375rem;left:31.9375rem;display:block; }#CXnDxmTB6TQuiVviPUmZI5IWBA8nQBZw.adaptive-delivery-prevent-bg, #CXnDxmTB6TQuiVviPUmZI5IWBA8nQBZw.lazyload, #CXnDxmTB6TQuiVviPUmZI5IWBA8nQBZw.lazyloading { background-image: none; }
#JTSO70GqQ8sL4ZT1JD5euTkD7xihVdpm { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/df140a81-392c-437b-bb96-ee5dbf9f79b6/D_NQ_NP_714451MLB28391026559_102018O.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:9.1875rem;top:11.46875rem;left:65.8125rem;display:block; }#JTSO70GqQ8sL4ZT1JD5euTkD7xihVdpm.adaptive-delivery-prevent-bg, #JTSO70GqQ8sL4ZT1JD5euTkD7xihVdpm.lazyload, #JTSO70GqQ8sL4ZT1JD5euTkD7xihVdpm.lazyloading { background-image: none; }
#TJftiW9oMhdOEQg8z68OrxRfsJpaFEJn { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4ba0ba4b-81be-4f89-a004-bcb23ad5302b/croppedlogo1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:4.375rem;width:8.9375rem;top:2.5rem;left:0rem;display:none; }#TJftiW9oMhdOEQg8z68OrxRfsJpaFEJn.adaptive-delivery-prevent-bg, #TJftiW9oMhdOEQg8z68OrxRfsJpaFEJn.lazyload, #TJftiW9oMhdOEQg8z68OrxRfsJpaFEJn.lazyloading { background-image: none; }
#J7pZZAuWkbNE03uqZxbTQM6TmKvqAQtT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J7pZZAuWkbNE03uqZxbTQM6TmKvqAQtT > .row .container { background-color: transparent; background-image: none; }#J7pZZAuWkbNE03uqZxbTQM6TmKvqAQtT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7pZZAuWkbNE03uqZxbTQM6TmKvqAQtT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7pZZAuWkbNE03uqZxbTQM6TmKvqAQtT > .row .container > .video-iframe-container { display: none; }#J7pZZAuWkbNE03uqZxbTQM6TmKvqAQtT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7pZZAuWkbNE03uqZxbTQM6TmKvqAQtT > .row > .video-iframe-container { display: none; }#J7pZZAuWkbNE03uqZxbTQM6TmKvqAQtT > .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); }#J7pZZAuWkbNE03uqZxbTQM6TmKvqAQtT > .row .container { border-width: 0; border-radius: 0; }#J7pZZAuWkbNE03uqZxbTQM6TmKvqAQtT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J7pZZAuWkbNE03uqZxbTQM6TmKvqAQtT > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;position:relative;display:block; }#vwHcI1tSrvTgrBMsHJwRo8ec5yNZ5hsN { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4ba0ba4b-81be-4f89-a004-bcb23ad5302b/croppedlogo1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:4.375rem;width:8.9375rem;top:2.5rem;left:0rem;display:block; }#vwHcI1tSrvTgrBMsHJwRo8ec5yNZ5hsN.adaptive-delivery-prevent-bg, #vwHcI1tSrvTgrBMsHJwRo8ec5yNZ5hsN.lazyload, #vwHcI1tSrvTgrBMsHJwRo8ec5yNZ5hsN.lazyloading { background-image: none; }
#uvsgVCiTNmTbbKwD3a6T3ptyl9I20lUa { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5d83ea22-2bb7-46f5-88f5-5ec0ca1b5699/logo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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.5rem;width:7.25rem;top:3.25rem;left:10.6875rem;display:block; }#uvsgVCiTNmTbbKwD3a6T3ptyl9I20lUa.adaptive-delivery-prevent-bg, #uvsgVCiTNmTbbKwD3a6T3ptyl9I20lUa.lazyload, #uvsgVCiTNmTbbKwD3a6T3ptyl9I20lUa.lazyloading { background-image: none; }
#CN7Ci3PIEnVIwMTAHTDyaUl6E1LcS8tg { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/31f5bb6a-ac21-488f-8b24-d91bf256239e/logo1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:4.9375rem;width:10.875rem;top:2.21875rem;left:41rem;display:block; }#CN7Ci3PIEnVIwMTAHTDyaUl6E1LcS8tg.adaptive-delivery-prevent-bg, #CN7Ci3PIEnVIwMTAHTDyaUl6E1LcS8tg.lazyload, #CN7Ci3PIEnVIwMTAHTDyaUl6E1LcS8tg.lazyloading { background-image: none; }
#fsI99m2V7Xqaqfy7yWfO5h9WCnIRtCwm { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5f6be249-0e56-4400-8671-5bcd1df70165/MARCAMAZIAUTOMOTIVA.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:4.8125rem;width:9.9375rem;top:2.28125rem;left:31.0625rem;display:block; }#fsI99m2V7Xqaqfy7yWfO5h9WCnIRtCwm.adaptive-delivery-prevent-bg, #fsI99m2V7Xqaqfy7yWfO5h9WCnIRtCwm.lazyload, #fsI99m2V7Xqaqfy7yWfO5h9WCnIRtCwm.lazyloading { background-image: none; }
#WMBKZmTzSMrhTUm0bw9FehC6zTRRDmNx { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/32ba434a-d23d-4c6a-add8-6b9fc6ce47fb/mahlelogo2019.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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.625rem;width:7.5625rem;top:3.125rem;left:21.1875rem;display:block; }#WMBKZmTzSMrhTUm0bw9FehC6zTRRDmNx.adaptive-delivery-prevent-bg, #WMBKZmTzSMrhTUm0bw9FehC6zTRRDmNx.lazyload, #WMBKZmTzSMrhTUm0bw9FehC6zTRRDmNx.lazyloading { background-image: none; }
#EHOL5zdLBZLyT3WTHN46UVmCmCoPKT9u { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f57ad51b-09d4-4a40-b66d-cef12e1d9925/D_NQ_NP_881471MLB43013585750_082020O.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:9.5rem;top:2.4375rem;left:51.875rem;display:block; }#EHOL5zdLBZLyT3WTHN46UVmCmCoPKT9u.adaptive-delivery-prevent-bg, #EHOL5zdLBZLyT3WTHN46UVmCmCoPKT9u.lazyload, #EHOL5zdLBZLyT3WTHN46UVmCmCoPKT9u.lazyloading { background-image: none; }
#Gsbc2VFsJfC6yPzW4QBnI328bPG1UeZr { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c6713edf-cb8c-480c-b61c-7ac16621f392/logonakata.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:5.375rem;width:10.875rem;top:2rem;left:64.125rem;display:block; }#Gsbc2VFsJfC6yPzW4QBnI328bPG1UeZr.adaptive-delivery-prevent-bg, #Gsbc2VFsJfC6yPzW4QBnI328bPG1UeZr.lazyload, #Gsbc2VFsJfC6yPzW4QBnI328bPG1UeZr.lazyloading { background-image: none; }
#mg9MCOT5LT5bhuXoxBwSBsuNcSchcrFf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mg9MCOT5LT5bhuXoxBwSBsuNcSchcrFf > .row .container { background-color: transparent; background-image: none; }#mg9MCOT5LT5bhuXoxBwSBsuNcSchcrFf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mg9MCOT5LT5bhuXoxBwSBsuNcSchcrFf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mg9MCOT5LT5bhuXoxBwSBsuNcSchcrFf > .row .container > .video-iframe-container { display: none; }#mg9MCOT5LT5bhuXoxBwSBsuNcSchcrFf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mg9MCOT5LT5bhuXoxBwSBsuNcSchcrFf > .row > .video-iframe-container { display: none; }#mg9MCOT5LT5bhuXoxBwSBsuNcSchcrFf > .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); }#mg9MCOT5LT5bhuXoxBwSBsuNcSchcrFf > .row .container { border-width: 0; border-radius: 0; }#mg9MCOT5LT5bhuXoxBwSBsuNcSchcrFf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mg9MCOT5LT5bhuXoxBwSBsuNcSchcrFf > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#ShtZTZC3FvXv9Nm1nsA9zxl5VIi0Ebh1 { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c633a4e8-552b-4e2f-a9dd-5111c36dba23/logo2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:4.6875rem;width:9.75rem;top:1.25rem;left:0rem;display:block; }#ShtZTZC3FvXv9Nm1nsA9zxl5VIi0Ebh1.adaptive-delivery-prevent-bg, #ShtZTZC3FvXv9Nm1nsA9zxl5VIi0Ebh1.lazyload, #ShtZTZC3FvXv9Nm1nsA9zxl5VIi0Ebh1.lazyloading { background-image: none; }
#LeXrOSqJUX4IM1Esc9wfl4SfJ2TwDkSe { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/68410172-0cd5-4ee4-b81a-f5ec55780e2f/243x100xlogotiposuloypngpagespeedico1jQWGO3lE.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:5.375rem;width:10.875rem;top:0.90625rem;left:34.3125rem;display:block; }#LeXrOSqJUX4IM1Esc9wfl4SfJ2TwDkSe.adaptive-delivery-prevent-bg, #LeXrOSqJUX4IM1Esc9wfl4SfJ2TwDkSe.lazyload, #LeXrOSqJUX4IM1Esc9wfl4SfJ2TwDkSe.lazyloading { background-image: none; }
#t9AfqvibLfnszt399WqDGHsqxFuTlw7t { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/939d3767-0236-446d-9c5b-69a69c81fe09/12194558_796065877170706_7971174414025029823_o.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:10.3125rem;top:1.25rem;left:22.25rem;display:block; }#t9AfqvibLfnszt399WqDGHsqxFuTlw7t.adaptive-delivery-prevent-bg, #t9AfqvibLfnszt399WqDGHsqxFuTlw7t.lazyload, #t9AfqvibLfnszt399WqDGHsqxFuTlw7t.lazyloading { background-image: none; }
#BiuodVCTBGSOnZkX681KTDc39BGBK6O6 { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/396fa4fd-46e9-4df2-80fa-0091c84276c1/riosulenselogopng.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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.6875rem;width:7.5625rem;top:1.6875rem;left:12.5625rem;display:block; }#BiuodVCTBGSOnZkX681KTDc39BGBK6O6.adaptive-delivery-prevent-bg, #BiuodVCTBGSOnZkX681KTDc39BGBK6O6.lazyload, #BiuodVCTBGSOnZkX681KTDc39BGBK6O6.lazyloading { background-image: none; }
#slv8VBmVznptTwsTHcwGci1mm66xSPOl { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/707cd220-5989-4c6b-9b86-20bea5b6bbf0/logo_taranto.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:6rem;width:12.4375rem;top:0.59375rem;left:49.4375rem;display:block; }#slv8VBmVznptTwsTHcwGci1mm66xSPOl.adaptive-delivery-prevent-bg, #slv8VBmVznptTwsTHcwGci1mm66xSPOl.lazyload, #slv8VBmVznptTwsTHcwGci1mm66xSPOl.lazyloading { background-image: none; }
#R1TXszEi7bl9B0rhLmq9beUHiOJob8Ix { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/13706eae-137f-4834-bea2-3fccfb0c28a6/WhatsAppImage20230314at164923.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:4.8125rem;width:9.875rem;top:1.1875rem;left:65.125rem;display:block; }#R1TXszEi7bl9B0rhLmq9beUHiOJob8Ix.adaptive-delivery-prevent-bg, #R1TXszEi7bl9B0rhLmq9beUHiOJob8Ix.lazyload, #R1TXszEi7bl9B0rhLmq9beUHiOJob8Ix.lazyloading { background-image: none; }
#Sfu2cQbExFUMhGSrgeT5hfKekz63Pauu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Sfu2cQbExFUMhGSrgeT5hfKekz63Pauu > .row .container { background-color: transparent; background-image: none; }#Sfu2cQbExFUMhGSrgeT5hfKekz63Pauu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sfu2cQbExFUMhGSrgeT5hfKekz63Pauu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sfu2cQbExFUMhGSrgeT5hfKekz63Pauu > .row .container > .video-iframe-container { display: none; }#Sfu2cQbExFUMhGSrgeT5hfKekz63Pauu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sfu2cQbExFUMhGSrgeT5hfKekz63Pauu > .row > .video-iframe-container { display: none; }#Sfu2cQbExFUMhGSrgeT5hfKekz63Pauu > .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); }#Sfu2cQbExFUMhGSrgeT5hfKekz63Pauu > .row .container { border-width: 0; border-radius: 0; }#Sfu2cQbExFUMhGSrgeT5hfKekz63Pauu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sfu2cQbExFUMhGSrgeT5hfKekz63Pauu > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;position:relative;display:block; }#FV0FZH9RxrPTgA8Z7pxMM6lKZ8mTrDs5 { color:#25367e;display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.78125rem;left:15.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sdu6phOQMXVxvJBq2kuxow91KzOPxyDR { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.25rem 0rem #299502 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"archivo black";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.125rem;height:4.3125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:9.4990234375rem;left:25.4375rem;display:block; }
#tBaL4HmpwnvsHiPGbev1zDFcBMOVfNsP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rZO7a8VhKF0yWWonAS1sGcaczTebyX6l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/49f0cc20-aff1-46d4-b718-68e3229a0065/subtledots2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rZO7a8VhKF0yWWonAS1sGcaczTebyX6l.adaptive-delivery-prevent-bg, #rZO7a8VhKF0yWWonAS1sGcaczTebyX6l.lazyload, #rZO7a8VhKF0yWWonAS1sGcaczTebyX6l.lazyloading { background-image: none; }#rZO7a8VhKF0yWWonAS1sGcaczTebyX6l > .row .container { border-width: 0; border-radius: 0; }#rZO7a8VhKF0yWWonAS1sGcaczTebyX6l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rZO7a8VhKF0yWWonAS1sGcaczTebyX6l > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:none; }#Gw15ukBO0T7yB2o7Kpd1XN1XOJbtEKtn { color:#25367e;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:6.041015625rem;left:26.625rem;height:37.9189125rem;font-style:normal;display:block; }
#Zr1f7CEKLko9OH59J3Poo372drSXHEoR { color:rgba(var(--color-primary-3),1);display:block;width:1.625rem;position:absolute;font-family:"font awesome";font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:6.041015625rem;left:25rem;height:37.9189125rem;font-style:normal;display:block; }
#S057cmwmX3WZziPN9plZO8bTCxEIHADg { color:#25367e;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:6.0625rem;left:51.625rem;height:36.11325rem;font-style:normal;display:block; }
#vMZ9ki3gn0xpQznUFAdi3ptseGETHtsQ { color:rgba(var(--color-primary-3),1);display:block;width:1.625rem;position:absolute;font-family:"font awesome";font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:6.0625rem;left:50rem;height:36.11325rem;font-style:normal;display:block; }
#NDNa6HXmcG1LUIVT011E5JkaKOxf2QhE { color:#25367e;display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.041015625rem;left:0rem;height:7.3125rem;font-style:normal;display:block; }
#WXD3lF1GfNWz7xkOQbt5C5GzHHzlaRF5 { color:#25367e;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.71875rem;left:0rem;height:6.5rem;font-style:normal;display:block; }
#R6SdE4tDXGRzw2JwO9VkR8Whlvo3TseZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R6SdE4tDXGRzw2JwO9VkR8Whlvo3TseZ > .row .container { background-color: transparent; background-image: none; }#R6SdE4tDXGRzw2JwO9VkR8Whlvo3TseZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6SdE4tDXGRzw2JwO9VkR8Whlvo3TseZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6SdE4tDXGRzw2JwO9VkR8Whlvo3TseZ > .row .container > .video-iframe-container { display: none; }#R6SdE4tDXGRzw2JwO9VkR8Whlvo3TseZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6SdE4tDXGRzw2JwO9VkR8Whlvo3TseZ > .row > .video-iframe-container { display: none; }#R6SdE4tDXGRzw2JwO9VkR8Whlvo3TseZ > .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); }#R6SdE4tDXGRzw2JwO9VkR8Whlvo3TseZ > .row .container { border-width: 0; border-radius: 0; }#R6SdE4tDXGRzw2JwO9VkR8Whlvo3TseZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R6SdE4tDXGRzw2JwO9VkR8Whlvo3TseZ > .row .container { font-size:0.875rem;font-family:arial;height:18.875rem;width:75rem;position:relative;display:block; }#W91Vrt7xLxlSNECzu1stfHx3lSO8zThR { color:#25367e;display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5rem;left:1.9375rem;height:4.875rem;font-style:normal;display:block; }
#TMBlA2ugDhUCMxBEplFMabhUGWPnHt9K { background-color:rgba(var(--color-primary-4),1);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: 0rem 0.25rem 0rem #299502 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"archivo black";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.3125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:7.75rem;left:59.125rem;display:block; }
#DLdMt6teBxDRu1TArbTnR3TW2uNRX6lX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fOwcV9XVKVqpHlzZgtmkdsT0VTfwP2BH { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);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: 0.0625rem 0.3125rem 0.5625rem rgba(var(--color-tertiary-4),0.11) ;height:9.375rem;width:75rem;top:5.375rem;left:0rem;display:block; }
#TUpx0qTWEUSiibH1ZQz6THiXdKpK8uhc { 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:6.3125rem;width:18.75rem;display:none; }
#XpGTTIgx0qJ1hzVOuT0I0H8pgaolGsiO { position:relative;display:block; }#XpGTTIgx0qJ1hzVOuT0I0H8pgaolGsiO { background-color: transparent; background-image: none; }#XpGTTIgx0qJ1hzVOuT0I0H8pgaolGsiO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XpGTTIgx0qJ1hzVOuT0I0H8pgaolGsiO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XpGTTIgx0qJ1hzVOuT0I0H8pgaolGsiO > .row .container > .video-iframe-container { display: none; }#XpGTTIgx0qJ1hzVOuT0I0H8pgaolGsiO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XpGTTIgx0qJ1hzVOuT0I0H8pgaolGsiO > .row > .video-iframe-container { display: none; }#XpGTTIgx0qJ1hzVOuT0I0H8pgaolGsiO > .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); }#XpGTTIgx0qJ1hzVOuT0I0H8pgaolGsiO { border-width: 0; border-radius: 0; }#XpGTTIgx0qJ1hzVOuT0I0H8pgaolGsiO > .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; }#XpGTTIgx0qJ1hzVOuT0I0H8pgaolGsiO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:49.5rem;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; }#M2JX9HNW7Sgf45dUzfHgqxAGW9XtWimD { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d01b51f7-7123-4b35-bcd3-d597ef7151b1/CapturadeTela20220225as171433.png");background-position:center left !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:12.5rem;width:26.4375rem;top:11.125rem;left:7.3125rem;display:block; }#M2JX9HNW7Sgf45dUzfHgqxAGW9XtWimD.adaptive-delivery-prevent-bg, #M2JX9HNW7Sgf45dUzfHgqxAGW9XtWimD.lazyload, #M2JX9HNW7Sgf45dUzfHgqxAGW9XtWimD.lazyloading { background-image: none; }
#pMWc2sEutJ2MgHnXhEs9lRc2Exs89eri { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b2088d7e-c57e-4bc8-85ac-0cc2f8f68f93/CapturadeTela20220225as171445.png");background-position:center left !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:12.5rem;width:26.4375rem;top:11.125rem;left:41.1875rem;display:block; }#pMWc2sEutJ2MgHnXhEs9lRc2Exs89eri.adaptive-delivery-prevent-bg, #pMWc2sEutJ2MgHnXhEs9lRc2Exs89eri.lazyload, #pMWc2sEutJ2MgHnXhEs9lRc2Exs89eri.lazyloading { background-image: none; }
#gahfxhkCDqTPKmMXwngpFBLn6ucVAC4e { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0252c9bd-da3f-4f65-8901-c541a665be36/CapturadeTela20220225as171423.png");background-position:center left !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:18.25rem;width:26.4375rem;top:26rem;left:7.3125rem;display:block; }#gahfxhkCDqTPKmMXwngpFBLn6ucVAC4e.adaptive-delivery-prevent-bg, #gahfxhkCDqTPKmMXwngpFBLn6ucVAC4e.lazyload, #gahfxhkCDqTPKmMXwngpFBLn6ucVAC4e.lazyloading { background-image: none; }
#qTOeXpgTMlFK9NKi6Jl12E6gG6fJNmzx { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1cceb1a1-baf5-4bc3-a46e-afe4f07ab718/CapturadeTela20220225as171451.png");background-position:center left !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:12.5rem;width:26.4375rem;top:23.625rem;left:41.1875rem;display:block; }#qTOeXpgTMlFK9NKi6Jl12E6gG6fJNmzx.adaptive-delivery-prevent-bg, #qTOeXpgTMlFK9NKi6Jl12E6gG6fJNmzx.lazyload, #qTOeXpgTMlFK9NKi6Jl12E6gG6fJNmzx.lazyloading { background-image: none; }
#u79AzLd3T3X2tKcJK3rQAnk0JnkN5WHE { color:#25367e;display:block;width:44.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.4375rem;left:15.21875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JsanL9qrCLnMS7ZVS441MfpC769TggPd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f7acf474-581f-417b-a988-d7670d217043/bannermra.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JsanL9qrCLnMS7ZVS441MfpC769TggPd.adaptive-delivery-prevent-bg, #JsanL9qrCLnMS7ZVS441MfpC769TggPd.lazyload, #JsanL9qrCLnMS7ZVS441MfpC769TggPd.lazyloading { background-image: none; }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .row .container { background-color: transparent; background-image: none; }#JsanL9qrCLnMS7ZVS441MfpC769TggPd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,54,126,0.23); }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .row .container > .video-iframe-container { display: none; }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,54,126,0.23); }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .row > .video-iframe-container { display: none; }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .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); }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .row .container { border-width: 0; border-radius: 0; }#JsanL9qrCLnMS7ZVS441MfpC769TggPd::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; }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:block; }#TSy4IbDQ68AP0hgNzBzbCMvXvTHMsJIb { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:11.3125rem;left:18.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RktTJmOTU7Q8o5anKl7GUmTvXwfRMtJe { color:rgba(var(--color-secondary-2),1);display:block;width:58.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.5rem;left:8.4375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iR4twt0D91c2S3vI9AUOMkcKgAxXsK3L { color:rgba(var(--color-secondary-2),1);display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.0625rem;left:8.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZPbCSsp9Xea6pUChH3vuF0e0VqKiIUiJ { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:1.9995125rem;width:1.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:15.8125rem;left:24.8125rem;display:block; }
#azuhK7coR6IPlP2JSKuE672e8EBkKuvv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#25367e;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; }#azuhK7coR6IPlP2JSKuE672e8EBkKuvv > .row .container { background-color: transparent; background-image: none; }#azuhK7coR6IPlP2JSKuE672e8EBkKuvv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azuhK7coR6IPlP2JSKuE672e8EBkKuvv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azuhK7coR6IPlP2JSKuE672e8EBkKuvv > .row .container > .video-iframe-container { display: none; }#azuhK7coR6IPlP2JSKuE672e8EBkKuvv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azuhK7coR6IPlP2JSKuE672e8EBkKuvv > .row > .video-iframe-container { display: none; }#azuhK7coR6IPlP2JSKuE672e8EBkKuvv > .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); }#azuhK7coR6IPlP2JSKuE672e8EBkKuvv > .row .container { border-width: 0; border-radius: 0; }#azuhK7coR6IPlP2JSKuE672e8EBkKuvv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#azuhK7coR6IPlP2JSKuE672e8EBkKuvv > .row .container { font-size:0.875rem;font-family:arial;height:57.875rem;width:75rem;position:relative;display:block; }#vxa0VZgTWZWXh9sHmmHN2OEtxPW1VNTk { color:rgba(var(--color-secondary-2),1);display:block;width:58.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.8125rem;left:8.4375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PesBoEglXArlfSMB1APqRrdLoK7OrEaI { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:"archivo black";font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:28.8125rem;left:52.25rem;height:3.09375rem;font-style:normal;display:block; }
#BzP0WM19Va09OfeiZmTBb7hzCGbcaN4q { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:32.625rem;left:52.25rem;height:3.25rem;font-style:normal;display:block; }
#ekJMphdEr8mRfT6E5ZTZhN5iiONzrMQU { color:rgba(var(--color-secondary-2),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:37.5625rem;left:52.25rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bNhokTdDinXq4zRQANKE1FnZcswyAsPV { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:37.4375rem;left:64rem;display:block; }
#z4FzRp88BGzsEl0LpbTcoxbLy7i0cCoe { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.6875rem solid rgba(var(--color-primary-4),1);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: 0rem 0.25rem 0rem #299502 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.3125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:40.875rem;left:52.25rem;display:block; }
#ClK1tFkftMT7Bo9oxzk3N97RfJ12zIli { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#stzet1hONfVEo1HdtiOZhDDJdyTqQLMD { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:41.6875rem;left:53.125rem;display:block; }
#Pyvoe6BZDEDpL4vh3pBVp7Feh1O4IaiU { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/48cdc2a7-77fe-4c78-b915-abfdab740a9b/WhatsAppImage20220324at081945.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:16.125rem;top:11.5625rem;left:52.25rem;display:block; }#Pyvoe6BZDEDpL4vh3pBVp7Feh1O4IaiU.adaptive-delivery-prevent-bg, #Pyvoe6BZDEDpL4vh3pBVp7Feh1O4IaiU.lazyload, #Pyvoe6BZDEDpL4vh3pBVp7Feh1O4IaiU.lazyloading { background-image: none; }
#k0byzAZsTtGrGTpz91xUnm3K6f5tQ3v3 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:"archivo black";font-size:2.8125rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:28.75rem;left:26.25rem;height:3.09375rem;font-style:normal;display:block; }
#gTTR3TyWhvnmT4kyFuPLBKQ8pTH6qGBa { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:32.5625rem;left:26.25rem;height:3.25rem;font-style:normal;display:block; }
#tyT4WTsemPvh54SIl3eA138umhMeRPT4 { color:rgba(var(--color-secondary-2),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:37.5rem;left:26.25rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#adBldkTx7ctkUHq6VxVT9DHJzGMPdtBF { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:37.375rem;left:38.4375rem;display:block; }
#s1evHKBGVCwhMSi8davLQJX0fcgsnUxk { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.6875rem solid rgba(var(--color-primary-4),1);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: 0rem 0.25rem 0rem #299502 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.3125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:40.8125rem;left:26.25rem;display:block; }
#ZXUZuT6KyUKCuUsgteoG4cST0m6qoJ8l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ttith6D4Er8l1GwKWys4Kkuq1cMqi4BK { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:41.625rem;left:27.125rem;display:block; }
#dZ1ws6BB9FPbkT18ZG5hhCf9h3o0TMqp { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d3e50df7-20c5-43b6-8800-842cb9fd4387/WhatsAppImage20220311at151729.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:16.125rem;top:11.5rem;left:26.25rem;display:block; }#dZ1ws6BB9FPbkT18ZG5hhCf9h3o0TMqp.adaptive-delivery-prevent-bg, #dZ1ws6BB9FPbkT18ZG5hhCf9h3o0TMqp.lazyload, #dZ1ws6BB9FPbkT18ZG5hhCf9h3o0TMqp.lazyloading { background-image: none; }
#z3KFUH7g6irmxKrqEsxX1ae6zEviG6f5 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.6875rem solid rgba(var(--color-primary-4),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.3125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.8125rem;left:10rem;display:none; }
#OlhvNdxx6QCUd8M20Uvwu9o8vlymJTts { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mXiWeesN4lGm8wTJGmSMstt5DE3F1hHf { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.6875rem solid rgba(var(--color-primary-4),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.3125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.8125rem;left:10rem;display:none; }
#FB6PJcgloL21Hn3LJsJlZSlnvzSgq79o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JUDGPxAwiSXf2CzK0ahmWHTEoPApZteT { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1de88c0a-9ecc-4b3d-a4fd-61921bea836d/CapturadeTela20220225as164841.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:8.8125rem;width:22.3125rem;top:11.9375rem;left:10rem;display:none; }#JUDGPxAwiSXf2CzK0ahmWHTEoPApZteT.adaptive-delivery-prevent-bg, #JUDGPxAwiSXf2CzK0ahmWHTEoPApZteT.lazyload, #JUDGPxAwiSXf2CzK0ahmWHTEoPApZteT.lazyloading { background-image: none; }
#WRhZvzh8EBzznl2LHoK7ghOT3NEJglRL { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1de88c0a-9ecc-4b3d-a4fd-61921bea836d/CapturadeTela20220225as164841.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.4375rem rgba(var(--color-tertiary-4),0.19) ;height:8.8125rem;width:22.3125rem;top:11.9375rem;left:10rem;display:none; }#WRhZvzh8EBzznl2LHoK7ghOT3NEJglRL.adaptive-delivery-prevent-bg, #WRhZvzh8EBzznl2LHoK7ghOT3NEJglRL.lazyload, #WRhZvzh8EBzznl2LHoK7ghOT3NEJglRL.lazyloading { background-image: none; }
#XdZKhZ1nRRVBoaf3euUdaarMmcZHL6rg { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:27.75rem;left:52.25rem;height:1.13671875rem;font-style:normal;display:block; }
#Zmx3eKrf6qsonDyF2xw8AkTLqiLMlR57 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:27.6875rem;left:26rem;height:1.13671875rem;font-style:normal;display:block; }
#g1ZelvIzWou0D1goNyh0FwEtV8tdckHs { color:rgba(var(--color-secondary-2),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:37.4375rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wQHVH9x7EsfilJ5fwcKRktW1hLN2OSz3 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:37.3125rem;left:12.1875rem;display:block; }
#ap4E06SKRp1D7WwuGg0soS49Xi4rZbKU { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.6875rem solid rgba(var(--color-primary-4),1);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: 0rem 0.25rem 0rem #299502 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.3125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:40.75rem;left:0rem;display:block; }
#Bagzg5Q5pya0cIBTM5JXmUvLNzTxaDap { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y9Koddt3Me84JGQlKAieKhBRwimgxW1D { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:41.5625rem;left:0.875rem;display:block; }
#tOmXFzgEVm34FIExBfpDU8PNFUPtWID8 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:32.5rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#TXrOlch1ncTwQPaOKseXGhTAe71watd5 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:"archivo black";font-size:2.8125rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:28.6875rem;left:0rem;height:3.09375rem;font-style:normal;display:block; }
#MyQlQtLId3IH5AlORsMGRty64mluNF6E { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:27.4375rem;left:0rem;height:1.13671875rem;font-style:normal;display:block; }
#xqoS73LfqVGzSzeR45BBD3EGthhG7NPL { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ebb54923-a9f6-4a2b-b4f5-87b430bd0ab6/MRA.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:16.125rem;top:11.4375rem;left:0rem;display:block; }#xqoS73LfqVGzSzeR45BBD3EGthhG7NPL.adaptive-delivery-prevent-bg, #xqoS73LfqVGzSzeR45BBD3EGthhG7NPL.lazyload, #xqoS73LfqVGzSzeR45BBD3EGthhG7NPL.lazyloading { background-image: none; }
#SVef4hS2tJdOxeubpFi4x8MTG2HzsIp4 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.6875rem solid rgba(var(--color-primary-4),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.3125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.8125rem;left:10rem;display:none; }
#RMXJG06tsCQLT2lqJmF6vq1aa5lrxvRW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hk09FDgqp8LlMWIVx9gBrs6qliNr0XKo { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1de88c0a-9ecc-4b3d-a4fd-61921bea836d/CapturadeTela20220225as164841.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.4375rem rgba(var(--color-tertiary-4),0.19) ;height:8.8125rem;width:22.3125rem;top:11.9375rem;left:10rem;display:none; }#hk09FDgqp8LlMWIVx9gBrs6qliNr0XKo.adaptive-delivery-prevent-bg, #hk09FDgqp8LlMWIVx9gBrs6qliNr0XKo.lazyload, #hk09FDgqp8LlMWIVx9gBrs6qliNr0XKo.lazyloading { background-image: none; }
#c6TxmpCVI67CCgJLb94CmR1bIn9dcPZC { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:46.25rem;left:0rem;display:block; }
#LN1F3NToAySsObbnvptPxdG5Wuy5CS4v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#STMmvTeu0XJvwIVGt4zSKOA1aZwlwODD { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:46.25rem;left:26.25rem;display:block; }
#eqCvXr9gNRUm94amT45xfAc0RK52WRvc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W6w6nbaHIU3GA8RoyyPFwdPUFiRZ605n { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:46.25rem;left:52.25rem;display:block; }
#di1sWFacJ5NnlGdcCNp0LmXnElKGvJ4A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JAJc1XfHNItchElJtIZkBDbXfp1HTRfi { position:relative;display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #JAJc1XfHNItchElJtIZkBDbXfp1HTRfi > .row .container { position:relative;display:block; }#lOB7lE8uKH8K4ZvGPC17aqTvVFW23WWC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b2754;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#lOB7lE8uKH8K4ZvGPC17aqTvVFW23WWC > .row .container { background-color: transparent; background-image: none; }#lOB7lE8uKH8K4ZvGPC17aqTvVFW23WWC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOB7lE8uKH8K4ZvGPC17aqTvVFW23WWC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOB7lE8uKH8K4ZvGPC17aqTvVFW23WWC > .row .container > .video-iframe-container { display: none; }#lOB7lE8uKH8K4ZvGPC17aqTvVFW23WWC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOB7lE8uKH8K4ZvGPC17aqTvVFW23WWC > .row > .video-iframe-container { display: none; }#lOB7lE8uKH8K4ZvGPC17aqTvVFW23WWC > .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); }#lOB7lE8uKH8K4ZvGPC17aqTvVFW23WWC > .row .container { border-width: 0; border-radius: 0; }#lOB7lE8uKH8K4ZvGPC17aqTvVFW23WWC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lOB7lE8uKH8K4ZvGPC17aqTvVFW23WWC > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#uOb0q1LihtTgHdtTJseHek4PfV99I6CT { background-color:rgba(var(--color-primary-4),1);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: 0rem 0.25rem 0rem #299502 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:2.9375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:0.875rem;left:58.6865234375rem;display:block; }
#CfBXtKzteJnnhp5frZAoX1586WqNgWNV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P108N5pCxPKWWKX0CoAC1l59ZzMWIMqU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:7.3125rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BoQK2WnH3xzLEZSOBii20LpNnTePfe1O { width:22.6875rem;height:7.25rem;top:4rem;left:12.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA3lCboiMiWtA3rNIT62V6B4Du2AMXbl { width:47.75rem;height:13.125rem;top:13.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBZ94i53ecxHKHaFLKMISLBNkvTQBkWR { width:20.875rem;height:4.3125rem;top:34.3125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URgTd3ac0OskeSV3NhxRW2ACt78KyCwT { display:block; }
 }@media only screen and (max-width: 763px) { #i9tEdaCTn4aWIsiksDJTEDEDtHcNNtqQ { width:18.75rem;height:1.25rem;top:41.75rem;left:9.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SphuI6Vqv9z1CtSEQ9mGdRG74rl34ct2 { width:2.5625rem;height:2.5625rem;top:35.125rem;left:5.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL7TTPwpMb44ugwoPGv4XGSrNSTwysFh { width:47.75rem;height:1.875rem;top:30.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7CgVfAlVhdwIzM4Tu4BZUz8QzLK5h6G { width:0.9375rem;height:0.9375rem;top:30.6875rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaf53DM0awt7lTxQMHz89ntDLDPkSCzJ { width:1.6875rem;height:1.6875rem;top:41.5625rem;left:7.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsaTOWUIVh3WtJJFdZEkJzNunN5Euqvg { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #H4AiqODm3WvCaT6LKSZwwN9s1Lge9LzO { width:17.1875rem;height:4.3125rem;top:34.3125rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUekZIl2ui5dJPx1e1ERCOa4D6kAFzZP { display:block; }
 }@media only screen and (max-width: 763px) { #F22ZxNnQ9SFhkU8cVv34CmxT3cZ1NWt8 { width:2rem;height:2rem;top:35.5rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQVzmHKuclNthHFEgTaQhMBclUcmpD3b { width:7.8125rem;height:1.0625rem;top:41.875rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yufBuIdTglGOlgIlipf54TsdyEI4PPHb { display:block; }
 }@media only screen and (max-width: 763px) { #VGdUK60nKiKqbylLIiJaCsNKEk7gKSWM { width:5.75rem;height:5.75rem;top:3rem;left:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDllko1nEF6NcpAi57heZG8tyClHUNgz { width:3.375rem;height:2.4375rem;top:5.4375rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRQ3IFZagO3iN625pf5zh1vcsK5wVOI9 { width:4.25rem;height:1.3125rem;top:3.875rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERxpvs7LSFesbZEwtt7qxtidzsabL9bV { display:block; }#ERxpvs7LSFesbZEwtt7qxtidzsabL9bV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6EVtpHJKv6lKfS0FHzmXoIAxtEzkATu { width:16.3125rem;height:12.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPpUQk1COfJBFlf91aaJ65hVmF0vUMWC { width:16.25rem;height:15.6875rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCKxkUtnUaSRovQo97HMShdl0CH7l1PW { width:12.5rem;height:3.625rem;top:12.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkUR9EGTcCTSS49casVQQlbi8aRwnmJc { width:12.5rem;height:6.5rem;top:15.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUrpklFsEShH2VPIGpd6Z7oBZ6rbtGgv { width:11.5rem;height:8.5625rem;top:3.5625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGwnH8cgRSKT6tZiw9SFoKkfyGoXSV3C { width:14.0625rem;height:8.8125rem;top:4.5625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q70imP17dCurkK48PIxX7GtmILMOxaOf { width:19.5rem;height:6.75rem;top:4.125rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vol9S5GSebWmnlfaglQ4VIDt07qiy5Tz { width:9.9375rem;height:6.4375rem;top:4rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtTSxWiAMdGM7R5GhbWPM98wFPTkACTl { width:9.875rem;height:5.375rem;top:5rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy7ooTpZNHEplCPwnIoodPG5TWTPuqfL { width:13.375rem;height:5.6875rem;top:5.375rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGHbfnbXHMeJGl1OImQRclEZwe1IpbiV { width:16.25rem;height:15.6875rem;top:8.1875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEVS3JXsM31L1RNZ4o1T0FW611P5Mv0M { width:12.5rem;height:3.625rem;top:12.375rem;left:11.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKlHXxubKOHdBNgFxC98uReLFUs5RvnP { width:12.5rem;height:6.5rem;top:16.0625rem;left:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2v65oa4aDQTtJONmxZBouQG8U6Puwdb { width:16.25rem;height:15.6875rem;top:8.3125rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKLM0JrAlCI90DnrTrcbMtZLCoQzQmtX { width:12.5rem;height:3.625rem;top:12.5rem;left:23.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5Ol8hcTkEfOWswDTE2k7ArFERTinTyF { width:12.5rem;height:6.5rem;top:16.1875rem;left:23.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F36HfsFeEOy1GALsmPk23oswZNZhJVTy { width:16.25rem;height:15.6875rem;top:8.1875rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtbJGpSHi2PHNLcT8tORb68BD6ugm85d { width:12.5rem;height:3.625rem;top:12.375rem;left:35.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXX60pOvcrHyfcZdBMvKhK7Wo9cZi9du { width:12.5rem;height:6.5rem;top:16.0625rem;left:35.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfdeMVLCvTUf1iwh39TtNk9ZiZwymezv { display:block; }#zfdeMVLCvTUf1iwh39TtNk9ZiZwymezv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #egzyXTtwDL1HydSot3EP2KEqqKqPbLlt { width:47.75rem;height:2.375rem;top:6rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBkHh9crBctvAS2RhvKMNhL6b7Ox6mdC { width:8.625rem;height:4rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUKRr4ImJUC3BzUs8dBttkBW4nGqT5DF { width:8.125rem;height:3.875rem;top:12rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOPrVZf1lCGs0dDvRfyU982VRqMnsSJM { width:10.875rem;height:5.375rem;top:11rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPUqMtRD8Myyw9mdePpygibhOH3N5QyQ { width:9.375rem;height:4.5rem;top:11.5rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiZXXTrU2LSTdarU2leX4ycZTc80hT5z { width:9.1875rem;height:4.375rem;top:11.75rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXnDxmTB6TQuiVviPUmZI5IWBA8nQBZw { width:9.625rem;height:4.6875rem;top:11.375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTSO70GqQ8sL4ZT1JD5euTkD7xihVdpm { width:9.1875rem;height:4.5rem;top:11.4375rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJftiW9oMhdOEQg8z68OrxRfsJpaFEJn { width:8.9375rem;height:4.375rem;top:2.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J7pZZAuWkbNE03uqZxbTQM6TmKvqAQtT { display:block; }#J7pZZAuWkbNE03uqZxbTQM6TmKvqAQtT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwHcI1tSrvTgrBMsHJwRo8ec5yNZ5hsN { width:8.9375rem;height:4.375rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvsgVCiTNmTbbKwD3a6T3ptyl9I20lUa { width:7.25rem;height:3.5rem;top:3.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN7Ci3PIEnVIwMTAHTDyaUl6E1LcS8tg { width:10.875rem;height:4.9375rem;top:2.1875rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsI99m2V7Xqaqfy7yWfO5h9WCnIRtCwm { width:9.9375rem;height:4.8125rem;top:2.25rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMBKZmTzSMrhTUm0bw9FehC6zTRRDmNx { width:7.5625rem;height:3.625rem;top:3.125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHOL5zdLBZLyT3WTHN46UVmCmCoPKT9u { width:9.5rem;height:4.5rem;top:2.4375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gsbc2VFsJfC6yPzW4QBnI328bPG1UeZr { width:10.875rem;height:5.375rem;top:2rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg9MCOT5LT5bhuXoxBwSBsuNcSchcrFf { display:block; }#mg9MCOT5LT5bhuXoxBwSBsuNcSchcrFf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ShtZTZC3FvXv9Nm1nsA9zxl5VIi0Ebh1 { width:9.75rem;height:4.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeXrOSqJUX4IM1Esc9wfl4SfJ2TwDkSe { width:10.875rem;height:5.375rem;top:0.875rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9AfqvibLfnszt399WqDGHsqxFuTlw7t { width:10.3125rem;height:5.0625rem;top:1.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiuodVCTBGSOnZkX681KTDc39BGBK6O6 { width:7.5625rem;height:3.6875rem;top:1.6875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #slv8VBmVznptTwsTHcwGci1mm66xSPOl { width:12.4375rem;height:6rem;top:0.5625rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1TXszEi7bl9B0rhLmq9beUHiOJob8Ix { width:9.875rem;height:4.8125rem;top:1.1875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfu2cQbExFUMhGSrgeT5hfKekz63Pauu { display:block; }#Sfu2cQbExFUMhGSrgeT5hfKekz63Pauu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FV0FZH9RxrPTgA8Z7pxMM6lKZ8mTrDs5 { width:44.1875rem;height:3.1875rem;top:4.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdu6phOQMXVxvJBq2kuxow91KzOPxyDR { width:24.125rem;height:4.3125rem;top:9.4375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBaL4HmpwnvsHiPGbev1zDFcBMOVfNsP { display:block; }
 }@media only screen and (max-width: 763px) { #rZO7a8VhKF0yWWonAS1sGcaczTebyX6l { display:block; }#rZO7a8VhKF0yWWonAS1sGcaczTebyX6l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gw15ukBO0T7yB2o7Kpd1XN1XOJbtEKtn { width:12.5rem;height:37.875rem;top:6rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr1f7CEKLko9OH59J3Poo372drSXHEoR { width:1.625rem;height:37.875rem;top:6rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S057cmwmX3WZziPN9plZO8bTCxEIHADg { width:12.5rem;height:36.0625rem;top:6.0625rem;left:31.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMZ9ki3gn0xpQznUFAdi3ptseGETHtsQ { width:1.625rem;height:36.0625rem;top:6.0625rem;left:31.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDNa6HXmcG1LUIVT011E5JkaKOxf2QhE { width:19.4375rem;height:7.3125rem;top:6rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXD3lF1GfNWz7xkOQbt5C5GzHHzlaRF5 { width:17.1875rem;height:6.5rem;top:14.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6SdE4tDXGRzw2JwO9VkR8Whlvo3TseZ { display:block; }#R6SdE4tDXGRzw2JwO9VkR8Whlvo3TseZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W91Vrt7xLxlSNECzu1stfHx3lSO8zThR { width:47.75rem;height:4.875rem;top:7.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMBlA2ugDhUCMxBEplFMabhUGWPnHt9K { width:12.5rem;height:4.3125rem;top:7.75rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLdMt6teBxDRu1TArbTnR3TW2uNRX6lX { display:block; }
 }@media only screen and (max-width: 763px) { #fOwcV9XVKVqpHlzZgtmkdsT0VTfwP2BH { width:47.75rem;height:9.375rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUpx0qTWEUSiibH1ZQz6THiXdKpK8uhc { width:18.75rem;height:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XpGTTIgx0qJ1hzVOuT0I0H8pgaolGsiO { display:block; }#XpGTTIgx0qJ1hzVOuT0I0H8pgaolGsiO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2JX9HNW7Sgf45dUzfHgqxAGW9XtWimD { width:26.4375rem;height:12.5rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMWc2sEutJ2MgHnXhEs9lRc2Exs89eri { width:26.4375rem;height:12.5rem;top:11.125rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gahfxhkCDqTPKmMXwngpFBLn6ucVAC4e { width:26.4375rem;height:18.25rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTOeXpgTMlFK9NKi6Jl12E6gG6fJNmzx { width:26.4375rem;height:12.5rem;top:23.625rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u79AzLd3T3X2tKcJK3rQAnk0JnkN5WHE { width:44.5625rem;height:3.625rem;top:4.4375rem;left:1.59375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsanL9qrCLnMS7ZVS441MfpC769TggPd { display:block; }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSy4IbDQ68AP0hgNzBzbCMvXvTHMsJIb { width:37.25rem;height:1.625rem;top:11.3125rem;left:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RktTJmOTU7Q8o5anKl7GUmTvXwfRMtJe { width:47.75rem;height:3.625rem;top:7.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR4twt0D91c2S3vI9AUOMkcKgAxXsK3L { width:47.75rem;height:1.5625rem;top:16.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPbCSsp9Xea6pUChH3vuF0e0VqKiIUiJ { width:1.9375rem;height:1.9375rem;top:15.8125rem;left:11.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #azuhK7coR6IPlP2JSKuE672e8EBkKuvv { display:block; }#azuhK7coR6IPlP2JSKuE672e8EBkKuvv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxa0VZgTWZWXh9sHmmHN2OEtxPW1VNTk { width:47.75rem;height:3.625rem;top:3.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PesBoEglXArlfSMB1APqRrdLoK7OrEaI { width:22.75rem;height:3.0625rem;top:28.8125rem;left:25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzP0WM19Va09OfeiZmTBb7hzCGbcaN4q { width:12.5rem;height:3.25rem;top:32.625rem;left:35.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekJMphdEr8mRfT6E5ZTZhN5iiONzrMQU { width:13.9375rem;height:2rem;top:37.5625rem;left:33.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNhokTdDinXq4zRQANKE1FnZcswyAsPV { width:2.25rem;height:2.25rem;top:37.4375rem;left:45.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4FzRp88BGzsEl0LpbTcoxbLy7i0cCoe { width:14.0625rem;height:4.3125rem;top:40.875rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClK1tFkftMT7Bo9oxzk3N97RfJ12zIli { display:block; }
 }@media only screen and (max-width: 763px) { #stzet1hONfVEo1HdtiOZhDDJdyTqQLMD { width:2.625rem;height:2.625rem;top:41.6875rem;left:39.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pyvoe6BZDEDpL4vh3pBVp7Feh1O4IaiU { width:16.125rem;height:13.4375rem;top:11.5625rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0byzAZsTtGrGTpz91xUnm3K6f5tQ3v3 { width:22.75rem;height:3.0625rem;top:28.75rem;left:12.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTTR3TyWhvnmT4kyFuPLBKQ8pTH6qGBa { width:18.3125rem;height:3.25rem;top:32.5625rem;left:12.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyT4WTsemPvh54SIl3eA138umhMeRPT4 { width:13.9375rem;height:2rem;top:37.5rem;left:12.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adBldkTx7ctkUHq6VxVT9DHJzGMPdtBF { width:2.25rem;height:2.25rem;top:37.375rem;left:24.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1evHKBGVCwhMSi8davLQJX0fcgsnUxk { width:14.0625rem;height:4.3125rem;top:40.8125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXUZuT6KyUKCuUsgteoG4cST0m6qoJ8l { display:block; }
 }@media only screen and (max-width: 763px) { #ttith6D4Er8l1GwKWys4Kkuq1cMqi4BK { width:2.625rem;height:2.625rem;top:41.625rem;left:13.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ1ws6BB9FPbkT18ZG5hhCf9h3o0TMqp { width:16.125rem;height:13.4375rem;top:11.5rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3KFUH7g6irmxKrqEsxX1ae6zEviG6f5 { width:14.0625rem;height:4.3125rem;top:33.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OlhvNdxx6QCUd8M20Uvwu9o8vlymJTts { display:block; }
 }@media only screen and (max-width: 763px) { #mXiWeesN4lGm8wTJGmSMstt5DE3F1hHf { width:14.0625rem;height:4.3125rem;top:33.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FB6PJcgloL21Hn3LJsJlZSlnvzSgq79o { display:block; }
 }@media only screen and (max-width: 763px) { #JUDGPxAwiSXf2CzK0ahmWHTEoPApZteT { width:22.3125rem;height:8.8125rem;top:11.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WRhZvzh8EBzznl2LHoK7ghOT3NEJglRL { width:22.3125rem;height:8.8125rem;top:11.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XdZKhZ1nRRVBoaf3euUdaarMmcZHL6rg { width:12.5rem;height:1.125rem;top:27.75rem;left:35.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zmx3eKrf6qsonDyF2xw8AkTLqiLMlR57 { width:12.5rem;height:1.125rem;top:27.6875rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1ZelvIzWou0D1goNyh0FwEtV8tdckHs { width:13.9375rem;height:2rem;top:37.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQHVH9x7EsfilJ5fwcKRktW1hLN2OSz3 { width:2.25rem;height:2.25rem;top:37.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap4E06SKRp1D7WwuGg0soS49Xi4rZbKU { width:14.0625rem;height:4.3125rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bagzg5Q5pya0cIBTM5JXmUvLNzTxaDap { display:block; }
 }@media only screen and (max-width: 763px) { #y9Koddt3Me84JGQlKAieKhBRwimgxW1D { width:2.625rem;height:2.625rem;top:41.5625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOmXFzgEVm34FIExBfpDU8PNFUPtWID8 { width:13.8125rem;height:3.25rem;top:32.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXrOlch1ncTwQPaOKseXGhTAe71watd5 { width:22.75rem;height:3.0625rem;top:28.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyQlQtLId3IH5AlORsMGRty64mluNF6E { width:12.5rem;height:1.125rem;top:27.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqoS73LfqVGzSzeR45BBD3EGthhG7NPL { width:16.125rem;height:13.4375rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVef4hS2tJdOxeubpFi4x8MTG2HzsIp4 { width:14.0625rem;height:4.3125rem;top:33.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RMXJG06tsCQLT2lqJmF6vq1aa5lrxvRW { display:block; }
 }@media only screen and (max-width: 763px) { #hk09FDgqp8LlMWIVx9gBrs6qliNr0XKo { width:22.3125rem;height:8.8125rem;top:11.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #c6TxmpCVI67CCgJLb94CmR1bIn9dcPZC { width:14.0625rem;height:4.3125rem;top:46.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN1F3NToAySsObbnvptPxdG5Wuy5CS4v { display:block; }
 }@media only screen and (max-width: 763px) { #STMmvTeu0XJvwIVGt4zSKOA1aZwlwODD { width:14.0625rem;height:4.3125rem;top:46.25rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqCvXr9gNRUm94amT45xfAc0RK52WRvc { display:block; }
 }@media only screen and (max-width: 763px) { #W6w6nbaHIU3GA8RoyyPFwdPUFiRZ605n { width:14.0625rem;height:4.3125rem;top:46.25rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #di1sWFacJ5NnlGdcCNp0LmXnElKGvJ4A { display:block; }
 }@media only screen and (max-width: 763px) { #JAJc1XfHNItchElJtIZkBDbXfp1HTRfi { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #JAJc1XfHNItchElJtIZkBDbXfp1HTRfi > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #lOB7lE8uKH8K4ZvGPC17aqTvVFW23WWC { display:block; }#lOB7lE8uKH8K4ZvGPC17aqTvVFW23WWC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOb0q1LihtTgHdtTJseHek4PfV99I6CT { width:14.625rem;height:2.9375rem;top:0.875rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfBXtKzteJnnhp5frZAoX1586WqNgWNV { display:block; }
 }@media only screen and (max-width: 763px) { #P108N5pCxPKWWKX0CoAC1l59ZzMWIMqU { width:7.3125rem;height:2.3125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BoQK2WnH3xzLEZSOBii20LpNnTePfe1O { width:14.4375rem;height:4.5625rem;top:3.1875rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA3lCboiMiWtA3rNIT62V6B4Du2AMXbl { width:20rem;height:7.69925rem;top:9.45068359375rem;left:0rem;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PBZ94i53ecxHKHaFLKMISLBNkvTQBkWR { width:18.688475rem;height:3.4375rem;top:25.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URgTd3ac0OskeSV3NhxRW2ACt78KyCwT { display:block; }
 }@media only screen and (max-width: 763px) { #i9tEdaCTn4aWIsiksDJTEDEDtHcNNtqQ { width:20rem;height:0.875rem;top:37.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SphuI6Vqv9z1CtSEQ9mGdRG74rl34ct2 { width:2.625rem;height:2.625rem;top:25.5rem;left:1rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL7TTPwpMb44ugwoPGv4XGSrNSTwysFh { width:18.375rem;height:4rem;top:18.6875rem;left:0.75rem;font-size:1.25rem;line-height:1.6;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #p7CgVfAlVhdwIzM4Tu4BZUz8QzLK5h6G { width:0.5rem;height:0.5rem;top:21.5rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaf53DM0awt7lTxQMHz89ntDLDPkSCzJ { width:1.6875rem;height:1.6875rem;top:37.375rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsaTOWUIVh3WtJJFdZEkJzNunN5Euqvg { top:22.609375rem;left:4.1875rem;width:11.8125rem;height:0.125rem;z-index:14999;background-color:#25d366;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) { #H4AiqODm3WvCaT6LKSZwwN9s1Lge9LzO { width:15.9375rem;height:3.4375rem;top:29.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUekZIl2ui5dJPx1e1ERCOa4D6kAFzZP { display:block; }
 }@media only screen and (max-width: 763px) { #F22ZxNnQ9SFhkU8cVv34CmxT3cZ1NWt8 { display:flex;width:1.75rem;height:1.75rem;top:30.8125rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #tQVzmHKuclNthHFEgTaQhMBclUcmpD3b { width:6.9375rem;height:1.3125rem;top:34.69921875rem;left:6.53125rem;font-size:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #25367e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;color:#25367e;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yufBuIdTglGOlgIlipf54TsdyEI4PPHb { display:block; }
 }@media only screen and (max-width: 763px) { #VGdUK60nKiKqbylLIiJaCsNKEk7gKSWM { width:4rem;height:4rem;top:1.125rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDllko1nEF6NcpAi57heZG8tyClHUNgz { width:2.75rem;height:1.75rem;top:2.625rem;left:17.6575rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRQ3IFZagO3iN625pf5zh1vcsK5wVOI9 { width:3.0625rem;height:0.75rem;top:1.75rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERxpvs7LSFesbZEwtt7qxtidzsabL9bV { display:block; }#ERxpvs7LSFesbZEwtt7qxtidzsabL9bV > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6EVtpHJKv6lKfS0FHzmXoIAxtEzkATu { width:9.6875rem;height:7.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPpUQk1COfJBFlf91aaJ65hVmF0vUMWC { width:9.375rem;height:11.25rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCKxkUtnUaSRovQo97HMShdl0CH7l1PW { width:8.75rem;height:2.11230625rem;top:7.4375rem;left:0.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkUR9EGTcCTSS49casVQQlbi8aRwnmJc { width:8.3125rem;height:4.546875rem;top:9.78125rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUrpklFsEShH2VPIGpd6Z7oBZ6rbtGgv { width:11.5rem;height:8.5625rem;top:31.6875rem;left:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PGwnH8cgRSKT6tZiw9SFoKkfyGoXSV3C { width:9.9375rem;height:6.125rem;top:1.8125rem;left:10.006674757281rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q70imP17dCurkK48PIxX7GtmILMOxaOf { width:16.375rem;height:5.625rem;top:17.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vol9S5GSebWmnlfaglQ4VIDt07qiy5Tz { width:9.1875rem;height:5.9375rem;top:19.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtTSxWiAMdGM7R5GhbWPM98wFPTkACTl { width:9.875rem;height:5.375rem;top:101.375rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dy7ooTpZNHEplCPwnIoodPG5TWTPuqfL { width:9.5625rem;height:3.875rem;top:20.75rem;left:10.282786885246rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGHbfnbXHMeJGl1OImQRclEZwe1IpbiV { width:9.375rem;height:11.25rem;top:5.125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEVS3JXsM31L1RNZ4o1T0FW611P5Mv0M { width:7.3125rem;height:2.03125rem;top:7.4775390625rem;left:11.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKlHXxubKOHdBNgFxC98uReLFUs5RvnP { width:8rem;height:4.546875rem;top:9.78125rem;left:11.474609375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2v65oa4aDQTtJONmxZBouQG8U6Puwdb { width:9.375rem;height:12.125rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKLM0JrAlCI90DnrTrcbMtZLCoQzQmtX { width:7.125rem;height:2.03125rem;top:25.9375rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5Ol8hcTkEfOWswDTE2k7ArFERTinTyF { width:8.0625rem;height:4.546875rem;top:27.96875rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F36HfsFeEOy1GALsmPk23oswZNZhJVTy { width:9.375rem;height:11.875rem;top:23.1875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtbJGpSHi2PHNLcT8tORb68BD6ugm85d { width:5.625rem;height:2.03125rem;top:25.9375rem;left:11.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXX60pOvcrHyfcZdBMvKhK7Wo9cZi9du { width:7.75rem;height:5.68359375rem;top:27.96875rem;left:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfdeMVLCvTUf1iwh39TtNk9ZiZwymezv { display:block; }#zfdeMVLCvTUf1iwh39TtNk9ZiZwymezv > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #egzyXTtwDL1HydSot3EP2KEqqKqPbLlt { width:19.4375rem;height:6.1875rem;top:3.6875rem;left:0rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QBkHh9crBctvAS2RhvKMNhL6b7Ox6mdC { width:8.625rem;height:4rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUKRr4ImJUC3BzUs8dBttkBW4nGqT5DF { width:8.125rem;height:3.875rem;top:12.375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOPrVZf1lCGs0dDvRfyU982VRqMnsSJM { width:8.4375rem;height:5.375rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPUqMtRD8Myyw9mdePpygibhOH3N5QyQ { width:8.1875rem;height:4.5rem;top:25.375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiZXXTrU2LSTdarU2leX4ycZTc80hT5z { width:9.1875rem;height:4.375rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXnDxmTB6TQuiVviPUmZI5IWBA8nQBZw { width:7.875rem;height:4.6875rem;top:18.78125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTSO70GqQ8sL4ZT1JD5euTkD7xihVdpm { width:8.8125rem;height:4.5rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJftiW9oMhdOEQg8z68OrxRfsJpaFEJn { width:7.4375rem;height:4rem;top:32.4375rem;left:12.455882352941rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #J7pZZAuWkbNE03uqZxbTQM6TmKvqAQtT { display:block; }#J7pZZAuWkbNE03uqZxbTQM6TmKvqAQtT > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwHcI1tSrvTgrBMsHJwRo8ec5yNZ5hsN { width:8.9375rem;height:4.375rem;top:1.25rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uvsgVCiTNmTbbKwD3a6T3ptyl9I20lUa { width:7.25rem;height:3.5rem;top:0rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN7Ci3PIEnVIwMTAHTDyaUl6E1LcS8tg { width:7.75rem;height:4.9375rem;top:6rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsI99m2V7Xqaqfy7yWfO5h9WCnIRtCwm { width:8.125rem;height:4.8125rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMBKZmTzSMrhTUm0bw9FehC6zTRRDmNx { width:7.5625rem;height:3.625rem;top:0rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHOL5zdLBZLyT3WTHN46UVmCmCoPKT9u { width:8.125rem;height:3.8125rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gsbc2VFsJfC6yPzW4QBnI328bPG1UeZr { width:8.0625rem;height:3.9375rem;top:13.46875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg9MCOT5LT5bhuXoxBwSBsuNcSchcrFf { display:block; }#mg9MCOT5LT5bhuXoxBwSBsuNcSchcrFf > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ShtZTZC3FvXv9Nm1nsA9zxl5VIi0Ebh1 { width:8.625rem;height:4.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeXrOSqJUX4IM1Esc9wfl4SfJ2TwDkSe { width:8.3125rem;height:4.0625rem;top:5.625rem;left:11.556547619047rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9AfqvibLfnszt399WqDGHsqxFuTlw7t { width:8rem;height:5.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiuodVCTBGSOnZkX681KTDc39BGBK6O6 { width:7.5625rem;height:3.6875rem;top:0rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slv8VBmVznptTwsTHcwGci1mm66xSPOl { width:8.25rem;height:3.9375rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1TXszEi7bl9B0rhLmq9beUHiOJob8Ix { width:8.1875rem;height:3.9375rem;top:11rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfu2cQbExFUMhGSrgeT5hfKekz63Pauu { display:block; }#Sfu2cQbExFUMhGSrgeT5hfKekz63Pauu > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FV0FZH9RxrPTgA8Z7pxMM6lKZ8mTrDs5 { width:20rem;height:2.2734375rem;top:2.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdu6phOQMXVxvJBq2kuxow91KzOPxyDR { width:18.6875rem;height:4.25rem;top:5.711911328125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBaL4HmpwnvsHiPGbev1zDFcBMOVfNsP { display:block; }
 }@media only screen and (max-width: 763px) { #rZO7a8VhKF0yWWonAS1sGcaczTebyX6l { display:none; }#rZO7a8VhKF0yWWonAS1sGcaczTebyX6l > .row .container { width:20rem;height:50.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Gw15ukBO0T7yB2o7Kpd1XN1XOJbtEKtn { width:7.8125rem;height:31.23343125rem;top:16.8125rem;left:1.4375rem;font-size:0.875rem;font-family:"archivo narrow";display:block; }
 }@media only screen and (max-width: 763px) { #Zr1f7CEKLko9OH59J3Poo372drSXHEoR { width:1.625rem;height:31.23343125rem;top:16.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S057cmwmX3WZziPN9plZO8bTCxEIHADg { width:6.375rem;height:29.746125rem;top:16.8125rem;left:13.625rem;font-size:0.875rem;font-family:"archivo narrow";display:block; }
 }@media only screen and (max-width: 763px) { #vMZ9ki3gn0xpQznUFAdi3ptseGETHtsQ { width:1.625rem;height:29.746125rem;top:16.8125rem;left:12.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDNa6HXmcG1LUIVT011E5JkaKOxf2QhE { width:19.4375rem;height:6.1875rem;top:3.6875rem;left:0rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WXD3lF1GfNWz7xkOQbt5C5GzHHzlaRF5 { width:20rem;height:3.47265625rem;top:10.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6SdE4tDXGRzw2JwO9VkR8Whlvo3TseZ { display:block; }#R6SdE4tDXGRzw2JwO9VkR8Whlvo3TseZ > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W91Vrt7xLxlSNECzu1stfHx3lSO8zThR { width:17.1875rem;height:3.9375rem;top:3.75rem;left:1.1875rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TMBlA2ugDhUCMxBEplFMabhUGWPnHt9K { width:9.0625rem;height:2.625rem;top:9.3125rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLdMt6teBxDRu1TArbTnR3TW2uNRX6lX { display:block; }
 }@media only screen and (max-width: 763px) { #fOwcV9XVKVqpHlzZgtmkdsT0VTfwP2BH { width:20rem;height:11.875rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUpx0qTWEUSiibH1ZQz6THiXdKpK8uhc { top:9.8125rem;left:13.4375rem;width:4.875rem;height:1.625rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XpGTTIgx0qJ1hzVOuT0I0H8pgaolGsiO { display:block; }#XpGTTIgx0qJ1hzVOuT0I0H8pgaolGsiO > .row .container { width:20rem;height:68.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2JX9HNW7Sgf45dUzfHgqxAGW9XtWimD { width:20rem;height:10.5625rem;top:9.57421875rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d01b51f7-7123-4b35-bcd3-d597ef7151b1/CapturadeTela20220225as171433.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#M2JX9HNW7Sgf45dUzfHgqxAGW9XtWimD.adaptive-delivery-prevent-bg, #M2JX9HNW7Sgf45dUzfHgqxAGW9XtWimD.lazyload, #M2JX9HNW7Sgf45dUzfHgqxAGW9XtWimD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pMWc2sEutJ2MgHnXhEs9lRc2Exs89eri { width:20rem;height:10rem;top:23.07421875rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b2088d7e-c57e-4bc8-85ac-0cc2f8f68f93/CapturadeTela20220225as171445.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pMWc2sEutJ2MgHnXhEs9lRc2Exs89eri.adaptive-delivery-prevent-bg, #pMWc2sEutJ2MgHnXhEs9lRc2Exs89eri.lazyload, #pMWc2sEutJ2MgHnXhEs9lRc2Exs89eri.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gahfxhkCDqTPKmMXwngpFBLn6ucVAC4e { width:20rem;height:16.3125rem;top:36.88671875rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0252c9bd-da3f-4f65-8901-c541a665be36/CapturadeTela20220225as171423.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gahfxhkCDqTPKmMXwngpFBLn6ucVAC4e.adaptive-delivery-prevent-bg, #gahfxhkCDqTPKmMXwngpFBLn6ucVAC4e.lazyload, #gahfxhkCDqTPKmMXwngpFBLn6ucVAC4e.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qTOeXpgTMlFK9NKi6Jl12E6gG6fJNmzx { width:20rem;height:9.125rem;top:55.38671875rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1cceb1a1-baf5-4bc3-a46e-afe4f07ab718/CapturadeTela20220225as171451.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qTOeXpgTMlFK9NKi6Jl12E6gG6fJNmzx.adaptive-delivery-prevent-bg, #qTOeXpgTMlFK9NKi6Jl12E6gG6fJNmzx.lazyload, #qTOeXpgTMlFK9NKi6Jl12E6gG6fJNmzx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #u79AzLd3T3X2tKcJK3rQAnk0JnkN5WHE { width:16.75rem;height:4.0625rem;top:2.9375rem;left:0.875rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JsanL9qrCLnMS7ZVS441MfpC769TggPd { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f7acf474-581f-417b-a988-d7670d217043/bannermra.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0.4375rem solid #fbd100;display:block; }#JsanL9qrCLnMS7ZVS441MfpC769TggPd.adaptive-delivery-prevent-bg, #JsanL9qrCLnMS7ZVS441MfpC769TggPd.lazyload, #JsanL9qrCLnMS7ZVS441MfpC769TggPd.lazyloading { background-image: none; }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .row .container { background-color: transparent; background-image: none; }#JsanL9qrCLnMS7ZVS441MfpC769TggPd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,54,126,0.23); }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .row .container > .video-iframe-container { display: none; }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,54,126,0.23); }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .row > .video-iframe-container { display: none; }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .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); }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .row .container { border-width: 0; border-radius: 0; }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSy4IbDQ68AP0hgNzBzbCMvXvTHMsJIb { width:20rem;height:1.13769375rem;top:8.19921875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RktTJmOTU7Q8o5anKl7GUmTvXwfRMtJe { width:20rem;height:4.125rem;top:3.5rem;left:0rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iR4twt0D91c2S3vI9AUOMkcKgAxXsK3L { width:20rem;height:1.13769375rem;top:13.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPbCSsp9Xea6pUChH3vuF0e0VqKiIUiJ { width:2rem;height:2rem;top:12rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #azuhK7coR6IPlP2JSKuE672e8EBkKuvv { display:block; }#azuhK7coR6IPlP2JSKuE672e8EBkKuvv > .row .container { width:20rem;height:128.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxa0VZgTWZWXh9sHmmHN2OEtxPW1VNTk { width:18.1875rem;height:3.8994125rem;top:4.75rem;left:0.90625rem;font-size:1.5rem;font-family:"archivo black";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PesBoEglXArlfSMB1APqRrdLoK7OrEaI { width:20rem;height:2.0625rem;top:65.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#fbd100;display:block; }
 }@media only screen and (max-width: 763px) { #BzP0WM19Va09OfeiZmTBb7hzCGbcaN4q { width:20rem;height:1.13671875rem;top:67.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ekJMphdEr8mRfT6E5ZTZhN5iiONzrMQU { width:13.9375rem;height:1.3808625rem;top:82.875rem;left:3.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bNhokTdDinXq4zRQANKE1FnZcswyAsPV { width:2.25rem;height:2.25rem;top:49.6025625rem;left:8.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z4FzRp88BGzsEl0LpbTcoxbLy7i0cCoe { width:14.0625rem;height:4.3125rem;top:69.375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClK1tFkftMT7Bo9oxzk3N97RfJ12zIli { display:block; }
 }@media only screen and (max-width: 763px) { #stzet1hONfVEo1HdtiOZhDDJdyTqQLMD { width:2.625rem;height:2.625rem;top:70.25rem;left:3.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pyvoe6BZDEDpL4vh3pBVp7Feh1O4IaiU { width:17.5rem;height:9.8125rem;top:54.0625rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0byzAZsTtGrGTpz91xUnm3K6f5tQ3v3 { width:12.375rem;height:2.0625rem;top:101.75rem;left:3.8125rem;font-size:1.875rem;color:#fbd100;display:block; }
 }@media only screen and (max-width: 763px) { #gTTR3TyWhvnmT4kyFuPLBKQ8pTH6qGBa { width:14.0625rem;height:2.2734375rem;top:103.875rem;left:3rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tyT4WTsemPvh54SIl3eA138umhMeRPT4 { width:13.9375rem;height:1.3808625rem;top:119.9375rem;left:3rem;font-size:1.0625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #adBldkTx7ctkUHq6VxVT9DHJzGMPdtBF { width:2.25rem;height:2.25rem;top:59.8838125rem;left:8.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s1evHKBGVCwhMSi8davLQJX0fcgsnUxk { width:14.0625rem;height:4.3125rem;top:106.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXUZuT6KyUKCuUsgteoG4cST0m6qoJ8l { display:block; }
 }@media only screen and (max-width: 763px) { #ttith6D4Er8l1GwKWys4Kkuq1cMqi4BK { width:2.625rem;height:2.625rem;top:107.625rem;left:3.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ1ws6BB9FPbkT18ZG5hhCf9h3o0TMqp { width:17.5rem;height:9.625rem;top:90.9375rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3KFUH7g6irmxKrqEsxX1ae6zEviG6f5 { width:14.0625rem;height:3rem;top:79.1875rem;left:2.96875rem;z-index:15008;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;box-shadow: none;background-color:transparent;background-image:none;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OlhvNdxx6QCUd8M20Uvwu9o8vlymJTts { display:block; }
 }@media only screen and (max-width: 763px) { #mXiWeesN4lGm8wTJGmSMstt5DE3F1hHf { width:14.0625rem;height:3rem;top:116.375rem;left:2.96875rem;z-index:15009;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;box-shadow: none;background-color:transparent;background-image:none;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB6PJcgloL21Hn3LJsJlZSlnvzSgq79o { display:block; }
 }@media only screen and (max-width: 763px) { #JUDGPxAwiSXf2CzK0ahmWHTEoPApZteT { width:17.5rem;height:28.125rem;top:57.9375rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15004;background-color:#293c84;background-image:none;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #WRhZvzh8EBzznl2LHoK7ghOT3NEJglRL { width:17.5rem;height:29.4375rem;top:94.625rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15005;background-color:#293c84;background-image:none;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.19) ;display:block; }
 }@media only screen and (max-width: 763px) { #XdZKhZ1nRRVBoaf3euUdaarMmcZHL6rg { width:12.5rem;height:1.13671875rem;top:52.6875rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zmx3eKrf6qsonDyF2xw8AkTLqiLMlR57 { width:12.5rem;height:1.13671875rem;top:89.6875rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g1ZelvIzWou0D1goNyh0FwEtV8tdckHs { width:13.875rem;height:1.3808625rem;top:45.75rem;left:3.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wQHVH9x7EsfilJ5fwcKRktW1hLN2OSz3 { width:2.25rem;height:2.25rem;top:37.3125rem;left:8.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ap4E06SKRp1D7WwuGg0soS49Xi4rZbKU { width:14rem;height:4.3125rem;top:31.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bagzg5Q5pya0cIBTM5JXmUvLNzTxaDap { display:block; }
 }@media only screen and (max-width: 763px) { #y9Koddt3Me84JGQlKAieKhBRwimgxW1D { width:2.625rem;height:2.625rem;top:32.5625rem;left:3.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOmXFzgEVm34FIExBfpDU8PNFUPtWID8 { width:15.875rem;height:1.13671875rem;top:29.9375rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXrOlch1ncTwQPaOKseXGhTAe71watd5 { width:19.9980625rem;height:2.0625rem;top:27.4375rem;left:0.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#fbd100;display:block; }
 }@media only screen and (max-width: 763px) { #MyQlQtLId3IH5AlORsMGRty64mluNF6E { width:12.4350625rem;height:1.13671875rem;top:11.625rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xqoS73LfqVGzSzeR45BBD3EGthhG7NPL { width:17.5rem;height:13.3730625rem;top:13.4375rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVef4hS2tJdOxeubpFi4x8MTG2HzsIp4 { width:14rem;height:3rem;top:41.5rem;left:3rem;z-index:15009;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;box-shadow: none;background-color:transparent;background-image:none;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMXJG06tsCQLT2lqJmF6vq1aa5lrxvRW { display:block; }
 }@media only screen and (max-width: 763px) { #hk09FDgqp8LlMWIVx9gBrs6qliNr0XKo { width:17.5rem;height:28.125rem;top:20.8125rem;left:1.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15006;background-color:#293c84;background-image:none;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.19) ;display:block; }
 }@media only screen and (max-width: 763px) { #c6TxmpCVI67CCgJLb94CmR1bIn9dcPZC { width:14rem;height:3rem;top:37.25rem;left:3rem;font-size:1.0625rem;border-top:0.0625rem solid #ffd400;border-left:0.0625rem solid #ffd400;border-right:0.0625rem solid #ffd400;border-bottom:0.25rem solid #ffd400;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;color:#ffd400;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LN1F3NToAySsObbnvptPxdG5Wuy5CS4v { display:block; }
 }@media only screen and (max-width: 763px) { #STMmvTeu0XJvwIVGt4zSKOA1aZwlwODD { width:14rem;height:3rem;top:112.3125rem;left:3rem;font-size:1.125rem;border-top:0.0625rem solid #fbd100;border-left:0.0625rem solid #fbd100;border-right:0.0625rem solid #fbd100;border-bottom:0.25rem solid #fbd100;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;color:#fbd100;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eqCvXr9gNRUm94amT45xfAc0RK52WRvc { display:block; }
 }@media only screen and (max-width: 763px) { #W6w6nbaHIU3GA8RoyyPFwdPUFiRZ605n { width:14rem;height:3rem;top:74.9375rem;left:3rem;font-size:1.125rem;border-top:0.0625rem solid #fbd100;border-left:0.0625rem solid #fbd100;border-right:0.0625rem solid #fbd100;border-bottom:0.1875rem solid #fbd100;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;color:#fbd100;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #di1sWFacJ5NnlGdcCNp0LmXnElKGvJ4A { display:block; }
 }@media only screen and (max-width: 763px) { #JAJc1XfHNItchElJtIZkBDbXfp1HTRfi { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #JAJc1XfHNItchElJtIZkBDbXfp1HTRfi > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #lOB7lE8uKH8K4ZvGPC17aqTvVFW23WWC { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#lOB7lE8uKH8K4ZvGPC17aqTvVFW23WWC > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOb0q1LihtTgHdtTJseHek4PfV99I6CT { width:11.25rem;height:2.3125rem;top:1.1875rem;left:8.1875rem;font-size:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CfBXtKzteJnnhp5frZAoX1586WqNgWNV { display:block; }
 }@media only screen and (max-width: 763px) { #P108N5pCxPKWWKX0CoAC1l59ZzMWIMqU { width:5.375rem;height:1.6875rem;top:18.1875rem;left:0rem;overflow:hidden;display:none; }
 }