.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:255,217,210;--color-primary-1:255,142,119;--color-primary-2:255,67,28;--color-primary-3:255,50,0;--color-primary-4:241,49,0;--color-secondary-0:214,249,223;--color-secondary-1:133,236,158;--color-secondary-2:51,223,93;--color-secondary-3:0,215,53;--color-secondary-4:0,181,43;--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:0,0,0;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN { position:relative;display:none; }#TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN { border-width: 0; border-radius: 0; }#TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN > .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; }#TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN > .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; }#GSdS72WVQhng2w8xNWeVv36yKVMdU9mR { 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:43.125rem;width:75rem;display:none; }
#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 { position:relative;display:block; }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 { background-color: transparent; background-image: none; }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 > .row .container > .video-iframe-container { display: none; }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 > .row > .video-iframe-container { display: none; }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 > .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); }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 { border-width: 0; border-radius: 0; }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/144492dd-eaff-405d-b94b-c7a1bcde46e0/topo.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:46.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 > .row .container.adaptive-delivery-prevent-bg, #KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 > .row .container.lazyload, #KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 > .row .container.lazyloading { background-image: none; }#L09n6370OCUd2cXCT9NZ4vahBPnuWTco { color:rgba(var(--color-tertiary-0),1);display:block;width:26.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:16.556640625rem;left:2.4345703125rem;height:5.25rem;font-style:normal;display:block; }
#ghOVMnvlytRVSgVEe8mRtxvVqE5LVONz { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.3125rem 0rem #970000 ;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:teko;font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.28025rem;height:4.249675rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:36.125rem;left:2.4375rem;display:block; }
#T0vBfT6wlgmgCUwuu2Gm9XBWNIWpDywl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CpwAXbcbrVLzT6cPgDyrPyCga9Vq74Mz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:13.2486875rem;top:5.625rem;left:2.4375rem;overflow:hidden;display:block; }
#ndpS6QvI3uLzRCxOHzGDlZMXcK9TvJ0t { box-sizing:content-box;height:0.12429rem;width:26.25rem;position:absolute;display:block;z-index:15007;background-color:#4a4a4a;background-image:none;top:23.6796875rem;left:2.4345703125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#L9TWPDFSlRQQL4QRkxbl4qhb2uB61vXD { background-color:#3a3a3a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;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:teko;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:8.9998125rem;height:2.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:26.25rem;left:2.4375rem;display:block; }
#Vw3AhwJiNapxIspHGQck2cBavCxcsTyz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZidROLiBESzgNZPlsrdeM8KiyyMG6xF3 { background-color:#3a3a3a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;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:teko;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:14.6248125rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:26.3125rem;left:12.0625rem;display:block; }
#GnTvsI7Oavs9xbCtzFDIeW3pbrCkA1fZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LaXWaHhzrV64AU3aecRnSXJwqNQf8BlM { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;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:teko;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:9.375rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30.061859130859rem;left:21.624346733093rem;display:block; }
#Xx57PnspPtZrr1r4qqEyLDN2THHmdvHq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BD0tiApDxzDpUCpX2vOTWOhg5cmJU0XP { background-color:#3a3a3a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;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:teko;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:9.2496875rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:26.25rem;left:27.4375rem;display:block; }
#ucGLIMwZZfDKwXX0k6qG9pR2ZT7KkqD1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JoQ6S3nelm2KZlGxumZmg9q7esIwTh5W { background-color:#3a3a3a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;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:teko;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:18.562rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.0625rem;left:2.4375rem;display:block; }
#NLTm7U8kAWALAzTNFfHDgTUcgD5m1Scs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HSnTyQbQqqwkgrlxQyLiCHELtwp93pe6 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.999rem;position:absolute;font-family:teko;font-size:2.1875rem;font-weight:300;z-index:15004;line-height:.9;letter-spacing:0;text-shadow:0rem 0rem 2.0625rem rgba(var(--color-primary-3),0.8);top:37.2646484375rem;left:24.125rem;height:3.9375rem;font-style:normal;display:block; }
#rHz8W39TRPPfqgivXwpnUuV7Ew5L3PSg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.062175rem;width:2.062175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:37.25rem;left:21.0625rem; }
#qZ8nsNwHWbB6x3wEmu09hKmmN1Kdocgp { position:relative;display:none; }#qZ8nsNwHWbB6x3wEmu09hKmmN1Kdocgp { border-width: 0; border-radius: 0; }#qZ8nsNwHWbB6x3wEmu09hKmmN1Kdocgp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qZ8nsNwHWbB6x3wEmu09hKmmN1Kdocgp > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #212121, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(90deg, #212121, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(90deg, #212121, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(90deg, #212121, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(90deg, #212121, rgba(var(--color-tertiary-4),1));background-size:auto !important;font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#GBipL5iLT0bOHvJpETC4sZPNxn9i0bMx { color:rgba(var(--color-primary-3),1);display:block;width:6.125rem;position:absolute;font-family:teko;font-size:6.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.7496738433838rem;left:3.125rem;height:8.125rem;font-style:normal;display:block; }
#yuDFK7uN4hewHkIRotgTCCdScE9JXVOc { color:rgba(var(--color-tertiary-0),1);display:block;width:8.499375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:4.0625rem;left:9.5621747970581rem;height:2.999675rem;font-style:normal;display:block; }
#CvZcT3AJKN4XnvkTQIO5e8sUThzf7KBE { color:rgba(var(--color-primary-3),1);display:block;width:11.5625rem;position:absolute;font-family:teko;font-size:5.625rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;top:3.24951171875rem;left:23.749999046326rem;height:5.06185rem;font-style:normal;display:block; }
#uAXT2sCHz4UNTHUy0W2Zc7MnuntGR4yk { color:rgba(var(--color-tertiary-0),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.0625rem;left:36.124346733093rem;height:2.999675rem;font-style:italic;display:block; }
#fgTdcmEhgQS5y13SRXSmV7EfNReORl6U { color:rgba(var(--color-primary-3),1);display:block;width:8.6246875rem;position:absolute;font-family:teko;font-size:5.3125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.3746795654297rem;left:49.999999046326rem;height:6.9059375rem;font-style:normal;display:block; }
#yqc9DeePAd5IMUAgsX7tU8XO4zIQnnf4 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.3123474121094rem;left:59.311518669128rem;height:2.999675rem;font-style:italic;display:block; }
#EBOUJoBi4GleyLLooQZqi20Qq9stq6Kk { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#PEGAKI0UqH7qerBr8bhUzMiVqBz9KKc1 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#NDgrFxTIhAaZDmOc4BzsgkHn9CcfkGW4 { position:relative;display:block; }#NDgrFxTIhAaZDmOc4BzsgkHn9CcfkGW4 { background-color: transparent; background-image: none; }#NDgrFxTIhAaZDmOc4BzsgkHn9CcfkGW4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDgrFxTIhAaZDmOc4BzsgkHn9CcfkGW4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDgrFxTIhAaZDmOc4BzsgkHn9CcfkGW4 > .row .container > .video-iframe-container { display: none; }#NDgrFxTIhAaZDmOc4BzsgkHn9CcfkGW4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDgrFxTIhAaZDmOc4BzsgkHn9CcfkGW4 > .row > .video-iframe-container { display: none; }#NDgrFxTIhAaZDmOc4BzsgkHn9CcfkGW4 > .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); }#NDgrFxTIhAaZDmOc4BzsgkHn9CcfkGW4 { border-width: 0; border-radius: 0; }#NDgrFxTIhAaZDmOc4BzsgkHn9CcfkGW4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NDgrFxTIhAaZDmOc4BzsgkHn9CcfkGW4 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #212121, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(90deg, #212121, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(90deg, #212121, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(90deg, #212121, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(90deg, #212121, rgba(var(--color-tertiary-4),1));background-size:auto !important;font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ATyoTSvV5knExPnSRtL1AVK45rD3hx8G { color:rgba(var(--color-primary-3),1);display:block;width:25.374375rem;position:absolute;font-family:teko;font-size:4.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.625rem;left:24.8125rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q7tFgq3vpR0HfTLs0TBKKQOrBoAvfbGk { color:rgba(var(--color-tertiary-0),1);display:block;width:53.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:10.5rem;left:10.5625rem;height:1.57486875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Zz48G5BoGT4T4sEHkIeHBibKOmqS4Auh { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#N9KifMZnFy7DDZNfoMoOikqXroVhdGQO { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#FFczITMGMFH1BdPZxlb2eD9PwTkk2sCk { position:relative;display:block; }#FFczITMGMFH1BdPZxlb2eD9PwTkk2sCk { background-color: transparent; background-image: none; }#FFczITMGMFH1BdPZxlb2eD9PwTkk2sCk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFczITMGMFH1BdPZxlb2eD9PwTkk2sCk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFczITMGMFH1BdPZxlb2eD9PwTkk2sCk > .row .container > .video-iframe-container { display: none; }#FFczITMGMFH1BdPZxlb2eD9PwTkk2sCk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFczITMGMFH1BdPZxlb2eD9PwTkk2sCk > .row > .video-iframe-container { display: none; }#FFczITMGMFH1BdPZxlb2eD9PwTkk2sCk > .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); }#FFczITMGMFH1BdPZxlb2eD9PwTkk2sCk { border-width: 0; border-radius: 0; }#FFczITMGMFH1BdPZxlb2eD9PwTkk2sCk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FFczITMGMFH1BdPZxlb2eD9PwTkk2sCk > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #212121, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(90deg, #212121, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(90deg, #212121, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(90deg, #212121, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(90deg, #212121, rgba(var(--color-tertiary-4),1));background-size:auto !important;font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#uAsotXsni2BiKqeEuRIR0Ir51hB4Zt9d { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1e85954d-ede3-47e7-bc02-f6759c3a42ca/WhatsAppImage20241223at082018.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:0rem;display:block; }#uAsotXsni2BiKqeEuRIR0Ir51hB4Zt9d.adaptive-delivery-prevent-bg, #uAsotXsni2BiKqeEuRIR0Ir51hB4Zt9d.lazyload, #uAsotXsni2BiKqeEuRIR0Ir51hB4Zt9d.lazyloading { background-image: none; }
#nFRKodMStUFUh4XK2JaXAQSrfzNcUOeT { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/cd00bb16-6bf2-480f-ba0a-a4c7cad9abd1/WhatsAppImage20241223at083153.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:12.5rem;display:block; }#nFRKodMStUFUh4XK2JaXAQSrfzNcUOeT.adaptive-delivery-prevent-bg, #nFRKodMStUFUh4XK2JaXAQSrfzNcUOeT.lazyload, #nFRKodMStUFUh4XK2JaXAQSrfzNcUOeT.lazyloading { background-image: none; }
#w5GHgrAxFhQ0gpEtVfUKt4AzNNaJWEnn { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3029a708-88b4-4fd4-85fd-ae9711b88ed8/WhatsAppImage20241223at083446.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:25rem;display:block; }#w5GHgrAxFhQ0gpEtVfUKt4AzNNaJWEnn.adaptive-delivery-prevent-bg, #w5GHgrAxFhQ0gpEtVfUKt4AzNNaJWEnn.lazyload, #w5GHgrAxFhQ0gpEtVfUKt4AzNNaJWEnn.lazyloading { background-image: none; }
#OSVyTg17FhubeeT3v3rbQuRmavOFhgnP { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d0b3ab93-48dd-4a77-93c3-ec09382f8528/WhatsAppImage20241223at083508.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:37.5rem;display:block; }#OSVyTg17FhubeeT3v3rbQuRmavOFhgnP.adaptive-delivery-prevent-bg, #OSVyTg17FhubeeT3v3rbQuRmavOFhgnP.lazyload, #OSVyTg17FhubeeT3v3rbQuRmavOFhgnP.lazyloading { background-image: none; }
#ThTC0T9bwncP682get138w1gKNntTH3L { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9b096ee4-6394-4470-a945-0ae72a844afa/WhatsAppImage20241223at083359.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:50rem;display:block; }#ThTC0T9bwncP682get138w1gKNntTH3L.adaptive-delivery-prevent-bg, #ThTC0T9bwncP682get138w1gKNntTH3L.lazyload, #ThTC0T9bwncP682get138w1gKNntTH3L.lazyloading { background-image: none; }
#sPPdZOZBk6UVKzdsLdPMFSTfHUOpz4zC { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/18baff6f-ac6e-4888-adb0-317fee257b80/WhatsAppImage20241223at083438.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:62.5rem;display:block; }#sPPdZOZBk6UVKzdsLdPMFSTfHUOpz4zC.adaptive-delivery-prevent-bg, #sPPdZOZBk6UVKzdsLdPMFSTfHUOpz4zC.lazyload, #sPPdZOZBk6UVKzdsLdPMFSTfHUOpz4zC.lazyloading { background-image: none; }
#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE { position:relative;display:block; }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE { background-color: transparent; background-image: none; }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.9); }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .row .container > .video-iframe-container { display: none; }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .row > .video-iframe-container { display: none; }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.9); }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE { border-width: 0; border-radius: 0; }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70541194-4387-4eb4-adab-306c8ec39242/WhatsAppImage20241223at083535.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:18.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .row .container.adaptive-delivery-prevent-bg, #BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .row .container.lazyload, #BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .row .container.lazyloading { background-image: none; }#psP66ReGErWwUfk0zUJQP5o96pLozIqU { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:teko;font-size:3.8125rem;font-weight:400;z-index:15024;line-height:1;letter-spacing:0;top:4.9991855621338rem;left:0rem;height:3.81293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KVwVv09GiqiHEHO8HpUbqVZ04RISeZNa { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:11.458333375rem;height:2.3125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:10.875rem;left:14.75rem;display:block; }
#EI2wWa0rHUlI3DSeRy7seb6D5B6uALp4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gO6upu9Tu8xJBPxLZOTmihR4rcl7tdEo { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:12.207833375rem;height:2.207845875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:10.87483215332rem;left:27.489420890808rem;display:block; }
#BQK7v9yZK4lZnk25kSC3FTf0DB4zV81G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fzovLXiLJyUAVJALnkzVc5GMGobTiXgq { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:10.582708375rem;height:2.1875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:10.875rem;left:3.5625rem;display:block; }
#VwhIgKGO3vfBcndgqrGXgFWQsxst6uty { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GG2cdN7gtPkZQq1oawsNpE3gxHyqXXUU { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:2.3125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:10.875rem;left:39.75rem;display:block; }
#liAWX38oVlT9ZCKi8JXUMVrCA1Bb1G5i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WTbgu1GMKyE14WXIh4mbxbTm6Tlh2GtM { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:12.020645875rem;height:2.3125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:10.875rem;left:47.6875rem;display:block; }
#GtRTplHTpSlmc9mBQSSG3B6rH9fkxI3E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gyKq48kJC1FTPK0fQwCxgScAhFvBNMTN { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:10.9375rem;left:60.3125rem;display:block; }
#MlodA1LcGnApNpOJzHKAqJ2lFnyHypMX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT { position:relative;display:block; }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT { background-color: transparent; background-image: none; }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT > .row .container > .video-iframe-container { display: none; }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT > .row > .video-iframe-container { display: none; }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT > .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); }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT { border-width: 0; border-radius: 0; }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202020;background-image:none;font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#oTZKoI8CXFvyiyTosr324I56QuE4srEH { color:rgba(var(--color-tertiary-0),1);display:block;width:20.122875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5);top:7.9375rem;left:9.9375rem;height:6rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#rddJ35LSZcwn74zZrm6xqL5QRDlWkWzE { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/937611fd-438f-4d3a-968a-29926f486af5/download20240202T084029197.webp");background-position:top 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: none;height:12.875rem;width:34.375rem;top:4.5rem;left:2.8125rem;display:block; }#rddJ35LSZcwn74zZrm6xqL5QRDlWkWzE.adaptive-delivery-prevent-bg, #rddJ35LSZcwn74zZrm6xqL5QRDlWkWzE.lazyload, #rddJ35LSZcwn74zZrm6xqL5QRDlWkWzE.lazyloading { background-image: none; }
#rddJ35LSZcwn74zZrm6xqL5QRDlWkWzE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#rddJ35LSZcwn74zZrm6xqL5QRDlWkWzE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(234,44,0,0.85); }#DSO2TyXbQBHsKqNsTlAeflbiTkELTBqA { color:rgba(var(--color-tertiary-0),1);display:block;width:21.311875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5);top:8rem;left:44.3125rem;height:6rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#mgADqNfXmRfIO6pQECD5gaTVCWMsctSo { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/020938dd-a9ce-44fc-b55b-7abc706044e3/download20240202T084633249.webp");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: none;height:12.874375rem;width:34.375rem;top:4.5rem;left:37.8125rem;display:block; }#mgADqNfXmRfIO6pQECD5gaTVCWMsctSo.adaptive-delivery-prevent-bg, #mgADqNfXmRfIO6pQECD5gaTVCWMsctSo.lazyload, #mgADqNfXmRfIO6pQECD5gaTVCWMsctSo.lazyloading { background-image: none; }
#mgADqNfXmRfIO6pQECD5gaTVCWMsctSo::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#mgADqNfXmRfIO6pQECD5gaTVCWMsctSo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(234,44,0,0.85); }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi { z-index:;position:relative;display:block; }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi { background-color: transparent; background-image: none; }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi > .row .container > .video-iframe-container { display: none; }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi > .row > .video-iframe-container { display: none; }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi > .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); }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi { border-width: 0; border-radius: 0; }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi > .row .container { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;border-top:3.75rem solid #202020;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;position:relative;display:block; }#gFGuQrV3DpPGMoq9Wua8p3EXh5oEpeb2 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.8123125rem;position:absolute;font-family:teko;font-size:4.375rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:4.125rem;left:35.0625rem;height:10.5rem;font-style:normal;display:block; }
#wpQHokPhTgBnHQOAvGNHMuSTWX4yD5Vy { color:rgba(var(--color-tertiary-0),1);display:block;width:33.3121875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:9.8790683746337rem;left:35.061846733093rem;height:14.94925rem;font-style:italic;display:block; }#wpQHokPhTgBnHQOAvGNHMuSTWX4yD5Vy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wpQHokPhTgBnHQOAvGNHMuSTWX4yD5Vy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8a39a2c924755a8925f51088b44652db78c445ed.svg); }
#tMFPJz115OfId1FCbLUwxEdn4fxqpqXM { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:"font awesome 2022";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:18.7109375rem;left:37.375rem;height:10.125rem;font-style:normal;display:none; }
#hbpsaRgIr3R1mXoeL4tqMvztuf5u6MCV { box-sizing:content-box;height:39.9375rem;width:36.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4e96f06d-a576-472a-adf5-1e66d984e0b4/a2e363fd0bPhotoroom.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:-3.75rem;left:0rem;display:block; }#hbpsaRgIr3R1mXoeL4tqMvztuf5u6MCV.adaptive-delivery-prevent-bg, #hbpsaRgIr3R1mXoeL4tqMvztuf5u6MCV.lazyload, #hbpsaRgIr3R1mXoeL4tqMvztuf5u6MCV.lazyloading { background-image: none; }
#WAMscoG6epDZADHP0QDa5HRper4shh87 { 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:0.9375rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.9375rem;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:teko;font-size:1.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.77016625rem;height:3.64469125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27.499185562134rem;left:35.061846733093rem;display:block; }
#RLkfx4IJC0NDJtEwHMtxELx5GeptxGTq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fb2egckSdcCH0TchePgSFGBcIFfhRJfO { box-sizing:content-box;height:38.4375rem;width:27.6875rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7dd7888b-c3f7-4459-a0f8-87767c920b65/2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:-2.0515899658203rem;left:3.30322265625rem;display:none; }#Fb2egckSdcCH0TchePgSFGBcIFfhRJfO.adaptive-delivery-prevent-bg, #Fb2egckSdcCH0TchePgSFGBcIFfhRJfO.lazyload, #Fb2egckSdcCH0TchePgSFGBcIFfhRJfO.lazyloading { background-image: none; }
#qKlyVTTTOuaSPMOBM38obKoqBFhJS24y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#qKlyVTTTOuaSPMOBM38obKoqBFhJS24y > .row .container { background-color: transparent; background-image: none; }#qKlyVTTTOuaSPMOBM38obKoqBFhJS24y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKlyVTTTOuaSPMOBM38obKoqBFhJS24y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKlyVTTTOuaSPMOBM38obKoqBFhJS24y > .row .container > .video-iframe-container { display: none; }#qKlyVTTTOuaSPMOBM38obKoqBFhJS24y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKlyVTTTOuaSPMOBM38obKoqBFhJS24y > .row > .video-iframe-container { display: none; }#qKlyVTTTOuaSPMOBM38obKoqBFhJS24y > .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); }#qKlyVTTTOuaSPMOBM38obKoqBFhJS24y > .row .container { border-width: 0; border-radius: 0; }#qKlyVTTTOuaSPMOBM38obKoqBFhJS24y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qKlyVTTTOuaSPMOBM38obKoqBFhJS24y > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:75rem;position:relative;display:block; }#MyeKlpdPIEnkdfRWv2qJ2CmlUbg841c8 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:teko;font-size:3.125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:6.3736982345581rem;left:0rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vgT9TRQ1WFJOJsTR684OSQXWdULLQFKL { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/18baff6f-ac6e-4888-adb0-317fee257b80/WhatsAppImage20241223at083438.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:37.5rem;top:0rem;left:0rem;display:block; }#vgT9TRQ1WFJOJsTR684OSQXWdULLQFKL.adaptive-delivery-prevent-bg, #vgT9TRQ1WFJOJsTR684OSQXWdULLQFKL.lazyload, #vgT9TRQ1WFJOJsTR684OSQXWdULLQFKL.lazyloading { background-image: none; }
#vgT9TRQ1WFJOJsTR684OSQXWdULLQFKL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vgT9TRQ1WFJOJsTR684OSQXWdULLQFKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#CkJv2DrviTzaeSlTyoAoCXQTVnghswAv { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d0b3ab93-48dd-4a77-93c3-ec09382f8528/WhatsAppImage20241223at083508.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:37.5rem;top:0rem;left:37.5rem;display:block; }#CkJv2DrviTzaeSlTyoAoCXQTVnghswAv.adaptive-delivery-prevent-bg, #CkJv2DrviTzaeSlTyoAoCXQTVnghswAv.lazyload, #CkJv2DrviTzaeSlTyoAoCXQTVnghswAv.lazyloading { background-image: none; }
#CkJv2DrviTzaeSlTyoAoCXQTVnghswAv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CkJv2DrviTzaeSlTyoAoCXQTVnghswAv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#N7xrq3EuLnDMGvqDlUZvevI8TAHQdwuQ { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:teko;font-size:3.125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:6.375rem;left:37.5rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cRl3bAnUS9cd80Dr07wgMeFkbf4PkMH6 { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3029a708-88b4-4fd4-85fd-ae9711b88ed8/WhatsAppImage20241223at083446.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:37.5rem;top:14.625rem;left:0rem;display:block; }#cRl3bAnUS9cd80Dr07wgMeFkbf4PkMH6.adaptive-delivery-prevent-bg, #cRl3bAnUS9cd80Dr07wgMeFkbf4PkMH6.lazyload, #cRl3bAnUS9cd80Dr07wgMeFkbf4PkMH6.lazyloading { background-image: none; }
#cRl3bAnUS9cd80Dr07wgMeFkbf4PkMH6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cRl3bAnUS9cd80Dr07wgMeFkbf4PkMH6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#C4TM42ysw1VrXgrzT5SPWqHH7IJAdi4L { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70541194-4387-4eb4-adab-306c8ec39242/WhatsAppImage20241223at083535.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:37.5rem;top:14.625rem;left:37.5rem;display:block; }#C4TM42ysw1VrXgrzT5SPWqHH7IJAdi4L.adaptive-delivery-prevent-bg, #C4TM42ysw1VrXgrzT5SPWqHH7IJAdi4L.lazyload, #C4TM42ysw1VrXgrzT5SPWqHH7IJAdi4L.lazyloading { background-image: none; }
#C4TM42ysw1VrXgrzT5SPWqHH7IJAdi4L::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#C4TM42ysw1VrXgrzT5SPWqHH7IJAdi4L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#QdtpdU6bcRhWH9hLGuO1hGDA21fXxs6m { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:teko;font-size:3.125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:21rem;left:0rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HPdChxS6IyTT01etMKf3fTebahF3ed6k { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:teko;font-size:3.125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:21rem;left:37.5rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TyZdh1Da049awfdqk5K9nsxZwAumKl0s { position:relative;display:block; }#TyZdh1Da049awfdqk5K9nsxZwAumKl0s { background-color: transparent; background-image: none; }#TyZdh1Da049awfdqk5K9nsxZwAumKl0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyZdh1Da049awfdqk5K9nsxZwAumKl0s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyZdh1Da049awfdqk5K9nsxZwAumKl0s > .row .container > .video-iframe-container { display: none; }#TyZdh1Da049awfdqk5K9nsxZwAumKl0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyZdh1Da049awfdqk5K9nsxZwAumKl0s > .row > .video-iframe-container { display: none; }#TyZdh1Da049awfdqk5K9nsxZwAumKl0s > .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); }#TyZdh1Da049awfdqk5K9nsxZwAumKl0s { border-width: 0; border-radius: 0; }#TyZdh1Da049awfdqk5K9nsxZwAumKl0s > .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; }#TyZdh1Da049awfdqk5K9nsxZwAumKl0s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#131313;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:block; }#GK3xhZh6tN3TtaAhL1a0drqRoxLdasy4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:4.9375rem;left:9.4375rem; }
#XENXZdf8TST08sxT8QeM0ewAkAe8QT8A { color:rgba(var(--color-tertiary-0),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:9.4375rem;left:6.1875rem;height:4.7246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ybTs64VAxVVcDxN5KFEVATv9JMTdfuQd { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:9.25rem;left:19rem;height:4.7246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XHJZ12lzLuCGzBxsz9KltMKce1qrZHCw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:4.9375rem;left:22.1875rem; }
#i6iMiSAqWHT51kG0LGLDCnefvcuyB2uo { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:9.375rem;left:31.6875rem;height:4.7246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ge1pJAuNfbqm9qvy1uHKFgUDhNKZccdm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.49935rem;width:3.49935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:4.875rem;left:34.4375rem; }
#IvRU6J1Jp4sXJAfW6zS1lFm3aVgViEwH { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:9.375rem;left:43.875rem;height:4.7246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pI0TTWM8F2aTUdRqopuzfEMlKTInLRaR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:4.875rem;left:47.625rem; }
#vBcTgCo0uadraUpN9tyybqr6KwsAJsAU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:5.0625rem;left:61.625rem; }
#a9pFgogJHkTfCxxEG66SgoRLIUtoU3Dc { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:9.1875rem;left:57.5rem;height:4.7246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T0izpikvWaJurLTWxWxbh7v9npRyaJzQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#T0izpikvWaJurLTWxWxbh7v9npRyaJzQ > .row .container { border-width: 0; border-radius: 0; }#T0izpikvWaJurLTWxWxbh7v9npRyaJzQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T0izpikvWaJurLTWxWxbh7v9npRyaJzQ > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:none; }#TZ9tOhylk0TKSws69Cunv010FT0SFPkn { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/71d3538f-d65f-4bb0-a65a-2a2cca7cc407/whatsappimage20240128at092055265bcd7f397d7a.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:0rem;display:block; }#TZ9tOhylk0TKSws69Cunv010FT0SFPkn.adaptive-delivery-prevent-bg, #TZ9tOhylk0TKSws69Cunv010FT0SFPkn.lazyload, #TZ9tOhylk0TKSws69Cunv010FT0SFPkn.lazyloading { background-image: none; }
#HDt54UwFFKpCgVCgJyK604Ut6qVeVFrk { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8ada7ed2-f73a-4811-a634-c7df5e6d4cba/whatsappimage20240128at092051165bcd7f00b0b5.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:12.5rem;display:block; }#HDt54UwFFKpCgVCgJyK604Ut6qVeVFrk.adaptive-delivery-prevent-bg, #HDt54UwFFKpCgVCgJyK604Ut6qVeVFrk.lazyload, #HDt54UwFFKpCgVCgJyK604Ut6qVeVFrk.lazyloading { background-image: none; }
#n1cL00KZ7nVnX3o2yplXzDdsV3FtJiPi { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7a3a2615-d47e-430c-89d1-be117c96fbf0/whatsappimage20240128at091453365bcd7ead0f25.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:25rem;display:block; }#n1cL00KZ7nVnX3o2yplXzDdsV3FtJiPi.adaptive-delivery-prevent-bg, #n1cL00KZ7nVnX3o2yplXzDdsV3FtJiPi.lazyload, #n1cL00KZ7nVnX3o2yplXzDdsV3FtJiPi.lazyloading { background-image: none; }
#V1XGrNJ2yaJ5Wmlyyqvf03n75TWc9EDK { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8a7ca06d-7135-48c8-acc8-db792dbeba5c/whatsappimage20240128at091454465bcd7ed16c62.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:37.5rem;display:block; }#V1XGrNJ2yaJ5Wmlyyqvf03n75TWc9EDK.adaptive-delivery-prevent-bg, #V1XGrNJ2yaJ5Wmlyyqvf03n75TWc9EDK.lazyload, #V1XGrNJ2yaJ5Wmlyyqvf03n75TWc9EDK.lazyloading { background-image: none; }
#mHTVpvADLx8zrSCUuDUtyR7JeX4y6Ax4 { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1fe53468-4a75-4872-ab77-d1d9239ab88f/whatsappimage20240128at092054265bcd7f2aee83.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:50rem;display:block; }#mHTVpvADLx8zrSCUuDUtyR7JeX4y6Ax4.adaptive-delivery-prevent-bg, #mHTVpvADLx8zrSCUuDUtyR7JeX4y6Ax4.lazyload, #mHTVpvADLx8zrSCUuDUtyR7JeX4y6Ax4.lazyloading { background-image: none; }
#V8ATLpiJzChcgnE5eicOzJRUAr6TVK96 { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/cc5e0fd2-ea95-4e3a-b613-c6a9589c7a24/whatsappimage20240128at09205465bcd7f3655b6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:62.5rem;display:block; }#V8ATLpiJzChcgnE5eicOzJRUAr6TVK96.adaptive-delivery-prevent-bg, #V8ATLpiJzChcgnE5eicOzJRUAr6TVK96.lazyload, #V8ATLpiJzChcgnE5eicOzJRUAr6TVK96.lazyloading { background-image: none; }
#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z { z-index:;position:relative;display:block; }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z { background-color: transparent; background-image: none; }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.9); }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row .container > .video-iframe-container { display: none; }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row > .video-iframe-container { display: none; }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.9); }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z { border-width: 0; border-radius: 0; }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row .container > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row .container { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/538a1d29-8766-484e-9fa4-40e34c5e716a/mapa.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;display:block; }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row .container.adaptive-delivery-prevent-bg, #vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row .container.lazyload, #vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row .container.lazyloading { background-image: none; }#moUsUZaPvFLbLDe5dvo7xmMyIzkvKt0E { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15025;line-height:1;letter-spacing:0;top:7.5625rem;left:0rem;height:3.125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#wHmTeDmHQrIlJhwsbXDJiAVPSA09z1ml { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1;letter-spacing:0;top:12.3125rem;left:0rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m9IcDhJsTKVurbr097Ig2CAteIPRPVR2 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:teko;font-size:2.5rem;font-weight:300;z-index:15026;line-height:1;letter-spacing:0;top:6.9375rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SqTlDM840Tlv5nZei12fe4ZlpBdn9TIm { z-index:;position:relative;display:none; }#SqTlDM840Tlv5nZei12fe4ZlpBdn9TIm { border-width: 0; border-radius: 0; }#SqTlDM840Tlv5nZei12fe4ZlpBdn9TIm > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SqTlDM840Tlv5nZei12fe4ZlpBdn9TIm > .row .container > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SqTlDM840Tlv5nZei12fe4ZlpBdn9TIm > .row .container { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/538a1d29-8766-484e-9fa4-40e34c5e716a/mapa.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;display:none; }#SqTlDM840Tlv5nZei12fe4ZlpBdn9TIm > .row .container.adaptive-delivery-prevent-bg, #SqTlDM840Tlv5nZei12fe4ZlpBdn9TIm > .row .container.lazyload, #SqTlDM840Tlv5nZei12fe4ZlpBdn9TIm > .row .container.lazyloading { background-image: none; }#K6CG8wywPdEhKaFMgR8NBV5B6uNb6IzJ { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15025;line-height:1;letter-spacing:0;top:9.3125rem;left:0rem;height:3.125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#FNQyCNILTuHOLzQ5gpDv4qiXG1zWZJm0 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1;letter-spacing:0;top:14.25rem;left:0rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#irSzcs5MGVNeZLFy3RF43p3i2UhuIRt5 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:teko;font-size:2.5rem;font-weight:300;z-index:15026;line-height:1;letter-spacing:0;top:6.1875rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oHpuV6Is9AppTCM95i2wyZnlICxpB5U9 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.9375rem;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:teko;font-size:1.875rem;font-weight:400;font-style:normal;line-height:.6;overflow:hidden;position:absolute;width:17.10416625rem;height:3.54134125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:18.5rem;left:28.9375rem;display:block; }
#hwMwNdg6V1DLdO5T8PfJwnubWBMWcaVV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX { z-index:;position:relative;display:block; }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX { background-color: transparent; background-image: none; }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX > .row .container > .video-iframe-container { display: none; }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX > .row > .video-iframe-container { display: none; }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX > .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); }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX { border-width: 0; border-radius: 0; }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX > .row .container > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX > .row .container { background-color:rgba(14,14,14,0.9);background-image:none;font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;display:block; }#hhmOo3MGhIUG3Edza4kApZNFGz8pykiP { color:rgba(var(--color-tertiary-0),1);display:block;width:39.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:400;z-index:15025;line-height:1;letter-spacing:0;top:5.875rem;left:4.125rem;height:3.4375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#bnv7BTJxrsJbQmUMaPIv7gG7XgZztkw7 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:11.25rem;left:4.125rem;height:;font-style:italic;display:block; }#bnv7BTJxrsJbQmUMaPIv7gG7XgZztkw7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bnv7BTJxrsJbQmUMaPIv7gG7XgZztkw7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8a39a2c924755a8925f51088b44652db78c445ed.svg); }
#KcSC8t0NsyNZKRSz92a2iWRAUCJuPJ0J { box-sizing:content-box;height:28.3125rem;width:27.9375rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b525c2a7-6337-44c2-a001-de1f76073758/ativo1at2x673376e1a7d25.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.4348964691162rem;left:28.937174797058rem;display:block; }#KcSC8t0NsyNZKRSz92a2iWRAUCJuPJ0J.adaptive-delivery-prevent-bg, #KcSC8t0NsyNZKRSz92a2iWRAUCJuPJ0J.lazyload, #KcSC8t0NsyNZKRSz92a2iWRAUCJuPJ0J.lazyloading { background-image: none; }
#IHf62ufVne1itlEbUuKmCoTJwubpPwZW { box-sizing:content-box;height:30.625rem;width:30.625rem;position:absolute;display:block;z-index:15026;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c30a443b-69f7-44e0-b262-7b0a5723ca05/bd49bb5fccPhotoroom.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.060546875rem;left:41.681640625rem;display:block; }#IHf62ufVne1itlEbUuKmCoTJwubpPwZW.adaptive-delivery-prevent-bg, #IHf62ufVne1itlEbUuKmCoTJwubpPwZW.lazyload, #IHf62ufVne1itlEbUuKmCoTJwubpPwZW.lazyloading { background-image: none; }
#DkxUTv5MAGzavLuuTLW546HV64uiTkQ2 { box-sizing:content-box;height:27.4373125rem;width:27.4373125rem;position:absolute;display:block;z-index:15026;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0f9870da-2f87-4fc8-9dfd-591b5636475b/3.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.3113603591919rem;left:41.681639671326rem;display:none; }#DkxUTv5MAGzavLuuTLW546HV64uiTkQ2.adaptive-delivery-prevent-bg, #DkxUTv5MAGzavLuuTLW546HV64uiTkQ2.lazyload, #DkxUTv5MAGzavLuuTLW546HV64uiTkQ2.lazyloading { background-image: none; }
#wJR0S4pKXqv7AKkn8HgmhliSgtVmyehN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wJR0S4pKXqv7AKkn8HgmhliSgtVmyehN > .row .container { border-width: 0; border-radius: 0; }#wJR0S4pKXqv7AKkn8HgmhliSgtVmyehN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wJR0S4pKXqv7AKkn8HgmhliSgtVmyehN > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;position:relative;display:none; }#VMGNWITRQdB3wN1pbggMqUgLqOtHHlDT { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:1.3125rem;left:9.3125rem;height:1.0001625rem;font-style:italic;display:block; }
#tW5JRO4TqHBgIgQsZDoakMCw2EDI4sXq { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/99b05248-1c69-4c3f-9400-b251a1b046d4/1ws65bfefeeb3f24.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:23.25rem;top:0.0625rem;left:0rem;display:block; }#tW5JRO4TqHBgIgQsZDoakMCw2EDI4sXq.adaptive-delivery-prevent-bg, #tW5JRO4TqHBgIgQsZDoakMCw2EDI4sXq.lazyload, #tW5JRO4TqHBgIgQsZDoakMCw2EDI4sXq.lazyloading { background-image: none; }
#mNirPLcbKTyxvGx2XseZVHxwWfNSJ0TF { color:rgba(var(--color-tertiary-0),0.7);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:2.9375rem;left:9.3125rem;height:1.80013125rem;font-style:normal;display:block; }
#WJFosGWaHCTS48lCRDiTh2zIBoV6gCvk { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:5.375rem;left:11.125rem;display:block; }
#TtbDmoByH5DHl0nGGu426RodnKHBMsud { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pJUqaSwQOr62Nva4gyxS1pxWxJyrUtZ1 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);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:"font awesome 2022";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.875rem;height:1.875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:5.375rem;left:9.3125rem;display:block; }
#ZxPglcuBkryZvBVnOTuEfRUUSFcQdkob { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tfHq3qBO7XzO1gV2A2yyGqD8LEkTGhbQ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),0.73);background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:15.3125rem;top:0rem;left:7.8125rem;display:block; }
#O4idXzBXVA9nMVVRaBFA60QpPwOwLpJB { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e0e7e916-eba4-457b-ace1-b3ac78e38e30/2stdumont65bfefef18569.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:23.25rem;top:0.0625rem;left:25.875rem;display:block; }#O4idXzBXVA9nMVVRaBFA60QpPwOwLpJB.adaptive-delivery-prevent-bg, #O4idXzBXVA9nMVVRaBFA60QpPwOwLpJB.lazyload, #O4idXzBXVA9nMVVRaBFA60QpPwOwLpJB.lazyloading { background-image: none; }
#GLuGZ7vpF6sAhDoekcXQb4coR7QE79tl { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),0.73);background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:15.3125rem;top:0rem;left:33.6875rem;display:block; }
#JrZ3Rz5IVrnVBLkz84iWPeL4f9miEmtx { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:5.375rem;left:37rem;display:block; }
#XABpooN55Vl1qTUweiBNuIiSm3UOvVMe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#llzKLkOSRqplXh5LAs9HR46aqTVTC1RU { color:rgba(var(--color-tertiary-0),0.7);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:2.9375rem;left:35.1875rem;height:1.80013125rem;font-style:normal;display:block; }
#sz8OCOk6h9aGeCpkuH69DzMUJW9TWG3E { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);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:"font awesome 2022";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.875rem;height:1.875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:5.375rem;left:35.1875rem;display:block; }
#a2TEhe1gduPQbsT4XSH3GG4zwubHzeuM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GuNJI5hQbHIZetfouzes7y2SmtGwq7Jp { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:1.3125rem;left:35.1875rem;height:1.0001625rem;font-style:italic;display:block; }
#ArmTD8UiFyrCwMQzVb1Mdbog5vqyWUFd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ArmTD8UiFyrCwMQzVb1Mdbog5vqyWUFd > .row .container { border-width: 0; border-radius: 0; }#ArmTD8UiFyrCwMQzVb1Mdbog5vqyWUFd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ArmTD8UiFyrCwMQzVb1Mdbog5vqyWUFd > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:none; }#pWxyFWE5dHgQ0wTbLTdUzSf2a0P6OmH1 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.4375rem;left:9.375rem;height:1rem;font-style:italic;display:block; }
#eP6HN7WMHWMbJwTKTffcXBWwgNhXVFAv { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2df3c160-ddf5-4257-8d77-bb8aaaf13b39/capturadetela20240202as07182165bcc1a63b0ba.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:8.125rem;top:3.1875rem;left:0.0625rem;display:block; }#eP6HN7WMHWMbJwTKTffcXBWwgNhXVFAv.adaptive-delivery-prevent-bg, #eP6HN7WMHWMbJwTKTffcXBWwgNhXVFAv.lazyload, #eP6HN7WMHWMbJwTKTffcXBWwgNhXVFAv.lazyloading { background-image: none; }
#uVw3uwXRMoB1eTaESf5DaO9f0vtSvDTg { color:rgba(var(--color-tertiary-0),0.7);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:6.0625rem;left:9.375rem;height:1.798825rem;font-style:normal;display:block; }
#Q3PzZizpHGvGc0EmgU5aVk8AbxT4Acu5 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:8.5rem;left:11.1875rem;display:block; }
#QHruO0aymnobfCZrtGFWSZlO4cwBd08H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Db7QuOMg8r8cmVuAefwv9yxD5Gca9sIL { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);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:"font awesome 2022";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.875rem;height:1.875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:8.5rem;left:9.375rem;display:block; }
#dRVvWyDsvsOvvFgiAael1K6nhLMRyeOo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NvP6RVJ1Sb4Z9wkoNR79miyJ5eTBwXd6 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:23.1875rem;top:3.125rem;left:0rem;display:block; }
#v20RUfSH5qzNAwQnDb44LhWAE8Rq7PmI { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:23.1875rem;top:3.125rem;left:25.875rem;display:block; }
#hTGiOG5CEHwDfbruNQHtEvqfSN1fmrB4 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:8.5rem;left:37.0625rem;display:block; }
#TZyPTqIM62R5sriT8i8OUTfTZ4ng61KQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BrTwRTbbD7td5wns436x7W4fLWwb9scR { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);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:"font awesome 2022";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.875rem;height:1.875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:8.5rem;left:35.25rem;display:block; }
#DoezfGW28uno4ZM0N2xhgMvrsfIGcVXX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KUlxCE6keWT8m7d1h0nkgaaVXVat23EQ { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2df3c160-ddf5-4257-8d77-bb8aaaf13b39/capturadetela20240202as07182165bcc1a63b0ba.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:8.125rem;top:3.1875rem;left:25.9375rem;display:block; }#KUlxCE6keWT8m7d1h0nkgaaVXVat23EQ.adaptive-delivery-prevent-bg, #KUlxCE6keWT8m7d1h0nkgaaVXVat23EQ.lazyload, #KUlxCE6keWT8m7d1h0nkgaaVXVat23EQ.lazyloading { background-image: none; }
#mChlDKHSNtDBpwZVaXK4zlK2LkrHBCLf { color:rgba(var(--color-tertiary-0),0.7);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:6.0625rem;left:35.25rem;height:1.798825rem;font-style:normal;display:block; }
#F3EIoLOATNs8QcNuQxRs4Zx4WdbTCVcW { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.4375rem;left:35.25rem;height:1rem;font-style:italic;display:block; }
#EGVvEUvayBMRZue1uvsAWDabNa8WH9u0 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:23.1875rem;top:3.125rem;left:51.75rem;display:block; }
#mLT29MMBggRDngdvb8XcgP3bDWRv0PKW { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:8.5rem;left:62.9375rem;display:block; }
#NZbG0qLi6XLhPK9J88lehKPHTZAr60nz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R0TaWTwf0NumwDyeLgwwuITc1S0Fc46g { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);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:"font awesome 2022";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.875rem;height:1.875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:8.5rem;left:61.125rem;display:block; }
#NBTbeRb6AzPWFiUTHp9PE3s5nZCAcJP0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NiKAKW7ck4sInxHeGoh9QSE2NeG4PKwf { color:rgba(var(--color-tertiary-0),0.7);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:6.0625rem;left:61.125rem;height:1.798825rem;font-style:normal;display:block; }
#zsHFcpZ46FJk01UkCMSlHpWbd9gP9BAJ { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2df3c160-ddf5-4257-8d77-bb8aaaf13b39/capturadetela20240202as07182165bcc1a63b0ba.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:8.125rem;top:3.1875rem;left:51.8125rem;display:block; }#zsHFcpZ46FJk01UkCMSlHpWbd9gP9BAJ.adaptive-delivery-prevent-bg, #zsHFcpZ46FJk01UkCMSlHpWbd9gP9BAJ.lazyload, #zsHFcpZ46FJk01UkCMSlHpWbd9gP9BAJ.lazyloading { background-image: none; }
#Cawp9yDDqFqwH79kvxfSumLS4uzynv0t { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.4375rem;left:61.125rem;height:1rem;font-style:italic;display:block; }
#D8Mqg7XuGoZKNpT4LrmLv08p8eTNdpTa { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:23.1875rem;top:3.125rem;left:51.75rem;display:none; }
#QSNnJE3iMOySQNtfR1vIklTohmJmWM3e { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:8.5rem;left:62.9375rem;display:none; }
#GqLTx8I1LBiokiOpoJyy3Td2yZW7No8b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kch0S1uNbcUn8vrPLKFPprXZrcV3ufl3 { color:rgba(var(--color-tertiary-0),0.7);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:6.0625rem;left:61.125rem;height:1.798825rem;font-style:normal;display:none; }
#yl5UPEBXWurxPMwuTN9Ntk1XpwusN9Ls { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.4375rem;left:61.125rem;height:1rem;font-style:italic;display:none; }
#gFB5n0Ku9AlT2tf2xKffGw4ciu1kb9te { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2df3c160-ddf5-4257-8d77-bb8aaaf13b39/capturadetela20240202as07182165bcc1a63b0ba.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:8.125rem;top:3.1875rem;left:51.75rem;display:none; }#gFB5n0Ku9AlT2tf2xKffGw4ciu1kb9te.adaptive-delivery-prevent-bg, #gFB5n0Ku9AlT2tf2xKffGw4ciu1kb9te.lazyload, #gFB5n0Ku9AlT2tf2xKffGw4ciu1kb9te.lazyloading { background-image: none; }
#l2O53chPdWT4OXSTBhNiRRHXUMQWMwom { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(59,104,246,0.5);border-left:0.0625rem solid rgba(59,104,246,0.5);border-right:0.0625rem solid rgba(59,104,246,0.5);border-bottom:0.0625rem solid rgba(59,104,246,0.5);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:"font awesome 2022";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.875rem;height:1.875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:8.5rem;left:61.125rem;display:none; }
#SaE1RZypUdJ562mRe2bcrRfJ55rq5nOr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc { position:relative;display:block; }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc { background-color: transparent; background-image: none; }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc > .row .container > .video-iframe-container { display: none; }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc > .row > .video-iframe-container { display: none; }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc > .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); }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc { border-width: 0; border-radius: 0; }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:relative;display:block; }#rSmcsvvsybEEDOSbwE8sa7w8hJDNCFRU { color:rgba(var(--color-tertiary-0),1);display:block;width:25.2498125rem;position:absolute;font-family:teko;font-size:5rem;font-weight:300;z-index:15031;line-height:.8;letter-spacing:0;top:6.2491960525512rem;left:2.6871747970581rem;height:12rem;font-style:normal;display:block; }
#dq7XvOUe6Q1IzP6lQdDOnhBQprQG6xv9 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:15.9375rem;left:2.6875rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aPFZDTBRepqyuqOK99aLgP9mw1hgW5iu { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:6.75rem;top:24rem;left:2.6875rem;overflow:hidden;display:block; }
#hlkHFebuzlDNBmtztKHVTxcbVGJtcLmq { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:6.75rem;top:23.8125rem;left:9.8125rem;overflow:hidden;display:block; }
#UC2nGDFA7w3f3KTvOmDRMDeZD3AmvqCk { box-sizing:content-box;height:28.0625rem;width:20.625rem;position:absolute;display:block;z-index:15028;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ab6ead23-6c9b-4c01-a279-fb8982c84c48/cel2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.3737030029297rem;left:31.238604545593rem;display:block; }#UC2nGDFA7w3f3KTvOmDRMDeZD3AmvqCk.adaptive-delivery-prevent-bg, #UC2nGDFA7w3f3KTvOmDRMDeZD3AmvqCk.lazyload, #UC2nGDFA7w3f3KTvOmDRMDeZD3AmvqCk.lazyloading { background-image: none; }
#UCE1bOwJNVkpF88W4hbgCAKhdGHzh5pp { box-sizing:content-box;height:28.0623125rem;width:20.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1c40e6eb-82ad-419c-9fb7-e81116598372/cel.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.3748373985291rem;left:52.499995231628rem;display:block; }#UCE1bOwJNVkpF88W4hbgCAKhdGHzh5pp.adaptive-delivery-prevent-bg, #UCE1bOwJNVkpF88W4hbgCAKhdGHzh5pp.lazyload, #UCE1bOwJNVkpF88W4hbgCAKhdGHzh5pp.lazyloading { background-image: none; }
#xtTK2WlL4y3rNdQBhbWZfrChhSPlbkg7 { position:absolute;display:block;z-index:15030;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:29.3123125rem;width:20.999375rem;top:1.06201171875rem;left:12.748209953308rem;overflow:hidden;display:block; }
#ur4MUqQldrsgsIWHkc24a2qvwGoXCzkZ { z-index:;position:relative;display:block; }#ur4MUqQldrsgsIWHkc24a2qvwGoXCzkZ { background-color: transparent; background-image: none; }#ur4MUqQldrsgsIWHkc24a2qvwGoXCzkZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ur4MUqQldrsgsIWHkc24a2qvwGoXCzkZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ur4MUqQldrsgsIWHkc24a2qvwGoXCzkZ > .row .container > .video-iframe-container { display: none; }#ur4MUqQldrsgsIWHkc24a2qvwGoXCzkZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ur4MUqQldrsgsIWHkc24a2qvwGoXCzkZ > .row > .video-iframe-container { display: none; }#ur4MUqQldrsgsIWHkc24a2qvwGoXCzkZ > .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); }#ur4MUqQldrsgsIWHkc24a2qvwGoXCzkZ { border-width: 0; border-radius: 0; }#ur4MUqQldrsgsIWHkc24a2qvwGoXCzkZ > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#cyPdhTO70uAhpSMkGcvTEZQ5M10WD3S4 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15025;line-height:1;letter-spacing:0;top:4.3749923706055rem;left:0rem;height:2.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#R2ftHx3oTGTsElikQcXlhJnzmwEd0oDR { position:relative;display:block; }#R2ftHx3oTGTsElikQcXlhJnzmwEd0oDR { background-color: transparent; background-image: none; }#R2ftHx3oTGTsElikQcXlhJnzmwEd0oDR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2ftHx3oTGTsElikQcXlhJnzmwEd0oDR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2ftHx3oTGTsElikQcXlhJnzmwEd0oDR > .row .container > .video-iframe-container { display: none; }#R2ftHx3oTGTsElikQcXlhJnzmwEd0oDR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2ftHx3oTGTsElikQcXlhJnzmwEd0oDR > .row > .video-iframe-container { display: none; }#R2ftHx3oTGTsElikQcXlhJnzmwEd0oDR > .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); }#R2ftHx3oTGTsElikQcXlhJnzmwEd0oDR { border-width: 0; border-radius: 0; }#R2ftHx3oTGTsElikQcXlhJnzmwEd0oDR > .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; }#R2ftHx3oTGTsElikQcXlhJnzmwEd0oDR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eCX2TVF9C3uyqlRFCdaF0SRTmsUieZRd { position:absolute;display:block;z-index:14998;background-color:#202020;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:37.75rem;width:29.375rem;top:3.8007822036743rem;left:4.0611991882324rem;display:block; }
#P5nf5D3B1ADevkw3IVKtqBCQnJKZZgQ2 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:11.373718261719rem;left:6.9361991882325rem;height:;font-style:normal;display:block; }#P5nf5D3B1ADevkw3IVKtqBCQnJKZZgQ2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#P5nf5D3B1ADevkw3IVKtqBCQnJKZZgQ2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
#hvQWX3TtEvSNfZTH7uRR7CzOsgfOI7MG { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3125rem;position:absolute;font-family:teko;font-size:3.125rem;font-weight:400;z-index:15001;line-height:.8;letter-spacing:0;top:7.12483215332rem;left:6.8749990463256rem;height:2.5rem;font-style:normal;display:block; }
#h1shTIstn2VAxwC7ohroi3xPTdvbMsvU { color:rgba(var(--color-primary-3),1);display:block;width:12.25rem;position:absolute;font-family:teko;font-size:4.6875rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.375rem rgba(var(--color-primary-3),0.5);top:23.99983215332rem;left:6.9368486404419rem;height:4.6875rem;font-style:normal;display:block; }
#UsL3Ux0WpIKlHqPPOS1rCLRoISSn7o8R { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.5625rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-secondary-3),0.7) ;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:teko;font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:3.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:31.519520998001rem;left:6.9361991882325rem;display:block; }
#ce1Fceg9II8WeggVS3vh8qvECXfMqp7e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tkh3a06BkKTDewHx5zWmCBdcH4nCkXk8 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:22.62451171875rem;left:6.9368486404419rem;height:0.8125rem;font-style:italic;display:block; }
#vfcX4tOIefMQT1S6G1peCvTcT5NyHt7p { color:rgba(var(--color-tertiary-0),1);display:block;width:6.1873375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:25.2490234375rem;left:19.0615234375rem;height:0.8997375rem;font-style:italic;display:block; }
#Hv5eHmx9m7tohe0HsCgV67OmLVtp3an0 { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.0625rem solid #acacac;border-left:0.0625rem solid #acacac;border-right:0.0625rem solid #acacac;border-bottom:0.0625rem solid #acacac;border-top-left-radius:1.25rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:37.9375rem;width:29.4375rem;top:3.7161362171173rem;left:41.47917175293rem;display:block; }
#eoXQvsfKOgRowIJu8nzLFJfTV7bLu7Wo { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:11.373718261719rem;left:44.375rem;height:;font-style:normal;display:block; }#eoXQvsfKOgRowIJu8nzLFJfTV7bLu7Wo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eoXQvsfKOgRowIJu8nzLFJfTV7bLu7Wo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
#wcJW1sLrVDAJUGILupdaVGFQRuhTug4v { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3125rem;position:absolute;font-family:teko;font-size:3.125rem;font-weight:400;z-index:15010;line-height:.8;letter-spacing:0;top:7.12483215332rem;left:44.312335014343rem;height:5rem;font-style:normal;display:block; }
#g4HAQ0L2UexR2kp7cxBQlzETTXAz9AKG { color:rgba(var(--color-tertiary-0),1);display:block;width:12.25rem;position:absolute;font-family:teko;font-size:3.25rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:25.519520998001rem;left:44.375rem;height:3.25rem;font-style:normal;display:block; }
#u9M0hiJ1fIA9Qut0NQJ6ovGupLkz6Fm3 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:23.893220186234rem;left:44.375rem;height:0.8125rem;font-style:italic;display:block; }
#sumDmJQQvDUwLCJ583Tdvyhnff9WgTBW { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.5625rem;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:teko;font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.02083375rem;height:3.45833375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:32.811188936234rem;left:44.375rem;display:block; }
#RkOX71TO14OCkxeTQKg8a5te4ncbewnT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HmvLqkeMps3DRduHQ4v2tKwOurl8TpNp { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:48.62109375rem;left:0rem;height:0.81271875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#oTg2quSPTe0tFpyfrvUaSB0kxmyu6L9A { color:rgba(var(--color-tertiary-0),1);display:block;width:6.1862rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:26.694001436234rem;left:53.15625rem;height:0.8997375rem;font-style:italic;display:block; }
#Sk6q2IKlkfyISJQOQOSJSZ2ZVcnLIlKN { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #eaeaea, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, #eaeaea, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, #eaeaea, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, #eaeaea, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, #eaeaea, rgba(var(--color-tertiary-0),1));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Sk6q2IKlkfyISJQOQOSJSZ2ZVcnLIlKN > .row .container { background-color: transparent; background-image: none; }#Sk6q2IKlkfyISJQOQOSJSZ2ZVcnLIlKN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sk6q2IKlkfyISJQOQOSJSZ2ZVcnLIlKN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sk6q2IKlkfyISJQOQOSJSZ2ZVcnLIlKN > .row .container > .video-iframe-container { display: none; }#Sk6q2IKlkfyISJQOQOSJSZ2ZVcnLIlKN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sk6q2IKlkfyISJQOQOSJSZ2ZVcnLIlKN > .row > .video-iframe-container { display: none; }#Sk6q2IKlkfyISJQOQOSJSZ2ZVcnLIlKN > .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); }#Sk6q2IKlkfyISJQOQOSJSZ2ZVcnLIlKN > .row .container { border-width: 0; border-radius: 0; }#Sk6q2IKlkfyISJQOQOSJSZ2ZVcnLIlKN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Sk6q2IKlkfyISJQOQOSJSZ2ZVcnLIlKN > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#V7q8gbLAOIQBpHarTtWdUoVB6kQUVBXz { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:14.12434387207rem;left:48.687335014343rem;height:2.625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#FLSbyuWn1AIQoJ2JkGn0eLOVm8b4DUvy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.999675rem;width:2.999675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:10.625rem;left:48.687335014343rem; }
#FLSbyuWn1AIQoJ2JkGn0eLOVm8b4DUvy > img { max-width: 100%;max-height:100%; width:2.999675rem; height:2.999675rem; }#H5GMl6mDe2lmJZAXpzG4a2ol1sN3MfOx { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3746875rem;width:21.5625rem;top:4.6248369216919rem;left:0rem;overflow:hidden;display:block; }
#rTaBOiGJRtTeuPE9cQ7SsrSZObbF1kwc { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:teko;font-size:1.5rem;font-weight:400;z-index:15026;line-height:1;letter-spacing:0;top:10.625rem;left:52.7490234375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TX2MbLT6u9RoRODWTr7F35qphOD2k5C5 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#TX2MbLT6u9RoRODWTr7F35qphOD2k5C5 { background-color: transparent; background-image: none; }#TX2MbLT6u9RoRODWTr7F35qphOD2k5C5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TX2MbLT6u9RoRODWTr7F35qphOD2k5C5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TX2MbLT6u9RoRODWTr7F35qphOD2k5C5 > .row .container > .video-iframe-container { display: none; }#TX2MbLT6u9RoRODWTr7F35qphOD2k5C5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TX2MbLT6u9RoRODWTr7F35qphOD2k5C5 > .row > .video-iframe-container { display: none; }#TX2MbLT6u9RoRODWTr7F35qphOD2k5C5 > .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); }#TX2MbLT6u9RoRODWTr7F35qphOD2k5C5 { border-width: 0; border-radius: 0; }#TX2MbLT6u9RoRODWTr7F35qphOD2k5C5 > .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; }#TX2MbLT6u9RoRODWTr7F35qphOD2k5C5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#by9AXVcqHNUisGIL4XxvhB5KQIgOwdnI { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:0.875rem;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:teko;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:10.625rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.93668746948244rem;left:59.748858451843rem;display:block; }
#KnUpmLD7EqywVr0kd1smWmogiSphk5UO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IRpt6qsSqqqxrJ2wosAQwZkcQCitygwm { background-color:#00c109;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;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:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#HNm3FrVsOwgDF38sc6rDuJio8CM9Bsiy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mwSfDmZtCOP4MWWKvu2mmUBoirKAAwxa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.74981875rem;height:3.74981875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.251087188719rem;display:block; }
#RXMTteTHiyO0dezFeKE1TdtRbEBuDDM4 { 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) { #TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN { display:none; }#TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GSdS72WVQhng2w8xNWeVv36yKVMdU9mR { width:47.75rem;height:27.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 { display:block; }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L09n6370OCUd2cXCT9NZ4vahBPnuWTco { width:26.75rem;height:5.25rem;top:16.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghOVMnvlytRVSgVEe8mRtxvVqE5LVONz { width:17.25rem;height:4.1875rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0vBfT6wlgmgCUwuu2Gm9XBWNIWpDywl { display:block; }
 }@media only screen and (max-width: 763px) { #CpwAXbcbrVLzT6cPgDyrPyCga9Vq74Mz { width:13.1875rem;height:7.4658199899981rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndpS6QvI3uLzRCxOHzGDlZMXcK9TvJ0t { width:26.25rem;height:0.0625rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9TWPDFSlRQQL4QRkxbl4qhb2uB61vXD { width:8.9375rem;height:2.8125rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw3AhwJiNapxIspHGQck2cBavCxcsTyz { display:block; }
 }@media only screen and (max-width: 763px) { #ZidROLiBESzgNZPlsrdeM8KiyyMG6xF3 { width:14.5625rem;height:2.8125rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnTvsI7Oavs9xbCtzFDIeW3pbrCkA1fZ { display:block; }
 }@media only screen and (max-width: 763px) { #LaXWaHhzrV64AU3aecRnSXJwqNQf8BlM { width:9.375rem;height:2.8125rem;top:30rem;left:7.9993467330931rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xx57PnspPtZrr1r4qqEyLDN2THHmdvHq { display:block; }
 }@media only screen and (max-width: 763px) { #BD0tiApDxzDpUCpX2vOTWOhg5cmJU0XP { width:9.1875rem;height:2.8125rem;top:26.25rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucGLIMwZZfDKwXX0k6qG9pR2ZT7KkqD1 { display:block; }
 }@media only screen and (max-width: 763px) { #JoQ6S3nelm2KZlGxumZmg9q7esIwTh5W { width:18.5rem;height:2.8125rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLTm7U8kAWALAzTNFfHDgTUcgD5m1Scs { display:block; }
 }@media only screen and (max-width: 763px) { #HSnTyQbQqqwkgrlxQyLiCHELtwp93pe6 { width:11.9375rem;height:1.9375rem;top:37.25rem;left:10.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHz8W39TRPPfqgivXwpnUuV7Ew5L3PSg { width:2rem;height:2rem;top:37.25rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ8nsNwHWbB6x3wEmu09hKmmN1Kdocgp { display:none; }#qZ8nsNwHWbB6x3wEmu09hKmmN1Kdocgp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GBipL5iLT0bOHvJpETC4sZPNxn9i0bMx { width:6.125rem;height:8.125rem;top:1.6875rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuDFK7uN4hewHkIRotgTCCdScE9JXVOc { width:8.4375rem;height:3rem;top:4.0625rem;left:4.9996747970581rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvZcT3AJKN4XnvkTQIO5e8sUThzf7KBE { width:11.5625rem;height:5rem;top:3.1875rem;left:4.3125rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAXT2sCHz4UNTHUy0W2Zc7MnuntGR4yk { width:6.25rem;height:2.9375rem;top:4.0625rem;left:22.436846733093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgTdcmEhgQS5y13SRXSmV7EfNReORl6U { width:8.5625rem;height:6.875rem;top:2.3125rem;left:23.1875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqc9DeePAd5IMUAgsX7tU8XO4zIQnnf4 { width:10.9375rem;height:2.9375rem;top:4.25rem;left:36.499018669128rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBOUJoBi4GleyLLooQZqi20Qq9stq6Kk { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PEGAKI0UqH7qerBr8bhUzMiVqBz9KKc1 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NDgrFxTIhAaZDmOc4BzsgkHn9CcfkGW4 { display:block; }#NDgrFxTIhAaZDmOc4BzsgkHn9CcfkGW4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATyoTSvV5knExPnSRtL1AVK45rD3hx8G { width:25.3125rem;height:5.625rem;top:4.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7tFgq3vpR0HfTLs0TBKKQOrBoAvfbGk { width:47.75rem;height:1.5625rem;top:10.5rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz48G5BoGT4T4sEHkIeHBibKOmqS4Auh { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #N9KifMZnFy7DDZNfoMoOikqXroVhdGQO { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FFczITMGMFH1BdPZxlb2eD9PwTkk2sCk { display:block; }#FFczITMGMFH1BdPZxlb2eD9PwTkk2sCk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAsotXsni2BiKqeEuRIR0Ir51hB4Zt9d { width:12.5rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFRKodMStUFUh4XK2JaXAQSrfzNcUOeT { width:12.5rem;height:12.5rem;top:0rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5GHgrAxFhQ0gpEtVfUKt4AzNNaJWEnn { width:12.5rem;height:12.5rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSVyTg17FhubeeT3v3rbQuRmavOFhgnP { width:12.5rem;height:12.5rem;top:0rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThTC0T9bwncP682get138w1gKNntTH3L { width:12.5rem;height:12.5rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPPdZOZBk6UVKzdsLdPMFSTfHUOpz4zC { width:12.5rem;height:12.5rem;top:0rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE { display:block; }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #psP66ReGErWwUfk0zUJQP5o96pLozIqU { width:47.75rem;height:3.8125rem;top:4.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVwVv09GiqiHEHO8HpUbqVZ04RISeZNa { width:11.3125rem;height:2.1875rem;top:10.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI2wWa0rHUlI3DSeRy7seb6D5B6uALp4 { display:block; }
 }@media only screen and (max-width: 763px) { #gO6upu9Tu8xJBPxLZOTmihR4rcl7tdEo { width:12.1875rem;height:2.1875rem;top:10.8125rem;left:13.864420890808rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQK7v9yZK4lZnk25kSC3FTf0DB4zV81G { display:block; }
 }@media only screen and (max-width: 763px) { #fzovLXiLJyUAVJALnkzVc5GMGobTiXgq { width:10.5rem;height:2.1875rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwhIgKGO3vfBcndgqrGXgFWQsxst6uty { display:block; }
 }@media only screen and (max-width: 763px) { #GG2cdN7gtPkZQq1oawsNpE3gxHyqXXUU { width:7.1875rem;height:2.1875rem;top:10.875rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #liAWX38oVlT9ZCKi8JXUMVrCA1Bb1G5i { display:block; }
 }@media only screen and (max-width: 763px) { #WTbgu1GMKyE14WXIh4mbxbTm6Tlh2GtM { width:11.875rem;height:2.1875rem;top:10.875rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtRTplHTpSlmc9mBQSSG3B6rH9fkxI3E { display:block; }
 }@media only screen and (max-width: 763px) { #gyKq48kJC1FTPK0fQwCxgScAhFvBNMTN { width:11rem;height:2.1875rem;top:10.9375rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlodA1LcGnApNpOJzHKAqJ2lFnyHypMX { display:block; }
 }@media only screen and (max-width: 763px) { #WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT { display:block; }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTZKoI8CXFvyiyTosr324I56QuE4srEH { width:20.0625rem;height:5.9375rem;top:7.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rddJ35LSZcwn74zZrm6xqL5QRDlWkWzE { width:34.375rem;height:12.8125rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSO2TyXbQBHsKqNsTlAeflbiTkELTBqA { width:21.25rem;height:5.9375rem;top:8rem;left:10.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgADqNfXmRfIO6pQECD5gaTVCWMsctSo { width:34.375rem;height:12.8125rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFF84nyNZtWdUk7cHg2S11i31fAkPybi { display:block; }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFGuQrV3DpPGMoq9Wua8p3EXh5oEpeb2 { width:36.75rem;height:5.1875rem;top:4.125rem;left:11rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpQHokPhTgBnHQOAvGNHMuSTWX4yD5Vy { width:33.25rem;height:;top:9.875rem;left:14.5rem;font-size:1rem;display:block; }#wpQHokPhTgBnHQOAvGNHMuSTWX4yD5Vy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8a39a2c924755a8925f51088b44652db78c445ed.svg); }
 }@media only screen and (max-width: 763px) { #tMFPJz115OfId1FCbLUwxEdn4fxqpqXM { width:1.375rem;height:11.3125rem;top:13.875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hbpsaRgIr3R1mXoeL4tqMvztuf5u6MCV { width:36.875rem;height:39.9375rem;top:-3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAMscoG6epDZADHP0QDa5HRper4shh87 { width:14.75rem;height:3.625rem;top:27.4375rem;left:21.436846733093rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLkfx4IJC0NDJtEwHMtxELx5GeptxGTq { display:block; }
 }@media only screen and (max-width: 763px) { #Fb2egckSdcCH0TchePgSFGBcIFfhRJfO { width:27.6875rem;height:38.4375rem;top:-2rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qKlyVTTTOuaSPMOBM38obKoqBFhJS24y { display:block; }#qKlyVTTTOuaSPMOBM38obKoqBFhJS24y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MyeKlpdPIEnkdfRWv2qJ2CmlUbg841c8 { width:37.5rem;height:3.125rem;top:6.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgT9TRQ1WFJOJsTR684OSQXWdULLQFKL { width:37.5rem;height:14.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkJv2DrviTzaeSlTyoAoCXQTVnghswAv { width:37.5rem;height:14.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7xrq3EuLnDMGvqDlUZvevI8TAHQdwuQ { width:37.5rem;height:3.125rem;top:6.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRl3bAnUS9cd80Dr07wgMeFkbf4PkMH6 { width:37.5rem;height:14.625rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4TM42ysw1VrXgrzT5SPWqHH7IJAdi4L { width:37.5rem;height:14.625rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdtpdU6bcRhWH9hLGuO1hGDA21fXxs6m { width:37.5rem;height:3.125rem;top:20.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPdChxS6IyTT01etMKf3fTebahF3ed6k { width:37.5rem;height:3.125rem;top:20.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyZdh1Da049awfdqk5K9nsxZwAumKl0s { display:block; }#TyZdh1Da049awfdqk5K9nsxZwAumKl0s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GK3xhZh6tN3TtaAhL1a0drqRoxLdasy4 { width:3.125rem;height:3.125rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XENXZdf8TST08sxT8QeM0ewAkAe8QT8A { width:9.6875rem;height:4.6875rem;top:9.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybTs64VAxVVcDxN5KFEVATv9JMTdfuQd { width:9.5rem;height:4.6875rem;top:9.25rem;left:5.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHJZ12lzLuCGzBxsz9KltMKce1qrZHCw { width:3.125rem;height:3.125rem;top:4.9375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6iMiSAqWHT51kG0LGLDCnefvcuyB2uo { width:9.0625rem;height:4.6875rem;top:9.375rem;left:18.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge1pJAuNfbqm9qvy1uHKFgUDhNKZccdm { width:3.4375rem;height:3.4375rem;top:4.875rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvRU6J1Jp4sXJAfW6zS1lFm3aVgViEwH { width:10.4375rem;height:4.6875rem;top:9.375rem;left:30.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI0TTWM8F2aTUdRqopuzfEMlKTInLRaR { width:3.125rem;height:3.125rem;top:4.875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBcTgCo0uadraUpN9tyybqr6KwsAJsAU { width:3.125rem;height:3.125rem;top:5.0625rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9pFgogJHkTfCxxEG66SgoRLIUtoU3Dc { width:11.3125rem;height:4.6875rem;top:9.1875rem;left:36.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0izpikvWaJurLTWxWxbh7v9npRyaJzQ { display:none; }#T0izpikvWaJurLTWxWxbh7v9npRyaJzQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TZ9tOhylk0TKSws69Cunv010FT0SFPkn { width:12.5rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDt54UwFFKpCgVCgJyK604Ut6qVeVFrk { width:12.5rem;height:12.5rem;top:0rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1cL00KZ7nVnX3o2yplXzDdsV3FtJiPi { width:12.5rem;height:12.5rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1XGrNJ2yaJ5Wmlyyqvf03n75TWc9EDK { width:12.5rem;height:12.5rem;top:0rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHTVpvADLx8zrSCUuDUtyR7JeX4y6Ax4 { width:12.5rem;height:12.5rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8ATLpiJzChcgnE5eicOzJRUAr6TVK96 { width:12.5rem;height:12.5rem;top:0rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z { display:block; }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #moUsUZaPvFLbLDe5dvo7xmMyIzkvKt0E { width:47.75rem;height:3.125rem;top:7.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHmTeDmHQrIlJhwsbXDJiAVPSA09z1ml { width:47.75rem;height:1.25rem;top:12.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9IcDhJsTKVurbr097Ig2CAteIPRPVR2 { width:47.75rem;height:2.5rem;top:6.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqTlDM840Tlv5nZei12fe4ZlpBdn9TIm { display:none; }#SqTlDM840Tlv5nZei12fe4ZlpBdn9TIm > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K6CG8wywPdEhKaFMgR8NBV5B6uNb6IzJ { width:47.75rem;height:3.125rem;top:9.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNQyCNILTuHOLzQ5gpDv4qiXG1zWZJm0 { width:47.75rem;height:1.25rem;top:14.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #irSzcs5MGVNeZLFy3RF43p3i2UhuIRt5 { width:47.75rem;height:2.5rem;top:6.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHpuV6Is9AppTCM95i2wyZnlICxpB5U9 { width:17.0625rem;height:3.5rem;top:18.5rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwMwNdg6V1DLdO5T8PfJwnubWBMWcaVV { display:block; }
 }@media only screen and (max-width: 763px) { #hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX { display:block; }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhmOo3MGhIUG3Edza4kApZNFGz8pykiP { width:39.6875rem;height:3.4375rem;top:5.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnv7BTJxrsJbQmUMaPIv7gG7XgZztkw7 { width:29.375rem;height:;top:11.25rem;left:0rem;font-size:0.8125rem;display:block; }#bnv7BTJxrsJbQmUMaPIv7gG7XgZztkw7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8a39a2c924755a8925f51088b44652db78c445ed.svg); }
 }@media only screen and (max-width: 763px) { #KcSC8t0NsyNZKRSz92a2iWRAUCJuPJ0J { width:27.9375rem;height:28.3125rem;top:2.375rem;left:15.312174797058rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHf62ufVne1itlEbUuKmCoTJwubpPwZW { width:30.625rem;height:30.625rem;top:0rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkxUTv5MAGzavLuuTLW546HV64uiTkQ2 { width:27.375rem;height:27.375rem;top:3.25rem;left:20.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJR0S4pKXqv7AKkn8HgmhliSgtVmyehN { display:none; }#wJR0S4pKXqv7AKkn8HgmhliSgtVmyehN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VMGNWITRQdB3wN1pbggMqUgLqOtHHlDT { width:13.875rem;height:1rem;top:1.3125rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW5JRO4TqHBgIgQsZDoakMCw2EDI4sXq { width:23.25rem;height:8.125rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNirPLcbKTyxvGx2XseZVHxwWfNSJ0TF { width:12.6875rem;height:1.75rem;top:2.9375rem;left:3.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJFosGWaHCTS48lCRDiTh2zIBoV6gCvk { width:5.5625rem;height:1.875rem;top:5.375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtbDmoByH5DHl0nGGu426RodnKHBMsud { display:block; }
 }@media only screen and (max-width: 763px) { #pJUqaSwQOr62Nva4gyxS1pxWxJyrUtZ1 { width:1.875rem;height:1.875rem;top:5.375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxPglcuBkryZvBVnOTuEfRUUSFcQdkob { display:block; }
 }@media only screen and (max-width: 763px) { #tfHq3qBO7XzO1gV2A2yyGqD8LEkTGhbQ { width:15.3125rem;height:8.125rem;top:0rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4idXzBXVA9nMVVRaBFA60QpPwOwLpJB { width:23.25rem;height:8.125rem;top:0.0625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLuGZ7vpF6sAhDoekcXQb4coR7QE79tl { width:15.3125rem;height:8.125rem;top:0rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrZ3Rz5IVrnVBLkz84iWPeL4f9miEmtx { width:5.5625rem;height:1.875rem;top:5.375rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XABpooN55Vl1qTUweiBNuIiSm3UOvVMe { display:block; }
 }@media only screen and (max-width: 763px) { #llzKLkOSRqplXh5LAs9HR46aqTVTC1RU { width:12.6875rem;height:1.75rem;top:2.9375rem;left:19.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz8OCOk6h9aGeCpkuH69DzMUJW9TWG3E { width:1.875rem;height:1.875rem;top:5.375rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2TEhe1gduPQbsT4XSH3GG4zwubHzeuM { display:block; }
 }@media only screen and (max-width: 763px) { #GuNJI5hQbHIZetfouzes7y2SmtGwq7Jp { width:13.875rem;height:1rem;top:1.3125rem;left:17.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArmTD8UiFyrCwMQzVb1Mdbog5vqyWUFd { display:block; }#ArmTD8UiFyrCwMQzVb1Mdbog5vqyWUFd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWxyFWE5dHgQ0wTbLTdUzSf2a0P6OmH1 { width:13.875rem;height:1rem;top:4.4375rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP6HN7WMHWMbJwTKTffcXBWwgNhXVFAv { width:8.125rem;height:8.125rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVw3uwXRMoB1eTaESf5DaO9f0vtSvDTg { width:12.6875rem;height:1.75rem;top:6.0625rem;left:3.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3PzZizpHGvGc0EmgU5aVk8AbxT4Acu5 { width:5.5625rem;height:1.875rem;top:8.5rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHruO0aymnobfCZrtGFWSZlO4cwBd08H { display:block; }
 }@media only screen and (max-width: 763px) { #Db7QuOMg8r8cmVuAefwv9yxD5Gca9sIL { width:1.875rem;height:1.875rem;top:8.5rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRVvWyDsvsOvvFgiAael1K6nhLMRyeOo { display:block; }
 }@media only screen and (max-width: 763px) { #NvP6RVJ1Sb4Z9wkoNR79miyJ5eTBwXd6 { width:23.1875rem;height:8.125rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v20RUfSH5qzNAwQnDb44LhWAE8Rq7PmI { width:23.1875rem;height:8.125rem;top:3.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTGiOG5CEHwDfbruNQHtEvqfSN1fmrB4 { width:5.5625rem;height:1.875rem;top:8.5rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZyPTqIM62R5sriT8i8OUTfTZ4ng61KQ { display:block; }
 }@media only screen and (max-width: 763px) { #BrTwRTbbD7td5wns436x7W4fLWwb9scR { width:1.875rem;height:1.875rem;top:8.5rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoezfGW28uno4ZM0N2xhgMvrsfIGcVXX { display:block; }
 }@media only screen and (max-width: 763px) { #KUlxCE6keWT8m7d1h0nkgaaVXVat23EQ { width:8.125rem;height:8.125rem;top:3.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mChlDKHSNtDBpwZVaXK4zlK2LkrHBCLf { width:12.6875rem;height:1.75rem;top:6.0625rem;left:19.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3EIoLOATNs8QcNuQxRs4Zx4WdbTCVcW { width:13.875rem;height:1rem;top:4.4375rem;left:17.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGVvEUvayBMRZue1uvsAWDabNa8WH9u0 { width:23.1875rem;height:8.125rem;top:3.125rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLT29MMBggRDngdvb8XcgP3bDWRv0PKW { width:5.5625rem;height:1.875rem;top:8.5rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZbG0qLi6XLhPK9J88lehKPHTZAr60nz { display:block; }
 }@media only screen and (max-width: 763px) { #R0TaWTwf0NumwDyeLgwwuITc1S0Fc46g { width:1.875rem;height:1.875rem;top:8.5rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBTbeRb6AzPWFiUTHp9PE3s5nZCAcJP0 { display:block; }
 }@media only screen and (max-width: 763px) { #NiKAKW7ck4sInxHeGoh9QSE2NeG4PKwf { width:12.6875rem;height:1.75rem;top:6.0625rem;left:34.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsHFcpZ46FJk01UkCMSlHpWbd9gP9BAJ { width:8.125rem;height:8.125rem;top:3.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cawp9yDDqFqwH79kvxfSumLS4uzynv0t { width:13.875rem;height:1rem;top:4.4375rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8Mqg7XuGoZKNpT4LrmLv08p8eTNdpTa { width:23.1875rem;height:8.125rem;top:3.125rem;left:24.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QSNnJE3iMOySQNtfR1vIklTohmJmWM3e { width:5.5625rem;height:1.875rem;top:8.5rem;left:40.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GqLTx8I1LBiokiOpoJyy3Td2yZW7No8b { display:block; }
 }@media only screen and (max-width: 763px) { #Kch0S1uNbcUn8vrPLKFPprXZrcV3ufl3 { width:12.6875rem;height:1.75rem;top:6.0625rem;left:34.9375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yl5UPEBXWurxPMwuTN9Ntk1XpwusN9Ls { width:7.5rem;height:1.75rem;top:22.1875rem;left:7rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gFB5n0Ku9AlT2tf2xKffGw4ciu1kb9te { width:8.125rem;height:8.125rem;top:3.1875rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #l2O53chPdWT4OXSTBhNiRRHXUMQWMwom { width:1.875rem;height:1.875rem;top:8.5rem;left:38.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SaE1RZypUdJ562mRe2bcrRfJ55rq5nOr { display:block; }
 }@media only screen and (max-width: 763px) { #N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc { display:block; }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSmcsvvsybEEDOSbwE8sa7w8hJDNCFRU { width:25.1875rem;height:7.9375rem;top:6.1875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq7XvOUe6Q1IzP6lQdDOnhBQprQG6xv9 { width:26.25rem;height:5.1875rem;top:15.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPFZDTBRepqyuqOK99aLgP9mw1hgW5iu { width:6.6875rem;height:1.9810902125098rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlkHFebuzlDNBmtztKHVTxcbVGJtcLmq { width:6.6875rem;height:2.3527961942683rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC2nGDFA7w3f3KTvOmDRMDeZD3AmvqCk { width:20.625rem;height:28.0625rem;top:3.3125rem;left:17.613604545593rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCE1bOwJNVkpF88W4hbgCAKhdGHzh5pp { width:20.625rem;height:28rem;top:3.3125rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtTK2WlL4y3rNdQBhbWZfrChhSPlbkg7 { width:20.9375rem;height:29.225943294443rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur4MUqQldrsgsIWHkc24a2qvwGoXCzkZ { display:block; }#ur4MUqQldrsgsIWHkc24a2qvwGoXCzkZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cyPdhTO70uAhpSMkGcvTEZQ5M10WD3S4 { width:47.75rem;height:2.5rem;top:4.3125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2ftHx3oTGTsElikQcXlhJnzmwEd0oDR { display:block; }#R2ftHx3oTGTsElikQcXlhJnzmwEd0oDR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCX2TVF9C3uyqlRFCdaF0SRTmsUieZRd { width:29.375rem;height:37.75rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5nf5D3B1ADevkw3IVKtqBCQnJKZZgQ2 { width:24.125rem;height:;top:11.3125rem;left:0rem;font-size:0.9375rem;display:block; }#P5nf5D3B1ADevkw3IVKtqBCQnJKZZgQ2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
 }@media only screen and (max-width: 763px) { #hvQWX3TtEvSNfZTH7uRR7CzOsgfOI7MG { width:22.25rem;height:2.5rem;top:7.0625rem;left:0.062499046325684rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1shTIstn2VAxwC7ohroi3xPTdvbMsvU { width:12.25rem;height:4.6875rem;top:23.9375rem;left:0.1240234375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsL3Ux0WpIKlHqPPOS1rCLRoISSn7o8R { width:15.0625rem;height:3.5rem;top:31.5rem;left:0.12369918823242rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce1Fceg9II8WeggVS3vh8qvECXfMqp7e { display:block; }
 }@media only screen and (max-width: 763px) { #Tkh3a06BkKTDewHx5zWmCBdcH4nCkXk8 { width:8.1875rem;height:0.75rem;top:22.5625rem;left:0.12434864044189rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfcX4tOIefMQT1S6G1peCvTcT5NyHt7p { width:6.125rem;height:0.875rem;top:25.1875rem;left:12.2490234375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hv5eHmx9m7tohe0HsCgV67OmLVtp3an0 { width:29.4375rem;height:37.9375rem;top:3.6875rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoXQvsfKOgRowIJu8nzLFJfTV7bLu7Wo { width:24.5rem;height:;top:11.3125rem;left:23.25rem;font-size:0.9375rem;display:block; }#eoXQvsfKOgRowIJu8nzLFJfTV7bLu7Wo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
 }@media only screen and (max-width: 763px) { #wcJW1sLrVDAJUGILupdaVGFQRuhTug4v { width:22.25rem;height:2.5rem;top:7.0625rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4HAQ0L2UexR2kp7cxBQlzETTXAz9AKG { width:12.25rem;height:3.25rem;top:25.5rem;left:23.9375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9M0hiJ1fIA9Qut0NQJ6ovGupLkz6Fm3 { width:8.25rem;height:0.8125rem;top:23.875rem;left:23.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sumDmJQQvDUwLCJ583Tdvyhnff9WgTBW { width:15rem;height:3.4375rem;top:32.75rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkOX71TO14OCkxeTQKg8a5te4ncbewnT { display:block; }
 }@media only screen and (max-width: 763px) { #HmvLqkeMps3DRduHQ4v2tKwOurl8TpNp { width:47.75rem;height:0.8125rem;top:48.5625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTg2quSPTe0tFpyfrvUaSB0kxmyu6L9A { width:6.125rem;height:0.875rem;top:26.6875rem;left:32.71875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk6q2IKlkfyISJQOQOSJSZ2ZVcnLIlKN { display:block; }#Sk6q2IKlkfyISJQOQOSJSZ2ZVcnLIlKN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7q8gbLAOIQBpHarTtWdUoVB6kQUVBXz { width:25.75rem;height:2.625rem;top:14.0625rem;left:22rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLSbyuWn1AIQoJ2JkGn0eLOVm8b4DUvy { width:2.9375rem;height:2.9375rem;top:10.625rem;left:35.062335014343rem;display:none; }
#FLSbyuWn1AIQoJ2JkGn0eLOVm8b4DUvy > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; } }@media only screen and (max-width: 763px) { #H5GMl6mDe2lmJZAXpzG4a2ol1sN3MfOx { width:21.5625rem;height:12.3746875rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTaBOiGJRtTeuPE9cQ7SsrSZObbF1kwc { width:20.125rem;height:3rem;top:10.625rem;left:27.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX2MbLT6u9RoRODWTr7F35qphOD2k5C5 { display:block; }#TX2MbLT6u9RoRODWTr7F35qphOD2k5C5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #by9AXVcqHNUisGIL4XxvhB5KQIgOwdnI { width:10.625rem;height:2.1875rem;top:0.875rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnUpmLD7EqywVr0kd1smWmogiSphk5UO { display:block; }
 }@media only screen and (max-width: 763px) { #IRpt6qsSqqqxrJ2wosAQwZkcQCitygwm { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNm3FrVsOwgDF38sc6rDuJio8CM9Bsiy { display:block; }
 }@media only screen and (max-width: 763px) { #mwSfDmZtCOP4MWWKvu2mmUBoirKAAwxa { width:3.6875rem;height:3.6875rem;top:0rem;left:44.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXMTteTHiyO0dezFeKE1TdtRbEBuDDM4 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN { display:block; }#TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN { background-color: transparent; background-image: none; }#TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN > .row .container > .video-iframe-container { display: none; }#TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN > .row > .video-iframe-container { display: none; }#TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN > .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); }#TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN > .row .container { width:20rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/84b553a8-a42a-41ff-b30e-e898605f247b/topo.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:8.125rem;position:relative;display:block; }#TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN > .row .container.adaptive-delivery-prevent-bg, #TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN > .row .container.lazyload, #TbzfPJGs3g0vn7T9VkLCq1bVS99fTAnN > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #GSdS72WVQhng2w8xNWeVv36yKVMdU9mR { top:2.1875rem;left:0rem;width:6.9995rem;height:3.937175rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 { display:block; }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 { background-color: transparent; background-image: none; }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 > .row .container > .video-iframe-container { display: none; }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 > .row > .video-iframe-container { display: none; }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 > .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); }#KLFpTDa7N2fJZtrG3iNDS5LQeAXR4ue3 > .row .container { width:20rem;height:31.25rem;background-color:#000000;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L09n6370OCUd2cXCT9NZ4vahBPnuWTco { width:16.1861875rem;height:2.8489625rem;top:4.30859375rem;left:1.90625rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ghOVMnvlytRVSgVEe8mRtxvVqE5LVONz { width:11.6875rem;height:3.125rem;top:9.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0vBfT6wlgmgCUwuu2Gm9XBWNIWpDywl { display:block; }
 }@media only screen and (max-width: 763px) { #CpwAXbcbrVLzT6cPgDyrPyCga9Vq74Mz { width:9.75rem;height:5.5rem;top:2.9453125rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ndpS6QvI3uLzRCxOHzGDlZMXcK9TvJ0t { width:20rem;height:0.0618489375rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9TWPDFSlRQQL4QRkxbl4qhb2uB61vXD { width:6.0625rem;height:1.875rem;top:14.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw3AhwJiNapxIspHGQck2cBavCxcsTyz { display:block; }
 }@media only screen and (max-width: 763px) { #ZidROLiBESzgNZPlsrdeM8KiyyMG6xF3 { width:9.436875rem;height:1.875rem;top:18.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnTvsI7Oavs9xbCtzFDIeW3pbrCkA1fZ { display:block; }
 }@media only screen and (max-width: 763px) { #LaXWaHhzrV64AU3aecRnSXJwqNQf8BlM { width:6.375rem;height:1.75rem;top:21.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xx57PnspPtZrr1r4qqEyLDN2THHmdvHq { display:block; }
 }@media only screen and (max-width: 763px) { #BD0tiApDxzDpUCpX2vOTWOhg5cmJU0XP { width:5rem;height:1.875rem;top:14.3125rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucGLIMwZZfDKwXX0k6qG9pR2ZT7KkqD1 { display:block; }
 }@media only screen and (max-width: 763px) { #JoQ6S3nelm2KZlGxumZmg9q7esIwTh5W { width:11.311875rem;height:1.875rem;top:16.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLTm7U8kAWALAzTNFfHDgTUcgD5m1Scs { display:block; }
 }@media only screen and (max-width: 763px) { #HSnTyQbQqqwkgrlxQyLiCHELtwp93pe6 { width:15.061875rem;height:1.92448125rem;top:25.125rem;left:2.4375rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rHz8W39TRPPfqgivXwpnUuV7Ew5L3PSg { display:flex;width:1.9995125rem;height:1.9995125rem;top:25.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qZ8nsNwHWbB6x3wEmu09hKmmN1Kdocgp { display:none; }#qZ8nsNwHWbB6x3wEmu09hKmmN1Kdocgp > .row .container { width:20rem;height:19.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GBipL5iLT0bOHvJpETC4sZPNxn9i0bMx { width:4.12435rem;height:4.4685875rem;top:7rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuDFK7uN4hewHkIRotgTCCdScE9JXVOc { width:6.936875rem;height:2.25rem;top:7.875rem;left:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvZcT3AJKN4XnvkTQIO5e8sUThzf7KBE { width:7.25rem;height:3.0932625rem;top:3.25rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAXT2sCHz4UNTHUy0W2Zc7MnuntGR4yk { width:4.43685rem;height:2.3990875rem;top:3.5rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgTdcmEhgQS5y13SRXSmV7EfNReORl6U { width:5.6875rem;height:4.4685875rem;top:11.8125rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqc9DeePAd5IMUAgsX7tU8XO4zIQnnf4 { width:8.625rem;height:2.3990875rem;top:12.6875rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBOUJoBi4GleyLLooQZqi20Qq9stq6Kk { top:6.78125rem;left:0rem;width:20rem;height:0.0625rem;z-index:15004;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #PEGAKI0UqH7qerBr8bhUzMiVqBz9KKc1 { top:12.40625rem;left:0rem;width:20rem;height:0.0625rem;z-index:15005;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #NDgrFxTIhAaZDmOc4BzsgkHn9CcfkGW4 { display:block; }#NDgrFxTIhAaZDmOc4BzsgkHn9CcfkGW4 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATyoTSvV5knExPnSRtL1AVK45rD3hx8G { width:20rem;height:3.25rem;top:3rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7tFgq3vpR0HfTLs0TBKKQOrBoAvfbGk { width:15.437rem;height:1.6497375rem;top:6.6875rem;left:2.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz48G5BoGT4T4sEHkIeHBibKOmqS4Auh { top:6.78125rem;left:0rem;width:20rem;height:0.0625rem;z-index:15004;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #N9KifMZnFy7DDZNfoMoOikqXroVhdGQO { top:12.40625rem;left:0rem;width:20rem;height:0.0625rem;z-index:15005;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #FFczITMGMFH1BdPZxlb2eD9PwTkk2sCk { display:block; }#FFczITMGMFH1BdPZxlb2eD9PwTkk2sCk > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAsotXsni2BiKqeEuRIR0Ir51hB4Zt9d { width:10rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFRKodMStUFUh4XK2JaXAQSrfzNcUOeT { width:10rem;height:10rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5GHgrAxFhQ0gpEtVfUKt4AzNNaJWEnn { width:10rem;height:10rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSVyTg17FhubeeT3v3rbQuRmavOFhgnP { width:10rem;height:10rem;top:10rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThTC0T9bwncP682get138w1gKNntTH3L { width:10rem;height:10rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPPdZOZBk6UVKzdsLdPMFSTfHUOpz4zC { width:10rem;height:10rem;top:20rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE { display:block; }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE { background-color: transparent; background-image: none; }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .row .container > .video-iframe-container { display: none; }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .row > .video-iframe-container { display: none; }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .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); }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE { border-width: 0; border-radius: 0; }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BwJRXtc0eItKQfu9GtmiJJe4Tsk7vsaE > .row .container { width:20rem;height:15.9375rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #psP66ReGErWwUfk0zUJQP5o96pLozIqU { width:18.2495rem;height:1.75021875rem;top:4.3125rem;left:0.875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KVwVv09GiqiHEHO8HpUbqVZ04RISeZNa { width:7.270520875rem;height:1.708170875rem;top:7.5rem;left:7.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI2wWa0rHUlI3DSeRy7seb6D5B6uALp4 { display:block; }
 }@media only screen and (max-width: 763px) { #gO6upu9Tu8xJBPxLZOTmihR4rcl7tdEo { width:7.395833375rem;height:1.708170875rem;top:9.5625rem;left:10.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQK7v9yZK4lZnk25kSC3FTf0DB4zV81G { display:block; }
 }@media only screen and (max-width: 763px) { #fzovLXiLJyUAVJALnkzVc5GMGobTiXgq { width:6.5625rem;height:1.8125rem;top:7.375rem;left:0.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwhIgKGO3vfBcndgqrGXgFWQsxst6uty { display:block; }
 }@media only screen and (max-width: 763px) { #GG2cdN7gtPkZQq1oawsNpE3gxHyqXXUU { width:3.958333375rem;height:1.6875rem;top:7.5625rem;left:15.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #liAWX38oVlT9ZCKi8JXUMVrCA1Bb1G5i { display:block; }
 }@media only screen and (max-width: 763px) { #WTbgu1GMKyE14WXIh4mbxbTm6Tlh2GtM { width:7.083333375rem;height:1.6875rem;top:9.5625rem;left:2.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtRTplHTpSlmc9mBQSSG3B6rH9fkxI3E { display:block; }
 }@media only screen and (max-width: 763px) { #gyKq48kJC1FTPK0fQwCxgScAhFvBNMTN { width:11.125rem;height:2.1875rem;top:12.52034831543rem;left:4.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlodA1LcGnApNpOJzHKAqJ2lFnyHypMX { display:block; }
 }@media only screen and (max-width: 763px) { #WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT { display:block; }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT { background-color: transparent; background-image: none; }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT > .row .container > .video-iframe-container { display: none; }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT > .row > .video-iframe-container { display: none; }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT > .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); }#WH4I6h6MmbuSXXIlgeUqn3MrWwmasUqT > .row .container { width:20rem;height:17.25rem;background-color:#202020;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTZKoI8CXFvyiyTosr324I56QuE4srEH { width:13.3121875rem;height:3.29948125rem;top:4.72412109375rem;left:3.3430989980697rem;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rddJ35LSZcwn74zZrm6xqL5QRDlWkWzE { width:18.1875rem;height:6.875rem;top:2.9375rem;left:0.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/937611fd-438f-4d3a-968a-29926f486af5/download20240202T084029197.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rddJ35LSZcwn74zZrm6xqL5QRDlWkWzE.adaptive-delivery-prevent-bg, #rddJ35LSZcwn74zZrm6xqL5QRDlWkWzE.lazyload, #rddJ35LSZcwn74zZrm6xqL5QRDlWkWzE.lazyloading { background-image: none; }
#rddJ35LSZcwn74zZrm6xqL5QRDlWkWzE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,50,0,0.72); } }@media only screen and (max-width: 763px) { #DSO2TyXbQBHsKqNsTlAeflbiTkELTBqA { width:12.749rem;height:3.59895625rem;top:12.012533187866rem;left:3.6246742010117rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mgADqNfXmRfIO6pQECD5gaTVCWMsctSo { width:18.1875rem;height:6.875rem;top:10.375rem;left:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/937611fd-438f-4d3a-968a-29926f486af5/download20240202T084029197.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mgADqNfXmRfIO6pQECD5gaTVCWMsctSo.adaptive-delivery-prevent-bg, #mgADqNfXmRfIO6pQECD5gaTVCWMsctSo.lazyload, #mgADqNfXmRfIO6pQECD5gaTVCWMsctSo.lazyloading { background-image: none; }
#mgADqNfXmRfIO6pQECD5gaTVCWMsctSo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,50,0,0.72); } }@media only screen and (max-width: 763px) { #QFF84nyNZtWdUk7cHg2S11i31fAkPybi { display:block; }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi { background-color: transparent; background-image: none; }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi > .row .container > .video-iframe-container { display: none; }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi > .row > .video-iframe-container { display: none; }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi > .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); }#QFF84nyNZtWdUk7cHg2S11i31fAkPybi > .row .container { width:20rem;height:36.25rem;background-color:#ff3200;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFGuQrV3DpPGMoq9Wua8p3EXh5oEpeb2 { width:17.6245rem;height:2.8183625rem;top:8.3398432731631rem;left:1.1873372793198rem;font-size:2.5625rem;line-height:1.1;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #wpQHokPhTgBnHQOAvGNHMuSTWX4yD5Vy { width:16.7496875rem;height:13.2578125rem;top:12.507316112518rem;left:1.6243489980698rem;font-size:1rem;line-height:1.3;color:#ffffff;display:block; }#wpQHokPhTgBnHQOAvGNHMuSTWX4yD5Vy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8a39a2c924755a8925f51088b44652db78c445ed.svg); }
 }@media only screen and (max-width: 763px) { #tMFPJz115OfId1FCbLUwxEdn4fxqpqXM { width:1.375rem;height:0;top:13.8828125rem;left:1.875rem;font-size:0.875rem;line-height:1.3;color:#25d366;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #hbpsaRgIr3R1mXoeL4tqMvztuf5u6MCV { width:13.75rem;height:11.375rem;top:-2.3759609375rem;left:2.4876612838218rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4e96f06d-a576-472a-adf5-1e66d984e0b4/a2e363fd0bPhotoroom.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hbpsaRgIr3R1mXoeL4tqMvztuf5u6MCV.adaptive-delivery-prevent-bg, #hbpsaRgIr3R1mXoeL4tqMvztuf5u6MCV.lazyload, #hbpsaRgIr3R1mXoeL4tqMvztuf5u6MCV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WAMscoG6epDZADHP0QDa5HRper4shh87 { width:14.125rem;height:3.625rem;top:28.686522483826rem;left:1.1873372793198rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLkfx4IJC0NDJtEwHMtxELx5GeptxGTq { display:block; }
 }@media only screen and (max-width: 763px) { #Fb2egckSdcCH0TchePgSFGBcIFfhRJfO { width:15.4375rem;height:8.25rem;top:1.3142905235291rem;left:2.1118162870407rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ff3200);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ff3200);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ff3200);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ff3200);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff3200' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff3200' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ff3200);background-size:cover !important;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #qKlyVTTTOuaSPMOBM38obKoqBFhJS24y { display:block; }#qKlyVTTTOuaSPMOBM38obKoqBFhJS24y > .row .container { width:20rem;height:34.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MyeKlpdPIEnkdfRWv2qJ2CmlUbg841c8 { width:20rem;height:1.6875rem;top:3.900390625rem;left:0rem;font-size:1.875rem;line-height:.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vgT9TRQ1WFJOJsTR684OSQXWdULLQFKL { width:20rem;height:8.6875rem;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c51cb9d4-fd2b-4a22-b309-dabdfa023663/465bff621998fb.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vgT9TRQ1WFJOJsTR684OSQXWdULLQFKL.adaptive-delivery-prevent-bg, #vgT9TRQ1WFJOJsTR684OSQXWdULLQFKL.lazyload, #vgT9TRQ1WFJOJsTR684OSQXWdULLQFKL.lazyloading { background-image: none; }
#vgT9TRQ1WFJOJsTR684OSQXWdULLQFKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); } }@media only screen and (max-width: 763px) { #CkJv2DrviTzaeSlTyoAoCXQTVnghswAv { width:20rem;height:8.6875rem;top:8.6875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7606fce1-00b4-4af4-be21-3f0830e65a6f/265bff62002dd6.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CkJv2DrviTzaeSlTyoAoCXQTVnghswAv.adaptive-delivery-prevent-bg, #CkJv2DrviTzaeSlTyoAoCXQTVnghswAv.lazyload, #CkJv2DrviTzaeSlTyoAoCXQTVnghswAv.lazyloading { background-image: none; }
#CkJv2DrviTzaeSlTyoAoCXQTVnghswAv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); } }@media only screen and (max-width: 763px) { #N7xrq3EuLnDMGvqDlUZvevI8TAHQdwuQ { width:20rem;height:1.6875rem;top:12.5625rem;left:0rem;font-size:1.875rem;line-height:.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cRl3bAnUS9cd80Dr07wgMeFkbf4PkMH6 { width:20rem;height:8.6875rem;top:17.375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/afb8b8c0-cb77-4ca8-afad-98da441b9a8d/565bff6234d2ca.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cRl3bAnUS9cd80Dr07wgMeFkbf4PkMH6.adaptive-delivery-prevent-bg, #cRl3bAnUS9cd80Dr07wgMeFkbf4PkMH6.lazyload, #cRl3bAnUS9cd80Dr07wgMeFkbf4PkMH6.lazyloading { background-image: none; }
#cRl3bAnUS9cd80Dr07wgMeFkbf4PkMH6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); } }@media only screen and (max-width: 763px) { #C4TM42ysw1VrXgrzT5SPWqHH7IJAdi4L { width:20rem;height:8.6875rem;top:26.0625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/abfb379c-8d87-4cbd-9a0b-30fb70623709/365bff62189deb.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#C4TM42ysw1VrXgrzT5SPWqHH7IJAdi4L.adaptive-delivery-prevent-bg, #C4TM42ysw1VrXgrzT5SPWqHH7IJAdi4L.lazyload, #C4TM42ysw1VrXgrzT5SPWqHH7IJAdi4L.lazyloading { background-image: none; }
#C4TM42ysw1VrXgrzT5SPWqHH7IJAdi4L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); } }@media only screen and (max-width: 763px) { #QdtpdU6bcRhWH9hLGuO1hGDA21fXxs6m { width:20rem;height:1.6875rem;top:21.25rem;left:0rem;font-size:1.875rem;line-height:.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HPdChxS6IyTT01etMKf3fTebahF3ed6k { width:20rem;height:1.6875rem;top:29.9375rem;left:0rem;font-size:1.875rem;line-height:.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TyZdh1Da049awfdqk5K9nsxZwAumKl0s { display:block; }#TyZdh1Da049awfdqk5K9nsxZwAumKl0s > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GK3xhZh6tN3TtaAhL1a0drqRoxLdasy4 { display:flex;width:3.125rem;height:3.125rem;top:4rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #XENXZdf8TST08sxT8QeM0ewAkAe8QT8A { width:12.25rem;height:2.25rem;top:4.4375rem;left:5.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ybTs64VAxVVcDxN5KFEVATv9JMTdfuQd { width:13.125rem;height:2.25rem;top:9.5rem;left:5.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XHJZ12lzLuCGzBxsz9KltMKce1qrZHCw { display:flex;width:3.125rem;height:3.125rem;top:9.0625rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #i6iMiSAqWHT51kG0LGLDCnefvcuyB2uo { width:13.75rem;height:2.25rem;top:14.0625rem;left:5.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ge1pJAuNfbqm9qvy1uHKFgUDhNKZccdm { display:flex;width:3.4375rem;height:3.4375rem;top:13.625rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #IvRU6J1Jp4sXJAfW6zS1lFm3aVgViEwH { width:13.125rem;height:2.25rem;top:18.875rem;left:5.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pI0TTWM8F2aTUdRqopuzfEMlKTInLRaR { display:flex;width:3.125rem;height:3.125rem;top:18.4375rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #vBcTgCo0uadraUpN9tyybqr6KwsAJsAU { display:flex;width:2.56185rem;height:2.56185rem;top:24.0625rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #a9pFgogJHkTfCxxEG66SgoRLIUtoU3Dc { width:11.0625rem;height:3.375rem;top:23.625rem;left:5.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T0izpikvWaJurLTWxWxbh7v9npRyaJzQ { display:none; }#T0izpikvWaJurLTWxWxbh7v9npRyaJzQ > .row .container { width:20rem;height:30rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TZ9tOhylk0TKSws69Cunv010FT0SFPkn { width:10rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDt54UwFFKpCgVCgJyK604Ut6qVeVFrk { width:10rem;height:10rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1cL00KZ7nVnX3o2yplXzDdsV3FtJiPi { width:10rem;height:10rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1XGrNJ2yaJ5Wmlyyqvf03n75TWc9EDK { width:10rem;height:10rem;top:10rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHTVpvADLx8zrSCUuDUtyR7JeX4y6Ax4 { width:10rem;height:10rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8ATLpiJzChcgnE5eicOzJRUAr6TVK96 { width:10rem;height:10rem;top:20rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z { display:block; }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z { background-color: transparent; background-image: none; }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.9); }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row .container > .video-iframe-container { display: none; }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row > .video-iframe-container { display: none; }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .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.9); }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row .container { width:20rem;height:18.75rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/538a1d29-8766-484e-9fa4-40e34c5e716a/mapa.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row .container.adaptive-delivery-prevent-bg, #vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row .container.lazyload, #vRoBpahARZ4fW8PB87F88BaRwTiQzo1Z > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #moUsUZaPvFLbLDe5dvo7xmMyIzkvKt0E { width:14.812rem;height:3.125rem;top:7.0625rem;left:2.5625rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #wHmTeDmHQrIlJhwsbXDJiAVPSA09z1ml { width:13.4375rem;height:2.4375rem;top:12.1875rem;left:3.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:rgba(255,255,255,0.58);line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #m9IcDhJsTKVurbr097Ig2CAteIPRPVR2 { width:20rem;height:1.5625rem;top:4.1875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SqTlDM840Tlv5nZei12fe4ZlpBdn9TIm { display:none; }#SqTlDM840Tlv5nZei12fe4ZlpBdn9TIm > .row .container { width:20rem;height:18.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K6CG8wywPdEhKaFMgR8NBV5B6uNb6IzJ { width:20rem;height:1.375325rem;top:5.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FNQyCNILTuHOLzQ5gpDv4qiXG1zWZJm0 { width:20rem;height:0.750325rem;top:8.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:rgba(255,255,255,0.58);display:block; }
 }@media only screen and (max-width: 763px) { #irSzcs5MGVNeZLFy3RF43p3i2UhuIRt5 { width:20rem;height:1.5625rem;top:3.0625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oHpuV6Is9AppTCM95i2wyZnlICxpB5U9 { width:14.770520875rem;height:3.270670875rem;top:11.25rem;left:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwMwNdg6V1DLdO5T8PfJwnubWBMWcaVV { display:block; }
 }@media only screen and (max-width: 763px) { #hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX { display:block; }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX { background-color: transparent; background-image: none; }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX > .row .container > .video-iframe-container { display: none; }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX > .row > .video-iframe-container { display: none; }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX > .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); }#hhT1rifB1nZICpwSuXf7lF3D5V8bc1zX > .row .container { width:20rem;height:30.625rem;background-color:rgba(0,0,0,0.9);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhmOo3MGhIUG3Edza4kApZNFGz8pykiP { width:20rem;height:1.75021875rem;top:15.9375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bnv7BTJxrsJbQmUMaPIv7gG7XgZztkw7 { width:20rem;height:7.8984375rem;top:19.6875rem;left:0rem;font-size:0.8125rem;line-height:1.3;color:#ffffff;display:block; }#bnv7BTJxrsJbQmUMaPIv7gG7XgZztkw7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8a39a2c924755a8925f51088b44652db78c445ed.svg); }
 }@media only screen and (max-width: 763px) { #KcSC8t0NsyNZKRSz92a2iWRAUCJuPJ0J { width:20rem;height:14.124375rem;top:0.51350927352905rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/487bc9c6-831d-405d-b82b-ed7326d132ae/ativo3at2x673376e0ca355.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KcSC8t0NsyNZKRSz92a2iWRAUCJuPJ0J.adaptive-delivery-prevent-bg, #KcSC8t0NsyNZKRSz92a2iWRAUCJuPJ0J.lazyload, #KcSC8t0NsyNZKRSz92a2iWRAUCJuPJ0J.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IHf62ufVne1itlEbUuKmCoTJwubpPwZW { width:14.625rem;height:12.625rem;top:2.7216796875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkxUTv5MAGzavLuuTLW546HV64uiTkQ2 { width:20rem;height:7.312rem;top:7.9744462966919rem;left:0rem;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #wJR0S4pKXqv7AKkn8HgmhliSgtVmyehN { display:none; }#wJR0S4pKXqv7AKkn8HgmhliSgtVmyehN > .row .container { width:20rem;height:65.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VMGNWITRQdB3wN1pbggMqUgLqOtHHlDT { width:7.5rem;height:1.75rem;top:1.3125rem;left:10.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW5JRO4TqHBgIgQsZDoakMCw2EDI4sXq { width:20rem;height:9.375rem;top:0.0625rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #mNirPLcbKTyxvGx2XseZVHxwWfNSJ0TF { width:7.625rem;height:1.5rem;top:3.6875rem;left:10.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJFosGWaHCTS48lCRDiTh2zIBoV6gCvk { width:5.5625rem;height:1.875rem;top:6.5625rem;left:12.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtbDmoByH5DHl0nGGu426RodnKHBMsud { display:block; }
 }@media only screen and (max-width: 763px) { #pJUqaSwQOr62Nva4gyxS1pxWxJyrUtZ1 { width:1.875rem;height:1.875rem;top:6.5625rem;left:10.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxPglcuBkryZvBVnOTuEfRUUSFcQdkob { display:block; }
 }@media only screen and (max-width: 763px) { #tfHq3qBO7XzO1gV2A2yyGqD8LEkTGhbQ { width:10.5rem;height:9.375rem;top:0rem;left:9.4375rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #O4idXzBXVA9nMVVRaBFA60QpPwOwLpJB { width:20rem;height:9.375rem;top:11.375rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #GLuGZ7vpF6sAhDoekcXQb4coR7QE79tl { width:10.5rem;height:9.375rem;top:11.3125rem;left:9.4375rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #JrZ3Rz5IVrnVBLkz84iWPeL4f9miEmtx { width:5.5625rem;height:1.875rem;top:17.875rem;left:12.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XABpooN55Vl1qTUweiBNuIiSm3UOvVMe { display:block; }
 }@media only screen and (max-width: 763px) { #llzKLkOSRqplXh5LAs9HR46aqTVTC1RU { width:7.625rem;height:1.5rem;top:15rem;left:10.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz8OCOk6h9aGeCpkuH69DzMUJW9TWG3E { width:1.875rem;height:1.875rem;top:17.875rem;left:10.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2TEhe1gduPQbsT4XSH3GG4zwubHzeuM { display:block; }
 }@media only screen and (max-width: 763px) { #GuNJI5hQbHIZetfouzes7y2SmtGwq7Jp { width:7.5rem;height:1.75rem;top:12.625rem;left:10.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArmTD8UiFyrCwMQzVb1Mdbog5vqyWUFd { display:none; }#ArmTD8UiFyrCwMQzVb1Mdbog5vqyWUFd > .row .container { width:20rem;height:34.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pWxyFWE5dHgQ0wTbLTdUzSf2a0P6OmH1 { width:7.5rem;height:1.75rem;top:8.75rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP6HN7WMHWMbJwTKTffcXBWwgNhXVFAv { width:9.625rem;height:4.9375rem;top:2.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVw3uwXRMoB1eTaESf5DaO9f0vtSvDTg { width:7rem;height:2.25rem;top:11.125rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3PzZizpHGvGc0EmgU5aVk8AbxT4Acu5 { width:5.5625rem;height:1.875rem;top:14rem;left:3.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHruO0aymnobfCZrtGFWSZlO4cwBd08H { display:block; }
 }@media only screen and (max-width: 763px) { #Db7QuOMg8r8cmVuAefwv9yxD5Gca9sIL { width:1.875rem;height:1.875rem;top:14rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRVvWyDsvsOvvFgiAael1K6nhLMRyeOo { display:block; }
 }@media only screen and (max-width: 763px) { #NvP6RVJ1Sb4Z9wkoNR79miyJ5eTBwXd6 { width:9.5625rem;height:14.5625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v20RUfSH5qzNAwQnDb44LhWAE8Rq7PmI { width:9.5625rem;height:14.5625rem;top:2.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTGiOG5CEHwDfbruNQHtEvqfSN1fmrB4 { width:5.5625rem;height:1.875rem;top:14rem;left:13.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZyPTqIM62R5sriT8i8OUTfTZ4ng61KQ { display:block; }
 }@media only screen and (max-width: 763px) { #BrTwRTbbD7td5wns436x7W4fLWwb9scR { width:1.875rem;height:1.875rem;top:14rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoezfGW28uno4ZM0N2xhgMvrsfIGcVXX { display:block; }
 }@media only screen and (max-width: 763px) { #KUlxCE6keWT8m7d1h0nkgaaVXVat23EQ { width:9.625rem;height:4.9375rem;top:2.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mChlDKHSNtDBpwZVaXK4zlK2LkrHBCLf { width:7rem;height:2.25rem;top:11.125rem;left:11.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3EIoLOATNs8QcNuQxRs4Zx4WdbTCVcW { width:7.5rem;height:1.75rem;top:8.75rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGVvEUvayBMRZue1uvsAWDabNa8WH9u0 { width:9.5625rem;height:14.5625rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLT29MMBggRDngdvb8XcgP3bDWRv0PKW { width:5.5625rem;height:1.875rem;top:31.1875rem;left:3.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZbG0qLi6XLhPK9J88lehKPHTZAr60nz { display:block; }
 }@media only screen and (max-width: 763px) { #R0TaWTwf0NumwDyeLgwwuITc1S0Fc46g { width:1.875rem;height:1.875rem;top:31.1875rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBTbeRb6AzPWFiUTHp9PE3s5nZCAcJP0 { display:block; }
 }@media only screen and (max-width: 763px) { #NiKAKW7ck4sInxHeGoh9QSE2NeG4PKwf { width:7rem;height:2.25rem;top:28.3125rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsHFcpZ46FJk01UkCMSlHpWbd9gP9BAJ { width:9.625rem;height:4.9375rem;top:19.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cawp9yDDqFqwH79kvxfSumLS4uzynv0t { width:7.5rem;height:1.75rem;top:25.9375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8Mqg7XuGoZKNpT4LrmLv08p8eTNdpTa { width:9.5625rem;height:14.5625rem;top:19.6875rem;left:10.3125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #QSNnJE3iMOySQNtfR1vIklTohmJmWM3e { width:5.5625rem;height:1.875rem;top:31.1875rem;left:13.375rem;font-size:0.75rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #GqLTx8I1LBiokiOpoJyy3Td2yZW7No8b { display:block; }
 }@media only screen and (max-width: 763px) { #Kch0S1uNbcUn8vrPLKFPprXZrcV3ufl3 { width:7rem;height:2.25rem;top:28.3125rem;left:11.5625rem;font-size:0.625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #yl5UPEBXWurxPMwuTN9Ntk1XpwusN9Ls { width:7.5rem;height:1.75rem;top:25.9375rem;left:11.5625rem;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #gFB5n0Ku9AlT2tf2xKffGw4ciu1kb9te { width:9.625rem;height:4.9375rem;top:19.75rem;left:10.375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #l2O53chPdWT4OXSTBhNiRRHXUMQWMwom { width:1.875rem;height:1.875rem;top:31.1875rem;left:11.5625rem;font-size:0.75rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #SaE1RZypUdJ562mRe2bcrRfJ55rq5nOr { display:block; }
 }@media only screen and (max-width: 763px) { #N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc { display:block; }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc { background-color: transparent; background-image: none; }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc > .row .container > .video-iframe-container { display: none; }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc > .row > .video-iframe-container { display: none; }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc > .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); }#N5fXSodpZgCyNmoHCtAXvbno0GbJVGcc > .row .container { width:20rem;height:32.75rem;background-color:#e62f00;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSmcsvvsybEEDOSbwE8sa7w8hJDNCFRU { width:14.5621875rem;height:5rem;top:4.5605466365814rem;left:1.1246744394302rem;font-size:3.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dq7XvOUe6Q1IzP6lQdDOnhBQprQG6xv9 { width:17.7498125rem;height:5.25rem;top:10.8125rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aPFZDTBRepqyuqOK99aLgP9mw1hgW5iu { width:5.875rem;height:1.75rem;top:17.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlkHFebuzlDNBmtztKHVTxcbVGJtcLmq { width:5.8125rem;height:2.0625rem;top:17.125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC2nGDFA7w3f3KTvOmDRMDeZD3AmvqCk { width:8rem;height:10.8125rem;top:21.9375rem;left:1.75rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ab6ead23-6c9b-4c01-a279-fb8982c84c48/cel2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UC2nGDFA7w3f3KTvOmDRMDeZD3AmvqCk.adaptive-delivery-prevent-bg, #UC2nGDFA7w3f3KTvOmDRMDeZD3AmvqCk.lazyload, #UC2nGDFA7w3f3KTvOmDRMDeZD3AmvqCk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UCE1bOwJNVkpF88W4hbgCAKhdGHzh5pp { width:8rem;height:10.8125rem;top:21.9375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtTK2WlL4y3rNdQBhbWZfrChhSPlbkg7 { width:12.6245rem;height:17.7498125rem;top:3.25rem;left:3.6875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ur4MUqQldrsgsIWHkc24a2qvwGoXCzkZ { display:block; }#ur4MUqQldrsgsIWHkc24a2qvwGoXCzkZ > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cyPdhTO70uAhpSMkGcvTEZQ5M10WD3S4 { width:20rem;height:1.875rem;top:3.7500019073486rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R2ftHx3oTGTsElikQcXlhJnzmwEd0oDR { display:block; }#R2ftHx3oTGTsElikQcXlhJnzmwEd0oDR > .row .container { width:20rem;height:75.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCX2TVF9C3uyqlRFCdaF0SRTmsUieZRd { width:20rem;height:32.4375rem;top:0.625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2a2a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #P5nf5D3B1ADevkw3IVKtqBCQnJKZZgQ2 { width:17.625rem;height:3.0996125rem;top:7.25rem;left:1.1875rem;font-size:0.75rem;line-height:1.1;display:block; }#P5nf5D3B1ADevkw3IVKtqBCQnJKZZgQ2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
 }@media only screen and (max-width: 763px) { #hvQWX3TtEvSNfZTH7uRR7CzOsgfOI7MG { width:12rem;height:1.75rem;top:4.0625rem;left:1.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1shTIstn2VAxwC7ohroi3xPTdvbMsvU { width:9.0625rem;height:3.75rem;top:14.84375rem;left:1.1875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsL3Ux0WpIKlHqPPOS1rCLRoISSn7o8R { width:12.5rem;height:3.0625rem;top:20.686199188233rem;left:1.1875rem;font-size:1.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ce1Fceg9II8WeggVS3vh8qvECXfMqp7e { display:block; }
 }@media only screen and (max-width: 763px) { #Tkh3a06BkKTDewHx5zWmCBdcH4nCkXk8 { width:6.372375rem;height:0.8125rem;top:13.40625rem;left:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfcX4tOIefMQT1S6G1peCvTcT5NyHt7p { width:6.1237rem;height:0.8997375rem;top:16.89453125rem;left:10.330729484558rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hv5eHmx9m7tohe0HsCgV67OmLVtp3an0 { width:20.25rem;height:31.625rem;top:35.811198234558rem;left:0rem;border-top:0.0625rem solid #727272;border-left:0.0625rem solid #727272;border-right:0.0625rem solid #727272;border-bottom:0.0625rem solid #727272;display:block; }
 }@media only screen and (max-width: 763px) { #eoXQvsfKOgRowIJu8nzLFJfTV7bLu7Wo { width:17.5rem;height:4.23698125rem;top:40.921876907349rem;left:1.25rem;font-size:0.75rem;line-height:1.1;display:block; }#eoXQvsfKOgRowIJu8nzLFJfTV7bLu7Wo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
 }@media only screen and (max-width: 763px) { #wcJW1sLrVDAJUGILupdaVGFQRuhTug4v { width:14.4995rem;height:1.75rem;top:37.6875rem;left:1.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4HAQ0L2UexR2kp7cxBQlzETTXAz9AKG { width:9.0625rem;height:3.75rem;top:52.437501430511rem;left:1.1875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9M0hiJ1fIA9Qut0NQJ6ovGupLkz6Fm3 { width:8.184875rem;height:0.8125rem;top:50.375rem;left:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sumDmJQQvDUwLCJ583Tdvyhnff9WgTBW { width:12.34377125rem;height:3.2812525rem;top:59.811176300049rem;left:1.1875rem;font-size:1.5rem;border-top:0.0625rem solid #00d735;border-left:0.0625rem solid #00d735;border-right:0.0625rem solid #00d735;border-bottom:0.0625rem solid #00d735;display:block; }
 }@media only screen and (max-width: 763px) { #RkOX71TO14OCkxeTQKg8a5te4ncbewnT { display:block; }
 }@media only screen and (max-width: 763px) { #HmvLqkeMps3DRduHQ4v2tKwOurl8TpNp { width:18.874rem;height:1.9249125rem;top:69.6845703125rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oTg2quSPTe0tFpyfrvUaSB0kxmyu6L9A { width:6.125rem;height:0.8997375rem;top:54.536458969116rem;left:11.333333969116rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk6q2IKlkfyISJQOQOSJSZ2ZVcnLIlKN { display:block; }#Sk6q2IKlkfyISJQOQOSJSZ2ZVcnLIlKN > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7q8gbLAOIQBpHarTtWdUoVB6kQUVBXz { width:20rem;height:2.0625rem;top:14.6875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#4f4f4f;display:block; }
 }@media only screen and (max-width: 763px) { #FLSbyuWn1AIQoJ2JkGn0eLOVm8b4DUvy { display:flex;width:2.6245125rem;height:2.6245125rem;top:14.925943374634rem;left:8.68733727932rem;opacity:.33;display:none; }
#FLSbyuWn1AIQoJ2JkGn0eLOVm8b4DUvy > img { max-width: 100%;max-height:100%; width:2.6245125rem; height:2.6245125rem; } }@media only screen and (max-width: 763px) { #H5GMl6mDe2lmJZAXpzG4a2ol1sN3MfOx { width:11.3745rem;height:6.4998125rem;top:2.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTaBOiGJRtTeuPE9cQ7SsrSZObbF1kwc { width:20rem;height:2.5rem;top:11.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#646464;display:block; }
 }@media only screen and (max-width: 763px) { #TX2MbLT6u9RoRODWTr7F35qphOD2k5C5 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#TX2MbLT6u9RoRODWTr7F35qphOD2k5C5 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #by9AXVcqHNUisGIL4XxvhB5KQIgOwdnI { width:7.1875rem;height:1.625rem;top:0.68684768676756rem;left:9.60383590338rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KnUpmLD7EqywVr0kd1smWmogiSphk5UO { display:block; }
 }@media only screen and (max-width: 763px) { #IRpt6qsSqqqxrJ2wosAQwZkcQCitygwm { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNm3FrVsOwgDF38sc6rDuJio8CM9Bsiy { display:block; }
 }@media only screen and (max-width: 763px) { #mwSfDmZtCOP4MWWKvu2mmUBoirKAAwxa { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXMTteTHiyO0dezFeKE1TdtRbEBuDDM4 { display:block; }
 }