.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:"Teko";--paragraphs-font-family:"Teko"; }@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:29.875rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:17.537109375rem;left:2.4375rem;height:8.77344375rem;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:var(--headlines-font-family);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:24.555500030517rem;left:2.4348955154419rem;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:var(--paragraphs-font-family);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:var(--paragraphs-font-family);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; }
#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:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:9.249rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.0625rem;left:21.625rem;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:var(--paragraphs-font-family);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.125rem;position:absolute;font-family:var(--headlines-font-family);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:36.3125rem;left:23.6875rem;height:7.875rem;font-style:normal;display:block; }
#iWsf95U9HU6CLKDRaihvPluZibzRqDCf { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:10.75rem;top:2.9375rem;left:18.8125rem;overflow:hidden;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; }
#tvWNyRHhIXvbtv1aLOJNHTLDE4yNLLXS { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:3.25rem;top:5.74951171875rem;left:22.499346733093rem;overflow:hidden;display:block; }
#GIsnTxOW52WLqRGACRNq0az8eDTVEwA3 { color:rgba(var(--color-primary-2),1);display:block;width:7.3125rem;position:absolute;font-family:teko;font-size:6.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:16.6875rem;left:33.75rem;height:8.125rem;font-style:normal;display:block; }
#nZ81TJr9d2l2NIoE7z7Uca6mJM3HTDKn { color:rgba(var(--color-tertiary-0),1);display:block;width:1.625rem;position:absolute;font-family:teko;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:18rem;left:32.3125rem;height:2.03125rem;font-style:normal;display:block; }
#TZnnRxlvThJvn7bFZtyULdnlfM59oZqc { color:rgba(var(--color-primary-2),1);display:block;width:3.25rem;position:absolute;font-family:teko;font-size:2.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:18.3125rem;left:40.75rem;height:3.0875rem;font-style:normal;display:block; }
#vztk8qVXWgZpFvDCLOBoQgX8an1wZ0C0 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:teko;font-size:1.5625rem;font-weight:300;z-index:15016;line-height:.8;letter-spacing:0;top:23.35546875rem;left:33.750000953674rem;height:2.5rem;font-style:normal;display:block; }
#sSQHud3xMiCyadXHzNoFA0MDVnUmMpwv { color:rgba(var(--color-tertiary-0),1);display:block;width:3.4375rem;position:absolute;font-family:teko;font-size:1.5625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:15.568359375rem;left:32.3125rem;height:2.03125rem;font-style:normal;display:block; }
#tJXJIyO79zDn2zQKpfNFMMZVsqtxwlHi { color:rgba(var(--color-tertiary-0),1);display:block;width:51.5rem;position:absolute;font-family:archivo;font-size:0.625rem;font-weight:300;z-index:15009;line-height:.9;letter-spacing:0;text-shadow:0rem 0rem 2.0625rem rgba(var(--color-tertiary-4),1);top:43.6875rem;left:2.4375rem;height:1.125rem;font-style:normal;display:block; }
#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:var(--headlines-font-family);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:montserrat;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:var(--headlines-font-family);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:montserrat;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:var(--headlines-font-family);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:montserrat;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:var(--headlines-font-family);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:montserrat;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.57551875rem;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/de13cd41-3c7d-4881-9d43-509a9a0cb23f/11587e8d1.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/68c04bc7-dcd6-4a07-851a-8a473c6ebaf0/23c789e7d.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/48c13cbf-a638-4a1f-988f-41bffe5670a5/324d24c19.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/781c06c7-f2fa-462e-a8cf-c20a0395d4bd/46f867325.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/68c04bc7-dcd6-4a07-851a-8a473c6ebaf0/23c789e7d.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/eff7f2b5-6a8c-40c6-b21e-8f5abde87235/5772ca141.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/eb4e8f2b-8066-4143-8a2e-1b857a6a7d40/5.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:var(--headlines-font-family);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; }
#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:montserrat;font-size:1rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:12.0929375rem;height:2.09296875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:10.900781035423rem;left:26.800782203674rem;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:montserrat;font-size:1rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:10.46875rem;height:2.0734375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:10.910937666893rem;left:11.499218940735rem;display:block; }
#VwhIgKGO3vfBcndgqrGXgFWQsxst6uty { 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:montserrat;font-size:1rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:11.90625rem;height:2.19765625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:10.848437666893rem;left:42.873436927796rem;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:montserrat;font-size:1rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:11.025rem;height:2.0875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:10.951562285423rem;left:58.187500953674rem;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:montserrat;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:montserrat;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:var(--headlines-font-family);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:montserrat;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.9453125rem;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: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/592e55f1-3b32-47e1-ab10-5b156500f659/11.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:-2.0515899658203rem;left:3.30322265625rem;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:var(--paragraphs-font-family);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:var(--headlines-font-family);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/de13cd41-3c7d-4881-9d43-509a9a0cb23f/11587e8d1.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/48c13cbf-a638-4a1f-988f-41bffe5670a5/324d24c19.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:var(--headlines-font-family);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/68c04bc7-dcd6-4a07-851a-8a473c6ebaf0/23c789e7d.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/781c06c7-f2fa-462e-a8cf-c20a0395d4bd/46f867325.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:var(--headlines-font-family);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:var(--headlines-font-family);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:montserrat;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.72265625rem;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:montserrat;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:9.25rem;left:19rem;height:4.72265625rem;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:montserrat;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.72265625rem;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:montserrat;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.72265625rem;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:montserrat;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.72265625rem;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:montserrat;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:montserrat;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:var(--headlines-font-family);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:montserrat;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:montserrat;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:var(--headlines-font-family);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:var(--paragraphs-font-family);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:25.125rem;position:absolute;font-family:montserrat;font-size:3.4375rem;font-weight:400;z-index:15025;line-height:1;letter-spacing:0;top:10.5625rem;left:3.8617181777954rem;height:6.875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#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: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: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; }
#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:var(--headlines-font-family);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:montserrat;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; }
#gFTR8PGN9CdTRb73PDctsTTbc0rMid9T { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:10.6875rem;top:1.8766374588012rem;left:47.312010765076rem;overflow:hidden;display:block; }
#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:none; }#ur4MUqQldrsgsIWHkc24a2qvwGoXCzkZ { border-width: 0; border-radius: 0; }#ur4MUqQldrsgsIWHkc24a2qvwGoXCzkZ > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:15.125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#cyPdhTO70uAhpSMkGcvTEZQ5M10WD3S4 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15025;line-height:1;letter-spacing:0;top:9.81201171875rem;left:0rem;height:2.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#eqAsDH32tZkib65P0SNxh8mpi77FSubP { position:relative;display:none; }#eqAsDH32tZkib65P0SNxh8mpi77FSubP { border-width: 0; border-radius: 0; }#eqAsDH32tZkib65P0SNxh8mpi77FSubP > .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; }#eqAsDH32tZkib65P0SNxh8mpi77FSubP > .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:29.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#UumJSakCiZLdl4qPFTNCXh12Nqhn8ATN { position:absolute;display:block;z-index:14997;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:24.875rem;width:21.875rem;top:0rem;left:0rem;display:block; }
#Dwyyreo71SRaBfD16WVFQsixdsq1lNm7 { color:#ff491c;display:block;width:12.249375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.375rem rgba(var(--color-primary-3),0.5);top:13.75rem;left:1.4375rem;height:3.75rem;font-style:normal;display:block; }
#tv9acXEP5rflM6z7BAUt3mBfwNrkL2b0 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15021;line-height:.8;letter-spacing:0;top:2.5rem;left:1.4375rem;height:1.75rem;font-style:normal;display:block; }
#IyLunKIZp3tqcEElWkos49lxc1Vf2c31 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.811875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:5.56201171875rem;left:1.4375rem;height:6.785125rem;font-style:normal;display:block; }#IyLunKIZp3tqcEElWkos49lxc1Vf2c31 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IyLunKIZp3tqcEElWkos49lxc1Vf2c31 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
#SPBtD2kzaQICLWlsNfan500WqQ3S7zpT { color:rgba(var(--color-tertiary-0),1);display:block;width:11.7495rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.375rem rgba(var(--color-primary-3),0.5);top:15.81201171875rem;left:9.2490234375rem;height:0.9375rem;font-style:normal;display:block; }
#uVD2uK4oIxBCwR5RX1UEf1vwZ8fSoWd0 { 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:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.957708375rem;height:3.395183375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.37451171875rem;left:1.4375rem;display:block; }
#ZXx0JvfNPsCFfOlVmqsWgb7U9LeCPtx7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cqOw6ywTET2dTkV8KX11zUWSqZtOZC4a { position:absolute;display:block;z-index:14997;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:24.875rem;width:21.875rem;top:0rem;left:26.5625rem;display:block; }
#ZR97HLOpPtnHKvL1rmOZo2QnUwXst02q { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15021;line-height:.8;letter-spacing:0;top:2.5rem;left:28rem;height:1.75rem;font-style:normal;display:block; }
#l0nlPWJQ7No44r3eqiitVIMKTPTgnDcl { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:5.5625rem;left:28rem;height:;font-style:normal;display:block; }#l0nlPWJQ7No44r3eqiitVIMKTPTgnDcl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#l0nlPWJQ7No44r3eqiitVIMKTPTgnDcl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
#uP3G313XXbBrFvAI6OTKa88iULiaThVB { color:#ff491c;display:block;width:12.249rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.375rem rgba(var(--color-primary-3),0.5);top:13.75rem;left:28rem;height:3.75rem;font-style:normal;display:block; }
#TFRrwhOiGkV8REFC5KNP9gtmJ2wJFiw5 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.749rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.375rem rgba(var(--color-primary-3),0.5);top:15.8125rem;left:35.8125rem;height:0.9375rem;font-style:normal;display:block; }
#Dsr9fFKFM9GmPVh8oxTTTMgH2K9aopmT { 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:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9575rem;height:3.39501875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.375rem;left:28rem;display:block; }
#BSr3rOG6gXtwyQkoVW8oflKxqxy7iV6m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lfiJeEIBorMOpfMwc7BITaFZBH4ldhUn { position:absolute;display:block;z-index:14997;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:24.875rem;width:21.875rem;top:0rem;left:53.125rem;display:block; }
#o9HNXa2nVoWoafZk4Esd4URWE7q2zzNO { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:5.5625rem;left:54.5625rem;height:7.75975rem;font-style:normal;display:block; }#o9HNXa2nVoWoafZk4Esd4URWE7q2zzNO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#o9HNXa2nVoWoafZk4Esd4URWE7q2zzNO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
#iTtchN2iKqmu8xZIgDtdaXPkFX8VPsKz { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15021;line-height:.8;letter-spacing:0;top:2.5rem;left:54.5625rem;height:1.75rem;font-style:normal;display:block; }
#pk4934zcFudXhPl8M02eDih19CMM6HxR { color:#ff491c;display:block;width:12.2485625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.375rem rgba(var(--color-primary-3),0.5);top:13.75rem;left:54.5625rem;height:3.75rem;font-style:normal;display:block; }
#gdb5y2ndAZUyGmP8zEqmxWWGyGQnW2R0 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.7485625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.375rem rgba(var(--color-primary-3),0.5);top:15.8125rem;left:62.375rem;height:0.9375rem;font-style:normal;display:block; }
#VSxnlTtT3lEPoinkBzZAL7rw9IUGzopI { 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:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.957rem;height:3.39453125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.375rem;left:54.5625rem;display:block; }
#rgWaUqhy7VLRpQV4TatmCESryLHqGTDs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kvVNrOmG52biUEp0vyGhsryUqOCMhWaU { position:relative;display:none; }#kvVNrOmG52biUEp0vyGhsryUqOCMhWaU { border-width: 0; border-radius: 0; }#kvVNrOmG52biUEp0vyGhsryUqOCMhWaU > .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; }#kvVNrOmG52biUEp0vyGhsryUqOCMhWaU > .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:35.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#sB0T5681Q2lxoiWIUaVilLTQ2sJEOT0k { position:absolute;display:block;z-index:14997;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:24.875rem;width:21.875rem;top:0rem;left:26.5625rem;display:block; }
#zvZnGr5wRudZ12ez4El0h5pFF4wfOXKv { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15021;line-height:.8;letter-spacing:0;top:2.5rem;left:28rem;height:1.75rem;font-style:normal;display:block; }
#c1rZE43L5OFQ2ITXSudt1n6OGMtstFgl { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:5.5625rem;left:28rem;height:;font-style:normal;display:block; }#c1rZE43L5OFQ2ITXSudt1n6OGMtstFgl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#c1rZE43L5OFQ2ITXSudt1n6OGMtstFgl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
#BwHuXxeMNoNdgcBsy1lJkdLMTc0QG0Qr { color:#ff491c;display:block;width:12.249rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.375rem rgba(var(--color-primary-3),0.5);top:13.75rem;left:28rem;height:3.75rem;font-style:normal;display:block; }
#DrThVCIOOPCkDhWUN7MTPvVaFDXUJCkM { 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:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9575rem;height:3.39501875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.375rem;left:28rem;display:block; }
#QeEqFRkPyMGMXQlN1MvDddggEwJEV40e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gwb7wx8ec3NRJtOzfd43o7U5WxaTkzOW { position:absolute;display:block;z-index:14997;background-color:#ff491c;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:24.875rem;width:21.875rem;top:0rem;left:0rem;display:block; }
#BwMr5nkFKLGQsS6EcryzRPcHaz7qeU7y { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:5.5625rem;left:1.4375rem;height:;font-style:normal;display:block; }#BwMr5nkFKLGQsS6EcryzRPcHaz7qeU7y li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BwMr5nkFKLGQsS6EcryzRPcHaz7qeU7y li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
#pmX7EoXpRcdMINOI4GtPtxfHZIvT0SSV { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15021;line-height:.8;letter-spacing:0;top:2.5rem;left:1.4375rem;height:1.75rem;font-style:normal;display:block; }
#m9BzFd6v2M8iaiF0v78XM21iqd172FMD { color:#ffffff;display:block;width:12.2485625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.375rem rgba(var(--color-primary-3),0.5);top:13.75rem;left:1.4375rem;height:3.75rem;font-style:normal;display:block; }
#AExEDudNW319v0RPEfHvhETUMz8F5edo { color:rgba(var(--color-tertiary-0),1);display:block;width:11.7485625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.375rem rgba(var(--color-primary-3),0.5);top:15.8125rem;left:9.25rem;height:0.9375rem;font-style:normal;display:block; }
#UftnfixQaK4X023ZMQKCGCyAqtRrV3NU { 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:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.957rem;height:3.39453125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.375rem;left:1.4375rem;display:block; }
#rQEhpuXI74X7iO3RAg3q4y4XrXoiTiR3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zmaW9kxEg4lH1Th3bShRsE7t3LolH4An { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:.8;letter-spacing:0;top:1.0625rem;left:1.65625rem;height:0.8999rem;font-style:normal;display:block; }
#rU02VtIqQ7yyi6dCIwPcMbQoaGvzsVCK { position:absolute;display:block;z-index:14997;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:24.875rem;width:21.875rem;top:0rem;left:53.125rem;display:block; }
#GW5vyc1u1OoFb3HcJdVwIJzDFnd9AaIO { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15021;line-height:.8;letter-spacing:0;top:2.5rem;left:54.5625rem;height:1.75rem;font-style:normal;display:block; }
#tiq5B2Xl5zHcT0hBG8O9DCm5ToUITcw2 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:5.5625rem;left:54.5625rem;height:;font-style:normal;display:block; }#tiq5B2Xl5zHcT0hBG8O9DCm5ToUITcw2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tiq5B2Xl5zHcT0hBG8O9DCm5ToUITcw2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
#JquwdeuLTA7scBCT6c2iQTxkZK8r8kdz { color:#ff491c;display:block;width:12.2485625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.375rem rgba(var(--color-primary-3),0.5);top:13.75rem;left:54.5625rem;height:3.75rem;font-style:normal;display:block; }
#loob8oC40SzDRWx6skdyP21GRUrhaptk { 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:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.957rem;height:3.39453125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.375rem;left:54.5625rem;display:block; }
#NSm3WSkEOO9wTDvznn50HHaHV1PyrUIJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GwoRtao3z47RHZaTRACZ7QcHPTC1a0ob { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:30.24609375rem;left:0rem;height:0.8125rem;font-style:italic;text-align:center;text-align-last:center;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:22.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:14.1240234375rem;left:48.6865234375rem;height:3.9375rem;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:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);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:var(--paragraphs-font-family);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:29.875rem;height:8.75rem;top:17.5rem;left:0rem;font-size:2.4375rem;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:24.5rem;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) { #BD0tiApDxzDpUCpX2vOTWOhg5cmJU0XP { width:9.1875rem;height:2.8125rem;top:30.0625rem;left:8rem;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.125rem;height:3.9375rem;top:36.3125rem;left:10.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWsf95U9HU6CLKDRaihvPluZibzRqDCf { width:10.75rem;height:10.75rem;top:2.9375rem;left:5.1875rem;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) { #tvWNyRHhIXvbtv1aLOJNHTLDE4yNLLXS { width:3.1875rem;height:4.4751121322044rem;top:5.6875rem;left:8.8743467330931rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIsnTxOW52WLqRGACRNq0az8eDTVEwA3 { width:7.3125rem;height:8.125rem;top:16.6875rem;left:20.125rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ81TJr9d2l2NIoE7z7Uca6mJM3HTDKn { width:1.625rem;height:2rem;top:18rem;left:18.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZnnRxlvThJvn7bFZtyULdnlfM59oZqc { width:3.25rem;height:3.0625rem;top:18.3125rem;left:27.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vztk8qVXWgZpFvDCLOBoQgX8an1wZ0C0 { width:11.375rem;height:1.25rem;top:23.3125rem;left:20.125000953674rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSQHud3xMiCyadXHzNoFA0MDVnUmMpwv { width:3.4375rem;height:2rem;top:15.5625rem;left:18.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJXJIyO79zDn2zQKpfNFMMZVsqtxwlHi { width:47.75rem;height:1.125rem;top:43.6875rem;left:0rem;font-size:0.5rem;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) { #gO6upu9Tu8xJBPxLZOTmihR4rcl7tdEo { width:12.0625rem;height:2.0625rem;top:10.875rem;left:13.175782203674rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQK7v9yZK4lZnk25kSC3FTf0DB4zV81G { display:block; }
 }@media only screen and (max-width: 763px) { #fzovLXiLJyUAVJALnkzVc5GMGobTiXgq { width:10.4375rem;height:2.0625rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwhIgKGO3vfBcndgqrGXgFWQsxst6uty { display:block; }
 }@media only screen and (max-width: 763px) { #WTbgu1GMKyE14WXIh4mbxbTm6Tlh2GtM { width:11.875rem;height:2.1875rem;top:10.8125rem;left:29.248436927796rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtRTplHTpSlmc9mBQSSG3B6rH9fkxI3E { display:block; }
 }@media only screen and (max-width: 763px) { #gyKq48kJC1FTPK0fQwCxgScAhFvBNMTN { width:11rem;height:2.0625rem;top:10.9375rem;left:36.75rem;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:7.9375rem;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:27.6875rem;height:38.4375rem;top:-2rem;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.4375rem;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:25.125rem;height:6.875rem;top:10.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@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:27.375rem;height:27.375rem;top:3.25rem;left:20.375rem;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) { #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) { #gFTR8PGN9CdTRb73PDctsTTbc0rMid9T { width:10.6875rem;height:10.6875rem;top:1.875rem;left:33.687010765076rem;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:none; }#ur4MUqQldrsgsIWHkc24a2qvwGoXCzkZ > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cyPdhTO70uAhpSMkGcvTEZQ5M10WD3S4 { width:47.75rem;height:2.5rem;top:9.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqAsDH32tZkib65P0SNxh8mpi77FSubP { display:none; }#eqAsDH32tZkib65P0SNxh8mpi77FSubP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UumJSakCiZLdl4qPFTNCXh12Nqhn8ATN { width:21.875rem;height:24.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwyyreo71SRaBfD16WVFQsixdsq1lNm7 { width:12.1875rem;height:3.75rem;top:13.75rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv9acXEP5rflM6z7BAUt3mBfwNrkL2b0 { width:18.4375rem;height:1.75rem;top:2.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyLunKIZp3tqcEElWkos49lxc1Vf2c31 { width:18.75rem;height:;top:5.5rem;left:0rem;font-size:0.75rem;display:block; }#IyLunKIZp3tqcEElWkos49lxc1Vf2c31 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
 }@media only screen and (max-width: 763px) { #SPBtD2kzaQICLWlsNfan500WqQ3S7zpT { width:11.6875rem;height:0.9375rem;top:15.75rem;left:2.4365234375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVD2uK4oIxBCwR5RX1UEf1vwZ8fSoWd0 { width:14.9375rem;height:3.375rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXx0JvfNPsCFfOlVmqsWgb7U9LeCPtx7 { display:block; }
 }@media only screen and (max-width: 763px) { #cqOw6ywTET2dTkV8KX11zUWSqZtOZC4a { width:21.875rem;height:24.875rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR97HLOpPtnHKvL1rmOZo2QnUwXst02q { width:18.4375rem;height:1.75rem;top:2.5rem;left:5.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0nlPWJQ7No44r3eqiitVIMKTPTgnDcl { width:19.875rem;height:;top:5.5625rem;left:4rem;font-size:0.75rem;display:block; }#l0nlPWJQ7No44r3eqiitVIMKTPTgnDcl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
 }@media only screen and (max-width: 763px) { #uP3G313XXbBrFvAI6OTKa88iULiaThVB { width:12.1875rem;height:3.75rem;top:13.75rem;left:11.6875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFRrwhOiGkV8REFC5KNP9gtmJ2wJFiw5 { width:11.6875rem;height:0.9375rem;top:15.8125rem;left:12.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dsr9fFKFM9GmPVh8oxTTTMgH2K9aopmT { width:14.9375rem;height:3.375rem;top:18.375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSr3rOG6gXtwyQkoVW8oflKxqxy7iV6m { display:block; }
 }@media only screen and (max-width: 763px) { #lfiJeEIBorMOpfMwc7BITaFZBH4ldhUn { width:21.875rem;height:24.875rem;top:0rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9HNXa2nVoWoafZk4Esd4URWE7q2zzNO { width:19.875rem;height:7.75rem;top:5.5625rem;left:27.875rem;font-size:0.75rem;display:block; }#o9HNXa2nVoWoafZk4Esd4URWE7q2zzNO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
 }@media only screen and (max-width: 763px) { #iTtchN2iKqmu8xZIgDtdaXPkFX8VPsKz { width:18.4375rem;height:1.75rem;top:2.5rem;left:29.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk4934zcFudXhPl8M02eDih19CMM6HxR { width:12.1875rem;height:3.75rem;top:13.75rem;left:34.125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdb5y2ndAZUyGmP8zEqmxWWGyGQnW2R0 { width:11.6875rem;height:0.9375rem;top:15.8125rem;left:36.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSxnlTtT3lEPoinkBzZAL7rw9IUGzopI { width:14.9375rem;height:3.375rem;top:18.375rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgWaUqhy7VLRpQV4TatmCESryLHqGTDs { display:block; }
 }@media only screen and (max-width: 763px) { #kvVNrOmG52biUEp0vyGhsryUqOCMhWaU { display:none; }#kvVNrOmG52biUEp0vyGhsryUqOCMhWaU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sB0T5681Q2lxoiWIUaVilLTQ2sJEOT0k { width:21.875rem;height:24.875rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvZnGr5wRudZ12ez4El0h5pFF4wfOXKv { width:18.4375rem;height:1.75rem;top:2.5rem;left:5.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1rZE43L5OFQ2ITXSudt1n6OGMtstFgl { width:19.875rem;height:;top:5.5625rem;left:4rem;font-size:0.75rem;display:block; }#c1rZE43L5OFQ2ITXSudt1n6OGMtstFgl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
 }@media only screen and (max-width: 763px) { #BwHuXxeMNoNdgcBsy1lJkdLMTc0QG0Qr { width:12.1875rem;height:3.75rem;top:13.75rem;left:11.6875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrThVCIOOPCkDhWUN7MTPvVaFDXUJCkM { width:14.9375rem;height:3.375rem;top:18.375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeEqFRkPyMGMXQlN1MvDddggEwJEV40e { display:block; }
 }@media only screen and (max-width: 763px) { #gwb7wx8ec3NRJtOzfd43o7U5WxaTkzOW { width:21.875rem;height:24.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwMr5nkFKLGQsS6EcryzRPcHaz7qeU7y { width:19.875rem;height:;top:5.5625rem;left:0rem;font-size:0.75rem;display:block; }#BwMr5nkFKLGQsS6EcryzRPcHaz7qeU7y li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
 }@media only screen and (max-width: 763px) { #pmX7EoXpRcdMINOI4GtPtxfHZIvT0SSV { width:18.4375rem;height:1.75rem;top:2.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9BzFd6v2M8iaiF0v78XM21iqd172FMD { width:12.1875rem;height:3.75rem;top:13.75rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AExEDudNW319v0RPEfHvhETUMz8F5edo { width:11.6875rem;height:0.9375rem;top:15.8125rem;left:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UftnfixQaK4X023ZMQKCGCyAqtRrV3NU { width:14.9375rem;height:3.375rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQEhpuXI74X7iO3RAg3q4y4XrXoiTiR3 { display:block; }
 }@media only screen and (max-width: 763px) { #zmaW9kxEg4lH1Th3bShRsE7t3LolH4An { width:18.4375rem;height:0.875rem;top:1.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU02VtIqQ7yyi6dCIwPcMbQoaGvzsVCK { width:21.875rem;height:24.875rem;top:0rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW5vyc1u1OoFb3HcJdVwIJzDFnd9AaIO { width:18.4375rem;height:1.75rem;top:2.5rem;left:29.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiq5B2Xl5zHcT0hBG8O9DCm5ToUITcw2 { width:19.875rem;height:;top:5.5625rem;left:27.875rem;font-size:0.75rem;display:block; }#tiq5B2Xl5zHcT0hBG8O9DCm5ToUITcw2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
 }@media only screen and (max-width: 763px) { #JquwdeuLTA7scBCT6c2iQTxkZK8r8kdz { width:12.1875rem;height:3.75rem;top:13.75rem;left:34.125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #loob8oC40SzDRWx6skdyP21GRUrhaptk { width:14.9375rem;height:3.375rem;top:18.375rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSm3WSkEOO9wTDvznn50HHaHV1PyrUIJ { display:block; }
 }@media only screen and (max-width: 763px) { #GwoRtao3z47RHZaTRACZ7QcHPTC1a0ob { width:47.75rem;height:0.8125rem;top:30.1875rem;left:0rem;font-size:0.6875rem;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:22.1875rem;height:3.9375rem;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:22.25rem;height:3rem;top:10.625rem;left:25.5rem;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:32.5rem;background-color:#000000;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L09n6370OCUd2cXCT9NZ4vahBPnuWTco { width:16.1865rem;height:6.89583125rem;top:1.3095703125rem;left:1.90625rem;font-size:1.4375rem;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:16.625rem;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:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9TWPDFSlRQQL4QRkxbl4qhb2uB61vXD { width:6.0625rem;height:1.875rem;top:21.3125rem;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:25.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnTvsI7Oavs9xbCtzFDIeW3pbrCkA1fZ { display:block; }
 }@media only screen and (max-width: 763px) { #BD0tiApDxzDpUCpX2vOTWOhg5cmJU0XP { width:5rem;height:1.875rem;top:21.375rem;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:23.625rem;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:7.4375rem;height:3.85rem;top:9.75rem;left:12.5625rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iWsf95U9HU6CLKDRaihvPluZibzRqDCf { width:8.75rem;height:8.75rem;top:15.75rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHz8W39TRPPfqgivXwpnUuV7Ew5L3PSg { display:flex;width:1.9995125rem;height:1.9995125rem;top:9.6875rem;left:10.125rem; }
 }@media only screen and (max-width: 763px) { #tvWNyRHhIXvbtv1aLOJNHTLDE4yNLLXS { width:2.56185rem;height:3.624675rem;top:18.25rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIsnTxOW52WLqRGACRNq0az8eDTVEwA3 { width:7.3125rem;height:4.95573125rem;top:10.634115695953rem;left:1.0611979961395rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ81TJr9d2l2NIoE7z7Uca6mJM3HTDKn { width:1.625rem;height:2.03125rem;top:11.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZnnRxlvThJvn7bFZtyULdnlfM59oZqc { width:3.25rem;height:2.6rem;top:11rem;left:5.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vztk8qVXWgZpFvDCLOBoQgX8an1wZ0C0 { width:8.3125rem;height:1rem;top:14.799999713898rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSQHud3xMiCyadXHzNoFA0MDVnUmMpwv { width:3.4375rem;height:2.03125rem;top:8.518750190735rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJXJIyO79zDn2zQKpfNFMMZVsqtxwlHi { width:20rem;height:1.09895875rem;top:30.76015663147rem;left:0rem;font-size:0.5rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@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.6484375rem;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.2491875rem;height:1.75rem;top:3.8750009536743rem;left:0.87421876192094rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gO6upu9Tu8xJBPxLZOTmihR4rcl7tdEo { width:7.28125rem;height:1.59375rem;top:7.121874809265rem;left:10.581249773503rem;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.4484375rem;height:1.69765625rem;top:7.1195325851437rem;left:3.1687501072884rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwhIgKGO3vfBcndgqrGXgFWQsxst6uty { display:block; }
 }@media only screen and (max-width: 763px) { #WTbgu1GMKyE14WXIh4mbxbTm6Tlh2GtM { width:7.06942375rem;height:1.6733925rem;top:10.084636688233rem;left:2.4989150166511rem;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:8.5625rem;height:1.875rem;top:9.8285598754881rem;left:10.581597626209rem;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.3rem;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,0,0,0.72); } }@media only screen and (max-width: 763px) { #DSO2TyXbQBHsKqNsTlAeflbiTkELTBqA { width:12.749rem;height:3.6rem;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,0,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:#ff0000;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFGuQrV3DpPGMoq9Wua8p3EXh5oEpeb2 { width:17.6241875rem;height:2.81875rem;top:9.7382717132569rem;left:1.1867187619209rem;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:12.7498125rem;height:10.5623125rem;top:-1.4371738433838rem;left:3.6246742010117rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/592e55f1-3b32-47e1-ab10-5b156500f659/11.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:3.5640625059604rem;left:2.2812500596046rem;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:24rem;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:3.5rem;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) { #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:12.3746875rem;height:10.686875rem;top:4.5467119216919rem;left:3.8118489980697rem;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) { #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:#ff0000;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) { #gFTR8PGN9CdTRb73PDctsTTbc0rMid9T { width:7.0625rem;height:7.0625rem;top:2.6326627226104rem;left:11.997573747704rem;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:none; }#ur4MUqQldrsgsIWHkc24a2qvwGoXCzkZ > .row .container { width:20rem;height:8.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cyPdhTO70uAhpSMkGcvTEZQ5M10WD3S4 { width:20rem;height:1.875rem;top:5rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eqAsDH32tZkib65P0SNxh8mpi77FSubP { display:none; }#eqAsDH32tZkib65P0SNxh8mpi77FSubP > .row .container { width:20rem;height:77.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UumJSakCiZLdl4qPFTNCXh12Nqhn8ATN { width:19.9375rem;height:21.8125rem;top:0.9375rem;left:0.0625rem;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) { #Dwyyreo71SRaBfD16WVFQsixdsq1lNm7 { width:8.8125rem;height:2.8125rem;top:13.5rem;left:1.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv9acXEP5rflM6z7BAUt3mBfwNrkL2b0 { width:17.8125rem;height:1.5996125rem;top:3.25rem;left:1.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyLunKIZp3tqcEElWkos49lxc1Vf2c31 { width:17.561875rem;height:5.88574375rem;top:6.125rem;left:1.3125rem;font-size:0.75rem;line-height:1.1;display:block; }#IyLunKIZp3tqcEElWkos49lxc1Vf2c31 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
 }@media only screen and (max-width: 763px) { #SPBtD2kzaQICLWlsNfan500WqQ3S7zpT { width:5.811525rem;height:0.75rem;top:14.9375rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVD2uK4oIxBCwR5RX1UEf1vwZ8fSoWd0 { width:12.5rem;height:3.3748375rem;top:17.5625rem;left:1.3125rem;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) { #ZXx0JvfNPsCFfOlVmqsWgb7U9LeCPtx7 { display:block; }
 }@media only screen and (max-width: 763px) { #cqOw6ywTET2dTkV8KX11zUWSqZtOZC4a { width:19.9375rem;height:21.8125rem;top:26rem;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) { #ZR97HLOpPtnHKvL1rmOZo2QnUwXst02q { width:17.8125rem;height:1.5996125rem;top:28.3125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0nlPWJQ7No44r3eqiitVIMKTPTgnDcl { width:17.561875rem;height:5.88574375rem;top:31.1875rem;left:1.25rem;font-size:0.75rem;line-height:1.1;display:block; }#l0nlPWJQ7No44r3eqiitVIMKTPTgnDcl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
 }@media only screen and (max-width: 763px) { #uP3G313XXbBrFvAI6OTKa88iULiaThVB { width:8.8125rem;height:2.8125rem;top:38.5625rem;left:1.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFRrwhOiGkV8REFC5KNP9gtmJ2wJFiw5 { width:5.811525rem;height:0.75rem;top:40rem;left:7.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dsr9fFKFM9GmPVh8oxTTTMgH2K9aopmT { width:12.5rem;height:3.3748375rem;top:42.625rem;left:1.25rem;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) { #BSr3rOG6gXtwyQkoVW8oflKxqxy7iV6m { display:block; }
 }@media only screen and (max-width: 763px) { #lfiJeEIBorMOpfMwc7BITaFZBH4ldhUn { width:19.9375rem;height:21.8125rem;top:51.0625rem;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) { #o9HNXa2nVoWoafZk4Esd4URWE7q2zzNO { width:17.561875rem;height:6.7104375rem;top:56.25rem;left:1.25rem;font-size:0.75rem;line-height:1.1;display:block; }#o9HNXa2nVoWoafZk4Esd4URWE7q2zzNO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
 }@media only screen and (max-width: 763px) { #iTtchN2iKqmu8xZIgDtdaXPkFX8VPsKz { width:17.8125rem;height:1.5996125rem;top:53.375rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk4934zcFudXhPl8M02eDih19CMM6HxR { width:8.8125rem;height:2.8125rem;top:63.625rem;left:1.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdb5y2ndAZUyGmP8zEqmxWWGyGQnW2R0 { width:5.811525rem;height:0.75rem;top:65.0625rem;left:7.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSxnlTtT3lEPoinkBzZAL7rw9IUGzopI { width:12.5rem;height:3.3748375rem;top:67.6875rem;left:1.25rem;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) { #rgWaUqhy7VLRpQV4TatmCESryLHqGTDs { display:block; }
 }@media only screen and (max-width: 763px) { #kvVNrOmG52biUEp0vyGhsryUqOCMhWaU { display:none; }#kvVNrOmG52biUEp0vyGhsryUqOCMhWaU > .row .container { width:20rem;height:137.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sB0T5681Q2lxoiWIUaVilLTQ2sJEOT0k { width:19.9375rem;height:21.8125rem;top:26rem;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) { #zvZnGr5wRudZ12ez4El0h5pFF4wfOXKv { width:17.8125rem;height:1.5996125rem;top:28.3125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1rZE43L5OFQ2ITXSudt1n6OGMtstFgl { width:17.561875rem;height:2.47411875rem;top:31.1875rem;left:1.25rem;font-size:0.75rem;line-height:1.1;display:block; }#c1rZE43L5OFQ2ITXSudt1n6OGMtstFgl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
 }@media only screen and (max-width: 763px) { #BwHuXxeMNoNdgcBsy1lJkdLMTc0QG0Qr { width:8.8125rem;height:2.8125rem;top:38.5625rem;left:1.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrThVCIOOPCkDhWUN7MTPvVaFDXUJCkM { width:12.5rem;height:3.3748375rem;top:42.625rem;left:1.25rem;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) { #QeEqFRkPyMGMXQlN1MvDddggEwJEV40e { display:block; }
 }@media only screen and (max-width: 763px) { #gwb7wx8ec3NRJtOzfd43o7U5WxaTkzOW { width:19.9375rem;height:21.8125rem;top:0rem;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) { #BwMr5nkFKLGQsS6EcryzRPcHaz7qeU7y { width:17.561875rem;height:6.7104375rem;top:5.1875rem;left:1.25rem;font-size:0.75rem;line-height:1.1;display:block; }#BwMr5nkFKLGQsS6EcryzRPcHaz7qeU7y li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
 }@media only screen and (max-width: 763px) { #pmX7EoXpRcdMINOI4GtPtxfHZIvT0SSV { width:17.8125rem;height:1.5996125rem;top:2.3125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9BzFd6v2M8iaiF0v78XM21iqd172FMD { width:8.8125rem;height:2.8125rem;top:12.5625rem;left:1.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AExEDudNW319v0RPEfHvhETUMz8F5edo { width:5.811525rem;height:0.75rem;top:14rem;left:7.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UftnfixQaK4X023ZMQKCGCyAqtRrV3NU { width:12.5rem;height:3.3748375rem;top:16.625rem;left:1.25rem;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) { #rQEhpuXI74X7iO3RAg3q4y4XrXoiTiR3 { display:block; }
 }@media only screen and (max-width: 763px) { #zmaW9kxEg4lH1Th3bShRsE7t3LolH4An { width:18.4375rem;height:0.8999rem;top:0.9375rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU02VtIqQ7yyi6dCIwPcMbQoaGvzsVCK { width:19.9375rem;height:21.8125rem;top:26rem;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) { #GW5vyc1u1OoFb3HcJdVwIJzDFnd9AaIO { width:17.8125rem;height:1.5996125rem;top:28.3125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiq5B2Xl5zHcT0hBG8O9DCm5ToUITcw2 { width:17.561875rem;height:1.9619125rem;top:31.1875rem;left:1.25rem;font-size:0.75rem;line-height:1.1;display:block; }#tiq5B2Xl5zHcT0hBG8O9DCm5ToUITcw2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80339bc2206a89557fb8f60b80871fee08dbc1a5.svg); }
 }@media only screen and (max-width: 763px) { #JquwdeuLTA7scBCT6c2iQTxkZK8r8kdz { width:8.8125rem;height:2.8125rem;top:38.5625rem;left:1.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #loob8oC40SzDRWx6skdyP21GRUrhaptk { width:12.5rem;height:3.3748375rem;top:42.625rem;left:1.25rem;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) { #NSm3WSkEOO9wTDvznn50HHaHV1PyrUIJ { display:block; }
 }@media only screen and (max-width: 763px) { #GwoRtao3z47RHZaTRACZ7QcHPTC1a0ob { width:18.874rem;height:1.92480625rem;top:132.3095703125rem;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) { #Sk6q2IKlkfyISJQOQOSJSZ2ZVcnLIlKN { display:block; }#Sk6q2IKlkfyISJQOQOSJSZ2ZVcnLIlKN > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7q8gbLAOIQBpHarTtWdUoVB6kQUVBXz { width:20rem;height:3.09375rem;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; }
 }