.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:221,228,249;--color-primary-1:142,167,236;--color-primary-2:29,78,216;--color-primary-3:15,39,108;--color-primary-4:4,12,32;--color-secondary-0:255,242,217;--color-secondary-1:254,211,129;--color-secondary-2:252,166,2;--color-secondary-3:126,83,1;--color-secondary-4:38,25,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:39,39,39;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@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(0,0,0,0.52);background-image:url("https://images.assets-landingi.com/aNUROBf2/background_dark.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/e27f178b-d423-4f00-aa25-bb77bf0bcb65/bilboard.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;overflow:visible;position:relative;display:block; }#hQhKtanibX8s6M5qgDKwkE0ToWA0u3wd { color:rgba(var(--color-tertiary-0),1);display:block;width:35.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:8.5625rem;left:1.0625rem;height:14.097625rem;font-style:normal;display:block; }
#IK8dlsoewGyuuJp0elCebvkSX1aFkTIV { background-color:#3b82f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(10,100,248,0.86) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.375rem;height:3.125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:35.25rem;left:1.0625rem;display:block; }
#G0UwVOKnvmADv8LIWnpr70XlWDiuauKB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x2iJgBo3xyK94o1HizXTLX7IlzzZBwIJ { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);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: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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:34.75rem;left:17.25rem;display:none; }
#LK61FxMgnDPBJiIstksecThlq3hPOHfT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fKlNTSQuIXzhKTavDbZNl5qItZ3bOvVW { color:rgba(var(--color-tertiary-0),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:19.75rem;left:1.0625rem;height:6.824225rem;font-style:normal;display:block; }
#kMZHtq0yLoHHxvBZGklkMide0OJ8RRST { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:3.875rem;left:59.0625rem;display:block; }
#qgw4pAQlBAgSR7AQa7KWevmZLZDQt8io { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4rem;left:61.8125rem;height:2.1933625rem;font-style:normal;display:block; }
#XiMkQX2hFg02IvODGseJ3ShXIyc59U50 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:3.0625rem;left:61.8125rem;height:1.0556625rem;font-style:normal;display:block; }
#utWcpqt1yKBKBTB4h6aqiud9cnbFHodT { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:9.25rem;top:3.6875rem;left:0.75rem;overflow:hidden;display:block; }
#cGQZlsC0geSXyuapl2QHVXNq46uQd5Tb { color:#ffffff;display:block;width:16rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:28.75rem;left:1.0625rem;height:3.2871125rem;font-style:normal;display:block; }#cGQZlsC0geSXyuapl2QHVXNq46uQd5Tb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cGQZlsC0geSXyuapl2QHVXNq46uQd5Tb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_97df0feaa2334f6b36e38b04ac7fa4bcdd3889db.svg); }
#Gp71RTug78zfSDpdamHLE8xEQISTKLBG { color:#ffffff;display:block;width:48.75rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:19.75rem;left:33.28125rem;height:0;font-style:normal;display:none; }#Gp71RTug78zfSDpdamHLE8xEQISTKLBG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Gp71RTug78zfSDpdamHLE8xEQISTKLBG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/bWOXnniI/arrow.png); }
#i2McCMMM7AP9uvd8LDORF99dwCHJpcfq { box-sizing:content-box;height:22.5625rem;width:32.75rem;position:absolute;display:block;z-index:15022;background-color:#000000;background-image:none;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(10,100,248,0.86) ;border-top:0.25rem solid #3b82f6;border-left:0.25rem solid #3b82f6;border-right:0.25rem solid #3b82f6;border-bottom:0.25rem solid #3b82f6;top:10.125rem;left:40.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#DXLtq0HB4SIKVlovht0aAqQhTLmtglvx { color:#ffffff;display:block;width:16rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:28.75rem;left:17.375rem;height:3.2871125rem;font-style:normal;display:block; }#DXLtq0HB4SIKVlovht0aAqQhTLmtglvx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DXLtq0HB4SIKVlovht0aAqQhTLmtglvx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_97df0feaa2334f6b36e38b04ac7fa4bcdd3889db.svg); }
#TVtGd4HhpiZnF5allyZF7ql1uNKn3UI7 { position:absolute;display:block;z-index:15023;height:24rem;width:34rem;top:10.3125rem;left:40.5rem;display:block; }
#yNM3O5glAtbF2ynxkTyKglqHMu7CTE44 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yNM3O5glAtbF2ynxkTyKglqHMu7CTE44 > .row .container { background-color: transparent; background-image: none; }#yNM3O5glAtbF2ynxkTyKglqHMu7CTE44::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNM3O5glAtbF2ynxkTyKglqHMu7CTE44 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNM3O5glAtbF2ynxkTyKglqHMu7CTE44 > .row .container > .video-iframe-container { display: none; }#yNM3O5glAtbF2ynxkTyKglqHMu7CTE44 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNM3O5glAtbF2ynxkTyKglqHMu7CTE44 > .row > .video-iframe-container { display: none; }#yNM3O5glAtbF2ynxkTyKglqHMu7CTE44 > .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); }#yNM3O5glAtbF2ynxkTyKglqHMu7CTE44 > .row .container { border-width: 0; border-radius: 0; }#yNM3O5glAtbF2ynxkTyKglqHMu7CTE44 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yNM3O5glAtbF2ynxkTyKglqHMu7CTE44 > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#DZlvDhag9tfLE4RHOPhuSRReBPAu823w { color:rgba(var(--color-tertiary-4),1);display:block;width:53.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:1.25rem;left:21.875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vmpkA6LcsqdsTUJWUKNEpbboDO3rNOnz { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:1.0625rem;left:3.125rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lWQkEWzUWRbkU6N321Z6NpNQ9HfEnHp6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:1rem;left:1.6875rem; }
#xqzRZnRLWAGSV2pTCQT4QwcgUov5zX7B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:1rem;left:1.6875rem;display:none; }
#mkalle4WqKKmgdTDvcftzgkogUtw61dK { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#vOkS8VfyWKTQbNaRqkS8aw0i7ThXN5Th { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/uc/3c63fb7a-1b3b-4aca-ad7e-662bacd7a609/back1.png");background-position:center !important;background-repeat:no-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; }#vOkS8VfyWKTQbNaRqkS8aw0i7ThXN5Th.adaptive-delivery-prevent-bg, #vOkS8VfyWKTQbNaRqkS8aw0i7ThXN5Th.lazyload, #vOkS8VfyWKTQbNaRqkS8aw0i7ThXN5Th.lazyloading { background-image: none; }#vOkS8VfyWKTQbNaRqkS8aw0i7ThXN5Th > .row .container { border-width: 0; border-radius: 0; }#vOkS8VfyWKTQbNaRqkS8aw0i7ThXN5Th > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vOkS8VfyWKTQbNaRqkS8aw0i7ThXN5Th > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;position:relative;display:none; }#uPK8oleZ3Gkt4MLmToIFL88v1TxvvMCR { box-sizing:content-box;height:22rem;width:44.0625rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #1d4ed8, #071e61);background-image: -moz-linear-gradient(135deg, #1d4ed8, #071e61);background-image: -ms-linear-gradient(135deg, #1d4ed8, #071e61);background-image: -o-linear-gradient(135deg, #1d4ed8, #071e61);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4ed8', endColorstr='#071e61' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4ed8', endColorstr='#071e61' );";background-image: linear-gradient(135deg, #1d4ed8, #071e61);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:5rem;left:30.9375rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#HLQ5oI2rqMPi29mfus1iLJtJ9snW2Syw { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:6.25rem;left:49.6875rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P235Qg2V7ZTBqVfcE2qBCxnqlzUWTPQ7 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:12.1875rem;left:49.6875rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BlnpziqqLZ9c1T5dcA1foBrvveFyh2fz { color:rgba(var(--color-tertiary-2),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:15.9375rem;left:49.6875rem;height:9.3613125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#BlnpziqqLZ9c1T5dcA1foBrvveFyh2fz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BlnpziqqLZ9c1T5dcA1foBrvveFyh2fz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8f1dc1166ce522bea16dce4f6e9b41d341a4d164.svg); }
#vOw0tXinGmy8aNzP4i1BkZ42X0zugfSR { color:rgba(var(--color-tertiary-2),1);display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:42.125rem;left:4.375rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#yI7h6AsWJldU9GlGz8GXd2rHTQGcVqqT { box-sizing:content-box;height:23.75rem;width:46.875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a00cd014-4750-4fb0-b0f2-d031d9513cf1/mob4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.3125rem solid #1d4ed8;border-left:0.3125rem solid #1d4ed8;border-right:0.3125rem solid #1d4ed8;border-bottom:0.3125rem solid #1d4ed8;top:3.53125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#yI7h6AsWJldU9GlGz8GXd2rHTQGcVqqT.adaptive-delivery-prevent-bg, #yI7h6AsWJldU9GlGz8GXd2rHTQGcVqqT.lazyload, #yI7h6AsWJldU9GlGz8GXd2rHTQGcVqqT.lazyloading { background-image: none; }
#mQA21OTMfThyeLHkzAfBJVFpGb4RaSfU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/uc/3c63fb7a-1b3b-4aca-ad7e-662bacd7a609/back1.png");background-position:center !important;background-repeat:no-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; }#mQA21OTMfThyeLHkzAfBJVFpGb4RaSfU.adaptive-delivery-prevent-bg, #mQA21OTMfThyeLHkzAfBJVFpGb4RaSfU.lazyload, #mQA21OTMfThyeLHkzAfBJVFpGb4RaSfU.lazyloading { background-image: none; }#mQA21OTMfThyeLHkzAfBJVFpGb4RaSfU > .row .container { background-color: transparent; background-image: none; }#mQA21OTMfThyeLHkzAfBJVFpGb4RaSfU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQA21OTMfThyeLHkzAfBJVFpGb4RaSfU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQA21OTMfThyeLHkzAfBJVFpGb4RaSfU > .row .container > .video-iframe-container { display: none; }#mQA21OTMfThyeLHkzAfBJVFpGb4RaSfU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQA21OTMfThyeLHkzAfBJVFpGb4RaSfU > .row > .video-iframe-container { display: none; }#mQA21OTMfThyeLHkzAfBJVFpGb4RaSfU > .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); }#mQA21OTMfThyeLHkzAfBJVFpGb4RaSfU > .row .container { border-width: 0; border-radius: 0; }#mQA21OTMfThyeLHkzAfBJVFpGb4RaSfU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mQA21OTMfThyeLHkzAfBJVFpGb4RaSfU > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;position:relative;display:block; }#uwsDyLoVy9a1iJ7bsd9PemQeCDdaVpCl { box-sizing:content-box;height:22rem;width:37.8125rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #1d4ed8, #071e61);background-image: -moz-linear-gradient(135deg, #1d4ed8, #071e61);background-image: -ms-linear-gradient(135deg, #1d4ed8, #071e61);background-image: -o-linear-gradient(135deg, #1d4ed8, #071e61);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4ed8', endColorstr='#071e61' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4ed8', endColorstr='#071e61' );";background-image: linear-gradient(135deg, #1d4ed8, #071e61);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:5.1875rem;left:34.3125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#Cm9q6rlzW5OO5f9sGTFGJ1fxUTasysQT { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:6.375rem;left:48.6875rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NGpnu1gLHvQ654P2ehH4QQbc51BUnF3I { color:rgba(var(--color-tertiary-2),1);display:block;width:21.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:12.3125rem;left:48.6875rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J5sMlEisnfqrvUIWx3E29qlIhb8IiGpL { color:rgba(var(--color-tertiary-2),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.0625rem;left:48.6875rem;height:9.3613125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#J5sMlEisnfqrvUIWx3E29qlIhb8IiGpL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#J5sMlEisnfqrvUIWx3E29qlIhb8IiGpL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8f1dc1166ce522bea16dce4f6e9b41d341a4d164.svg); }
#cH07vza84PdnU75z1W1Dw13Nv5liVnOI { color:rgba(var(--color-tertiary-2),1);display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:42.125rem;left:4.375rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#dz9ldpV29qTqeWsE7By62nxGUx8SUa3P { box-sizing:content-box;height:23.75rem;width:42.3125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a00cd014-4750-4fb0-b0f2-d031d9513cf1/mob4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.3125rem solid #1d4ed8;border-left:0.3125rem solid #1d4ed8;border-right:0.3125rem solid #1d4ed8;border-bottom:0.3125rem solid #1d4ed8;top:3.6875rem;left:3.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#dz9ldpV29qTqeWsE7By62nxGUx8SUa3P.adaptive-delivery-prevent-bg, #dz9ldpV29qTqeWsE7By62nxGUx8SUa3P.lazyload, #dz9ldpV29qTqeWsE7By62nxGUx8SUa3P.lazyloading { background-image: none; }
#FcrGCzkh0rwCvdV36UcPkoTfZZbggtSA { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:23.8125rem;width:42.4375rem;top:3.9375rem;left:3.625rem;display:block; }
#HqICZ81bKxRacTKRhqvJGA5TsSmWDX4T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#HqICZ81bKxRacTKRhqvJGA5TsSmWDX4T > .row .container { background-color: transparent; background-image: none; }#HqICZ81bKxRacTKRhqvJGA5TsSmWDX4T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqICZ81bKxRacTKRhqvJGA5TsSmWDX4T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqICZ81bKxRacTKRhqvJGA5TsSmWDX4T > .row .container > .video-iframe-container { display: none; }#HqICZ81bKxRacTKRhqvJGA5TsSmWDX4T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqICZ81bKxRacTKRhqvJGA5TsSmWDX4T > .row > .video-iframe-container { display: none; }#HqICZ81bKxRacTKRhqvJGA5TsSmWDX4T > .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); }#HqICZ81bKxRacTKRhqvJGA5TsSmWDX4T > .row .container { border-width: 0; border-radius: 0; }#HqICZ81bKxRacTKRhqvJGA5TsSmWDX4T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HqICZ81bKxRacTKRhqvJGA5TsSmWDX4T > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#oIwtf7Vy1c5i1HVWtLNceA9kwmh8zDKo { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.65625rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NTEedvmkT28FaMJWeqQkVDuio6Cu52MT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/uc/3c63fb7a-1b3b-4aca-ad7e-662bacd7a609/back1.png");background-position:center !important;background-repeat:no-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; }#NTEedvmkT28FaMJWeqQkVDuio6Cu52MT.adaptive-delivery-prevent-bg, #NTEedvmkT28FaMJWeqQkVDuio6Cu52MT.lazyload, #NTEedvmkT28FaMJWeqQkVDuio6Cu52MT.lazyloading { background-image: none; }#NTEedvmkT28FaMJWeqQkVDuio6Cu52MT > .row .container { background-color: transparent; background-image: none; }#NTEedvmkT28FaMJWeqQkVDuio6Cu52MT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTEedvmkT28FaMJWeqQkVDuio6Cu52MT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTEedvmkT28FaMJWeqQkVDuio6Cu52MT > .row .container > .video-iframe-container { display: none; }#NTEedvmkT28FaMJWeqQkVDuio6Cu52MT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTEedvmkT28FaMJWeqQkVDuio6Cu52MT > .row > .video-iframe-container { display: none; }#NTEedvmkT28FaMJWeqQkVDuio6Cu52MT > .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); }#NTEedvmkT28FaMJWeqQkVDuio6Cu52MT > .row .container { border-width: 0; border-radius: 0; }#NTEedvmkT28FaMJWeqQkVDuio6Cu52MT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NTEedvmkT28FaMJWeqQkVDuio6Cu52MT > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;position:relative;display:block; }#WHrQSufV1bHOfedqgKN412iQyByBgTXn { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.3125rem 0.375rem rgba(0,0,0,0.14) ;height:20rem;width:34rem;top:0.875rem;left:1.75rem;display:block; }
#LpOPkMAcV0iBBb4SndOGDO9xlkXIRFaa { background-color:transparent;background-image: -webkit-linear-gradient(135deg, #1d4ed8, #071e61);background-image: -moz-linear-gradient(135deg, #1d4ed8, #071e61);background-image: -ms-linear-gradient(135deg, #1d4ed8, #071e61);background-image: -o-linear-gradient(135deg, #1d4ed8, #071e61);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4ed8', endColorstr='#071e61' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4ed8', endColorstr='#071e61' );";background-image: linear-gradient(135deg, #1d4ed8, #071e61);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:19.375rem;left:7.5rem;display:block; }
#eDog45ZgzdkBORhmvFFWu3TccLnetrI4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C1ieHoT1JfNiScsJdMxqpRXs7uSbRo5T { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:16.625rem;left:10.4375rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sQXuADmQ4iGCyKsnRoihFUmconxhahIf { 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:14.8125rem;width:33.9375rem;top:0.875rem;left:1.8125rem;overflow:hidden;display:block; }
#vMvfr1oniWslqyVOd2dxqACPp9trEXTc { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.3125rem 0.375rem rgba(0,0,0,0.14) ;height:20rem;width:34rem;top:0.875rem;left:39.25rem;display:block; }
#cVS6FC2c7dabGOV0bb25238GoW2BM9ok { background-color:transparent;background-image: -webkit-linear-gradient(135deg, #1d4ed8, #071e61);background-image: -moz-linear-gradient(135deg, #1d4ed8, #071e61);background-image: -ms-linear-gradient(135deg, #1d4ed8, #071e61);background-image: -o-linear-gradient(135deg, #1d4ed8, #071e61);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4ed8', endColorstr='#071e61' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4ed8', endColorstr='#071e61' );";background-image: linear-gradient(135deg, #1d4ed8, #071e61);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.125rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:19.375rem;left:45rem;display:block; }
#INvJgTexoWOqSIcUx7O7JAzfSlAFsPyl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pyq0chM1TM2fyT7IIUZXAzvM3PeoRES9 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:16.625rem;left:47.8125rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AEAWbKz46fBa49Ts2aHrpIGl1CIVTtvE { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:33.9375rem;top:0.875rem;left:39.3125rem;overflow:hidden;display:block; }
#LUoy6UmSDy7xVicJeGXy6rO5P0DnmoNI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#LUoy6UmSDy7xVicJeGXy6rO5P0DnmoNI > .row .container { background-color: transparent; background-image: none; }#LUoy6UmSDy7xVicJeGXy6rO5P0DnmoNI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUoy6UmSDy7xVicJeGXy6rO5P0DnmoNI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUoy6UmSDy7xVicJeGXy6rO5P0DnmoNI > .row .container > .video-iframe-container { display: none; }#LUoy6UmSDy7xVicJeGXy6rO5P0DnmoNI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUoy6UmSDy7xVicJeGXy6rO5P0DnmoNI > .row > .video-iframe-container { display: none; }#LUoy6UmSDy7xVicJeGXy6rO5P0DnmoNI > .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); }#LUoy6UmSDy7xVicJeGXy6rO5P0DnmoNI > .row .container { border-width: 0; border-radius: 0; }#LUoy6UmSDy7xVicJeGXy6rO5P0DnmoNI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LUoy6UmSDy7xVicJeGXy6rO5P0DnmoNI > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:block; }#J88WV9UhK82BtyLvoyLsknqtg37HOmi1 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:3.8125rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KtwWOgps2ulTnTD5R1vMC5uJuvuuR3Mc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#KtwWOgps2ulTnTD5R1vMC5uJuvuuR3Mc > .row .container { background-color: transparent; background-image: none; }#KtwWOgps2ulTnTD5R1vMC5uJuvuuR3Mc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtwWOgps2ulTnTD5R1vMC5uJuvuuR3Mc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtwWOgps2ulTnTD5R1vMC5uJuvuuR3Mc > .row .container > .video-iframe-container { display: none; }#KtwWOgps2ulTnTD5R1vMC5uJuvuuR3Mc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtwWOgps2ulTnTD5R1vMC5uJuvuuR3Mc > .row > .video-iframe-container { display: none; }#KtwWOgps2ulTnTD5R1vMC5uJuvuuR3Mc > .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); }#KtwWOgps2ulTnTD5R1vMC5uJuvuuR3Mc > .row .container { border-width: 0; border-radius: 0; }#KtwWOgps2ulTnTD5R1vMC5uJuvuuR3Mc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KtwWOgps2ulTnTD5R1vMC5uJuvuuR3Mc > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:block; }#hikMNrKOPTwpanGNPSyzmuTmRMI4CwSq { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:12.625rem;left:4.0625rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QclynywJ9yRvdHJur8JFALc24xyq4yXz { box-sizing:content-box;color:#3b82f6;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:12.34375rem;left:8.125rem;display:block; }
#FV7F4wSsEQhxoPXF9RUv7H1I2EgpuW5T { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.3125rem 0.375rem rgba(0,0,0,0.14) ;height:12.875rem;width:18.625rem;top:1.53125rem;left:3.1875rem;display:block; }
#cCIvyZh3xGyyLpaNBS6mgmUZBLPCRfDa { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.3125rem 0.375rem rgba(0,0,0,0.14) ;height:12.875rem;width:18.625rem;top:1.5rem;left:28.1875rem;display:block; }
#x8fQGdRcLn62T0xb1y5diM69QFrTct37 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:12.625rem;left:29.125rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#doAeB4s4aagdLanvsx0Ps1rwSgTlqGWw { box-sizing:content-box;color:#3b82f6;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:12.3125rem;left:30.1875rem;display:block; }
#iNJoykRkxiqEmlnN1rWT1AKPirFymhMK { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.3125rem 0.375rem rgba(0,0,0,0.14) ;height:12.875rem;width:18.625rem;top:1.5rem;left:53.1875rem;display:block; }
#XPIcoct51921TMIwJ4IPT81fdUEIafs3 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:12.625rem;left:54.125rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QyZfL3GJFLledMztllRP6NyzZ089dck1 { box-sizing:content-box;color:#3b82f6;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:12.3125rem;left:55.1875rem;display:block; }
#dc2B0qgXb82eBzTQXRLDZypN0FserOiP { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:12.625rem;left:4.0625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#odIuKuFIEymkK9oBhTTl9mxqlwsRVnPH { 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:10.4375rem;width:18.625rem;top:1.53125rem;left:3.1875rem;overflow:hidden;display:none; }
#wxJHTzCX02eiUyvTMSHtdSz8I6JIuRb9 { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:12.34375rem;left:8.4375rem;display:none; }
#BfSb9osQcOckgPUaqk2244vuipMsMfFs { color:#ffffff;display:block;width:48.75rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:4.5rem;left:18.78125rem;height:0;font-style:normal;display:none; }#BfSb9osQcOckgPUaqk2244vuipMsMfFs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BfSb9osQcOckgPUaqk2244vuipMsMfFs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/bWOXnniI/arrow.png); }
#rTtsDa2NaBwLMezc54Ap2TmdJ6Mm8v7t { box-sizing:content-box;height:10.4375rem;width:18.625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/904ef887-6842-4a62-aa7b-ea4e33a9ae8b/serrinha_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:3.1875rem;display:block; }#rTtsDa2NaBwLMezc54Ap2TmdJ6Mm8v7t.adaptive-delivery-prevent-bg, #rTtsDa2NaBwLMezc54Ap2TmdJ6Mm8v7t.lazyload, #rTtsDa2NaBwLMezc54Ap2TmdJ6Mm8v7t.lazyloading { background-image: none; }
#BEfQO0BC5A3yoifTmUtReu5lZNuZxTBk { box-sizing:content-box;height:10.4375rem;width:18.625rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/6e992a6d-8493-44d1-b5bb-c1b8ffaa3785/saj_stdo_shopping.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:28.1875rem;display:block; }#BEfQO0BC5A3yoifTmUtReu5lZNuZxTBk.adaptive-delivery-prevent-bg, #BEfQO0BC5A3yoifTmUtReu5lZNuZxTBk.lazyload, #BEfQO0BC5A3yoifTmUtReu5lZNuZxTBk.lazyloading { background-image: none; }
#a0vHMIroDvVBGisgzqISSTkVQMmE0Kut { box-sizing:content-box;height:10.4375rem;width:18.625rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/914f6b46-212d-49f6-9552-cd3cb7ea47bf/saj_mapron_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.53125rem;left:53.1875rem;display:block; }#a0vHMIroDvVBGisgzqISSTkVQMmE0Kut.adaptive-delivery-prevent-bg, #a0vHMIroDvVBGisgzqISSTkVQMmE0Kut.lazyload, #a0vHMIroDvVBGisgzqISSTkVQMmE0Kut.lazyloading { background-image: none; }
#J40E64Kt1sZUPvBMGwxn5Tqh3clzQTAB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#J40E64Kt1sZUPvBMGwxn5Tqh3clzQTAB > .row .container { background-color: transparent; background-image: none; }#J40E64Kt1sZUPvBMGwxn5Tqh3clzQTAB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J40E64Kt1sZUPvBMGwxn5Tqh3clzQTAB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J40E64Kt1sZUPvBMGwxn5Tqh3clzQTAB > .row .container > .video-iframe-container { display: none; }#J40E64Kt1sZUPvBMGwxn5Tqh3clzQTAB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J40E64Kt1sZUPvBMGwxn5Tqh3clzQTAB > .row > .video-iframe-container { display: none; }#J40E64Kt1sZUPvBMGwxn5Tqh3clzQTAB > .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); }#J40E64Kt1sZUPvBMGwxn5Tqh3clzQTAB > .row .container { border-width: 0; border-radius: 0; }#J40E64Kt1sZUPvBMGwxn5Tqh3clzQTAB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J40E64Kt1sZUPvBMGwxn5Tqh3clzQTAB > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:block; }#BWpc3Ni8TEZFUIZMtdCavHlFtuGWb3md { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:12.625rem;left:4.0625rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZDnHdNxuKUZIMHX15gKwRpnvvHlU73l3 { box-sizing:content-box;color:#3b82f6;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:12.34375rem;left:5.1875rem;display:block; }
#LMRwfaIcfz75zWglANcZXC4GHXV3rzRV { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.3125rem 0.375rem rgba(0,0,0,0.14) ;height:12.875rem;width:18.625rem;top:1.53125rem;left:3.1875rem;display:block; }
#CQOlaTauHP217FBS652asREytHdQAMLy { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.3125rem 0.375rem rgba(0,0,0,0.14) ;height:12.875rem;width:18.625rem;top:1.5rem;left:28.1875rem;display:block; }
#DQh9WV2d6LkvfK9KfXa81KrTnsaT1MBZ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:12.625rem;left:29.125rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PXZcIh6QqUOWRR8mFEEbe53JpNq4Evcc { box-sizing:content-box;color:#3b82f6;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:12.3125rem;left:30.1875rem;display:block; }
#SaPVJta6VE57ErAyQh2kh8FbRyMmrQrN { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.3125rem 0.375rem rgba(0,0,0,0.14) ;height:12.875rem;width:18.625rem;top:1.5rem;left:53.1875rem;display:block; }
#VtGZdh63XCTHvrLf6TaZKFsEtIlAy7ZQ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:12.625rem;left:54.125rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uGVuFmAFUgkBQ1r8obzvTKzrpWDbgDA9 { box-sizing:content-box;color:#3b82f6;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:12.3125rem;left:55.1875rem;display:block; }
#NPP4yZBvGXLrsSTbcw8qT1q0F3EPdHpx { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:12.625rem;left:4.0625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pbTfomdArzf50JMN4xNcBhw5GW7NKP8e { position:absolute;display:block;z-index:14999;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.4375rem 0.75rem 0.875rem rgba(0,0,0,0.14) ;height:12.875rem;width:18.625rem;top:1.53125rem;left:3.1875rem;display:none; }
#CehoP96zCN96SoofOEk7RUMTWi4Iz86f { 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:10.4375rem;width:18.625rem;top:1.53125rem;left:3.1875rem;overflow:hidden;display:none; }
#CzASB85c8f3FwWZzGdRvdHeoT9kX1D7b { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:12.34375rem;left:8.4375rem;display:none; }
#kNmd7J8o54wdFeLsIknoFv1OqCmH3eoW { color:#ffffff;display:block;width:48.75rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:4.5rem;left:18.78125rem;height:0;font-style:normal;display:none; }#kNmd7J8o54wdFeLsIknoFv1OqCmH3eoW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kNmd7J8o54wdFeLsIknoFv1OqCmH3eoW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/bWOXnniI/arrow.png); }
#xHPhBVUHGIL6da5IrwGeh5DlLxTgdWVk { box-sizing:content-box;height:10.4375rem;width:18.625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f5f3b8a3-85f4-4b64-9f6f-889d1c113f70/saj_comapel_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:3.1875rem;display:block; }#xHPhBVUHGIL6da5IrwGeh5DlLxTgdWVk.adaptive-delivery-prevent-bg, #xHPhBVUHGIL6da5IrwGeh5DlLxTgdWVk.lazyload, #xHPhBVUHGIL6da5IrwGeh5DlLxTgdWVk.lazyloading { background-image: none; }
#TV7fteH11MJmB3lzR2T34gzXnHxXEwDI { box-sizing:content-box;height:10.4375rem;width:18.625rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/aea07471-0094-479c-a96a-688b8fd26a28/saj_catavento_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:28.1875rem;display:block; }#TV7fteH11MJmB3lzR2T34gzXnHxXEwDI.adaptive-delivery-prevent-bg, #TV7fteH11MJmB3lzR2T34gzXnHxXEwDI.lazyload, #TV7fteH11MJmB3lzR2T34gzXnHxXEwDI.lazyloading { background-image: none; }
#OmcO1nvK1zV1re6G2TKfRcFuM53Mu3kV { box-sizing:content-box;height:10.4375rem;width:18.625rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/238a3ed2-e9ec-4d44-b7ea-5249b02faf20/saj_biblioteca.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.53125rem;left:53.1875rem;display:block; }#OmcO1nvK1zV1re6G2TKfRcFuM53Mu3kV.adaptive-delivery-prevent-bg, #OmcO1nvK1zV1re6G2TKfRcFuM53Mu3kV.lazyload, #OmcO1nvK1zV1re6G2TKfRcFuM53Mu3kV.lazyloading { background-image: none; }
#TEqfwDBa56h6T8wERwE7fawfsoXv0mZk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#TEqfwDBa56h6T8wERwE7fawfsoXv0mZk > .row .container { background-color: transparent; background-image: none; }#TEqfwDBa56h6T8wERwE7fawfsoXv0mZk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEqfwDBa56h6T8wERwE7fawfsoXv0mZk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEqfwDBa56h6T8wERwE7fawfsoXv0mZk > .row .container > .video-iframe-container { display: none; }#TEqfwDBa56h6T8wERwE7fawfsoXv0mZk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEqfwDBa56h6T8wERwE7fawfsoXv0mZk > .row > .video-iframe-container { display: none; }#TEqfwDBa56h6T8wERwE7fawfsoXv0mZk > .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); }#TEqfwDBa56h6T8wERwE7fawfsoXv0mZk > .row .container { border-width: 0; border-radius: 0; }#TEqfwDBa56h6T8wERwE7fawfsoXv0mZk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TEqfwDBa56h6T8wERwE7fawfsoXv0mZk > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:block; }#F6qiZSne7UlnAP2JmG9DAyUZyIPITnV9 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:12.625rem;left:4.0625rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pkkss05NF3bpN3ALUWHTAg6QZwsi6q8W { box-sizing:content-box;color:#3b82f6;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:12.34375rem;left:5.1875rem;display:block; }
#oQnFqBtMw4H8yWJrnwkfik9Qx0HC1mu6 { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.3125rem 0.375rem rgba(0,0,0,0.14) ;height:12.875rem;width:18.625rem;top:1.53125rem;left:3.1875rem;display:block; }
#sgAV4oyX3Nr70WWH5fxbUei0ADDwbI03 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.3125rem 0.375rem rgba(0,0,0,0.14) ;height:12.875rem;width:18.625rem;top:1.5rem;left:28.1875rem;display:block; }
#oFWElCTpyTUq6WWRTxLtm7icJCcM5L4m { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:12.625rem;left:29.125rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A4PNhRi1u9DHHMekceKtetyOiTaKNn9f { box-sizing:content-box;color:#3b82f6;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:12.3125rem;left:31.4375rem;display:block; }
#uVxa90U27Fn6MiBZ0skTMwbdqThr8M5f { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.3125rem 0.375rem rgba(0,0,0,0.14) ;height:12.875rem;width:18.625rem;top:1.5rem;left:53.1875rem;display:block; }
#XCyX6A97VSHXaTKOFGoPB7PL7gittcbt { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:12.625rem;left:54.125rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WxIC9bJ8VaNaXtgtcgNuSZSlIfQlL0wQ { box-sizing:content-box;color:#3b82f6;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:12.3125rem;left:56.4375rem;display:block; }
#pPZE2VtgvWDXhZ9O1ZPwglAnL0qNlWCm { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:12.625rem;left:4.0625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zVcD98iGG3pIgTouP3oUGh27E2l4nHQk { position:absolute;display:block;z-index:14999;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.4375rem 0.75rem 0.875rem rgba(0,0,0,0.14) ;height:12.875rem;width:18.625rem;top:1.53125rem;left:3.1875rem;display:none; }
#qtMo5ftsZ1qg7OpDdoBmwlad077UuqSc { 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:10.4375rem;width:18.625rem;top:1.53125rem;left:3.1875rem;overflow:hidden;display:none; }
#HWVHAhDXQAbx4c8gbMRIMTcKLQUFKEvR { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:12.34375rem;left:8.4375rem;display:none; }
#CmrTIFkoKShUGTN5Tx2cRvVzeyIKMhC4 { color:#ffffff;display:block;width:48.75rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:4.5rem;left:18.78125rem;height:0;font-style:normal;display:none; }#CmrTIFkoKShUGTN5Tx2cRvVzeyIKMhC4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CmrTIFkoKShUGTN5Tx2cRvVzeyIKMhC4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/bWOXnniI/arrow.png); }
#LD9BEzlfGvZQb0FHTO5PANvxywF9INLH { box-sizing:content-box;height:10.4375rem;width:18.625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/76eea4dc-8510-4f5f-afe0-a0a1d029840d/saj_bradesco_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:3.1875rem;display:block; }#LD9BEzlfGvZQb0FHTO5PANvxywF9INLH.adaptive-delivery-prevent-bg, #LD9BEzlfGvZQb0FHTO5PANvxywF9INLH.lazyload, #LD9BEzlfGvZQb0FHTO5PANvxywF9INLH.lazyloading { background-image: none; }
#NF1dqZAUaATVnTFL2TfPLU5LJAcQWRGn { box-sizing:content-box;height:10.4375rem;width:18.625rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/df2d87d4-fa43-44b2-9854-7abd85f3d051/fsa_presidente_dutra_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:28.1875rem;display:block; }#NF1dqZAUaATVnTFL2TfPLU5LJAcQWRGn.adaptive-delivery-prevent-bg, #NF1dqZAUaATVnTFL2TfPLU5LJAcQWRGn.lazyload, #NF1dqZAUaATVnTFL2TfPLU5LJAcQWRGn.lazyloading { background-image: none; }
#fQSegsNfm1tI47SlZLpeq1su4gIbXJAQ { box-sizing:content-box;height:10.4375rem;width:18.625rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f321da0a-a1b8-417e-8b37-6ca7988de257/fsa_pedra_do_descanso_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.53125rem;left:53.1875rem;display:block; }#fQSegsNfm1tI47SlZLpeq1su4gIbXJAQ.adaptive-delivery-prevent-bg, #fQSegsNfm1tI47SlZLpeq1su4gIbXJAQ.lazyload, #fQSegsNfm1tI47SlZLpeq1su4gIbXJAQ.lazyloading { background-image: none; }
#Cuu3vxGyEdIPB6vDfGOvBma4TN4TUtgq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#Cuu3vxGyEdIPB6vDfGOvBma4TN4TUtgq > .row .container { background-color: transparent; background-image: none; }#Cuu3vxGyEdIPB6vDfGOvBma4TN4TUtgq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cuu3vxGyEdIPB6vDfGOvBma4TN4TUtgq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cuu3vxGyEdIPB6vDfGOvBma4TN4TUtgq > .row .container > .video-iframe-container { display: none; }#Cuu3vxGyEdIPB6vDfGOvBma4TN4TUtgq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cuu3vxGyEdIPB6vDfGOvBma4TN4TUtgq > .row > .video-iframe-container { display: none; }#Cuu3vxGyEdIPB6vDfGOvBma4TN4TUtgq > .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); }#Cuu3vxGyEdIPB6vDfGOvBma4TN4TUtgq > .row .container { border-width: 0; border-radius: 0; }#Cuu3vxGyEdIPB6vDfGOvBma4TN4TUtgq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cuu3vxGyEdIPB6vDfGOvBma4TN4TUtgq > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:block; }#yPK8VHaSoItT2sfyMreFws9ltDqEWhGa { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:12.625rem;left:4.0625rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qsv23efIGMACn7WmoXUcZl5TQZo8QJgX { box-sizing:content-box;color:#3b82f6;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:12.34375rem;left:6.4375rem;display:block; }
#feqMFTeGCWSWgRXpecAaeepgUboTp1RB { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.3125rem 0.375rem rgba(0,0,0,0.14) ;height:12.875rem;width:18.625rem;top:1.53125rem;left:3.1875rem;display:block; }
#IAw2FBFHHqUIgahElU1G7VxQzNRehOpr { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.3125rem 0.375rem rgba(0,0,0,0.14) ;height:12.875rem;width:18.625rem;top:1.5rem;left:28.1875rem;display:block; }
#WcCsI3MOw8EGrFb38cXx6SbHDoem3dqt { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:12.625rem;left:29.125rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zc8BZpgCt7epH7FskI2DyXysbehqXbs5 { box-sizing:content-box;color:#3b82f6;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:12.3125rem;left:31.4375rem;display:block; }
#DgVNnButRnmw2hnpl3OPThQ2GNud4RZ6 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.3125rem 0.375rem rgba(0,0,0,0.14) ;height:12.875rem;width:18.625rem;top:1.5rem;left:53.1875rem;display:block; }
#Kn37oHqTaetNZfUwEIPeRZpkOBHoTION { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:12.625rem;left:54.125rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J0PN8VrhQHSfDeN3xd2SMJdxtCmOdNrT { box-sizing:content-box;color:#3b82f6;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:12.3125rem;left:57.875rem;display:block; }
#iCiTT2vhkLywDJBAE1NibbLxMxi0AdFo { 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:10.4375rem;width:18.625rem;top:1.53125rem;left:3.1875rem;overflow:hidden;display:none; }
#NcvUFmBzK5t1VFnoHvbZWgsLJWZ56HgR { color:#ffffff;display:block;width:48.75rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:4.5rem;left:18.78125rem;height:0;font-style:normal;display:none; }#NcvUFmBzK5t1VFnoHvbZWgsLJWZ56HgR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NcvUFmBzK5t1VFnoHvbZWgsLJWZ56HgR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/bWOXnniI/arrow.png); }
#VVWitgO8LaInAxeTympW7wAhdRuKfO8f { box-sizing:content-box;height:10.4375rem;width:18.625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/77e32eca-e6e3-4fcd-9d8a-c28db6c58cac/fsa_noide_cerqueira_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:3.1875rem;display:block; }#VVWitgO8LaInAxeTympW7wAhdRuKfO8f.adaptive-delivery-prevent-bg, #VVWitgO8LaInAxeTympW7wAhdRuKfO8f.lazyload, #VVWitgO8LaInAxeTympW7wAhdRuKfO8f.lazyloading { background-image: none; }
#LaOd6iIDIman6oMgKcaLoNc22UqwPL3T { box-sizing:content-box;height:10.4375rem;width:18.625rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/541ed0a6-dc98-423d-a46b-5f5bfdb77b33/fsa_joao_durval_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:28.1875rem;display:block; }#LaOd6iIDIman6oMgKcaLoNc22UqwPL3T.adaptive-delivery-prevent-bg, #LaOd6iIDIman6oMgKcaLoNc22UqwPL3T.lazyload, #LaOd6iIDIman6oMgKcaLoNc22UqwPL3T.lazyloading { background-image: none; }
#iUfZWMwOfoPxCA9P0UQ1pNdwi4Ws6OTE { box-sizing:content-box;height:10.4375rem;width:18.625rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/3554869a-218e-4713-86c0-1a15d757b7e0/camacari_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.53125rem;left:53.1875rem;display:block; }#iUfZWMwOfoPxCA9P0UQ1pNdwi4Ws6OTE.adaptive-delivery-prevent-bg, #iUfZWMwOfoPxCA9P0UQ1pNdwi4Ws6OTE.lazyload, #iUfZWMwOfoPxCA9P0UQ1pNdwi4Ws6OTE.lazyloading { background-image: none; }
#GshOCxcLdhlShXoZs94BQLXxUQuoH8Hr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#GshOCxcLdhlShXoZs94BQLXxUQuoH8Hr > .row .container { background-color: transparent; background-image: none; }#GshOCxcLdhlShXoZs94BQLXxUQuoH8Hr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GshOCxcLdhlShXoZs94BQLXxUQuoH8Hr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GshOCxcLdhlShXoZs94BQLXxUQuoH8Hr > .row .container > .video-iframe-container { display: none; }#GshOCxcLdhlShXoZs94BQLXxUQuoH8Hr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GshOCxcLdhlShXoZs94BQLXxUQuoH8Hr > .row > .video-iframe-container { display: none; }#GshOCxcLdhlShXoZs94BQLXxUQuoH8Hr > .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); }#GshOCxcLdhlShXoZs94BQLXxUQuoH8Hr > .row .container { border-width: 0; border-radius: 0; }#GshOCxcLdhlShXoZs94BQLXxUQuoH8Hr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GshOCxcLdhlShXoZs94BQLXxUQuoH8Hr > .row .container { font-size:0.875rem;font-family:arial;height:18.25rem;width:75rem;position:relative;display:block; }#Q4Buzl0E011UGGhCIcv6hEDOxwSrTHJM { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:12.625rem;left:4.0625rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NBG0pTTeQq4R1uHHSqKdI32Q7q97u6yd { box-sizing:content-box;color:#3b82f6;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:12.34375rem;left:6.4375rem;display:block; }
#B4DQeRy9vo286ryTTiTp8rD1FpxFThLT { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.3125rem 0.375rem rgba(0,0,0,0.14) ;height:12.875rem;width:18.625rem;top:1.53125rem;left:3.1875rem;display:block; }
#t2wJTVvkZtVHiJSxfvzJhRCkkOO4g5Kt { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.3125rem 0.375rem rgba(0,0,0,0.14) ;height:12.875rem;width:18.625rem;top:1.5rem;left:28.1875rem;display:block; }
#kI4MWoWSprfeUlzgyFwGVt7nQUBHKua1 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:12.625rem;left:29.125rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bIODA1qqvvBRXlX2erXRB3kaliuQuZvB { box-sizing:content-box;color:#3b82f6;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:12.3125rem;left:32.9375rem;display:block; }
#xUQZvX8UTUR1bhsaB4z59bPST4A1eVIc { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.3125rem 0.375rem rgba(0,0,0,0.14) ;height:12.875rem;width:18.625rem;top:1.5rem;left:53.1875rem;display:block; }
#aDw5TxaJGRKLRNMTiTJeKpd4sbEsHQll { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:12.625rem;left:54.125rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VA6rMsyHy7sGbzmU2nsXTXBZI56bqMOp { box-sizing:content-box;color:#3b82f6;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:12.3125rem;left:56.6875rem;display:block; }
#QcHTSbVR8TqsCBeaQtkRK3GeolH2Bko8 { 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:10.4375rem;width:18.625rem;top:1.53125rem;left:3.1875rem;overflow:hidden;display:none; }
#PtS3CTLshaKJUbycPSaQKNDtPXGo4Niw { color:#ffffff;display:block;width:48.75rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:4.5rem;left:18.78125rem;height:0;font-style:normal;display:none; }#PtS3CTLshaKJUbycPSaQKNDtPXGo4Niw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PtS3CTLshaKJUbycPSaQKNDtPXGo4Niw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/bWOXnniI/arrow.png); }
#vtRzQybRrykMIC4FU2Mah0S1fA7MIhWX { box-sizing:content-box;height:10.4375rem;width:18.625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9470ae51-844f-4b0a-8069-94d12e83a883/fsa_feiraguay_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:3.1875rem;display:block; }#vtRzQybRrykMIC4FU2Mah0S1fA7MIhWX.adaptive-delivery-prevent-bg, #vtRzQybRrykMIC4FU2Mah0S1fA7MIhWX.lazyload, #vtRzQybRrykMIC4FU2Mah0S1fA7MIhWX.lazyloading { background-image: none; }
#Xin2i4AsW4w8Xltn3ypk5mPRbObqyiFJ { box-sizing:content-box;height:10.4375rem;width:18.625rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/2a98813b-d449-4c93-8b66-6ed077067c30/dji_fly_20260118_120604_0084_1768755781362_photo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:28.1875rem;display:block; }#Xin2i4AsW4w8Xltn3ypk5mPRbObqyiFJ.adaptive-delivery-prevent-bg, #Xin2i4AsW4w8Xltn3ypk5mPRbObqyiFJ.lazyload, #Xin2i4AsW4w8Xltn3ypk5mPRbObqyiFJ.lazyloading { background-image: none; }
#f6XMWDxsHTQdOoU6P7GI6Gd0bpg2988U { box-sizing:content-box;height:10.4375rem;width:18.625rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7c375d84-bc92-4123-b473-6fb6138d7ee5/lauro.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.53125rem;left:53.1875rem;display:block; }#f6XMWDxsHTQdOoU6P7GI6Gd0bpg2988U.adaptive-delivery-prevent-bg, #f6XMWDxsHTQdOoU6P7GI6Gd0bpg2988U.lazyload, #f6XMWDxsHTQdOoU6P7GI6Gd0bpg2988U.lazyloading { background-image: none; }
#n590qDct2QPrZth72ho5TAyfOER23xik { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n590qDct2QPrZth72ho5TAyfOER23xik > .row .container { background-color: transparent; background-image: none; }#n590qDct2QPrZth72ho5TAyfOER23xik::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n590qDct2QPrZth72ho5TAyfOER23xik > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n590qDct2QPrZth72ho5TAyfOER23xik > .row .container > .video-iframe-container { display: none; }#n590qDct2QPrZth72ho5TAyfOER23xik > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n590qDct2QPrZth72ho5TAyfOER23xik > .row > .video-iframe-container { display: none; }#n590qDct2QPrZth72ho5TAyfOER23xik > .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); }#n590qDct2QPrZth72ho5TAyfOER23xik > .row .container { border-width: 0; border-radius: 0; }#n590qDct2QPrZth72ho5TAyfOER23xik > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n590qDct2QPrZth72ho5TAyfOER23xik > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#D3he4bi5vE3kMkgovtKG2dzf27zaqDvc { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #3b82f6;border-left:0.125rem solid #3b82f6;border-right:0.125rem solid #3b82f6;border-bottom:0.125rem solid #3b82f6;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.4375rem;width:30.625rem;top:6.1875rem;left:7.5rem;display:block; }
#Cg8POTkTEv3I9H7LJZdTaTwUOzdobHqg { color:#3b82f6;display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:8.5625rem;left:10rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oLwmqBuzqAoFVBAPhbwgrrmqdgkch5Nx { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:11.875rem;left:10.0625rem;height:11.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZQVIIilSILs7F6OrsiOpZLPhapK6IdGc { position:absolute;display:block;z-index:15020;height:22.3125rem;width:31.625rem;top:4.75rem;left:35.875rem;display:block; }
#x5DaGJ7Z4nhyGbzhELLdIDJMHkT18qJL { position:absolute;display:block;z-index:15020;height:22.3125rem;width:31.625rem;top:4.75rem;left:35.875rem;display:none; }
#Gm5zT9PpLlm9N7uJi6OvSS7yVViTMb9c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gm5zT9PpLlm9N7uJi6OvSS7yVViTMb9c > .row .container { background-color: transparent; background-image: none; }#Gm5zT9PpLlm9N7uJi6OvSS7yVViTMb9c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gm5zT9PpLlm9N7uJi6OvSS7yVViTMb9c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gm5zT9PpLlm9N7uJi6OvSS7yVViTMb9c > .row .container > .video-iframe-container { display: none; }#Gm5zT9PpLlm9N7uJi6OvSS7yVViTMb9c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gm5zT9PpLlm9N7uJi6OvSS7yVViTMb9c > .row > .video-iframe-container { display: none; }#Gm5zT9PpLlm9N7uJi6OvSS7yVViTMb9c > .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); }#Gm5zT9PpLlm9N7uJi6OvSS7yVViTMb9c > .row .container { border-width: 0; border-radius: 0; }#Gm5zT9PpLlm9N7uJi6OvSS7yVViTMb9c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gm5zT9PpLlm9N7uJi6OvSS7yVViTMb9c > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#STRgWazk1pT79BbqlEri4OsyNtFFPaS3 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1.74609375rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TdGGfh8FT7A4h10OveanDl1tDOLm2B47 { 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; }#TdGGfh8FT7A4h10OveanDl1tDOLm2B47 > .row .container { background-color: transparent; background-image: none; }#TdGGfh8FT7A4h10OveanDl1tDOLm2B47::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdGGfh8FT7A4h10OveanDl1tDOLm2B47 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdGGfh8FT7A4h10OveanDl1tDOLm2B47 > .row .container > .video-iframe-container { display: none; }#TdGGfh8FT7A4h10OveanDl1tDOLm2B47 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdGGfh8FT7A4h10OveanDl1tDOLm2B47 > .row > .video-iframe-container { display: none; }#TdGGfh8FT7A4h10OveanDl1tDOLm2B47 > .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); }#TdGGfh8FT7A4h10OveanDl1tDOLm2B47 > .row .container { border-width: 0; border-radius: 0; }#TdGGfh8FT7A4h10OveanDl1tDOLm2B47 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TdGGfh8FT7A4h10OveanDl1tDOLm2B47 > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#TybUb9rioUQmec13TqFvo004a0XzsvJQ { position:absolute;display:block;z-index:15000;height:6.9375rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#MWrWUSen8uASf41uyKM9rVxE2lVWeoAN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MWrWUSen8uASf41uyKM9rVxE2lVWeoAN > .row .container { background-color: transparent; background-image: none; }#MWrWUSen8uASf41uyKM9rVxE2lVWeoAN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWrWUSen8uASf41uyKM9rVxE2lVWeoAN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWrWUSen8uASf41uyKM9rVxE2lVWeoAN > .row .container > .video-iframe-container { display: none; }#MWrWUSen8uASf41uyKM9rVxE2lVWeoAN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWrWUSen8uASf41uyKM9rVxE2lVWeoAN > .row > .video-iframe-container { display: none; }#MWrWUSen8uASf41uyKM9rVxE2lVWeoAN > .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); }#MWrWUSen8uASf41uyKM9rVxE2lVWeoAN > .row .container { border-width: 0; border-radius: 0; }#MWrWUSen8uASf41uyKM9rVxE2lVWeoAN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MWrWUSen8uASf41uyKM9rVxE2lVWeoAN > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:block; }#DTFIMqzlHaeFNh6gqEVlwv9Q0zqD0F4r { color:rgba(var(--color-secondary-2),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.0625rem;left:31.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MEHq0mLsQMSKrkIX2yUGbGmkLgnBv8Nx { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:11.75rem;top:5.0625rem;left:6.625rem;overflow:hidden;display:block; }
#Ki3re79IIl9lSpUoht6r8E9LaklZMm3f { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:4.5rem;left:31.3125rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ps3UARt5SFTyCNpyGl63OUTdrdftEnTP { box-sizing:content-box;color:#3b82f6;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:4.5rem;left:29.25rem;display:block; }
#KWEMLU6zLsPDDyZaUEhliqEfrNfOlyIT { box-sizing:content-box;color:#3b82f6;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:9.375rem;left:29.25rem;display:block; }
#gJkK76HUwpxACJ1xQk5zkktgzgq87ikA { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:4.4375rem;left:56.3125rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J6NyIih2K2OnfHxgmKow9SDvk0Ju8cuE { box-sizing:content-box;color:#3b82f6;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:4.4375rem;left:54.25rem;display:block; }
#iUrkW01iGmBOioLoESgzMlbOuMT6y6i8 { box-sizing:content-box;color:#3b82f6;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:7.0625rem;left:54.25rem;display:block; }
#zkTKTgCLFe9K0eeOUpJeOGBFlLdN4FzB { color:rgba(var(--color-secondary-2),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.0625rem;left:56.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dhs0mGg2yHQEwq2Xuke6RTcrRkyMTKms { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:9.5625rem;left:31.3125rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xpZGz0mUVb6xyIUgy9XfLyVPyXeZzhyr { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:7.3125rem;left:56.375rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RpJLFzhSoaJfGnzkVDtrLZILrdJp08tL { position:relative;display:none; }#RpJLFzhSoaJfGnzkVDtrLZILrdJp08tL { border-width: 0; border-radius: 0; }#RpJLFzhSoaJfGnzkVDtrLZILrdJp08tL > .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; }#RpJLFzhSoaJfGnzkVDtrLZILrdJp08tL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pXNTqwdbEhHM9f79zE9LAGVccSXMtQDn { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:29.8125rem;left:7.5rem;display:none; }
#iVFxee9I2wTJ9c1zurIiPyVEmGTU4zv3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#syC1kid10VSUTbqu7D646Soam8b2p95O { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -moz-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -ms-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -o-linear-gradient(180deg, #4daf50, #4a8b13);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4daf50', endColorstr='#4a8b13' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4daf50', endColorstr='#4a8b13' );";background-image: linear-gradient(180deg, #4daf50, #4a8b13);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color: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:rubik;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:4rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:37.0625rem;left:0rem;display:none; }
#CBHMcvTnz1pGXZInhbGxcxNEfIr3uKrk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQhKtanibX8s6M5qgDKwkE0ToWA0u3wd { width:35.3125rem;height:10.5625rem;top:8.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK8dlsoewGyuuJp0elCebvkSX1aFkTIV { width:32.375rem;height:3.125rem;top:35.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0UwVOKnvmADv8LIWnpr70XlWDiuauKB { display:block; }
 }@media only screen and (max-width: 763px) { #x2iJgBo3xyK94o1HizXTLX7IlzzZBwIJ { width:16.25rem;height:3.4375rem;top:34.75rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LK61FxMgnDPBJiIstksecThlq3hPOHfT { display:block; }
 }@media only screen and (max-width: 763px) { #fKlNTSQuIXzhKTavDbZNl5qItZ3bOvVW { width:35.3125rem;height:6.8125rem;top:19.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMZHtq0yLoHHxvBZGklkMide0OJ8RRST { width:2.875rem;height:2.875rem;top:3.875rem;left:44.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgw4pAQlBAgSR7AQa7KWevmZLZDQt8io { width:13.1875rem;height:2.1875rem;top:4rem;left:34.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiMkQX2hFg02IvODGseJ3ShXIyc59U50 { width:10.5625rem;height:1rem;top:3.0625rem;left:37.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utWcpqt1yKBKBTB4h6aqiud9cnbFHodT { width:9.25rem;height:2.4375rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGQZlsC0geSXyuapl2QHVXNq46uQd5Tb { width:16rem;height:3.125rem;top:28.75rem;left:0rem;font-size:1.125rem;display:none; }#cGQZlsC0geSXyuapl2QHVXNq46uQd5Tb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_97df0feaa2334f6b36e38b04ac7fa4bcdd3889db.svg); }
 }@media only screen and (max-width: 763px) { #Gp71RTug78zfSDpdamHLE8xEQISTKLBG { width:17.5rem;height:;top:20.375rem;left:20.28125rem;font-size:1.3125rem;display:none; }#Gp71RTug78zfSDpdamHLE8xEQISTKLBG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/bWOXnniI/arrow.png); }
 }@media only screen and (max-width: 763px) { #i2McCMMM7AP9uvd8LDORF99dwCHJpcfq { width:32.75rem;height:22.5625rem;top:10.125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXLtq0HB4SIKVlovht0aAqQhTLmtglvx { width:16rem;height:3.125rem;top:28.75rem;left:3.75rem;font-size:1.125rem;display:none; }#DXLtq0HB4SIKVlovht0aAqQhTLmtglvx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_97df0feaa2334f6b36e38b04ac7fa4bcdd3889db.svg); }
 }@media only screen and (max-width: 763px) { #TVtGd4HhpiZnF5allyZF7ql1uNKn3UI7 { width:34rem;height:24rem;top:10.3125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNM3O5glAtbF2ynxkTyKglqHMu7CTE44 { display:block; }#yNM3O5glAtbF2ynxkTyKglqHMu7CTE44 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZlvDhag9tfLE4RHOPhuSRReBPAu823w { width:47.75rem;height:1.3125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmpkA6LcsqdsTUJWUKNEpbboDO3rNOnz { width:18.375rem;height:1.4375rem;top:1.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWQkEWzUWRbkU6N321Z6NpNQ9HfEnHp6 { width:1.125rem;height:1.5625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqzRZnRLWAGSV2pTCQT4QwcgUov5zX7B { width:1.125rem;height:1.5625rem;top:1rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mkalle4WqKKmgdTDvcftzgkogUtw61dK { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vOkS8VfyWKTQbNaRqkS8aw0i7ThXN5Th { display:none; }#vOkS8VfyWKTQbNaRqkS8aw0i7ThXN5Th > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uPK8oleZ3Gkt4MLmToIFL88v1TxvvMCR { width:44.0625rem;height:22rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLQ5oI2rqMPi29mfus1iLJtJ9snW2Syw { top:6.25rem;left:25.8125rem;width:20rem;height:5.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P235Qg2V7ZTBqVfcE2qBCxnqlzUWTPQ7 { top:12.1875rem;left:26rem;width:21.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlnpziqqLZ9c1T5dcA1foBrvveFyh2fz { top:15.9375rem;left:25.8125rem;width:21.9375rem;height:9.3125rem;font-size:1rem;display:block; }#BlnpziqqLZ9c1T5dcA1foBrvveFyh2fz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8f1dc1166ce522bea16dce4f6e9b41d341a4d164.svg); }
 }@media only screen and (max-width: 763px) { #vOw0tXinGmy8aNzP4i1BkZ42X0zugfSR { top:88.8125rem;left:0rem;width:16.4375rem;height:1.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yI7h6AsWJldU9GlGz8GXd2rHTQGcVqqT { width:46.875rem;height:23.75rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQA21OTMfThyeLHkzAfBJVFpGb4RaSfU { display:block; }#mQA21OTMfThyeLHkzAfBJVFpGb4RaSfU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwsDyLoVy9a1iJ7bsd9PemQeCDdaVpCl { width:37.8125rem;height:22rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm9q6rlzW5OO5f9sGTFGJ1fxUTasysQT { top:6.375rem;left:27.75rem;width:20rem;height:5.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGpnu1gLHvQ654P2ehH4QQbc51BUnF3I { top:12.3125rem;left:26rem;width:21.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5sMlEisnfqrvUIWx3E29qlIhb8IiGpL { top:16.0625rem;left:25.8125rem;width:21.9375rem;height:9.3125rem;font-size:1rem;display:block; }#J5sMlEisnfqrvUIWx3E29qlIhb8IiGpL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8f1dc1166ce522bea16dce4f6e9b41d341a4d164.svg); }
 }@media only screen and (max-width: 763px) { #cH07vza84PdnU75z1W1Dw13Nv5liVnOI { top:88.8125rem;left:0rem;width:16.4375rem;height:1.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dz9ldpV29qTqeWsE7By62nxGUx8SUa3P { width:42.3125rem;height:23.75rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcrGCzkh0rwCvdV36UcPkoTfZZbggtSA { width:42.4375rem;height:23.8125rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqICZ81bKxRacTKRhqvJGA5TsSmWDX4T { display:block; }#HqICZ81bKxRacTKRhqvJGA5TsSmWDX4T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oIwtf7Vy1c5i1HVWtLNceA9kwmh8zDKo { width:47.75rem;height:2.8125rem;top:3.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTEedvmkT28FaMJWeqQkVDuio6Cu52MT { display:block; }#NTEedvmkT28FaMJWeqQkVDuio6Cu52MT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHrQSufV1bHOfedqgKN412iQyByBgTXn { width:34rem;height:20rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpOPkMAcV0iBBb4SndOGDO9xlkXIRFaa { width:22.5rem;height:3.125rem;top:19.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDog45ZgzdkBORhmvFFWu3TccLnetrI4 { display:block; }
 }@media only screen and (max-width: 763px) { #C1ieHoT1JfNiScsJdMxqpRXs7uSbRo5T { width:16.8125rem;height:1.8125rem;top:16.625rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQXuADmQ4iGCyKsnRoihFUmconxhahIf { width:33.9375rem;height:14.8125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMvfr1oniWslqyVOd2dxqACPp9trEXTc { width:34rem;height:20rem;top:0.875rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVS6FC2c7dabGOV0bb25238GoW2BM9ok { width:22.5rem;height:3.125rem;top:19.375rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #INvJgTexoWOqSIcUx7O7JAzfSlAFsPyl { display:block; }
 }@media only screen and (max-width: 763px) { #Pyq0chM1TM2fyT7IIUZXAzvM3PeoRES9 { width:16.8125rem;height:1.8125rem;top:16.625rem;left:27.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEAWbKz46fBa49Ts2aHrpIGl1CIVTtvE { width:33.9375rem;height:14.8125rem;top:0.875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUoy6UmSDy7xVicJeGXy6rO5P0DnmoNI { display:block; }#LUoy6UmSDy7xVicJeGXy6rO5P0DnmoNI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J88WV9UhK82BtyLvoyLsknqtg37HOmi1 { width:47.75rem;height:2.8125rem;top:3.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtwWOgps2ulTnTD5R1vMC5uJuvuuR3Mc { display:block; }#KtwWOgps2ulTnTD5R1vMC5uJuvuuR3Mc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hikMNrKOPTwpanGNPSyzmuTmRMI4CwSq { width:16.8125rem;height:1.125rem;top:12.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QclynywJ9yRvdHJur8JFALc24xyq4yXz { width:1.6875rem;height:1.6875rem;top:12.3125rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV7F4wSsEQhxoPXF9RUv7H1I2EgpuW5T { width:18.625rem;height:12.875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCIvyZh3xGyyLpaNBS6mgmUZBLPCRfDa { width:18.625rem;height:12.875rem;top:1.5rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8fQGdRcLn62T0xb1y5diM69QFrTct37 { width:16.8125rem;height:1.125rem;top:12.625rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #doAeB4s4aagdLanvsx0Ps1rwSgTlqGWw { width:1.6875rem;height:1.6875rem;top:12.3125rem;left:16.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNJoykRkxiqEmlnN1rWT1AKPirFymhMK { width:18.625rem;height:12.875rem;top:1.5rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPIcoct51921TMIwJ4IPT81fdUEIafs3 { width:16.8125rem;height:1.125rem;top:12.625rem;left:30.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyZfL3GJFLledMztllRP6NyzZ089dck1 { width:1.6875rem;height:1.6875rem;top:12.3125rem;left:32.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc2B0qgXb82eBzTQXRLDZypN0FserOiP { width:16.8125rem;height:1.125rem;top:12.625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #odIuKuFIEymkK9oBhTTl9mxqlwsRVnPH { width:18.625rem;height:10.4375rem;top:1.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wxJHTzCX02eiUyvTMSHtdSz8I6JIuRb9 { width:1.6875rem;height:1.6875rem;top:12.3125rem;left:3.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BfSb9osQcOckgPUaqk2244vuipMsMfFs { width:17.5rem;height:;top:5.125rem;left:0rem;font-size:1.3125rem;display:none; }#BfSb9osQcOckgPUaqk2244vuipMsMfFs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/bWOXnniI/arrow.png); }
 }@media only screen and (max-width: 763px) { #rTtsDa2NaBwLMezc54Ap2TmdJ6Mm8v7t { width:18.625rem;height:10.4375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEfQO0BC5A3yoifTmUtReu5lZNuZxTBk { width:18.625rem;height:10.4375rem;top:1.5rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0vHMIroDvVBGisgzqISSTkVQMmE0Kut { width:18.625rem;height:10.4375rem;top:1.5rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #J40E64Kt1sZUPvBMGwxn5Tqh3clzQTAB { display:block; }#J40E64Kt1sZUPvBMGwxn5Tqh3clzQTAB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BWpc3Ni8TEZFUIZMtdCavHlFtuGWb3md { width:16.8125rem;height:1.125rem;top:12.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDnHdNxuKUZIMHX15gKwRpnvvHlU73l3 { width:1.6875rem;height:1.6875rem;top:12.3125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMRwfaIcfz75zWglANcZXC4GHXV3rzRV { width:18.625rem;height:12.875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQOlaTauHP217FBS652asREytHdQAMLy { width:18.625rem;height:12.875rem;top:1.5rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQh9WV2d6LkvfK9KfXa81KrTnsaT1MBZ { width:16.8125rem;height:1.125rem;top:12.625rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXZcIh6QqUOWRR8mFEEbe53JpNq4Evcc { width:1.6875rem;height:1.6875rem;top:12.3125rem;left:16.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaPVJta6VE57ErAyQh2kh8FbRyMmrQrN { width:18.625rem;height:12.875rem;top:1.5rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtGZdh63XCTHvrLf6TaZKFsEtIlAy7ZQ { width:16.8125rem;height:1.125rem;top:12.625rem;left:30.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGVuFmAFUgkBQ1r8obzvTKzrpWDbgDA9 { width:1.6875rem;height:1.6875rem;top:12.3125rem;left:32.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPP4yZBvGXLrsSTbcw8qT1q0F3EPdHpx { width:16.8125rem;height:1.125rem;top:12.625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pbTfomdArzf50JMN4xNcBhw5GW7NKP8e { width:18.625rem;height:12.875rem;top:1.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CehoP96zCN96SoofOEk7RUMTWi4Iz86f { width:18.625rem;height:10.4375rem;top:1.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CzASB85c8f3FwWZzGdRvdHeoT9kX1D7b { width:1.6875rem;height:1.6875rem;top:12.3125rem;left:3.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kNmd7J8o54wdFeLsIknoFv1OqCmH3eoW { width:17.5rem;height:;top:5.125rem;left:0rem;font-size:1.3125rem;display:none; }#kNmd7J8o54wdFeLsIknoFv1OqCmH3eoW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/bWOXnniI/arrow.png); }
 }@media only screen and (max-width: 763px) { #xHPhBVUHGIL6da5IrwGeh5DlLxTgdWVk { width:18.625rem;height:10.4375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV7fteH11MJmB3lzR2T34gzXnHxXEwDI { width:18.625rem;height:10.4375rem;top:1.5rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmcO1nvK1zV1re6G2TKfRcFuM53Mu3kV { width:18.625rem;height:10.4375rem;top:1.5rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEqfwDBa56h6T8wERwE7fawfsoXv0mZk { display:block; }#TEqfwDBa56h6T8wERwE7fawfsoXv0mZk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6qiZSne7UlnAP2JmG9DAyUZyIPITnV9 { width:16.8125rem;height:1.125rem;top:12.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkkss05NF3bpN3ALUWHTAg6QZwsi6q8W { width:1.6875rem;height:1.6875rem;top:12.3125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQnFqBtMw4H8yWJrnwkfik9Qx0HC1mu6 { width:18.625rem;height:12.875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgAV4oyX3Nr70WWH5fxbUei0ADDwbI03 { width:18.625rem;height:12.875rem;top:1.5rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFWElCTpyTUq6WWRTxLtm7icJCcM5L4m { width:16.8125rem;height:1.125rem;top:12.625rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4PNhRi1u9DHHMekceKtetyOiTaKNn9f { width:1.6875rem;height:1.6875rem;top:12.3125rem;left:17.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVxa90U27Fn6MiBZ0skTMwbdqThr8M5f { width:18.625rem;height:12.875rem;top:1.5rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCyX6A97VSHXaTKOFGoPB7PL7gittcbt { width:16.8125rem;height:1.125rem;top:12.625rem;left:30.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxIC9bJ8VaNaXtgtcgNuSZSlIfQlL0wQ { width:1.6875rem;height:1.6875rem;top:12.3125rem;left:33.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPZE2VtgvWDXhZ9O1ZPwglAnL0qNlWCm { width:16.8125rem;height:1.125rem;top:12.625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zVcD98iGG3pIgTouP3oUGh27E2l4nHQk { width:18.625rem;height:12.875rem;top:1.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtMo5ftsZ1qg7OpDdoBmwlad077UuqSc { width:18.625rem;height:10.4375rem;top:1.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HWVHAhDXQAbx4c8gbMRIMTcKLQUFKEvR { width:1.6875rem;height:1.6875rem;top:12.3125rem;left:3.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CmrTIFkoKShUGTN5Tx2cRvVzeyIKMhC4 { width:17.5rem;height:;top:5.125rem;left:0rem;font-size:1.3125rem;display:none; }#CmrTIFkoKShUGTN5Tx2cRvVzeyIKMhC4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/bWOXnniI/arrow.png); }
 }@media only screen and (max-width: 763px) { #LD9BEzlfGvZQb0FHTO5PANvxywF9INLH { width:18.625rem;height:10.4375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF1dqZAUaATVnTFL2TfPLU5LJAcQWRGn { width:18.625rem;height:10.4375rem;top:1.5rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQSegsNfm1tI47SlZLpeq1su4gIbXJAQ { width:18.625rem;height:10.4375rem;top:1.5rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cuu3vxGyEdIPB6vDfGOvBma4TN4TUtgq { display:block; }#Cuu3vxGyEdIPB6vDfGOvBma4TN4TUtgq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yPK8VHaSoItT2sfyMreFws9ltDqEWhGa { width:16.8125rem;height:1.125rem;top:12.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qsv23efIGMACn7WmoXUcZl5TQZo8QJgX { width:1.6875rem;height:1.6875rem;top:12.3125rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #feqMFTeGCWSWgRXpecAaeepgUboTp1RB { width:18.625rem;height:12.875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAw2FBFHHqUIgahElU1G7VxQzNRehOpr { width:18.625rem;height:12.875rem;top:1.5rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcCsI3MOw8EGrFb38cXx6SbHDoem3dqt { width:16.8125rem;height:1.125rem;top:12.625rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc8BZpgCt7epH7FskI2DyXysbehqXbs5 { width:1.6875rem;height:1.6875rem;top:12.3125rem;left:17.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgVNnButRnmw2hnpl3OPThQ2GNud4RZ6 { width:18.625rem;height:12.875rem;top:1.5rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kn37oHqTaetNZfUwEIPeRZpkOBHoTION { width:16.8125rem;height:1.125rem;top:12.625rem;left:30.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0PN8VrhQHSfDeN3xd2SMJdxtCmOdNrT { width:1.6875rem;height:1.6875rem;top:12.3125rem;left:35.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCiTT2vhkLywDJBAE1NibbLxMxi0AdFo { width:18.625rem;height:10.4375rem;top:1.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NcvUFmBzK5t1VFnoHvbZWgsLJWZ56HgR { width:17.5rem;height:;top:5.125rem;left:0rem;font-size:1.3125rem;display:none; }#NcvUFmBzK5t1VFnoHvbZWgsLJWZ56HgR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/bWOXnniI/arrow.png); }
 }@media only screen and (max-width: 763px) { #VVWitgO8LaInAxeTympW7wAhdRuKfO8f { width:18.625rem;height:10.4375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaOd6iIDIman6oMgKcaLoNc22UqwPL3T { width:18.625rem;height:10.4375rem;top:1.5rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUfZWMwOfoPxCA9P0UQ1pNdwi4Ws6OTE { width:18.625rem;height:10.4375rem;top:1.5rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #GshOCxcLdhlShXoZs94BQLXxUQuoH8Hr { display:block; }#GshOCxcLdhlShXoZs94BQLXxUQuoH8Hr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q4Buzl0E011UGGhCIcv6hEDOxwSrTHJM { width:16.8125rem;height:1.125rem;top:12.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBG0pTTeQq4R1uHHSqKdI32Q7q97u6yd { width:1.6875rem;height:1.6875rem;top:12.3125rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4DQeRy9vo286ryTTiTp8rD1FpxFThLT { width:18.625rem;height:12.875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2wJTVvkZtVHiJSxfvzJhRCkkOO4g5Kt { width:18.625rem;height:12.875rem;top:1.5rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI4MWoWSprfeUlzgyFwGVt7nQUBHKua1 { width:16.8125rem;height:1.125rem;top:12.625rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIODA1qqvvBRXlX2erXRB3kaliuQuZvB { width:1.6875rem;height:1.6875rem;top:12.3125rem;left:19.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUQZvX8UTUR1bhsaB4z59bPST4A1eVIc { width:18.625rem;height:12.875rem;top:1.5rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDw5TxaJGRKLRNMTiTJeKpd4sbEsHQll { width:16.8125rem;height:1.125rem;top:12.625rem;left:30.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA6rMsyHy7sGbzmU2nsXTXBZI56bqMOp { width:1.6875rem;height:1.6875rem;top:12.3125rem;left:33.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcHTSbVR8TqsCBeaQtkRK3GeolH2Bko8 { width:18.625rem;height:10.4375rem;top:1.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PtS3CTLshaKJUbycPSaQKNDtPXGo4Niw { width:17.5rem;height:;top:5.125rem;left:0rem;font-size:1.3125rem;display:none; }#PtS3CTLshaKJUbycPSaQKNDtPXGo4Niw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/bWOXnniI/arrow.png); }
 }@media only screen and (max-width: 763px) { #vtRzQybRrykMIC4FU2Mah0S1fA7MIhWX { width:18.625rem;height:10.4375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xin2i4AsW4w8Xltn3ypk5mPRbObqyiFJ { width:18.625rem;height:10.4375rem;top:1.5rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6XMWDxsHTQdOoU6P7GI6Gd0bpg2988U { width:18.625rem;height:10.4375rem;top:1.5rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #n590qDct2QPrZth72ho5TAyfOER23xik { display:block; }#n590qDct2QPrZth72ho5TAyfOER23xik > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3he4bi5vE3kMkgovtKG2dzf27zaqDvc { width:30.625rem;height:19.4375rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg8POTkTEv3I9H7LJZdTaTwUOzdobHqg { width:28.75rem;height:2.8125rem;top:8.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLwmqBuzqAoFVBAPhbwgrrmqdgkch5Nx { width:23.75rem;height:11.8125rem;top:11.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQVIIilSILs7F6OrsiOpZLPhapK6IdGc { width:31.625rem;height:22.3125rem;top:4.75rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5DaGJ7Z4nhyGbzhELLdIDJMHkT18qJL { width:31.625rem;height:22.3125rem;top:4.75rem;left:16.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gm5zT9PpLlm9N7uJi6OvSS7yVViTMb9c { display:block; }#Gm5zT9PpLlm9N7uJi6OvSS7yVViTMb9c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STRgWazk1pT79BbqlEri4OsyNtFFPaS3 { width:47.75rem;height:2.8125rem;top:1.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdGGfh8FT7A4h10OveanDl1tDOLm2B47 { display:block; }#TdGGfh8FT7A4h10OveanDl1tDOLm2B47 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TybUb9rioUQmec13TqFvo004a0XzsvJQ { width:47.75rem;height:6.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWrWUSen8uASf41uyKM9rVxE2lVWeoAN { display:block; }#MWrWUSen8uASf41uyKM9rVxE2lVWeoAN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTFIMqzlHaeFNh6gqEVlwv9Q0zqD0F4r { width:14.4375rem;height:1.625rem;top:2.0625rem;left:17.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEHq0mLsQMSKrkIX2yUGbGmkLgnBv8Nx { width:11.75rem;height:3.125rem;top:5.0625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki3re79IIl9lSpUoht6r8E9LaklZMm3f { width:14.4375rem;height:3.9375rem;top:4.5rem;left:17.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps3UARt5SFTyCNpyGl63OUTdrdftEnTP { width:1.8125rem;height:1.8125rem;top:4.5rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWEMLU6zLsPDDyZaUEhliqEfrNfOlyIT { width:1.8125rem;height:1.8125rem;top:9.375rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJkK76HUwpxACJ1xQk5zkktgzgq87ikA { width:14.4375rem;height:1.3125rem;top:4.4375rem;left:33.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6NyIih2K2OnfHxgmKow9SDvk0Ju8cuE { width:1.8125rem;height:1.8125rem;top:4.4375rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUrkW01iGmBOioLoESgzMlbOuMT6y6i8 { width:1.8125rem;height:1.8125rem;top:7.0625rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkTKTgCLFe9K0eeOUpJeOGBFlLdN4FzB { width:14.4375rem;height:1.625rem;top:2.0625rem;left:33.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhs0mGg2yHQEwq2Xuke6RTcrRkyMTKms { width:14.4375rem;height:1.3125rem;top:9.5625rem;left:17.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpZGz0mUVb6xyIUgy9XfLyVPyXeZzhyr { width:14.4375rem;height:1.3125rem;top:7.3125rem;left:33.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpJLFzhSoaJfGnzkVDtrLZILrdJp08tL { display:none; }#RpJLFzhSoaJfGnzkVDtrLZILrdJp08tL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pXNTqwdbEhHM9f79zE9LAGVccSXMtQDn { width:16.25rem;height:3.4375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iVFxee9I2wTJ9c1zurIiPyVEmGTU4zv3 { display:block; }
 }@media only screen and (max-width: 763px) { #syC1kid10VSUTbqu7D646Soam8b2p95O { width:23.25rem;height:4rem;top:37.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CBHMcvTnz1pGXZInhbGxcxNEfIr3uKrk { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6db4bc9f-ad9b-4e8d-98e5-f210a16a888c/Gemini_Generated_Image_rl168grl168grl16.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(34,34,34,0.85); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(34,34,34,0.85); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:54.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQhKtanibX8s6M5qgDKwkE0ToWA0u3wd { width:17.8125rem;height:9rem;top:6.625rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IK8dlsoewGyuuJp0elCebvkSX1aFkTIV { width:16.875rem;height:2.8125rem;top:31.25rem;left:1.5625rem;z-index:15022;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0UwVOKnvmADv8LIWnpr70XlWDiuauKB { display:block; }
 }@media only screen and (max-width: 763px) { #x2iJgBo3xyK94o1HizXTLX7IlzzZBwIJ { width:17.5rem;height:3.4375rem;top:18rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LK61FxMgnDPBJiIstksecThlq3hPOHfT { display:block; }
 }@media only screen and (max-width: 763px) { #fKlNTSQuIXzhKTavDbZNl5qItZ3bOvVW { width:17.9375rem;height:6.499025rem;top:15.8125rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kMZHtq0yLoHHxvBZGklkMide0OJ8RRST { width:3.125rem;height:3.125rem;top:5.1875rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qgw4pAQlBAgSR7AQa7KWevmZLZDQt8io { width:10.5625rem;height:0.9375rem;top:11.8125rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XiMkQX2hFg02IvODGseJ3ShXIyc59U50 { width:10.5625rem;height:1rem;top:9.5625rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #utWcpqt1yKBKBTB4h6aqiud9cnbFHodT { width:8.0625rem;height:2.125rem;top:2.9375rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGQZlsC0geSXyuapl2QHVXNq46uQd5Tb { width:15.25rem;height:3.01171875rem;top:23.6875rem;left:2.375rem;text-align:left;text-align-last:left;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);z-index:15016;display:block; }#cGQZlsC0geSXyuapl2QHVXNq46uQd5Tb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_97df0feaa2334f6b36e38b04ac7fa4bcdd3889db.svg); }
 }@media only screen and (max-width: 763px) { #Gp71RTug78zfSDpdamHLE8xEQISTKLBG { width:17.5rem;height:0;top:53.2109375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.3125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);z-index:15016;display:none; }#Gp71RTug78zfSDpdamHLE8xEQISTKLBG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/bWOXnniI/arrow.png); }
 }@media only screen and (max-width: 763px) { #i2McCMMM7AP9uvd8LDORF99dwCHJpcfq { width:17.8125rem;height:12.5625rem;top:37rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXLtq0HB4SIKVlovht0aAqQhTLmtglvx { width:15.25rem;height:3.01171875rem;top:26.875rem;left:2.375rem;text-align:left;text-align-last:left;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);z-index:15016;display:block; }#DXLtq0HB4SIKVlovht0aAqQhTLmtglvx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_97df0feaa2334f6b36e38b04ac7fa4bcdd3889db.svg); }
 }@media only screen and (max-width: 763px) { #TVtGd4HhpiZnF5allyZF7ql1uNKn3UI7 { width:19.0625rem;height:12.8125rem;top:37.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNM3O5glAtbF2ynxkTyKglqHMu7CTE44 { display:block; }#yNM3O5glAtbF2ynxkTyKglqHMu7CTE44 > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZlvDhag9tfLE4RHOPhuSRReBPAu823w { width:20rem;height:3.8994125rem;top:6.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmpkA6LcsqdsTUJWUKNEpbboDO3rNOnz { width:20rem;height:1.4619125rem;top:4.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWQkEWzUWRbkU6N321Z6NpNQ9HfEnHp6 { display:flex;width:1.375rem;height:1.9375rem;top:1.4375rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xqzRZnRLWAGSV2pTCQT4QwcgUov5zX7B { display:flex;width:1.375rem;height:1.9375rem;top:1.9375rem;left:9.125rem;z-index:15027; }
 }@media only screen and (max-width: 763px) { #mkalle4WqKKmgdTDvcftzgkogUtw61dK { top:1.75rem;left:8.6875rem;width:2.3125rem;height:2.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #vOkS8VfyWKTQbNaRqkS8aw0i7ThXN5Th { display:none; }#vOkS8VfyWKTQbNaRqkS8aw0i7ThXN5Th > .row .container { width:20rem;height:48.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uPK8oleZ3Gkt4MLmToIFL88v1TxvvMCR { width:20rem;height:44.0625rem;top:2.5rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLQ5oI2rqMPi29mfus1iLJtJ9snW2Syw { width:14.375rem;height:3.7109375rem;top:3.9140625rem;left:2.8125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P235Qg2V7ZTBqVfcE2qBCxnqlzUWTPQ7 { width:16.6875rem;height:2.2734375rem;top:7.9375rem;left:1.65625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BlnpziqqLZ9c1T5dcA1foBrvveFyh2fz { width:17.9375rem;height:7.8965rem;top:11.1875rem;left:1.03125rem;font-size:0.8125rem;display:block; }#BlnpziqqLZ9c1T5dcA1foBrvveFyh2fz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8f1dc1166ce522bea16dce4f6e9b41d341a4d164.svg); }
 }@media only screen and (max-width: 763px) { #vOw0tXinGmy8aNzP4i1BkZ42X0zugfSR { width:16.4375rem;height:0;top:52.312501907349rem;left:1.8125001192093rem;font-size:1.1875rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #yI7h6AsWJldU9GlGz8GXd2rHTQGcVqqT { width:17.4375rem;height:23.875rem;top:20.4375rem;left:0.96875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a00cd014-4750-4fb0-b0f2-d031d9513cf1/mob4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yI7h6AsWJldU9GlGz8GXd2rHTQGcVqqT.adaptive-delivery-prevent-bg, #yI7h6AsWJldU9GlGz8GXd2rHTQGcVqqT.lazyload, #yI7h6AsWJldU9GlGz8GXd2rHTQGcVqqT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mQA21OTMfThyeLHkzAfBJVFpGb4RaSfU { display:block; }#mQA21OTMfThyeLHkzAfBJVFpGb4RaSfU > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwsDyLoVy9a1iJ7bsd9PemQeCDdaVpCl { width:20rem;height:30.3125rem;top:2.5rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm9q6rlzW5OO5f9sGTFGJ1fxUTasysQT { width:14.375rem;height:3.7109375rem;top:3.9140625rem;left:2.8125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NGpnu1gLHvQ654P2ehH4QQbc51BUnF3I { width:16.6875rem;height:2.2734375rem;top:7.9375rem;left:1.65625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J5sMlEisnfqrvUIWx3E29qlIhb8IiGpL { width:17.9375rem;height:7.8965rem;top:11.1875rem;left:1.03125rem;font-size:0.8125rem;display:block; }#J5sMlEisnfqrvUIWx3E29qlIhb8IiGpL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8f1dc1166ce522bea16dce4f6e9b41d341a4d164.svg); }
 }@media only screen and (max-width: 763px) { #cH07vza84PdnU75z1W1Dw13Nv5liVnOI { width:16.4375rem;height:0;top:52.312501907349rem;left:1.8125001192093rem;font-size:1.1875rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #dz9ldpV29qTqeWsE7By62nxGUx8SUa3P { width:17.875rem;height:9.9375rem;top:20.4375rem;left:0.78125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a00cd014-4750-4fb0-b0f2-d031d9513cf1/mob4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dz9ldpV29qTqeWsE7By62nxGUx8SUa3P.adaptive-delivery-prevent-bg, #dz9ldpV29qTqeWsE7By62nxGUx8SUa3P.lazyload, #dz9ldpV29qTqeWsE7By62nxGUx8SUa3P.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FcrGCzkh0rwCvdV36UcPkoTfZZbggtSA { height:10rem;width:17.875rem;top:20.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqICZ81bKxRacTKRhqvJGA5TsSmWDX4T { display:block; }#HqICZ81bKxRacTKRhqvJGA5TsSmWDX4T > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oIwtf7Vy1c5i1HVWtLNceA9kwmh8zDKo { width:19rem;height:2.11230625rem;top:2.67578125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTEedvmkT28FaMJWeqQkVDuio6Cu52MT { display:block; }#NTEedvmkT28FaMJWeqQkVDuio6Cu52MT > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHrQSufV1bHOfedqgKN412iQyByBgTXn { width:20rem;height:12.1875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpOPkMAcV0iBBb4SndOGDO9xlkXIRFaa { width:17.5rem;height:3.4375rem;top:18rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eDog45ZgzdkBORhmvFFWu3TccLnetrI4 { display:block; }
 }@media only screen and (max-width: 763px) { #C1ieHoT1JfNiScsJdMxqpRXs7uSbRo5T { width:16.8125rem;height:1.625rem;top:10.6875rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQXuADmQ4iGCyKsnRoihFUmconxhahIf { width:20rem;height:8.6875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMvfr1oniWslqyVOd2dxqACPp9trEXTc { width:20rem;height:12.1875rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVS6FC2c7dabGOV0bb25238GoW2BM9ok { width:19rem;height:3.125rem;top:38.0625rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #INvJgTexoWOqSIcUx7O7JAzfSlAFsPyl { display:block; }
 }@media only screen and (max-width: 763px) { #Pyq0chM1TM2fyT7IIUZXAzvM3PeoRES9 { width:16.8125rem;height:1.625rem;top:24rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEAWbKz46fBa49Ts2aHrpIGl1CIVTtvE { width:20rem;height:8.6875rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUoy6UmSDy7xVicJeGXy6rO5P0DnmoNI { display:block; }#LUoy6UmSDy7xVicJeGXy6rO5P0DnmoNI > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J88WV9UhK82BtyLvoyLsknqtg37HOmi1 { width:16.3125rem;height:3.8984375rem;top:3.61328125rem;left:1.84375rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KtwWOgps2ulTnTD5R1vMC5uJuvuuR3Mc { display:block; }#KtwWOgps2ulTnTD5R1vMC5uJuvuuR3Mc > .row .container { width:20rem;height:34.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hikMNrKOPTwpanGNPSyzmuTmRMI4CwSq { width:9.6875rem;height:1.29980625rem;top:8.625rem;left:5.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QclynywJ9yRvdHJur8JFALc24xyq4yXz { width:1.6875rem;height:1.6875rem;top:8.4375rem;left:5.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV7F4wSsEQhxoPXF9RUv7H1I2EgpuW5T { width:20rem;height:9.6875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCIvyZh3xGyyLpaNBS6mgmUZBLPCRfDa { width:20rem;height:9.6875rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8fQGdRcLn62T0xb1y5diM69QFrTct37 { width:14.75rem;height:1.29980625rem;top:30.75rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #doAeB4s4aagdLanvsx0Ps1rwSgTlqGWw { width:1.6875rem;height:1.6875rem;top:30.5625rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNJoykRkxiqEmlnN1rWT1AKPirFymhMK { width:20rem;height:9.6875rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPIcoct51921TMIwJ4IPT81fdUEIafs3 { width:14.5625rem;height:1.29980625rem;top:19.61328125rem;left:2.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyZfL3GJFLledMztllRP6NyzZ089dck1 { width:1.6875rem;height:1.6875rem;top:19.4189453125rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc2B0qgXb82eBzTQXRLDZypN0FserOiP { width:4.6875rem;height:0;top:15.0625rem;left:13.5625rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #odIuKuFIEymkK9oBhTTl9mxqlwsRVnPH { width:9.6875rem;height:5.375rem;top:8.75rem;left:10.3125rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #wxJHTzCX02eiUyvTMSHtdSz8I6JIuRb9 { width:1.6875rem;height:1.6875rem;top:14.6875rem;left:12.0625rem;font-size:1.125rem;z-index:15025;color:#3b82f6;display:none; }
 }@media only screen and (max-width: 763px) { #BfSb9osQcOckgPUaqk2244vuipMsMfFs { width:17.5rem;height:0;top:18.125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.3125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);z-index:15016;display:none; }#BfSb9osQcOckgPUaqk2244vuipMsMfFs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/bWOXnniI/arrow.png); }
 }@media only screen and (max-width: 763px) { #rTtsDa2NaBwLMezc54Ap2TmdJ6Mm8v7t { width:20rem;height:6.9375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEfQO0BC5A3yoifTmUtReu5lZNuZxTBk { width:20rem;height:6.9375rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0vHMIroDvVBGisgzqISSTkVQMmE0Kut { width:20rem;height:6.9375rem;top:23rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/914f6b46-212d-49f6-9552-cd3cb7ea47bf/saj_mapron_01.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#a0vHMIroDvVBGisgzqISSTkVQMmE0Kut.adaptive-delivery-prevent-bg, #a0vHMIroDvVBGisgzqISSTkVQMmE0Kut.lazyload, #a0vHMIroDvVBGisgzqISSTkVQMmE0Kut.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #J40E64Kt1sZUPvBMGwxn5Tqh3clzQTAB { display:block; }#J40E64Kt1sZUPvBMGwxn5Tqh3clzQTAB > .row .container { width:20rem;height:33.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BWpc3Ni8TEZFUIZMtdCavHlFtuGWb3md { width:14.875rem;height:1.29980625rem;top:8.25rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDnHdNxuKUZIMHX15gKwRpnvvHlU73l3 { width:1.6875rem;height:1.6875rem;top:8.0556640625rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMRwfaIcfz75zWglANcZXC4GHXV3rzRV { width:20rem;height:9.6875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQOlaTauHP217FBS652asREytHdQAMLy { width:20rem;height:9.6875rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQh9WV2d6LkvfK9KfXa81KrTnsaT1MBZ { width:14.6875rem;height:1.29980625rem;top:19.3125rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXZcIh6QqUOWRR8mFEEbe53JpNq4Evcc { width:1.6875rem;height:1.6875rem;top:19.1181640625rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaPVJta6VE57ErAyQh2kh8FbRyMmrQrN { width:20rem;height:9.6875rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtGZdh63XCTHvrLf6TaZKFsEtIlAy7ZQ { width:14.625rem;height:1.29980625rem;top:30.3125rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGVuFmAFUgkBQ1r8obzvTKzrpWDbgDA9 { width:1.6875rem;height:1.6875rem;top:30.1181640625rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPP4yZBvGXLrsSTbcw8qT1q0F3EPdHpx { width:4.6875rem;height:0;top:15.0625rem;left:13.5625rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #pbTfomdArzf50JMN4xNcBhw5GW7NKP8e { width:9.6875rem;height:8.125rem;top:8.75rem;left:10.3125rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #CehoP96zCN96SoofOEk7RUMTWi4Iz86f { width:9.6875rem;height:5.375rem;top:8.75rem;left:10.3125rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #CzASB85c8f3FwWZzGdRvdHeoT9kX1D7b { width:1.6875rem;height:1.6875rem;top:14.6875rem;left:12.0625rem;font-size:1.125rem;z-index:15025;color:#3b82f6;display:none; }
 }@media only screen and (max-width: 763px) { #kNmd7J8o54wdFeLsIknoFv1OqCmH3eoW { width:17.5rem;height:0;top:18.125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.3125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);z-index:15016;display:none; }#kNmd7J8o54wdFeLsIknoFv1OqCmH3eoW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/bWOXnniI/arrow.png); }
 }@media only screen and (max-width: 763px) { #xHPhBVUHGIL6da5IrwGeh5DlLxTgdWVk { width:20rem;height:6.9375rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV7fteH11MJmB3lzR2T34gzXnHxXEwDI { width:20rem;height:6.9375rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmcO1nvK1zV1re6G2TKfRcFuM53Mu3kV { width:20rem;height:6.9375rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEqfwDBa56h6T8wERwE7fawfsoXv0mZk { display:block; }#TEqfwDBa56h6T8wERwE7fawfsoXv0mZk > .row .container { width:20rem;height:33.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6qiZSne7UlnAP2JmG9DAyUZyIPITnV9 { width:14.875rem;height:1.29980625rem;top:7.6875rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkkss05NF3bpN3ALUWHTAg6QZwsi6q8W { width:1.6875rem;height:1.6875rem;top:7.4931640625rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQnFqBtMw4H8yWJrnwkfik9Qx0HC1mu6 { width:20rem;height:9.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgAV4oyX3Nr70WWH5fxbUei0ADDwbI03 { width:20rem;height:9.6875rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFWElCTpyTUq6WWRTxLtm7icJCcM5L4m { width:11.6875rem;height:1.29980625rem;top:29.75rem;left:4.15625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4PNhRi1u9DHHMekceKtetyOiTaKNn9f { width:1.6875rem;height:1.6875rem;top:29.5556640625rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVxa90U27Fn6MiBZ0skTMwbdqThr8M5f { width:20rem;height:9.6875rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCyX6A97VSHXaTKOFGoPB7PL7gittcbt { width:11.9375rem;height:1.29980625rem;top:18.6875rem;left:4.03125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxIC9bJ8VaNaXtgtcgNuSZSlIfQlL0wQ { width:1.6875rem;height:1.6875rem;top:18.4931640625rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPZE2VtgvWDXhZ9O1ZPwglAnL0qNlWCm { width:4.6875rem;height:0;top:15.0625rem;left:13.5625rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #zVcD98iGG3pIgTouP3oUGh27E2l4nHQk { width:9.6875rem;height:8.125rem;top:8.75rem;left:10.3125rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #qtMo5ftsZ1qg7OpDdoBmwlad077UuqSc { width:9.6875rem;height:5.375rem;top:8.75rem;left:10.3125rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #HWVHAhDXQAbx4c8gbMRIMTcKLQUFKEvR { width:1.6875rem;height:1.6875rem;top:14.6875rem;left:12.0625rem;font-size:1.125rem;z-index:15025;color:#3b82f6;display:none; }
 }@media only screen and (max-width: 763px) { #CmrTIFkoKShUGTN5Tx2cRvVzeyIKMhC4 { width:17.5rem;height:0;top:18.125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.3125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);z-index:15016;display:none; }#CmrTIFkoKShUGTN5Tx2cRvVzeyIKMhC4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/bWOXnniI/arrow.png); }
 }@media only screen and (max-width: 763px) { #LD9BEzlfGvZQb0FHTO5PANvxywF9INLH { width:20rem;height:6.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF1dqZAUaATVnTFL2TfPLU5LJAcQWRGn { width:20rem;height:6.9375rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQSegsNfm1tI47SlZLpeq1su4gIbXJAQ { width:20rem;height:6.9375rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cuu3vxGyEdIPB6vDfGOvBma4TN4TUtgq { display:block; }#Cuu3vxGyEdIPB6vDfGOvBma4TN4TUtgq > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yPK8VHaSoItT2sfyMreFws9ltDqEWhGa { width:11.0625rem;height:1.29980625rem;top:7.625rem;left:4.46875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qsv23efIGMACn7WmoXUcZl5TQZo8QJgX { width:1.6875rem;height:1.6875rem;top:7.4306640625rem;left:3.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #feqMFTeGCWSWgRXpecAaeepgUboTp1RB { width:20rem;height:9.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAw2FBFHHqUIgahElU1G7VxQzNRehOpr { width:20rem;height:9.6875rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcCsI3MOw8EGrFb38cXx6SbHDoem3dqt { width:11.125rem;height:1.29980625rem;top:18.82421875rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc8BZpgCt7epH7FskI2DyXysbehqXbs5 { width:1.6875rem;height:1.6875rem;top:18.6298828125rem;left:3.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgVNnButRnmw2hnpl3OPThQ2GNud4RZ6 { width:20rem;height:9.6875rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kn37oHqTaetNZfUwEIPeRZpkOBHoTION { width:9.75rem;height:1.29980625rem;top:30.1875rem;left:5.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0PN8VrhQHSfDeN3xd2SMJdxtCmOdNrT { width:1.6875rem;height:1.6875rem;top:29.9931640625rem;left:4.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCiTT2vhkLywDJBAE1NibbLxMxi0AdFo { width:9.6875rem;height:5.375rem;top:8.75rem;left:10.3125rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #NcvUFmBzK5t1VFnoHvbZWgsLJWZ56HgR { width:17.5rem;height:0;top:18.125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.3125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);z-index:15016;display:none; }#NcvUFmBzK5t1VFnoHvbZWgsLJWZ56HgR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/bWOXnniI/arrow.png); }
 }@media only screen and (max-width: 763px) { #VVWitgO8LaInAxeTympW7wAhdRuKfO8f { width:20rem;height:6.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaOd6iIDIman6oMgKcaLoNc22UqwPL3T { width:20rem;height:6.9375rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUfZWMwOfoPxCA9P0UQ1pNdwi4Ws6OTE { width:20rem;height:6.9375rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GshOCxcLdhlShXoZs94BQLXxUQuoH8Hr { display:block; }#GshOCxcLdhlShXoZs94BQLXxUQuoH8Hr > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q4Buzl0E011UGGhCIcv6hEDOxwSrTHJM { width:11.0625rem;height:1.29980625rem;top:7.625rem;left:4.46875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBG0pTTeQq4R1uHHSqKdI32Q7q97u6yd { width:1.6875rem;height:1.6875rem;top:7.4306640625rem;left:3.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4DQeRy9vo286ryTTiTp8rD1FpxFThLT { width:20rem;height:9.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2wJTVvkZtVHiJSxfvzJhRCkkOO4g5Kt { width:20rem;height:9.6875rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI4MWoWSprfeUlzgyFwGVt7nQUBHKua1 { width:11.125rem;height:1.29980625rem;top:18.82421875rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIODA1qqvvBRXlX2erXRB3kaliuQuZvB { width:1.6875rem;height:1.6875rem;top:18.6298828125rem;left:4.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUQZvX8UTUR1bhsaB4z59bPST4A1eVIc { width:20rem;height:9.6875rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDw5TxaJGRKLRNMTiTJeKpd4sbEsHQll { width:11.8125rem;height:1.29980625rem;top:30.1865234375rem;left:4.09375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA6rMsyHy7sGbzmU2nsXTXBZI56bqMOp { width:1.6875rem;height:1.6875rem;top:29.9931640625rem;left:3.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcHTSbVR8TqsCBeaQtkRK3GeolH2Bko8 { width:9.6875rem;height:5.375rem;top:8.75rem;left:10.3125rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #PtS3CTLshaKJUbycPSaQKNDtPXGo4Niw { width:17.5rem;height:0;top:18.125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.3125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);z-index:15016;display:none; }#PtS3CTLshaKJUbycPSaQKNDtPXGo4Niw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/bWOXnniI/arrow.png); }
 }@media only screen and (max-width: 763px) { #vtRzQybRrykMIC4FU2Mah0S1fA7MIhWX { width:20rem;height:6.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xin2i4AsW4w8Xltn3ypk5mPRbObqyiFJ { width:20rem;height:6.9375rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6XMWDxsHTQdOoU6P7GI6Gd0bpg2988U { width:20rem;height:6.9375rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n590qDct2QPrZth72ho5TAyfOER23xik { background-color:#000000;background-image:none;display:block; }#n590qDct2QPrZth72ho5TAyfOER23xik > .row .container { background-color: transparent; background-image: none; }#n590qDct2QPrZth72ho5TAyfOER23xik::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n590qDct2QPrZth72ho5TAyfOER23xik > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n590qDct2QPrZth72ho5TAyfOER23xik > .row .container > .video-iframe-container { display: none; }#n590qDct2QPrZth72ho5TAyfOER23xik > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n590qDct2QPrZth72ho5TAyfOER23xik > .row > .video-iframe-container { display: none; }#n590qDct2QPrZth72ho5TAyfOER23xik > .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); }#n590qDct2QPrZth72ho5TAyfOER23xik > .row .container { width:20rem;height:43.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3he4bi5vE3kMkgovtKG2dzf27zaqDvc { width:19.75rem;height:32.5625rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg8POTkTEv3I9H7LJZdTaTwUOzdobHqg { width:20rem;height:2.1933625rem;top:5.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLwmqBuzqAoFVBAPhbwgrrmqdgkch5Nx { width:18.3125rem;height:19.5rem;top:8.25rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQVIIilSILs7F6OrsiOpZLPhapK6IdGc { width:20rem;height:22.3125rem;top:24.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x5DaGJ7Z4nhyGbzhELLdIDJMHkT18qJL { width:20rem;height:11.875rem;top:29.625rem;left:0rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #Gm5zT9PpLlm9N7uJi6OvSS7yVViTMb9c { display:block; }#Gm5zT9PpLlm9N7uJi6OvSS7yVViTMb9c > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STRgWazk1pT79BbqlEri4OsyNtFFPaS3 { width:20rem;height:2.1933625rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdGGfh8FT7A4h10OveanDl1tDOLm2B47 { display:block; }#TdGGfh8FT7A4h10OveanDl1tDOLm2B47 > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TybUb9rioUQmec13TqFvo004a0XzsvJQ { width:20rem;height:6.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWrWUSen8uASf41uyKM9rVxE2lVWeoAN { display:block; }#MWrWUSen8uASf41uyKM9rVxE2lVWeoAN > .row .container { width:20rem;height:37.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTFIMqzlHaeFNh6gqEVlwv9Q0zqD0F4r { width:13.9375rem;height:2.4375rem;top:8.75rem;left:4.0625rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEHq0mLsQMSKrkIX2yUGbGmkLgnBv8Nx { width:9.75rem;height:2.6875rem;top:4.4375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki3re79IIl9lSpUoht6r8E9LaklZMm3f { width:13.625rem;height:3.9375rem;top:11.75rem;left:4.0625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps3UARt5SFTyCNpyGl63OUTdrdftEnTP { width:1.8125rem;height:1.8125rem;top:11.75rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWEMLU6zLsPDDyZaUEhliqEfrNfOlyIT { width:1.8125rem;height:1.8125rem;top:16.25rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJkK76HUwpxACJ1xQk5zkktgzgq87ikA { width:13.625rem;height:1.3125rem;top:22.5rem;left:4.125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6NyIih2K2OnfHxgmKow9SDvk0Ju8cuE { width:1.8125rem;height:1.8125rem;top:22.25rem;left:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUrkW01iGmBOioLoESgzMlbOuMT6y6i8 { width:1.8125rem;height:1.8125rem;top:24.4375rem;left:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkTKTgCLFe9K0eeOUpJeOGBFlLdN4FzB { width:13.4375rem;height:2.4375rem;top:19.375rem;left:4.1875rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhs0mGg2yHQEwq2Xuke6RTcrRkyMTKms { width:13.625rem;height:1.3125rem;top:16.4375rem;left:4.0625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpZGz0mUVb6xyIUgy9XfLyVPyXeZzhyr { width:13.625rem;height:1.3125rem;top:24.625rem;left:4.125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpJLFzhSoaJfGnzkVDtrLZILrdJp08tL { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#RpJLFzhSoaJfGnzkVDtrLZILrdJp08tL { background-color: transparent; background-image: none; }#RpJLFzhSoaJfGnzkVDtrLZILrdJp08tL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpJLFzhSoaJfGnzkVDtrLZILrdJp08tL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpJLFzhSoaJfGnzkVDtrLZILrdJp08tL > .row .container > .video-iframe-container { display: none; }#RpJLFzhSoaJfGnzkVDtrLZILrdJp08tL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpJLFzhSoaJfGnzkVDtrLZILrdJp08tL > .row > .video-iframe-container { display: none; }#RpJLFzhSoaJfGnzkVDtrLZILrdJp08tL > .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); }#RpJLFzhSoaJfGnzkVDtrLZILrdJp08tL > .row .container { width:20rem;height:7.0625rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXNTqwdbEhHM9f79zE9LAGVccSXMtQDn { width:18.75rem;height:3.125rem;top:3.8125rem;left:0.625rem;z-index:15024;background-color:#fca602;background-image:url("https://images.assets-landingi.com/uc/6b8c8fa3-f15c-4b0b-875a-9831e5708b26/bt_ligar.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#pXNTqwdbEhHM9f79zE9LAGVccSXMtQDn.adaptive-delivery-prevent-bg, #pXNTqwdbEhHM9f79zE9LAGVccSXMtQDn.lazyload, #pXNTqwdbEhHM9f79zE9LAGVccSXMtQDn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #iVFxee9I2wTJ9c1zurIiPyVEmGTU4zv3 { display:block; }
 }@media only screen and (max-width: 763px) { #syC1kid10VSUTbqu7D646Soam8b2p95O { width:18.75rem;height:3.125rem;top:0.4375rem;left:0.625rem;font-size:1.125rem;z-index:15016;background-color:#d4977b;background-image:url("https://images.assets-landingi.com/uc/7f0fa001-25b5-44bf-934d-c6e051ba1307/SemTtulo3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#syC1kid10VSUTbqu7D646Soam8b2p95O.adaptive-delivery-prevent-bg, #syC1kid10VSUTbqu7D646Soam8b2p95O.lazyload, #syC1kid10VSUTbqu7D646Soam8b2p95O.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CBHMcvTnz1pGXZInhbGxcxNEfIr3uKrk { display:block; }
 }