.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:218,246,228;--color-primary-1:133,224,167;--color-primary-2:11,192,78;--color-primary-3:6,96,39;--color-primary-4:2,29,12;--color-secondary-0:255,248,217;--color-secondary-1:255,235,140;--color-secondary-2:255,221,63;--color-secondary-3:255,211,0;--color-secondary-4:251,209,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); }#DskTpF6SxRFq5bMFbrTl5TsnrKJT3I6F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0060ab, #25367e);background-image: -moz-linear-gradient(180deg, #0060ab, #25367e);background-image: -ms-linear-gradient(180deg, #0060ab, #25367e);background-image: -o-linear-gradient(180deg, #0060ab, #25367e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0060ab', endColorstr='#25367e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0060ab', endColorstr='#25367e' );";background-image: linear-gradient(180deg, #0060ab, #25367e);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;z-index:auto;display:block; }#DskTpF6SxRFq5bMFbrTl5TsnrKJT3I6F > .row .container { background-color: transparent; background-image: none; }#DskTpF6SxRFq5bMFbrTl5TsnrKJT3I6F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DskTpF6SxRFq5bMFbrTl5TsnrKJT3I6F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DskTpF6SxRFq5bMFbrTl5TsnrKJT3I6F > .row .container > .video-iframe-container { display: none; }#DskTpF6SxRFq5bMFbrTl5TsnrKJT3I6F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DskTpF6SxRFq5bMFbrTl5TsnrKJT3I6F > .row > .video-iframe-container { display: none; }#DskTpF6SxRFq5bMFbrTl5TsnrKJT3I6F > .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); }#DskTpF6SxRFq5bMFbrTl5TsnrKJT3I6F > .row .container { border-width: 0; border-radius: 0; }#DskTpF6SxRFq5bMFbrTl5TsnrKJT3I6F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DskTpF6SxRFq5bMFbrTl5TsnrKJT3I6F > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#xC8GKrnCo22kXETfW7JpPuqwtzbMe5EI { background-color:rgba(var(--color-primary-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:2.0625rem solid rgba(var(--color-primary-2),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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:2.1875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:0.5625rem;left:46.125rem;display:block; }
#fhWZi7Nlenz4uMS0L6bkRTzW7SGLhDPM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m4u9wDpBxZccgTP1mQkKc0z4XX8hBkQz { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:0.4375rem;left:46.5625rem;display:block; }
#adkZR7ETI7WhHsTFCPqwtcWG4IE9tift { color:rgba(var(--color-tertiary-0),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.1;letter-spacing:0;top:1.25rem;left:20.5625rem;height:1.3066375rem;font-style:normal;display:block; }
#vR3HZ07gvTaIKh4GOPLn7oTxNsCUzC7P { position:absolute;display:block;z-index:15023;background-color:#ed1c24;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.5625rem;width:0.5625rem;top:0.3125rem;left:53.40625rem;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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:44.5rem;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:4.6875rem;left:26.15625rem;overflow:hidden;display:block; }
#UA3lCboiMiWtA3rNIT62V6B4Du2AMXbl { color:#25367e;display:block;width:49.0625rem;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:14.8125rem;left:12.96875rem;height:13.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mL7TTPwpMb44ugwoPGv4XGSrNSTwysFh { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:29.28125rem;left:13.40625rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#MlhTJeeTJNlcufy49hyW18MnqWVETBD0 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0rem solid #09699d;border-left:2.6875rem solid rgba(var(--color-secondary-2),1);border-right:0rem solid #09699d;border-bottom:0rem solid #09699d;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 #d7a000 ;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:3.75rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:34.5rem;left:35.1875rem;display:block; }
#OszmWJ7OZQbKJpHxJ4etfVsMqOoSaDPP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k9yzTsEPPvVGZDUGTSwV6ti1BpLFF3Uh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:35.5rem;left:36.5rem; }
#UdFLbreRGc1o3z71buwonHCah3gfocuR { background-color:rgba(var(--color-primary-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:2.6875rem solid rgba(var(--color-primary-2),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:18.75rem;height:3.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:34.5rem;left:15.1875rem;display:block; }
#S0xbH54KZfQkQ69uZ8tmm3UeO8uVXLBp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SOINamLrliPdgFRL7oJAVehgX17tOuDG { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:35rem;left:16.125rem;display:block; }
#GFlfneilIodqiP1So7yDoT1AmAZqb0SA { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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 #645700 ;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:10.4375rem;height:3.75rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:34.5rem;left:49.375rem;display:block; }
#MeRpUxaeTQnsJVHr5MR5VBc2afaHBRN8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iNTBlVDnGucTtPXPDucJIIoGF2sdvKhw { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;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:7.5625rem;left:36.8125rem;height:4.875rem;font-style:normal;display:none; }
#s4K8XeTtWBMwQAKWFer1TH9NMXHoDnIL { 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:15023;text-align:center;text-align-last:center;top:40.4375rem;left:33.59375rem;display:block; }
#C5yeyLIT2EoHaOX28sD1q3xisIFfP0RN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SGxaHR8TEhWMOqnBH2UCrhGq41C9Oxgh { 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.0625rem;left:70.5625rem;overflow:hidden;display:block; }
#tsiyZb0TzlMbOlAiQwt2bdOFOr63gskf { 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:2.625rem;left:69.25rem;display:block; }
#m2s5TaDQdfklmIUUAhWI27yhl6EiUTbN { 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.5rem;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-4),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:32.5625rem;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-4),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-4),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-4),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-4),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; }
#ca67oP2m4W1iUZ0ygyvgQ9tcuLlgnueq { 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; }#ca67oP2m4W1iUZ0ygyvgQ9tcuLlgnueq > .row .container { background-color: transparent; background-image: none; }#ca67oP2m4W1iUZ0ygyvgQ9tcuLlgnueq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ca67oP2m4W1iUZ0ygyvgQ9tcuLlgnueq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ca67oP2m4W1iUZ0ygyvgQ9tcuLlgnueq > .row .container > .video-iframe-container { display: none; }#ca67oP2m4W1iUZ0ygyvgQ9tcuLlgnueq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ca67oP2m4W1iUZ0ygyvgQ9tcuLlgnueq > .row > .video-iframe-container { display: none; }#ca67oP2m4W1iUZ0ygyvgQ9tcuLlgnueq > .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); }#ca67oP2m4W1iUZ0ygyvgQ9tcuLlgnueq > .row .container { border-width: 0; border-radius: 0; }#ca67oP2m4W1iUZ0ygyvgQ9tcuLlgnueq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ca67oP2m4W1iUZ0ygyvgQ9tcuLlgnueq > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:75rem;position:relative;display:block; }#cv22KWLcX3U7dsOkS6ica4NVefOfms6c { color:rgba(var(--color-secondary-4),1);display:block;width:36.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15005;line-height:.9;letter-spacing:0;top:4.8125rem;left:0rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KnvQbiVy9TeQS7HCGlDPQOHOi1eelgvC { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;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:7.5625rem;left:36.8125rem;height:4.875rem;font-style:normal;display:block; }
#NtbldkS9M3xghegTaxxlfeQF27OMr4QX { background-color:rgba(var(--color-primary-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:2.6875rem solid rgba(var(--color-primary-2),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:16.6875rem;height:3.75rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:8.5rem;left:58.3125rem;display:block; }
#TaZ3UUdD8VOPZnW2431obE8ZquVqnQua { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pNuFReHSMitoiwr0w63Oq6ET8n6vV7AA { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:9.03125rem;left:59.125rem;display:block; }
#iQvBSZVBcbiLZr0rVi3Qpispas31m2D3 { 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:40.625rem;left:52.25rem;display:none; }
#GlSEMZPp20GwzWUOTO2EbTNTc9xtolTD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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; }
#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.91379375rem;font-style:normal;display:block; }
#Zr1f7CEKLko9OH59J3Poo372drSXHEoR { color:#25d366;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.91379375rem;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.108375rem;font-style:normal;display:block; }
#vMZ9ki3gn0xpQznUFAdi3ptseGETHtsQ { color:#25d366;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.108375rem;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.3095625rem;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.499025rem;font-style:normal;display:block; }
#t2xGcTgnHOzLrNETDF5rb8D9ext8nC1H { 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:none; }#t2xGcTgnHOzLrNETDF5rb8D9ext8nC1H > .row .container { border-width: 0; border-radius: 0; }#t2xGcTgnHOzLrNETDF5rb8D9ext8nC1H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2xGcTgnHOzLrNETDF5rb8D9ext8nC1H > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:none; }#oOrAtKUCb4KasGRpBt6KSMyTsUiOqKvR { 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; }#oOrAtKUCb4KasGRpBt6KSMyTsUiOqKvR.adaptive-delivery-prevent-bg, #oOrAtKUCb4KasGRpBt6KSMyTsUiOqKvR.lazyload, #oOrAtKUCb4KasGRpBt6KSMyTsUiOqKvR.lazyloading { background-image: none; }
#zAExRFUv0Ug0XwgBETzURdTpKHRW2kVC { 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; }#zAExRFUv0Ug0XwgBETzURdTpKHRW2kVC.adaptive-delivery-prevent-bg, #zAExRFUv0Ug0XwgBETzURdTpKHRW2kVC.lazyload, #zAExRFUv0Ug0XwgBETzURdTpKHRW2kVC.lazyloading { background-image: none; }
#QJvumTrCcTugG0SqpeP8Iin6LH3Nitu5 { 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; }#QJvumTrCcTugG0SqpeP8Iin6LH3Nitu5.adaptive-delivery-prevent-bg, #QJvumTrCcTugG0SqpeP8Iin6LH3Nitu5.lazyload, #QJvumTrCcTugG0SqpeP8Iin6LH3Nitu5.lazyloading { background-image: none; }
#CWClPV9npAcGMiAsngq7fIzGzESK21lk { 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; }#CWClPV9npAcGMiAsngq7fIzGzESK21lk.adaptive-delivery-prevent-bg, #CWClPV9npAcGMiAsngq7fIzGzESK21lk.lazyload, #CWClPV9npAcGMiAsngq7fIzGzESK21lk.lazyloading { background-image: none; }
#eouUq1011D8txSX8ShgWRHVb0AVTne2m { 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; }#eouUq1011D8txSX8ShgWRHVb0AVTne2m.adaptive-delivery-prevent-bg, #eouUq1011D8txSX8ShgWRHVb0AVTne2m.lazyload, #eouUq1011D8txSX8ShgWRHVb0AVTne2m.lazyloading { background-image: none; }
#LK04cKToci20H3zoThGTqaRFeq4SbOHO { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/af19e218-9362-4d9a-96b5-38e32a39bac6/LogoCMYKJPG.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; }#LK04cKToci20H3zoThGTqaRFeq4SbOHO.adaptive-delivery-prevent-bg, #LK04cKToci20H3zoThGTqaRFeq4SbOHO.lazyload, #LK04cKToci20H3zoThGTqaRFeq4SbOHO.lazyloading { background-image: none; }
#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-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: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-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: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(1,4,7,0.54); }#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(1,4,7,0.54); }#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:16.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:9.8125rem;left:18.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RktTJmOTU7Q8o5anKl7GUmTvXwfRMtJe { color:rgba(var(--color-secondary-4),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:6rem;left:8.4375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iR4twt0D91c2S3vI9AUOMkcKgAxXsK3L { color:rgba(var(--color-secondary-4),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:4.375rem;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:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:4.1875rem;left:27.9375rem;display:block; }
#rzgq6a131OVQTDMGENNQsqbBGiPPp2XV { 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; }#rzgq6a131OVQTDMGENNQsqbBGiPPp2XV > .row .container { background-color: transparent; background-image: none; }#rzgq6a131OVQTDMGENNQsqbBGiPPp2XV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzgq6a131OVQTDMGENNQsqbBGiPPp2XV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzgq6a131OVQTDMGENNQsqbBGiPPp2XV > .row .container > .video-iframe-container { display: none; }#rzgq6a131OVQTDMGENNQsqbBGiPPp2XV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzgq6a131OVQTDMGENNQsqbBGiPPp2XV > .row > .video-iframe-container { display: none; }#rzgq6a131OVQTDMGENNQsqbBGiPPp2XV > .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); }#rzgq6a131OVQTDMGENNQsqbBGiPPp2XV > .row .container { border-width: 0; border-radius: 0; }#rzgq6a131OVQTDMGENNQsqbBGiPPp2XV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rzgq6a131OVQTDMGENNQsqbBGiPPp2XV > .row .container { font-size:0.875rem;font-family:arial;height:57.875rem;width:75rem;position:relative;display:block; }#NvCeBMWvzTf9fwOnUvFSV6vvvM9GkGu9 { color:rgba(var(--color-secondary-4),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; }
#Id52yEWEJJoTxAZmO4FanuxdLpJUtGIZ { 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:29.3125rem;height:3.09375rem;font-style:normal;display:block; }
#wS0UlPEfPnt7oRN7fkqnLu0xw3opmbVf { 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:29.3125rem;height:3.25rem;font-style:normal;display:block; }
#N1PzlLVRHs7EGEQFwsWz3cHf3rcbCrnP { color:rgba(var(--color-secondary-4),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:29.3125rem;height:2.0317375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n1P7wKCTar2EJP4arHZoGCiA9kdI3RI2 { 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:41.5rem;display:block; }
#qCFPykBxpq8wTLsBZf63FbvUNWshlB8Q { background-color:rgba(var(--color-primary-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:2.6875rem solid rgba(var(--color-primary-2),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:29.3125rem;display:block; }
#HELXSlUpZ2DrkLH5C52wqKvCD2nGN9WX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dMIws84f1PrFGziMFRx2G6377H95mytJ { 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:30.1875rem;display:block; }
#ALuTzbLZKc18JCcTDSh4J51MPWt77d1M { 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:29.3125rem;display:block; }#ALuTzbLZKc18JCcTDSh4J51MPWt77d1M.adaptive-delivery-prevent-bg, #ALuTzbLZKc18JCcTDSh4J51MPWt77d1M.lazyload, #ALuTzbLZKc18JCcTDSh4J51MPWt77d1M.lazyloading { background-image: none; }
#xKGqAcDXovstvkO8J1GwXtyck2bvgAe6 { background-color:rgba(var(--color-primary-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:2.6875rem solid rgba(var(--color-primary-2),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; }
#xtQao6Rl2RrLh4s9LExAotvTfWQqWo4P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VhhyMqM0ZRTCiuW2A8O1Tk00WbkffWoQ { background-color:rgba(var(--color-primary-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:2.6875rem solid rgba(var(--color-primary-2),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; }
#wFQuJfxIghCZwHFG6Jd2cDgOzelzu8H3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dwxDIxiHkduq53IPVduw1Vw2NDI6TJss { 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; }#dwxDIxiHkduq53IPVduw1Vw2NDI6TJss.adaptive-delivery-prevent-bg, #dwxDIxiHkduq53IPVduw1Vw2NDI6TJss.lazyload, #dwxDIxiHkduq53IPVduw1Vw2NDI6TJss.lazyloading { background-image: none; }
#TGL6rqPDuFEago7RL42AyRVPHZ4fTte0 { 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; }#TGL6rqPDuFEago7RL42AyRVPHZ4fTte0.adaptive-delivery-prevent-bg, #TGL6rqPDuFEago7RL42AyRVPHZ4fTte0.lazyload, #TGL6rqPDuFEago7RL42AyRVPHZ4fTte0.lazyloading { background-image: none; }
#Vis4sd9OsIqadwpT2k0UWm9NiaXGsS2K { 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:29.0625rem;height:1.13769375rem;font-style:normal;display:block; }
#QmkJnvTKK3THrM6KT6JmpH5G7I5isK2Q { color:rgba(var(--color-secondary-4),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:58.875rem;height:2.0317375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W0FMMlDkboIxvWE08r9ColcNscn8ZONF { 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:70.875rem;display:block; }
#X4l7hT4erUs8B6XCungZNTTXJNAro1ut { background-color:rgba(var(--color-primary-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:2.6875rem solid rgba(var(--color-primary-2),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:58.875rem;display:block; }
#NwP0KohxKpBllAwlMdlN8T3BNVQAaZGr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gQ0UQH6lZUEI8c95VlPENo6xDbfF1lJV { 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:59.6875rem;display:block; }
#R55lpe3Gi09RTgnXSSPKDSHkv70TK9VF { 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.5625rem;left:58.875rem;height:3.25rem;font-style:normal;display:block; }
#yOFHhWFnduEMxACKcc5V9c3cfqeZUkaT { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;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:58.875rem;height:3.09375rem;font-style:normal;display:block; }
#wgzGNNpW7vJXQ9zkmWBhT4PQHeeG0NmL { 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.5rem;left:58.875rem;height:1.13769375rem;font-style:normal;display:block; }
#KTuqcO2Zr6xCysmwJwTa6h0s015u6Rc1 { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/778e0930-29e5-44cf-b079-1f2d889358b7/whatsappimage20240418at104229662126e7a04f0.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:13.4375rem;width:16.125rem;top:11.5rem;left:58.875rem;display:block; }#KTuqcO2Zr6xCysmwJwTa6h0s015u6Rc1.adaptive-delivery-prevent-bg, #KTuqcO2Zr6xCysmwJwTa6h0s015u6Rc1.lazyload, #KTuqcO2Zr6xCysmwJwTa6h0s015u6Rc1.lazyloading { background-image: none; }
#JKPqxy4LLpxpd4X4NToisncsAi0bm6MB { background-color:rgba(var(--color-primary-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:2.6875rem solid rgba(var(--color-primary-2),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; }
#CJlzVSmusIzne11KZSwd2rbyLAEv5moL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y7aQQdwzAFRO8rDrQ9Bza3PrWeRtaF73 { 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; }#y7aQQdwzAFRO8rDrQ9Bza3PrWeRtaF73.adaptive-delivery-prevent-bg, #y7aQQdwzAFRO8rDrQ9Bza3PrWeRtaF73.lazyload, #y7aQQdwzAFRO8rDrQ9Bza3PrWeRtaF73.lazyloading { background-image: none; }
#hvIoaxtFWxIRG1mZwbyRK827M9CGSXTZ { 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.3125rem;left:58.875rem;display:block; }
#eEOOVpbslRRRtmFv9PKC99Uu5R0v0kWG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jgs95DyNMsRoXPOrh27cQ7pJKogEwKmW { 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:29.3125rem;display:block; }
#qXQU8uLK6G8ygdJksrp6UCNoW3T6CFXT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GvntKb2aTftEi3H4qTfBmkc9HPkBWDCo { 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:14rem;height:4.28125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:46.1875rem;left:0rem;display:block; }
#z3UJEIbxKFJqRwy56RvNzapZ5wovEm7a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z9ts2FIO5JUUk0b6hMZxP8RWKuCPDRq1 { background-color:rgba(var(--color-primary-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:2.6875rem solid rgba(var(--color-primary-2),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.8125rem;left:0rem;display:block; }
#xa0c1TwyopTQ9dywQIhkWZBISJvB3Ol8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xw7rMEhcLLbqrT3Ju7otKtUug6TWUbPU { 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.625rem;left:0.875rem;display:block; }
#KHL4yazQ47fHA9FKJFXCpV1rvLO2zHQh { color:rgba(var(--color-secondary-4),1);display:block;width:13.9365rem;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.5rem;left:0rem;height:2.0317375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PBX7UQ51nTazCSXRDqTTlUTHNJulVSXd { 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.375rem;left:11.75rem;display:block; }
#AI1TvgKkMJ3F4iyKyk1qMW0XrTvHpCOI { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;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.5625rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#miKetkqqdKqXsKBCpo0OuOHETEWzMBmJ { color:rgba(var(--color-tertiary-0),1);display:block;width:22.749rem;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.75rem;left:0rem;height:3.09375rem;font-style:normal;display:block; }
#uD8G0BI1TVcUUUOdg1N6COiuBTsKx6lM { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4995rem;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.6875rem;left:0rem;height:1.13769375rem;font-style:normal;display:block; }
#HWVIlS6tWF4uo0JW100DkdBUAfyaETJD { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e3056162-53ca-4464-9cc9-6ba0b21a57c3/Fachada.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.437rem;width:16.125rem;top:11.5rem;left:0rem;display:block; }#HWVIlS6tWF4uo0JW100DkdBUAfyaETJD.adaptive-delivery-prevent-bg, #HWVIlS6tWF4uo0JW100DkdBUAfyaETJD.lazyload, #HWVIlS6tWF4uo0JW100DkdBUAfyaETJD.lazyloading { background-image: none; }
#Del0HSQiMT5x7prWlc4gKVyDOBixRLhB { 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; } #Del0HSQiMT5x7prWlc4gKVyDOBixRLhB > .row .container { position:relative;display:block; }#wEXGrcsZfnmbbLItKJx4bW641RI0bWdE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wEXGrcsZfnmbbLItKJx4bW641RI0bWdE > .row .container { background-color: transparent; background-image: none; }#wEXGrcsZfnmbbLItKJx4bW641RI0bWdE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEXGrcsZfnmbbLItKJx4bW641RI0bWdE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEXGrcsZfnmbbLItKJx4bW641RI0bWdE > .row .container > .video-iframe-container { display: none; }#wEXGrcsZfnmbbLItKJx4bW641RI0bWdE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEXGrcsZfnmbbLItKJx4bW641RI0bWdE > .row > .video-iframe-container { display: none; }#wEXGrcsZfnmbbLItKJx4bW641RI0bWdE > .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); }#wEXGrcsZfnmbbLItKJx4bW641RI0bWdE > .row .container { border-width: 0; border-radius: 0; }#wEXGrcsZfnmbbLItKJx4bW641RI0bWdE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wEXGrcsZfnmbbLItKJx4bW641RI0bWdE > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:75rem;position:relative;display:block; }#n1V2tKWafnXwv5oTCDLrScyFDRSgB28c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(27,39,84,0.96);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; }#n1V2tKWafnXwv5oTCDLrScyFDRSgB28c > .row .container { background-color: transparent; background-image: none; }#n1V2tKWafnXwv5oTCDLrScyFDRSgB28c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1V2tKWafnXwv5oTCDLrScyFDRSgB28c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1V2tKWafnXwv5oTCDLrScyFDRSgB28c > .row .container > .video-iframe-container { display: none; }#n1V2tKWafnXwv5oTCDLrScyFDRSgB28c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1V2tKWafnXwv5oTCDLrScyFDRSgB28c > .row > .video-iframe-container { display: none; }#n1V2tKWafnXwv5oTCDLrScyFDRSgB28c > .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); }#n1V2tKWafnXwv5oTCDLrScyFDRSgB28c > .row .container { border-width: 0; border-radius: 0; }#n1V2tKWafnXwv5oTCDLrScyFDRSgB28c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n1V2tKWafnXwv5oTCDLrScyFDRSgB28c > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#DTiqdprwK3T2axTXp9G8R9xshDta4mGR { background-color:rgba(var(--color-primary-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:2.6875rem solid rgba(var(--color-primary-2),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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.5rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.0625rem;left:66.4375rem;display:block; }
#P1ddnOpLIhhasNq1GbcduApMbQNhUw1t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QSd4RxtWaiFZE65JzMIu3GvUA0JEZ3iB { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:1.1875rem;left:67rem;display:block; }
#WfLDVIc09Afbpu8zBfaorzrvuu1Mzl3R { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0rem solid #09699d;border-left:2.6875rem solid rgba(var(--color-secondary-3),1);border-right:0rem solid #09699d;border-bottom:0rem solid #09699d;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 #d7a000 ;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:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:1.0625rem;left:55.75rem;display:block; }
#i44uNTQ8zhFOAIWEPTSfNlOI8vlCD75Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hqvvfv39vLNVwhQz1ZlgLz0aKGfuoDPw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:1.625rem;left:56.5rem; }
#JVoWXJGoOxBsc5090AfE1ii54IRZc618 { 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:2rem;width:6.5625rem;top:1.4375rem;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) { #DskTpF6SxRFq5bMFbrTl5TsnrKJT3I6F { display:block; }#DskTpF6SxRFq5bMFbrTl5TsnrKJT3I6F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xC8GKrnCo22kXETfW7JpPuqwtzbMe5EI { width:8.3125rem;height:2.1875rem;top:0.5625rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhWZi7Nlenz4uMS0L6bkRTzW7SGLhDPM { display:block; }
 }@media only screen and (max-width: 763px) { #m4u9wDpBxZccgTP1mQkKc0z4XX8hBkQz { width:2.1875rem;height:2.1875rem;top:0.4375rem;left:32.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #adkZR7ETI7WhHsTFCPqwtcWG4IE9tift { width:33.4375rem;height:0.7558625rem;top:1.25rem;left:6.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR3HZ07gvTaIKh4GOPLn7oTxNsCUzC7P { width:0.5625rem;height:0.5625rem;top:0.3125rem;left:39.78125rem;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:4.6875rem;left:12.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA3lCboiMiWtA3rNIT62V6B4Du2AMXbl { width:47.75rem;height:4.375rem;top:14.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL7TTPwpMb44ugwoPGv4XGSrNSTwysFh { width:47.75rem;height:1.25rem;top:29.25rem;left:0rem;font-size:1.25rem;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) { #MlhTJeeTJNlcufy49hyW18MnqWVETBD0 { width:12.875rem;height:3.75rem;top:34.5rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OszmWJ7OZQbKJpHxJ4etfVsMqOoSaDPP { display:block; }
 }@media only screen and (max-width: 763px) { #k9yzTsEPPvVGZDUGTSwV6ti1BpLFF3Uh { width:1.8125rem;height:1.8125rem;top:35.5rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdFLbreRGc1o3z71buwonHCah3gfocuR { width:18.75rem;height:3.75rem;top:34.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0xbH54KZfQkQ69uZ8tmm3UeO8uVXLBp { display:block; }
 }@media only screen and (max-width: 763px) { #SOINamLrliPdgFRL7oJAVehgX17tOuDG { width:2.6875rem;height:2.6875rem;top:35rem;left:2.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFlfneilIodqiP1So7yDoT1AmAZqb0SA { width:10.4375rem;height:3.75rem;top:34.5rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeRpUxaeTQnsJVHr5MR5VBc2afaHBRN8 { display:block; }
 }@media only screen and (max-width: 763px) { #iNTBlVDnGucTtPXPDucJIIoGF2sdvKhw { width:14.5rem;height:1.125rem;top:28rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4K8XeTtWBMwQAKWFer1TH9NMXHoDnIL { width:7.8125rem;height:1.0625rem;top:40.4375rem;left:19.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5yeyLIT2EoHaOX28sD1q3xisIFfP0RN { display:block; }
 }@media only screen and (max-width: 763px) { #SGxaHR8TEhWMOqnBH2UCrhGq41C9Oxgh { width:3.375rem;height:2.4375rem;top:5.0625rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsiyZb0TzlMbOlAiQwt2bdOFOr63gskf { width:5.75rem;height:5.75rem;top:2.625rem;left:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2s5TaDQdfklmIUUAhWI27yhl6EiUTbN { width:4.25rem;height:1.3125rem;top:3.5rem;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:2.11230625rem;top:12.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkUR9EGTcCTSS49casVQQlbi8aRwnmJc { width:12.5rem;height:3.41015625rem;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:2.03125rem;top:12.375rem;left:11.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKlHXxubKOHdBNgFxC98uReLFUs5RvnP { width:12.5rem;height:4.546875rem;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:2.03125rem;top:12.5rem;left:23.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5Ol8hcTkEfOWswDTE2k7ArFERTinTyF { width:12.5rem;height:3.41015625rem;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:2.03125rem;top:12.375rem;left:35.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXX60pOvcrHyfcZdBMvKhK7Wo9cZi9du { width:12.5rem;height:3.41015625rem;top:16.0625rem;left:35.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca67oP2m4W1iUZ0ygyvgQ9tcuLlgnueq { display:block; }#ca67oP2m4W1iUZ0ygyvgQ9tcuLlgnueq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cv22KWLcX3U7dsOkS6ica4NVefOfms6c { width:36.1875rem;height:1.6875rem;top:4.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnvQbiVy9TeQS7HCGlDPQOHOi1eelgvC { width:19.375rem;height:2.2734375rem;top:7.5625rem;left:23.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtbldkS9M3xghegTaxxlfeQF27OMr4QX { width:16.6875rem;height:3.75rem;top:8.5rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaZ3UUdD8VOPZnW2431obE8ZquVqnQua { display:block; }
 }@media only screen and (max-width: 763px) { #pNuFReHSMitoiwr0w63Oq6ET8n6vV7AA { width:2.6875rem;height:2.6875rem;top:9rem;left:45.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQvBSZVBcbiLZr0rVi3Qpispas31m2D3 { width:14.0625rem;height:4.3125rem;top:40.625rem;left:33.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GlSEMZPp20GwzWUOTO2EbTNTc9xtolTD { 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:4.875rem;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) { #rZO7a8VhKF0yWWonAS1sGcaczTebyX6l { display:none; }#rZO7a8VhKF0yWWonAS1sGcaczTebyX6l > .row .container { width:47.75rem;position:relative;display:none; } }@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) { #t2xGcTgnHOzLrNETDF5rb8D9ext8nC1H { display:none; }#t2xGcTgnHOzLrNETDF5rb8D9ext8nC1H > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oOrAtKUCb4KasGRpBt6KSMyTsUiOqKvR { width:9.75rem;height:4.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAExRFUv0Ug0XwgBETzURdTpKHRW2kVC { width:10.875rem;height:5.375rem;top:0.875rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJvumTrCcTugG0SqpeP8Iin6LH3Nitu5 { width:10.3125rem;height:5.0625rem;top:1.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWClPV9npAcGMiAsngq7fIzGzESK21lk { width:7.5625rem;height:3.6875rem;top:1.6875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #eouUq1011D8txSX8ShgWRHVb0AVTne2m { width:12.4375rem;height:6rem;top:0.5625rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK04cKToci20H3zoThGTqaRFeq4SbOHO { width:9.875rem;height:4.8125rem;top:1.1875rem;left:37.75rem;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:1.13671875rem;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:2.03125rem;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.13671875rem;top:9.8125rem;left:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RktTJmOTU7Q8o5anKl7GUmTvXwfRMtJe { width:47.75rem;height:2.4375rem;top:6rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR4twt0D91c2S3vI9AUOMkcKgAxXsK3L { width:47.75rem;height:0.9746125rem;top:4.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPbCSsp9Xea6pUChH3vuF0e0VqKiIUiJ { width:2rem;height:2rem;top:4.1875rem;left:14.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzgq6a131OVQTDMGENNQsqbBGiPPp2XV { display:block; }#rzgq6a131OVQTDMGENNQsqbBGiPPp2XV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvCeBMWvzTf9fwOnUvFSV6vvvM9GkGu9 { width:47.75rem;height:3.625rem;top:3.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id52yEWEJJoTxAZmO4FanuxdLpJUtGIZ { width:22.6875rem;height:3.0625rem;top:28.75rem;left:15.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS0UlPEfPnt7oRN7fkqnLu0xw3opmbVf { width:18.25rem;height:3.1875rem;top:32.5625rem;left:15.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1PzlLVRHs7EGEQFwsWz3cHf3rcbCrnP { width:13.875rem;height:2rem;top:37.5rem;left:15.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1P7wKCTar2EJP4arHZoGCiA9kdI3RI2 { width:2.25rem;height:2.25rem;top:37.375rem;left:27.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCFPykBxpq8wTLsBZf63FbvUNWshlB8Q { width:14.0625rem;height:4.3125rem;top:40.8125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HELXSlUpZ2DrkLH5C52wqKvCD2nGN9WX { display:block; }
 }@media only screen and (max-width: 763px) { #dMIws84f1PrFGziMFRx2G6377H95mytJ { width:2.625rem;height:2.625rem;top:41.625rem;left:16.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALuTzbLZKc18JCcTDSh4J51MPWt77d1M { width:16.125rem;height:13.375rem;top:11.5rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKGqAcDXovstvkO8J1GwXtyck2bvgAe6 { width:14.0625rem;height:4.3125rem;top:33.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xtQao6Rl2RrLh4s9LExAotvTfWQqWo4P { display:block; }
 }@media only screen and (max-width: 763px) { #VhhyMqM0ZRTCiuW2A8O1Tk00WbkffWoQ { width:14.0625rem;height:4.3125rem;top:33.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wFQuJfxIghCZwHFG6Jd2cDgOzelzu8H3 { display:block; }
 }@media only screen and (max-width: 763px) { #dwxDIxiHkduq53IPVduw1Vw2NDI6TJss { width:22.3125rem;height:8.8125rem;top:11.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGL6rqPDuFEago7RL42AyRVPHZ4fTte0 { width:22.3125rem;height:8.8125rem;top:11.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vis4sd9OsIqadwpT2k0UWm9NiaXGsS2K { width:12.4375rem;height:1.125rem;top:27.6875rem;left:15.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmkJnvTKK3THrM6KT6JmpH5G7I5isK2Q { width:13.875rem;height:2rem;top:37.5rem;left:33.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0FMMlDkboIxvWE08r9ColcNscn8ZONF { width:2.25rem;height:2.25rem;top:37.375rem;left:45.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4l7hT4erUs8B6XCungZNTTXJNAro1ut { width:14.0625rem;height:4.3125rem;top:40.8125rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwP0KohxKpBllAwlMdlN8T3BNVQAaZGr { display:block; }
 }@media only screen and (max-width: 763px) { #gQ0UQH6lZUEI8c95VlPENo6xDbfF1lJV { width:2.625rem;height:2.625rem;top:41.625rem;left:45.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R55lpe3Gi09RTgnXSSPKDSHkv70TK9VF { width:13.75rem;height:3.1875rem;top:32.5625rem;left:34rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOFHhWFnduEMxACKcc5V9c3cfqeZUkaT { width:13.1875rem;height:3.0625rem;top:28.75rem;left:34.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgzGNNpW7vJXQ9zkmWBhT4PQHeeG0NmL { width:12.4375rem;height:1.125rem;top:27.5rem;left:35.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTuqcO2Zr6xCysmwJwTa6h0s015u6Rc1 { width:16.125rem;height:13.375rem;top:11.5rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKPqxy4LLpxpd4X4NToisncsAi0bm6MB { width:14.0625rem;height:4.3125rem;top:33.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CJlzVSmusIzne11KZSwd2rbyLAEv5moL { display:block; }
 }@media only screen and (max-width: 763px) { #y7aQQdwzAFRO8rDrQ9Bza3PrWeRtaF73 { width:22.3125rem;height:8.8125rem;top:11.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hvIoaxtFWxIRG1mZwbyRK827M9CGSXTZ { width:14rem;height:4.25rem;top:46.3125rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEOOVpbslRRRtmFv9PKC99Uu5R0v0kWG { display:block; }
 }@media only screen and (max-width: 763px) { #Jgs95DyNMsRoXPOrh27cQ7pJKogEwKmW { width:14rem;height:4.25rem;top:46.25rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXQU8uLK6G8ygdJksrp6UCNoW3T6CFXT { display:block; }
 }@media only screen and (max-width: 763px) { #GvntKb2aTftEi3H4qTfBmkc9HPkBWDCo { width:14rem;height:4.25rem;top:46.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3UJEIbxKFJqRwy56RvNzapZ5wovEm7a { display:block; }
 }@media only screen and (max-width: 763px) { #z9ts2FIO5JUUk0b6hMZxP8RWKuCPDRq1 { width:14.0625rem;height:4.3125rem;top:40.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa0c1TwyopTQ9dywQIhkWZBISJvB3Ol8 { display:block; }
 }@media only screen and (max-width: 763px) { #Xw7rMEhcLLbqrT3Ju7otKtUug6TWUbPU { width:2.625rem;height:2.625rem;top:41.625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHL4yazQ47fHA9FKJFXCpV1rvLO2zHQh { width:13.875rem;height:2rem;top:37.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBX7UQ51nTazCSXRDqTTlUTHNJulVSXd { width:2.25rem;height:2.25rem;top:37.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI1TvgKkMJ3F4iyKyk1qMW0XrTvHpCOI { width:14.4375rem;height:3.25rem;top:32.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #miKetkqqdKqXsKBCpo0OuOHETEWzMBmJ { width:22.6875rem;height:3.0625rem;top:28.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD8G0BI1TVcUUUOdg1N6COiuBTsKx6lM { width:12.4375rem;height:1.125rem;top:27.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWVIlS6tWF4uo0JW100DkdBUAfyaETJD { width:16.125rem;height:13.375rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Del0HSQiMT5x7prWlc4gKVyDOBixRLhB { 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; } #Del0HSQiMT5x7prWlc4gKVyDOBixRLhB > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #wEXGrcsZfnmbbLItKJx4bW641RI0bWdE { display:block; }#wEXGrcsZfnmbbLItKJx4bW641RI0bWdE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1V2tKWafnXwv5oTCDLrScyFDRSgB28c { display:block; }#n1V2tKWafnXwv5oTCDLrScyFDRSgB28c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTiqdprwK3T2axTXp9G8R9xshDta4mGR { width:8.5625rem;height:2.5rem;top:1.0625rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1ddnOpLIhhasNq1GbcduApMbQNhUw1t { display:block; }
 }@media only screen and (max-width: 763px) { #QSd4RxtWaiFZE65JzMIu3GvUA0JEZ3iB { width:2.1875rem;height:2.1875rem;top:1.1875rem;left:45.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfLDVIc09Afbpu8zBfaorzrvuu1Mzl3R { width:9.375rem;height:2.5rem;top:1.0625rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i44uNTQ8zhFOAIWEPTSfNlOI8vlCD75Z { display:block; }
 }@media only screen and (max-width: 763px) { #hqvvfv39vLNVwhQz1ZlgLz0aKGfuoDPw { width:1.625rem;height:1.625rem;top:1.625rem;left:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVoWXJGoOxBsc5090AfE1ii54IRZc618 { width:6.5625rem;height:2rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DskTpF6SxRFq5bMFbrTl5TsnrKJT3I6F { position:relative;z-index:auto;display:block; }#DskTpF6SxRFq5bMFbrTl5TsnrKJT3I6F > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xC8GKrnCo22kXETfW7JpPuqwtzbMe5EI { width:5.3125rem;height:1.6875rem;top:0.5625rem;left:14.6875rem;font-size:0.8125rem;border-top:0;border-left:1.0625rem solid #0bc04e;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #fhWZi7Nlenz4uMS0L6bkRTzW7SGLhDPM { display:block; }
 }@media only screen and (max-width: 763px) { #m4u9wDpBxZccgTP1mQkKc0z4XX8hBkQz { width:1.4375rem;height:1.4375rem;top:0.6875rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #adkZR7ETI7WhHsTFCPqwtcWG4IE9tift { width:17.9375rem;height:0.7558625rem;top:1.20703125rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vR3HZ07gvTaIKh4GOPLn7oTxNsCUzC7P { width:0.4375rem;height:0.4375rem;top:0.375rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:35.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BoQK2WnH3xzLEZSOBii20LpNnTePfe1O { width:14.4375rem;height:4.5625rem;top:4.25rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA3lCboiMiWtA3rNIT62V6B4Du2AMXbl { width:20rem;height:6.5625rem;top:10.703125rem;left:0rem;font-size:2.1875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #mL7TTPwpMb44ugwoPGv4XGSrNSTwysFh { width:18.375rem;height:3.25rem;top:18.296875rem;left:0.8125rem;font-size:1.25rem;line-height:1.3;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #KsaTOWUIVh3WtJJFdZEkJzNunN5Euqvg { top:21.359375rem;left:4.09375rem;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) { #MlhTJeeTJNlcufy49hyW18MnqWVETBD0 { width:7.625rem;height:2.8125rem;top:23.625rem;left:0rem;font-size:0.8125rem;border-top:0;border-left:1.75rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OszmWJ7OZQbKJpHxJ4etfVsMqOoSaDPP { display:block; }
 }@media only screen and (max-width: 763px) { #k9yzTsEPPvVGZDUGTSwV6ti1BpLFF3Uh { width:1.4375rem;height:1.4375rem;top:24.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdFLbreRGc1o3z71buwonHCah3gfocuR { width:11.3125rem;height:2.8125rem;top:23.625rem;left:8.6875rem;font-size:0.8125rem;border-top:0;border-left:1.75rem solid #0bc04e;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #S0xbH54KZfQkQ69uZ8tmm3UeO8uVXLBp { display:block; }
 }@media only screen and (max-width: 763px) { #SOINamLrliPdgFRL7oJAVehgX17tOuDG { width:1.9375rem;height:1.9375rem;top:24rem;left:9rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFlfneilIodqiP1So7yDoT1AmAZqb0SA { width:5.625rem;height:1.8125rem;top:28rem;left:14.375rem;font-size:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #MeRpUxaeTQnsJVHr5MR5VBc2afaHBRN8 { display:block; }
 }@media only screen and (max-width: 763px) { #iNTBlVDnGucTtPXPDucJIIoGF2sdvKhw { width:14.5rem;height:1.05615rem;top:28.44140625rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15008;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #s4K8XeTtWBMwQAKWFer1TH9NMXHoDnIL { width:7.3125rem;height:1.0625rem;top:32.25rem;left:6.34375rem;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) { #C5yeyLIT2EoHaOX28sD1q3xisIFfP0RN { display:block; }
 }@media only screen and (max-width: 763px) { #SGxaHR8TEhWMOqnBH2UCrhGq41C9Oxgh { width:2.75rem;height:1.75rem;top:2.625rem;left:17.6575rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsiyZb0TzlMbOlAiQwt2bdOFOr63gskf { width:4rem;height:4rem;top:1.125rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2s5TaDQdfklmIUUAhWI27yhl6EiUTbN { 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.5rem;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) { #ca67oP2m4W1iUZ0ygyvgQ9tcuLlgnueq { display:block; }#ca67oP2m4W1iUZ0ygyvgQ9tcuLlgnueq > .row .container { width:20rem;height:26rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cv22KWLcX3U7dsOkS6ica4NVefOfms6c { width:18.1875rem;height:3.375rem;top:2.875rem;left:0.90625rem;font-size:1.875rem;font-family:"archivo black";font-weight:400;font-style:normal;line-height:.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KnvQbiVy9TeQS7HCGlDPQOHOi1eelgvC { width:14.5rem;height:3.41015625rem;top:7.5rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NtbldkS9M3xghegTaxxlfeQF27OMr4QX { width:16.6875rem;height:3.75rem;top:12.625rem;left:1.6875rem;font-size:1.125rem;border-top:0;border-left:1.75rem solid #0bc04e;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #TaZ3UUdD8VOPZnW2431obE8ZquVqnQua { display:block; }
 }@media only screen and (max-width: 763px) { #pNuFReHSMitoiwr0w63Oq6ET8n6vV7AA { width:2.6875rem;height:2.6875rem;top:13.125rem;left:2.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQvBSZVBcbiLZr0rVi3Qpispas31m2D3 { width:14rem;height:3rem;top:17.75rem;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;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #GlSEMZPp20GwzWUOTO2EbTNTc9xtolTD { 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.3125rem;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:15.9375rem;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) { #rZO7a8VhKF0yWWonAS1sGcaczTebyX6l { display:none; }#rZO7a8VhKF0yWWonAS1sGcaczTebyX6l > .row .container { width:20rem;height:50.75rem;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) { #t2xGcTgnHOzLrNETDF5rb8D9ext8nC1H { display:none; }#t2xGcTgnHOzLrNETDF5rb8D9ext8nC1H > .row .container { width:20rem;height:15.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oOrAtKUCb4KasGRpBt6KSMyTsUiOqKvR { width:8.625rem;height:4.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAExRFUv0Ug0XwgBETzURdTpKHRW2kVC { width:8.3125rem;height:4.0625rem;top:5.625rem;left:11.556547619047rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJvumTrCcTugG0SqpeP8Iin6LH3Nitu5 { width:8rem;height:5.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWClPV9npAcGMiAsngq7fIzGzESK21lk { width:7.5625rem;height:3.6875rem;top:0rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eouUq1011D8txSX8ShgWRHVb0AVTne2m { width:8.25rem;height:3.9375rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK04cKToci20H3zoThGTqaRFeq4SbOHO { width:8.1875rem;height:3.9375rem;top:11rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6SdE4tDXGRzw2JwO9VkR8Whlvo3TseZ { display:block; }#R6SdE4tDXGRzw2JwO9VkR8Whlvo3TseZ > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W91Vrt7xLxlSNECzu1stfHx3lSO8zThR { width:17.1875rem;height:3.9375rem;top:5rem;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:10.5625rem;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:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUpx0qTWEUSiibH1ZQz6THiXdKpK8uhc { top:11.0625rem;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: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(2,12,58,0.7); }#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(2,12,58,0.7); }#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:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSy4IbDQ68AP0hgNzBzbCMvXvTHMsJIb { width:20rem;height:1.13671875rem;top:9.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RktTJmOTU7Q8o5anKl7GUmTvXwfRMtJe { width:20rem;height:4.125rem;top:4.9375rem;left:0rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iR4twt0D91c2S3vI9AUOMkcKgAxXsK3L { width:8.9375rem;height:0.9746125rem;top:2.5625rem;left:6.625rem;font-size:0.75rem;color:#25d367;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZPbCSsp9Xea6pUChH3vuF0e0VqKiIUiJ { width:1.625rem;height:1.625rem;top:2.25rem;left:4.4375rem;font-size:1.125rem;color:#25d366;display:block; }
 }@media only screen and (max-width: 763px) { #rzgq6a131OVQTDMGENNQsqbBGiPPp2XV { display:block; }#rzgq6a131OVQTDMGENNQsqbBGiPPp2XV > .row .container { width:20rem;height:128.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvCeBMWvzTf9fwOnUvFSV6vvvM9GkGu9 { 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) { #Id52yEWEJJoTxAZmO4FanuxdLpJUtGIZ { width:12.375rem;height:2.0625rem;top:61.0625rem;left:3.6875rem;font-size:1.875rem;color:#fbd100;display:block; }
 }@media only screen and (max-width: 763px) { #wS0UlPEfPnt7oRN7fkqnLu0xw3opmbVf { width:14.0625rem;height:2.2734375rem;top:63.1875rem;left:2.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N1PzlLVRHs7EGEQFwsWz3cHf3rcbCrnP { width:13.9375rem;height:1.3808625rem;top:79.25rem;left:2.9375rem;font-size:1.0625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n1P7wKCTar2EJP4arHZoGCiA9kdI3RI2 { 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) { #qCFPykBxpq8wTLsBZf63FbvUNWshlB8Q { width:14.0625rem;height:4.3125rem;top:66.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HELXSlUpZ2DrkLH5C52wqKvCD2nGN9WX { display:block; }
 }@media only screen and (max-width: 763px) { #dMIws84f1PrFGziMFRx2G6377H95mytJ { width:2.625rem;height:2.625rem;top:66.9375rem;left:3.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALuTzbLZKc18JCcTDSh4J51MPWt77d1M { width:17.5rem;height:9.625rem;top:50.25rem;left:1.125rem;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) { #xKGqAcDXovstvkO8J1GwXtyck2bvgAe6 { width:14.0625rem;height:3rem;top:38.5rem;left:2.875rem;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) { #xtQao6Rl2RrLh4s9LExAotvTfWQqWo4P { display:block; }
 }@media only screen and (max-width: 763px) { #VhhyMqM0ZRTCiuW2A8O1Tk00WbkffWoQ { width:14.0625rem;height:3rem;top:75.6875rem;left:2.875rem;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) { #wFQuJfxIghCZwHFG6Jd2cDgOzelzu8H3 { display:block; }
 }@media only screen and (max-width: 763px) { #dwxDIxiHkduq53IPVduw1Vw2NDI6TJss { width:17.5rem;height:28.125rem;top:17.25rem;left:1.125rem;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) { #TGL6rqPDuFEago7RL42AyRVPHZ4fTte0 { width:17.5rem;height:29.4375rem;top:53.9375rem;left:1.125rem;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) { #Vis4sd9OsIqadwpT2k0UWm9NiaXGsS2K { width:12.5rem;height:1.13671875rem;top:49rem;left:3.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QmkJnvTKK3THrM6KT6JmpH5G7I5isK2Q { width:13.875rem;height:1.3808625rem;top:121rem;left:2.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #W0FMMlDkboIxvWE08r9ColcNscn8ZONF { width:2.25rem;height:2.25rem;top:37.375rem;left:8.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X4l7hT4erUs8B6XCungZNTTXJNAro1ut { width:14rem;height:4.3125rem;top:106.9375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwP0KohxKpBllAwlMdlN8T3BNVQAaZGr { display:block; }
 }@media only screen and (max-width: 763px) { #gQ0UQH6lZUEI8c95VlPENo6xDbfF1lJV { width:2.625rem;height:2.625rem;top:107.8125rem;left:3.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R55lpe3Gi09RTgnXSSPKDSHkv70TK9VF { width:17.0625rem;height:1.13671875rem;top:105.1875rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yOFHhWFnduEMxACKcc5V9c3cfqeZUkaT { width:19.9980625rem;height:2.0625rem;top:102.6875rem;left:-0.125rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#fbd100;display:block; }
 }@media only screen and (max-width: 763px) { #wgzGNNpW7vJXQ9zkmWBhT4PQHeeG0NmL { width:12.4350625rem;height:1.13671875rem;top:86.875rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KTuqcO2Zr6xCysmwJwTa6h0s015u6Rc1 { width:17.5rem;height:13.3730625rem;top:88.6875rem;left:0.9375rem;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) { #JKPqxy4LLpxpd4X4NToisncsAi0bm6MB { width:14rem;height:3rem;top:116.75rem;left:2.75rem;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) { #CJlzVSmusIzne11KZSwd2rbyLAEv5moL { display:block; }
 }@media only screen and (max-width: 763px) { #y7aQQdwzAFRO8rDrQ9Bza3PrWeRtaF73 { width:17.5rem;height:28.125rem;top:96.0625rem;left:1.0625rem;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) { #hvIoaxtFWxIRG1mZwbyRK827M9CGSXTZ { width:14rem;height:3rem;top:112.5rem;left:2.75rem;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) { #eEOOVpbslRRRtmFv9PKC99Uu5R0v0kWG { display:block; }
 }@media only screen and (max-width: 763px) { #Jgs95DyNMsRoXPOrh27cQ7pJKogEwKmW { width:14rem;height:3rem;top:71.625rem;left:2.9375rem;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) { #qXQU8uLK6G8ygdJksrp6UCNoW3T6CFXT { display:block; }
 }@media only screen and (max-width: 763px) { #GvntKb2aTftEi3H4qTfBmkc9HPkBWDCo { width:14rem;height:3rem;top:34.25rem;left:2.9375rem;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) { #z3UJEIbxKFJqRwy56RvNzapZ5wovEm7a { display:block; }
 }@media only screen and (max-width: 763px) { #z9ts2FIO5JUUk0b6hMZxP8RWKuCPDRq1 { width:14.0625rem;height:4.3125rem;top:28.6875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa0c1TwyopTQ9dywQIhkWZBISJvB3Ol8 { display:block; }
 }@media only screen and (max-width: 763px) { #Xw7rMEhcLLbqrT3Ju7otKtUug6TWUbPU { width:2.625rem;height:2.625rem;top:29.5625rem;left:3.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHL4yazQ47fHA9FKJFXCpV1rvLO2zHQh { width:13.9375rem;height:1.3808625rem;top:42.1875rem;left:2.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PBX7UQ51nTazCSXRDqTTlUTHNJulVSXd { 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) { #AI1TvgKkMJ3F4iyKyk1qMW0XrTvHpCOI { width:20rem;height:1.13671875rem;top:26.9375rem;left:-0.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #miKetkqqdKqXsKBCpo0OuOHETEWzMBmJ { width:20rem;height:2.0625rem;top:24.875rem;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) { #uD8G0BI1TVcUUUOdg1N6COiuBTsKx6lM { width:12.5rem;height:1.13671875rem;top:12rem;left:3.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HWVIlS6tWF4uo0JW100DkdBUAfyaETJD { width:17.5rem;height:9.8125rem;top:13.375rem;left:1.125rem;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) { #Del0HSQiMT5x7prWlc4gKVyDOBixRLhB { 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; } #Del0HSQiMT5x7prWlc4gKVyDOBixRLhB > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #wEXGrcsZfnmbbLItKJx4bW641RI0bWdE { display:block; }#wEXGrcsZfnmbbLItKJx4bW641RI0bWdE > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1V2tKWafnXwv5oTCDLrScyFDRSgB28c { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#n1V2tKWafnXwv5oTCDLrScyFDRSgB28c > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTiqdprwK3T2axTXp9G8R9xshDta4mGR { width:5rem;height:1.875rem;top:0.6875rem;left:15rem;font-size:0.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #P1ddnOpLIhhasNq1GbcduApMbQNhUw1t { display:block; }
 }@media only screen and (max-width: 763px) { #QSd4RxtWaiFZE65JzMIu3GvUA0JEZ3iB { width:1.75rem;height:1.75rem;top:0.71875rem;left:12.4375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WfLDVIc09Afbpu8zBfaorzrvuu1Mzl3R { width:5.5625rem;height:1.875rem;top:0.6875rem;left:8.875rem;font-size:0.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #i44uNTQ8zhFOAIWEPTSfNlOI8vlCD75Z { display:block; }
 }@media only screen and (max-width: 763px) { #hqvvfv39vLNVwhQz1ZlgLz0aKGfuoDPw { width:1.4375rem;height:1.4375rem;top:6.9375rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JVoWXJGoOxBsc5090AfE1ii54IRZc618 { width:5.3745125rem;height:1.6875rem;top:0.78076171875rem;left:0.9990234375rem;overflow:hidden;display:block; }
 }