.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,230,204;--color-primary-1:255,181,102;--color-primary-2:255,131,0;--color-primary-3:225,107,0;--color-primary-4:218,172,0;--color-secondary-0:217,218,224;--color-secondary-1:128,133,150;--color-secondary-2:1,11,45;--color-secondary-3:1,6,23;--color-secondary-4:0,2,7;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6ced3c6a-37d2-49d1-ac85-ab8f40f347e3/fullbannerlocal.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbCPbHvVfPGsddbDgIUCM4Jd5wG6WHar { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#RbCPbHvVfPGsddbDgIUCM4Jd5wG6WHar > .row .container { background-color: transparent; background-image: none; }#RbCPbHvVfPGsddbDgIUCM4Jd5wG6WHar::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbCPbHvVfPGsddbDgIUCM4Jd5wG6WHar > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbCPbHvVfPGsddbDgIUCM4Jd5wG6WHar > .row .container > .video-iframe-container { display: none; }#RbCPbHvVfPGsddbDgIUCM4Jd5wG6WHar > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbCPbHvVfPGsddbDgIUCM4Jd5wG6WHar > .row > .video-iframe-container { display: none; }#RbCPbHvVfPGsddbDgIUCM4Jd5wG6WHar > .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); }#RbCPbHvVfPGsddbDgIUCM4Jd5wG6WHar > .row .container { border-width: 0; border-radius: 0; }#RbCPbHvVfPGsddbDgIUCM4Jd5wG6WHar > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RbCPbHvVfPGsddbDgIUCM4Jd5wG6WHar > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#uunB7hT0rNeUSvaSiIELVZWRUMxQW4eT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:8.75rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#i11kxbJO5TTLfDqQRn6SkxXrLeLnD186 { color:rgba(var(--color-secondary-2),1);display:block;width:15.9375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:2.75rem;left:59.0625rem;height:2.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nEp7vdutm7sLTP2Z7CXwp8D6wuZJgah3 { color:rgba(var(--color-secondary-2),1);display:block;width:9.8109375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:1.75rem;left:59.1875rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ch4TZBxfxnlrxyX71O5JzaTvDU6ObJZF { position:absolute;display:block;z-index:15063;height:3.75rem;width:20rem;top:0.4375rem;left:37.849220275879rem;display:block; }
#QGMohGqzmvd3CoNUyPT7JVQS4Q9TVT4R { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(1,11,45,0.48));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(1,11,45,0.48));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(1,11,45,0.48));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(1,11,45,0.48));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#010b2d7a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#010b2d7a' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(1,11,45,0.48));background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QGMohGqzmvd3CoNUyPT7JVQS4Q9TVT4R > .row .container { background-color: transparent; background-image: none; }#QGMohGqzmvd3CoNUyPT7JVQS4Q9TVT4R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGMohGqzmvd3CoNUyPT7JVQS4Q9TVT4R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGMohGqzmvd3CoNUyPT7JVQS4Q9TVT4R > .row .container > .video-iframe-container { display: none; }#QGMohGqzmvd3CoNUyPT7JVQS4Q9TVT4R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGMohGqzmvd3CoNUyPT7JVQS4Q9TVT4R > .row > .video-iframe-container { display: none; }#QGMohGqzmvd3CoNUyPT7JVQS4Q9TVT4R > .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); }#QGMohGqzmvd3CoNUyPT7JVQS4Q9TVT4R > .row .container { border-width: 0; border-radius: 0; }#QGMohGqzmvd3CoNUyPT7JVQS4Q9TVT4R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QGMohGqzmvd3CoNUyPT7JVQS4Q9TVT4R > .row .container { font-size:0.875rem;font-family:arial;height:56.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#BEssT9AEdhO82NVTXWRiQbiMVwdAxRru { color:rgba(var(--color-tertiary-0),1);display:block;width:44.375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:26.693748474121rem;left:0rem;height:7.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G7zVE2brDzGRRKS9iLe9Nf0JTTsNqrQE { color:rgba(var(--color-tertiary-0),1);display:block;width:60.4375rem;position:absolute;font-family:poppins;font-size:3.6875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:13.5625rem;left:0rem;height:12.16875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wO8ObfPTfd97ENeFH8mm1FdiV93PCwpp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:2.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.1875rem;left:13.125rem;display:none; }
#KTVr7T7D1u4prLVmwZrTiUwwGhfMSFdd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ppbJo6PpsythCD5QdWnZy0kC8NvaOdJG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.1875rem;left:43.1875rem;display:none; }
#EkCRKGLrFr6ICwGkqrrR1wVvwR7KLy1d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q6KIWPQIyuQwxZJBZGy88rADJEJb72CE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.1875rem;left:30.1875rem;display:none; }
#bhfON2pzrdaPtS2JZnGfxhdJx3DXrphE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TzQZ2dsHBcQO3uLteLhmIVUGPgzX0iSH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:2.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.1875rem;left:56.3125rem;display:none; }
#LTR69Ts6cz36CS40KWNopIgKoyBkQRA4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yqqgb75hxWyCl6SoVSOSwV52QOcU2qRc { position:absolute;display:block;z-index:15062;height:3.75rem;width:20rem;top:35.8125rem;left:0rem;display:block; }
#TO4s3e4gCbLJbP4RTwRkoZX3LMG6mEML { box-sizing:content-box;height:7.5rem;width:18.125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/789b8721-2ec6-4ded-9c13-5a50de592e73/bgmudanca.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.1875rem;left:0.3125rem;display:block; }#TO4s3e4gCbLJbP4RTwRkoZX3LMG6mEML.adaptive-delivery-prevent-bg, #TO4s3e4gCbLJbP4RTwRkoZX3LMG6mEML.lazyload, #TO4s3e4gCbLJbP4RTwRkoZX3LMG6mEML.lazyloading { background-image: none; }
#ENu9uulXE4UTqgdQXyyvgnAS32tsAA7w { box-sizing:content-box;height:7.5rem;width:18.125rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/789b8721-2ec6-4ded-9c13-5a50de592e73/bgmudanca.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.1875rem;left:19.0625rem;display:block; }#ENu9uulXE4UTqgdQXyyvgnAS32tsAA7w.adaptive-delivery-prevent-bg, #ENu9uulXE4UTqgdQXyyvgnAS32tsAA7w.lazyload, #ENu9uulXE4UTqgdQXyyvgnAS32tsAA7w.lazyloading { background-image: none; }
#Vz80MKy9gGJpihr5wV6rvrfEksWxK1CU { box-sizing:content-box;height:7.5rem;width:18.125rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/789b8721-2ec6-4ded-9c13-5a50de592e73/bgmudanca.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.1875rem;left:37.8125rem;display:block; }#Vz80MKy9gGJpihr5wV6rvrfEksWxK1CU.adaptive-delivery-prevent-bg, #Vz80MKy9gGJpihr5wV6rvrfEksWxK1CU.lazyload, #Vz80MKy9gGJpihr5wV6rvrfEksWxK1CU.lazyloading { background-image: none; }
#bmX8GqEmxJ6tQ7GfnWcDJ6H2gPa19ElV { box-sizing:content-box;height:7.5rem;width:18.125rem;position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/789b8721-2ec6-4ded-9c13-5a50de592e73/bgmudanca.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.1875rem;left:56.5625rem;display:block; }#bmX8GqEmxJ6tQ7GfnWcDJ6H2gPa19ElV.adaptive-delivery-prevent-bg, #bmX8GqEmxJ6tQ7GfnWcDJ6H2gPa19ElV.lazyload, #bmX8GqEmxJ6tQ7GfnWcDJ6H2gPa19ElV.lazyloading { background-image: none; }
#ZrMW3DMqdJIpbmThdBIxdeFusG6nsoQm { color:rgba(var(--color-secondary-2),1);display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:53.75rem;left:0.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fb9Ls8ci7L4h3DelSVdl4H6KdywsPtLC { color:rgba(var(--color-secondary-2),1);display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:53.75rem;left:19.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zkpEf1XS7TuQXKQD45nTTz4S9mUqeWP8 { color:rgba(var(--color-secondary-2),1);display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:53.75rem;left:37.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N1vmHX1UrWlaQ0rFK3SNcAdQyaCd6TS2 { color:#1e36e9;display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:53.75rem;left:56.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f35pWyp31psl7adDDtlyfiXdKNNZoofM { color:rgba(var(--color-secondary-2),1);display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:55.4375rem;left:1.25rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NqVZ12MRvOmSOn5P8etO7p3MlQEBE71y { color:rgba(var(--color-secondary-2),1);display:block;width:15.75rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:55.6875rem;left:20.25rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aBZHFNT25EgouL6KVFMmymIAA02dbTp7 { color:rgba(var(--color-secondary-2),1);display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:55.6875rem;left:38.75rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iB6Rz6BnCOQpMVZF2IF5oFA51JAWbc05 { color:rgba(var(--color-secondary-2),1);display:block;width:15.4375rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:55.6875rem;left:57.9375rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AIPFc5P3gq21vhS68bQ2qGw4gztwDcrp { position:absolute;display:block;z-index:15063;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:20rem;top:42.4375rem;left:0rem;overflow:hidden;display:block; }
#MzgGLbAzzbyKu7JM6nVq3t6pAThldFKa { box-sizing:content-box;height:4.625rem;width:21.125rem;position:absolute;display:block;z-index:15000;background-color:#00388b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.1875rem;left:0rem;display:none; }
#A02OLGdw5sxN9BgiG4zDsNtAIWfWvVPq { color:rgba(var(--color-tertiary-0),1);display:block;width:40.5625rem;position:absolute;font-family:poppins;font-size:4.125rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:9.3125rem;left:0rem;height:13.6125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#hUyJ5sXRVSxQsMq9I08QwsI4NXqXolgT { color:rgba(var(--color-tertiary-0),1);display:block;width:40.5625rem;position:absolute;font-family:poppins;font-size:4.125rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:9.3125rem;left:0rem;height:13.6125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#eMaOTzef0LEnoqi8Dow6NgfkSv2ClDFW { color:rgba(var(--color-tertiary-0),1);display:block;width:37.1875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:25.4375rem;left:0rem;height:5.2rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#VGekWv0dgRJIeloAykTRdpGqrMFDJTtv { color:rgba(var(--color-secondary-2),1);display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:53.75rem;left:0.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }#VGekWv0dgRJIeloAykTRdpGqrMFDJTtv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f09bc1314c96749ad4b6971612121cf2.svg); }
#qLxO5uc49TRTtUIQ4nZuzImLMaSFXolr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#qLxO5uc49TRTtUIQ4nZuzImLMaSFXolr > .row .container { background-color: transparent; background-image: none; }#qLxO5uc49TRTtUIQ4nZuzImLMaSFXolr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLxO5uc49TRTtUIQ4nZuzImLMaSFXolr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLxO5uc49TRTtUIQ4nZuzImLMaSFXolr > .row .container > .video-iframe-container { display: none; }#qLxO5uc49TRTtUIQ4nZuzImLMaSFXolr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLxO5uc49TRTtUIQ4nZuzImLMaSFXolr > .row > .video-iframe-container { display: none; }#qLxO5uc49TRTtUIQ4nZuzImLMaSFXolr > .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); }#qLxO5uc49TRTtUIQ4nZuzImLMaSFXolr > .row .container { border-width: 0; border-radius: 0; }#qLxO5uc49TRTtUIQ4nZuzImLMaSFXolr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qLxO5uc49TRTtUIQ4nZuzImLMaSFXolr > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:75rem;position:relative;display:block; }#fLdD4zSqVvZQ3POTTp7LW5kS8ctTwHim { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:16.0625rem;left:46.1875rem;height:22.05rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UpTNmzEJwsrqMTRbB12rgdphDZUeSIMx { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"product sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.0625rem;height:4.375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:42.6875rem;left:4.3125rem;display:none; }
#mJ4VH3FihHu9DxMxt7Flikhdhxa2R0tT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zA1LTgvzpVBqXGoubRGGVtPm46ARE8bz { position:absolute;display:block;z-index:15063;height:3.75rem;width:20rem;top:38.318749189377rem;left:46.1875rem;display:block; }
#cqicT2fEOV8HcN0FQGJWsTEgGNHMCJ9S { position:absolute;display:block;z-index:15064;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:24.8125rem;width:44.25rem;top:9.9375rem;left:0rem;display:block; }
#xf1zwhUIic3Bt18gynG0RfVzVBWz9mun { color:rgba(var(--color-secondary-2),1);display:block;width:10.625rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:38.875000715256rem;left:0rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wllk68NspLfhItaU3Vn3z2HT8TLW4tZv { color:rgba(var(--color-secondary-2),1);display:block;width:10.625rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:41.500000715256rem;left:0rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rs4MHTy698AvHqX3DCnQUNcNCBew8fS6 { box-sizing:content-box;height:6.6875rem;width:10.625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fafafa);background-image: -moz-linear-gradient(180deg, #ffffff, #fafafa);background-image: -ms-linear-gradient(180deg, #ffffff, #fafafa);background-image: -o-linear-gradient(180deg, #ffffff, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #ffffff, #fafafa);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.437500715256rem;left:0rem;display:block; }
#rNCzqkEAmvDS4SqghkvKfJgMwkguzWqd { box-sizing:content-box;height:6.6875rem;width:10.625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fafafa);background-image: -moz-linear-gradient(180deg, #ffffff, #fafafa);background-image: -ms-linear-gradient(180deg, #ffffff, #fafafa);background-image: -o-linear-gradient(180deg, #ffffff, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #ffffff, #fafafa);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.437500715256rem;left:11.25rem;display:block; }
#NpC9cisw6vTvXMRtTSn69JHmghKGmJnT { color:rgba(var(--color-secondary-2),1);display:block;width:10.625rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:38.875000715256rem;left:11.25rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZcPUB2EV2vdiasHusTzRBB0AgzhuUAIG { color:rgba(var(--color-secondary-2),1);display:block;width:10.625rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:41.500000715256rem;left:11.25rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T3zhVW52789B4VAyWAmpIt2J4l2DeS1O { box-sizing:content-box;height:6.6875rem;width:10.625rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fafafa);background-image: -moz-linear-gradient(180deg, #ffffff, #fafafa);background-image: -ms-linear-gradient(180deg, #ffffff, #fafafa);background-image: -o-linear-gradient(180deg, #ffffff, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #ffffff, #fafafa);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.437500715256rem;left:22.5rem;display:block; }
#CLt9zWoQdkhWgsqP30BMdc51aESgPBrh { color:rgba(var(--color-secondary-2),1);display:block;width:10.625rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:38.875000715256rem;left:22.5rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dKCOHzpzCTM1wGOA2R8tdzmBP6MnmEt9 { color:rgba(var(--color-secondary-2),1);display:block;width:10.625rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:41.500000715256rem;left:22.5rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JCQgXEISlykWD3XN8K2F18VoiZbT5oXx { box-sizing:content-box;height:6.6875rem;width:10.625rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), #fafafa);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), #fafafa);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), #fafafa);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), #fafafa);background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.437500715256rem;left:33.6875rem;display:block; }
#Ip7v7gPIr7ZorfzyCdiwFlBq9v2R0VCF { color:#1e36e9;display:block;width:10.625rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:38.875000715256rem;left:33.6875rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cTf1PzF3HPwJgdzlTyB2zToZffCbq6gA { color:rgba(var(--color-secondary-2),1);display:block;width:10.625rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:41.500000715256rem;left:33.6875rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yovnFH6KucFAMyAeMfIHLlAthdrxxIHN { color:rgba(var(--color-secondary-2),1);display:block;width:28.625rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:9.9375rem;left:46.1875rem;height:4.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mMzP4Ei8IgrU1g7gNRsCCIZJd9hIpx1C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mMzP4Ei8IgrU1g7gNRsCCIZJd9hIpx1C > .row .container { background-color: transparent; background-image: none; }#mMzP4Ei8IgrU1g7gNRsCCIZJd9hIpx1C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMzP4Ei8IgrU1g7gNRsCCIZJd9hIpx1C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMzP4Ei8IgrU1g7gNRsCCIZJd9hIpx1C > .row .container > .video-iframe-container { display: none; }#mMzP4Ei8IgrU1g7gNRsCCIZJd9hIpx1C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMzP4Ei8IgrU1g7gNRsCCIZJd9hIpx1C > .row > .video-iframe-container { display: none; }#mMzP4Ei8IgrU1g7gNRsCCIZJd9hIpx1C > .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); }#mMzP4Ei8IgrU1g7gNRsCCIZJd9hIpx1C > .row .container { border-width: 0; border-radius: 0; }#mMzP4Ei8IgrU1g7gNRsCCIZJd9hIpx1C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mMzP4Ei8IgrU1g7gNRsCCIZJd9hIpx1C > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;position:relative;display:block; }#dNr8STf67feloQZBazUA0S2yIoCpEAZA { position:absolute;display:block;z-index:15000;height:45.8745625rem;width:75rem;top:1.0004348754882rem;left:0rem;display:block; }
#keO8cJ8ydwBTIkfHZx7aFN9QOxidgSK9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a7bd8e77-fc91-43ed-a9e7-306f8c966062/tarja__tarja.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#keO8cJ8ydwBTIkfHZx7aFN9QOxidgSK9.adaptive-delivery-prevent-bg, #keO8cJ8ydwBTIkfHZx7aFN9QOxidgSK9.lazyload, #keO8cJ8ydwBTIkfHZx7aFN9QOxidgSK9.lazyloading { background-image: none; }#keO8cJ8ydwBTIkfHZx7aFN9QOxidgSK9 > .row .container { background-color: transparent; background-image: none; }#keO8cJ8ydwBTIkfHZx7aFN9QOxidgSK9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#keO8cJ8ydwBTIkfHZx7aFN9QOxidgSK9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#keO8cJ8ydwBTIkfHZx7aFN9QOxidgSK9 > .row .container > .video-iframe-container { display: none; }#keO8cJ8ydwBTIkfHZx7aFN9QOxidgSK9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#keO8cJ8ydwBTIkfHZx7aFN9QOxidgSK9 > .row > .video-iframe-container { display: none; }#keO8cJ8ydwBTIkfHZx7aFN9QOxidgSK9 > .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); }#keO8cJ8ydwBTIkfHZx7aFN9QOxidgSK9 > .row .container { border-width: 0; border-radius: 0; }#keO8cJ8ydwBTIkfHZx7aFN9QOxidgSK9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#keO8cJ8ydwBTIkfHZx7aFN9QOxidgSK9 > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#gumylTPr78dbF5LdbqJu2LUTThhdU9xW { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:6.9375rem;top:1.9375rem;left:68rem;overflow:hidden;display:block; }
#t0iMA8dHKxMvwzVe5spP0yHxV3IbAywR { color:rgba(var(--color-tertiary-0),1);display:block;width:38.1875rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9312515258789rem;left:0rem;height:4.63125rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TlMoBMwuOkaTtyMpgtRUF3oT1QHyStVX { position:absolute;display:block;z-index:15064;height:4.375rem;width:25rem;top:1.375rem;left:42.4375rem;display:block; }
#ytRIvkL3NT2bLCwwigkLNQl50Dwfzafy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/789b8721-2ec6-4ded-9c13-5a50de592e73/bgmudanca.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ytRIvkL3NT2bLCwwigkLNQl50Dwfzafy.adaptive-delivery-prevent-bg, #ytRIvkL3NT2bLCwwigkLNQl50Dwfzafy.lazyload, #ytRIvkL3NT2bLCwwigkLNQl50Dwfzafy.lazyloading { background-image: none; }#ytRIvkL3NT2bLCwwigkLNQl50Dwfzafy > .row .container { background-color: transparent; background-image: none; }#ytRIvkL3NT2bLCwwigkLNQl50Dwfzafy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytRIvkL3NT2bLCwwigkLNQl50Dwfzafy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytRIvkL3NT2bLCwwigkLNQl50Dwfzafy > .row .container > .video-iframe-container { display: none; }#ytRIvkL3NT2bLCwwigkLNQl50Dwfzafy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytRIvkL3NT2bLCwwigkLNQl50Dwfzafy > .row > .video-iframe-container { display: none; }#ytRIvkL3NT2bLCwwigkLNQl50Dwfzafy > .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); }#ytRIvkL3NT2bLCwwigkLNQl50Dwfzafy > .row .container { border-width: 0; border-radius: 0; }#ytRIvkL3NT2bLCwwigkLNQl50Dwfzafy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ytRIvkL3NT2bLCwwigkLNQl50Dwfzafy > .row .container { font-size:0.875rem;font-family:arial;height:53rem;width:75rem;position:relative;display:block; }#XC3dhCK5PO0xoldzB97z6Cl8qhWcEM7a { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4fd58310-26d0-4860-87ef-f4df30de81aa/Card01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:18.125rem;top:12.1875rem;left:0.3125rem;display:block; }#XC3dhCK5PO0xoldzB97z6Cl8qhWcEM7a.adaptive-delivery-prevent-bg, #XC3dhCK5PO0xoldzB97z6Cl8qhWcEM7a.lazyload, #XC3dhCK5PO0xoldzB97z6Cl8qhWcEM7a.lazyloading { background-image: none; }
#ip4LKeI6Bwu1McH5qqsqU4MMb5yX4HaV { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.625rem;width:18.125rem;top:12.1875rem;left:0.3125rem;display:block; }
#GwngBGw9AV08vtGzTrTElV82kuJKo8uv { color:#00d8e0;display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:32rem;left:0.3125rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iNLNwxLKA8rmlv3ICE9wM3PFAPRdLwg6 { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:36.125rem;left:2.6875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AJuT8dWoAknZT79J2Mx2cHLFyFnnzru3 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:43.049999237061rem;left:2.15625rem;display:block; }
#HCxtTfPvb5HJr6vv3z0RVFJFMsrUDMGh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KRyub32C12fiwsbMHutTF0y8zrdbFAKk { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.875rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZShE4GFt50hLUOhWUu4Ewz3HuTNInBRl { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:8.25rem;left:0rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X5pMilZWST9B8gsei8ZmkpQukMSncSqt { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.625rem;width:18.125rem;top:12.1875rem;left:19.0625rem;display:block; }
#o2pLvDV5sNTJkamldUauqgLEZbTtD6hd { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:42.9375rem;left:21.25rem;display:block; }
#ZMTq0C1HBDg5cDaT1luVDfMRnJ7oKcMc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zpliiTxFAzlgvUTRKCtKpimopSlNmMIs { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:36.1875rem;left:21.4375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w32HgO3W9JVhDG7BoW5KhlcmXBg0c2Gi { color:#00d8e0;display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:32rem;left:19.0625rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dE81kthEm9ca9FRzCsZ21bSyIzAg41y9 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9a72414b-4f35-4f66-ad4e-df73a7e428c8/card02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:18.125rem;top:12.1875rem;left:19.0625rem;display:block; }#dE81kthEm9ca9FRzCsZ21bSyIzAg41y9.adaptive-delivery-prevent-bg, #dE81kthEm9ca9FRzCsZ21bSyIzAg41y9.lazyload, #dE81kthEm9ca9FRzCsZ21bSyIzAg41y9.lazyloading { background-image: none; }
#KZOLi2IKGzgZH2qKHlELNkqTfh9idLRW { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.625rem;width:18.125rem;top:12.1875rem;left:37.8125rem;display:block; }
#T0uJIMPCuP4kPNcGweKqwc4mHk0JSKdU { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.8125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:42.9375rem;left:40rem;display:block; }
#cVN9TVFsJczK5knxW6bUiltPTHornhGn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p8qyMsw0R81Gfr5T4RHf2XXir92aacPv { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:36.1875rem;left:40.1875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L6fsdFl8rF6kzLb0KqTwDKoVbPeu0eQN { color:#00d8e0;display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:32rem;left:37.8125rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QDuHVA7p2oJdtMnfT4rqkNKT8uPkWgOp { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/10820027-c5f3-4a64-9f9f-c55811e451d4/card03.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:18.125rem;top:12.1875rem;left:37.8125rem;display:block; }#QDuHVA7p2oJdtMnfT4rqkNKT8uPkWgOp.adaptive-delivery-prevent-bg, #QDuHVA7p2oJdtMnfT4rqkNKT8uPkWgOp.lazyload, #QDuHVA7p2oJdtMnfT4rqkNKT8uPkWgOp.lazyloading { background-image: none; }
#xLiot6yTBocFzL2gyso9RZXA0ATSyVJa { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.625rem;width:18.125rem;top:12.1875rem;left:56.5625rem;display:block; }
#gb1WNK6zIhO7Z7KcZ0KhzIFTESSTfTyd { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.8125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:42.9375rem;left:58.75rem;display:block; }
#m9N6n0EASOuUF0El69tIQguwTsJVi8xW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sQHTwVwNxaPqyehgQcCnCuRIx2WZJeZJ { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:36.1875rem;left:58.9375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hNrSaUktGwy6JtcrF1pGzZOGXOp4HAen { color:#00d8e0;display:block;width:17.5625rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:32rem;left:56.84375rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#poT5GoXJcA2THFR7smxsqNn2ZGifdX6X { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e37a409a-b08e-4ca5-9dc8-0da4791ba1e7/card04.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:18.125rem;top:12.1875rem;left:56.5625rem;display:block; }#poT5GoXJcA2THFR7smxsqNn2ZGifdX6X.adaptive-delivery-prevent-bg, #poT5GoXJcA2THFR7smxsqNn2ZGifdX6X.lazyload, #poT5GoXJcA2THFR7smxsqNn2ZGifdX6X.lazyloading { background-image: none; }
#RlH8FFZZRxdrt8FJQAd1olpFEdSEwSi5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#173c89;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; }#RlH8FFZZRxdrt8FJQAd1olpFEdSEwSi5 > .row .container { background-color: transparent; background-image: none; }#RlH8FFZZRxdrt8FJQAd1olpFEdSEwSi5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlH8FFZZRxdrt8FJQAd1olpFEdSEwSi5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlH8FFZZRxdrt8FJQAd1olpFEdSEwSi5 > .row .container > .video-iframe-container { display: none; }#RlH8FFZZRxdrt8FJQAd1olpFEdSEwSi5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlH8FFZZRxdrt8FJQAd1olpFEdSEwSi5 > .row > .video-iframe-container { display: none; }#RlH8FFZZRxdrt8FJQAd1olpFEdSEwSi5 > .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); }#RlH8FFZZRxdrt8FJQAd1olpFEdSEwSi5 > .row .container { border-width: 0; border-radius: 0; }#RlH8FFZZRxdrt8FJQAd1olpFEdSEwSi5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RlH8FFZZRxdrt8FJQAd1olpFEdSEwSi5 > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#rs5mSR1MaybBxOm5PGfHDkcdehwvPA7M { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/bfb58380-1e75-4ce5-80eb-dbe56d4f4f2c/placeholder1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:12.0625rem;left:44.125rem;display:block; }#rs5mSR1MaybBxOm5PGfHDkcdehwvPA7M.adaptive-delivery-prevent-bg, #rs5mSR1MaybBxOm5PGfHDkcdehwvPA7M.lazyload, #rs5mSR1MaybBxOm5PGfHDkcdehwvPA7M.lazyloading { background-image: none; }
#PBbxSPUmF3sPR2PipTo9aHhqe5bOptaC { color:rgba(var(--color-tertiary-2),1);display:block;width:11.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.0625rem;left:46.3125rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QIhfXOhX0T1iM4ThEgtnD34WudoN4Oh4 { color:rgba(var(--color-tertiary-2),1);display:block;width:22.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.625rem;left:46.3125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sN2feumHrnh0JxZ0sKibmwv97vSKcXvl { color:rgba(var(--color-tertiary-2),1);display:block;width:6.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.625rem;left:25.9375rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U7WuubcETynhKC4fAEHvNkRwmw8E1Krs { color:rgba(var(--color-tertiary-2),1);display:block;width:7.6875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13rem;left:25.9375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ThrTxPetvxLfKTU4nem49xO9XnUwEhtu { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/48a630cc-19f5-4327-93a5-fcc69ced6727/phonecall.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:11.625rem;left:24.125rem;display:block; }#ThrTxPetvxLfKTU4nem49xO9XnUwEhtu.adaptive-delivery-prevent-bg, #ThrTxPetvxLfKTU4nem49xO9XnUwEhtu.lazyload, #ThrTxPetvxLfKTU4nem49xO9XnUwEhtu.lazyloading { background-image: none; }
#vpEqSl0ECLWiWUAaZ0ixfXbJOTu91tsc { color:rgba(var(--color-tertiary-2),1);display:block;width:7.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:11.625rem;left:13.5rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TMK5mKR8w6ceqA8kr0s3W43T7rw4DqnP { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b48110a5-38db-4b02-9e32-854551afc675/smartphone.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:11.625rem;left:11.3125rem;display:block; }#TMK5mKR8w6ceqA8kr0s3W43T7rw4DqnP.adaptive-delivery-prevent-bg, #TMK5mKR8w6ceqA8kr0s3W43T7rw4DqnP.lazyload, #TMK5mKR8w6ceqA8kr0s3W43T7rw4DqnP.lazyloading { background-image: none; }
#XuvTNTyTiHaemzCmOPpeHe0VNRcGoIDI { color:rgba(var(--color-tertiary-2),1);display:block;width:7.4375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.1875rem;left:13.5rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sZduiQRtcbqPw5QHc774lsPQpsaQNb1D { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3156280517578rem;left:11.300003051757rem;height:5.2rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#srsTe4nqS2IrNDeFOdTXsNDyoaHOORMb { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:9.875rem;top:3.1343765258789rem;left:0rem;overflow:hidden;display:block; }
#WztcqT3zvnVio4NAGJOeZndLkSC3Cz7Q { position:absolute;display:block;z-index:15001;height:6.8125rem;width:37.1875rem;top:3.5093765258789rem;left:37.811721801757rem;display:block; }
#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/P15iPuWm/mt_1672_content_bg04.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W.adaptive-delivery-prevent-bg, #aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W.lazyload, #aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W.lazyloading { background-image: none; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row .container { background-color: transparent; background-image: none; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.9); }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row .container > .video-iframe-container { display: none; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.9); }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row > .video-iframe-container { display: none; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .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); }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row .container { border-width: 0; border-radius: 0; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W::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; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#emWohCmOMkPCVHT6UwEJiQzvXCugBege { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.171875rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D7lgsLek2gP4XJ1T7X0Xlq9kzP6wAumN { position:relative;display:none; }#D7lgsLek2gP4XJ1T7X0Xlq9kzP6wAumN { border-width: 0; border-radius: 0; }#D7lgsLek2gP4XJ1T7X0Xlq9kzP6wAumN > .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; }#D7lgsLek2gP4XJ1T7X0Xlq9kzP6wAumN > .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; }#hz4MUQ0yPD9ulfJTDpqfaLhDuipPBews { 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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"product sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6865rem;height:4.374025rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:44.9375rem;left:0rem;display:none; }
#yFdOsTiJTutAEEROo2st6bTxOEBpRd9Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NvUBDovWhqeXgAdTZnDccSO9CkMTMbC7 { 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:3.125rem;width:20rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RbCPbHvVfPGsddbDgIUCM4Jd5wG6WHar { display:block; }#RbCPbHvVfPGsddbDgIUCM4Jd5wG6WHar > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uunB7hT0rNeUSvaSiIELVZWRUMxQW4eT { width:8.75rem;height:5.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i11kxbJO5TTLfDqQRn6SkxXrLeLnD186 { width:15.9375rem;height:2.375rem;top:2.75rem;left:31.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEp7vdutm7sLTP2Z7CXwp8D6wuZJgah3 { width:9.75rem;height:1.3125rem;top:1.75rem;left:38rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch4TZBxfxnlrxyX71O5JzaTvDU6ObJZF { width:20rem;height:3.75rem;top:0.4375rem;left:24.224220275879rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGMohGqzmvd3CoNUyPT7JVQS4Q9TVT4R { display:block; }#QGMohGqzmvd3CoNUyPT7JVQS4Q9TVT4R > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BEssT9AEdhO82NVTXWRiQbiMVwdAxRru { width:44.375rem;height:;top:26.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7zVE2brDzGRRKS9iLe9Nf0JTTsNqrQE { width:47.75rem;height:;top:13.5625rem;left:0rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO8ObfPTfd97ENeFH8mm1FdiV93PCwpp { width:17.0625rem;height:2.875rem;top:0.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTVr7T7D1u4prLVmwZrTiUwwGhfMSFdd { display:block; }
 }@media only screen and (max-width: 763px) { #ppbJo6PpsythCD5QdWnZy0kC8NvaOdJG { width:11.125rem;height:2.875rem;top:0.1875rem;left:29.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EkCRKGLrFr6ICwGkqrrR1wVvwR7KLy1d { display:block; }
 }@media only screen and (max-width: 763px) { #q6KIWPQIyuQwxZJBZGy88rADJEJb72CE { width:11.875rem;height:2.875rem;top:0.1875rem;left:16.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bhfON2pzrdaPtS2JZnGfxhdJx3DXrphE { display:block; }
 }@media only screen and (max-width: 763px) { #TzQZ2dsHBcQO3uLteLhmIVUGPgzX0iSH { width:13.625rem;height:2.875rem;top:0.1875rem;left:34.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTR69Ts6cz36CS40KWNopIgKoyBkQRA4 { display:block; }
 }@media only screen and (max-width: 763px) { #yqqgb75hxWyCl6SoVSOSwV52QOcU2qRc { width:20rem;height:3.75rem;top:35.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO4s3e4gCbLJbP4RTwRkoZX3LMG6mEML { width:18.125rem;height:7.5rem;top:52.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENu9uulXE4UTqgdQXyyvgnAS32tsAA7w { width:18.125rem;height:7.5rem;top:52.1875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz80MKy9gGJpihr5wV6rvrfEksWxK1CU { width:18.125rem;height:7.5rem;top:52.1875rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmX8GqEmxJ6tQ7GfnWcDJ6H2gPa19ElV { width:18.125rem;height:7.5rem;top:52.1875rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrMW3DMqdJIpbmThdBIxdeFusG6nsoQm { width:18.125rem;height:1.625rem;top:53.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb9Ls8ci7L4h3DelSVdl4H6KdywsPtLC { width:18.125rem;height:1.625rem;top:53.75rem;left:5.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkpEf1XS7TuQXKQD45nTTz4S9mUqeWP8 { width:18.125rem;height:1.625rem;top:53.75rem;left:24.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1vmHX1UrWlaQ0rFK3SNcAdQyaCd6TS2 { width:18.125rem;height:1.625rem;top:53.75rem;left:29.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f35pWyp31psl7adDDtlyfiXdKNNZoofM { width:16.25rem;height:2.75rem;top:55.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqVZ12MRvOmSOn5P8etO7p3MlQEBE71y { width:15.75rem;height:2.75rem;top:55.6875rem;left:6.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBZHFNT25EgouL6KVFMmymIAA02dbTp7 { width:16.25rem;height:2.75rem;top:55.6875rem;left:25.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB6Rz6BnCOQpMVZF2IF5oFA51JAWbc05 { width:15.4375rem;height:2.75rem;top:55.6875rem;left:32.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIPFc5P3gq21vhS68bQ2qGw4gztwDcrp { width:20rem;height:3.5625rem;top:42.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzgGLbAzzbyKu7JM6nVq3t6pAThldFKa { width:21.125rem;height:4.625rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A02OLGdw5sxN9BgiG4zDsNtAIWfWvVPq { width:20rem;height:;top:26.625rem;left:0rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hUyJ5sXRVSxQsMq9I08QwsI4NXqXolgT { width:20rem;height:;top:36.75rem;left:0rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMaOTzef0LEnoqi8Dow6NgfkSv2ClDFW { width:19.25rem;height:;top:11.0625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VGekWv0dgRJIeloAykTRdpGqrMFDJTtv { width:14.4375rem;height:;top:29.6875rem;left:0rem;font-size:1.125rem;display:none; }#VGekWv0dgRJIeloAykTRdpGqrMFDJTtv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f09bc1314c96749ad4b6971612121cf2.svg); }
 }@media only screen and (max-width: 763px) { #qLxO5uc49TRTtUIQ4nZuzImLMaSFXolr { display:block; }#qLxO5uc49TRTtUIQ4nZuzImLMaSFXolr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fLdD4zSqVvZQ3POTTp7LW5kS8ctTwHim { width:28.8125rem;height:22rem;top:16.0625rem;left:18.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpTNmzEJwsrqMTRbB12rgdphDZUeSIMx { width:25.0625rem;height:4.375rem;top:42.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJ4VH3FihHu9DxMxt7Flikhdhxa2R0tT { display:block; }
 }@media only screen and (max-width: 763px) { #zA1LTgvzpVBqXGoubRGGVtPm46ARE8bz { width:20rem;height:3.75rem;top:38.3125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqicT2fEOV8HcN0FQGJWsTEgGNHMCJ9S { width:44.25rem;height:24.8125rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf1zwhUIic3Bt18gynG0RfVzVBWz9mun { width:10.625rem;height:2.75rem;top:38.875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wllk68NspLfhItaU3Vn3z2HT8TLW4tZv { width:10.625rem;height:1.125rem;top:41.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs4MHTy698AvHqX3DCnQUNcNCBew8fS6 { width:10.625rem;height:6.6875rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNCzqkEAmvDS4SqghkvKfJgMwkguzWqd { width:10.625rem;height:6.6875rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpC9cisw6vTvXMRtTSn69JHmghKGmJnT { width:10.625rem;height:2.75rem;top:38.875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcPUB2EV2vdiasHusTzRBB0AgzhuUAIG { width:10.625rem;height:1.125rem;top:41.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3zhVW52789B4VAyWAmpIt2J4l2DeS1O { width:10.625rem;height:6.6875rem;top:37.4375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLt9zWoQdkhWgsqP30BMdc51aESgPBrh { width:10.625rem;height:2.75rem;top:38.875rem;left:8.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKCOHzpzCTM1wGOA2R8tdzmBP6MnmEt9 { width:10.625rem;height:1.125rem;top:41.5rem;left:8.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCQgXEISlykWD3XN8K2F18VoiZbT5oXx { width:10.625rem;height:6.6875rem;top:37.4375rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip7v7gPIr7ZorfzyCdiwFlBq9v2R0VCF { width:10.625rem;height:2.75rem;top:38.875rem;left:20.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTf1PzF3HPwJgdzlTyB2zToZffCbq6gA { width:10.625rem;height:1.125rem;top:41.5rem;left:20.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yovnFH6KucFAMyAeMfIHLlAthdrxxIHN { width:28.625rem;height:4.8125rem;top:9.9375rem;left:19.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMzP4Ei8IgrU1g7gNRsCCIZJd9hIpx1C { display:block; }#mMzP4Ei8IgrU1g7gNRsCCIZJd9hIpx1C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNr8STf67feloQZBazUA0S2yIoCpEAZA { width:47.75rem;height:45.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #keO8cJ8ydwBTIkfHZx7aFN9QOxidgSK9 { display:block; }#keO8cJ8ydwBTIkfHZx7aFN9QOxidgSK9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gumylTPr78dbF5LdbqJu2LUTThhdU9xW { width:6.9375rem;height:4.3125rem;top:1.9375rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0iMA8dHKxMvwzVe5spP0yHxV3IbAywR { width:38.1875rem;height:4.625rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlMoBMwuOkaTtyMpgtRUF3oT1QHyStVX { width:25rem;height:4.375rem;top:1.375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytRIvkL3NT2bLCwwigkLNQl50Dwfzafy { display:block; }#ytRIvkL3NT2bLCwwigkLNQl50Dwfzafy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XC3dhCK5PO0xoldzB97z6Cl8qhWcEM7a { width:18.125rem;height:18.125rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip4LKeI6Bwu1McH5qqsqU4MMb5yX4HaV { width:18.125rem;height:33.625rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwngBGw9AV08vtGzTrTElV82kuJKo8uv { width:18.125rem;height:3.5625rem;top:32rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNLNwxLKA8rmlv3ICE9wM3PFAPRdLwg6 { width:14rem;height:4.875rem;top:36.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJuT8dWoAknZT79J2Mx2cHLFyFnnzru3 { width:14.4375rem;height:2.8125rem;top:43rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCxtTfPvb5HJr6vv3z0RVFJFMsrUDMGh { display:block; }
 }@media only screen and (max-width: 763px) { #KRyub32C12fiwsbMHutTF0y8zrdbFAKk { width:47.75rem;height:2.75rem;top:4.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZShE4GFt50hLUOhWUu4Ewz3HuTNInBRl { width:47.75rem;height:1.6875rem;top:8.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5pMilZWST9B8gsei8ZmkpQukMSncSqt { width:18.125rem;height:33.625rem;top:12.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2pLvDV5sNTJkamldUauqgLEZbTtD6hd { width:14.4375rem;height:2.8125rem;top:42.9375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMTq0C1HBDg5cDaT1luVDfMRnJ7oKcMc { display:block; }
 }@media only screen and (max-width: 763px) { #zpliiTxFAzlgvUTRKCtKpimopSlNmMIs { width:14rem;height:4.875rem;top:36.1875rem;left:9.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w32HgO3W9JVhDG7BoW5KhlcmXBg0c2Gi { width:18.125rem;height:3.5625rem;top:32rem;left:5.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE81kthEm9ca9FRzCsZ21bSyIzAg41y9 { width:18.125rem;height:18.125rem;top:12.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZOLi2IKGzgZH2qKHlELNkqTfh9idLRW { width:18.125rem;height:33.625rem;top:12.1875rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0uJIMPCuP4kPNcGweKqwc4mHk0JSKdU { width:14.4375rem;height:2.8125rem;top:42.9375rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVN9TVFsJczK5knxW6bUiltPTHornhGn { display:block; }
 }@media only screen and (max-width: 763px) { #p8qyMsw0R81Gfr5T4RHf2XXir92aacPv { width:14rem;height:4.875rem;top:36.1875rem;left:21.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6fsdFl8rF6kzLb0KqTwDKoVbPeu0eQN { width:18.125rem;height:3.5625rem;top:32rem;left:17.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDuHVA7p2oJdtMnfT4rqkNKT8uPkWgOp { width:18.125rem;height:18.125rem;top:12.1875rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLiot6yTBocFzL2gyso9RZXA0ATSyVJa { width:18.125rem;height:33.625rem;top:12.1875rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb1WNK6zIhO7Z7KcZ0KhzIFTESSTfTyd { width:14.4375rem;height:2.8125rem;top:42.9375rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9N6n0EASOuUF0El69tIQguwTsJVi8xW { display:block; }
 }@media only screen and (max-width: 763px) { #sQHTwVwNxaPqyehgQcCnCuRIx2WZJeZJ { width:14rem;height:4.875rem;top:36.1875rem;left:33.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNrSaUktGwy6JtcrF1pGzZOGXOp4HAen { width:17.5625rem;height:3.5625rem;top:32rem;left:30.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #poT5GoXJcA2THFR7smxsqNn2ZGifdX6X { width:18.125rem;height:18.125rem;top:12.1875rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlH8FFZZRxdrt8FJQAd1olpFEdSEwSi5 { display:block; }#RlH8FFZZRxdrt8FJQAd1olpFEdSEwSi5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rs5mSR1MaybBxOm5PGfHDkcdehwvPA7M { width:1.875rem;height:1.875rem;top:12.0625rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBbxSPUmF3sPR2PipTo9aHhqe5bOptaC { width:11.4375rem;height:1.4375rem;top:12.0625rem;left:32.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIhfXOhX0T1iM4ThEgtnD34WudoN4Oh4 { width:22.3125rem;height:1.25rem;top:13.625rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN2feumHrnh0JxZ0sKibmwv97vSKcXvl { width:6.1875rem;height:1.4375rem;top:11.625rem;left:12.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7WuubcETynhKC4fAEHvNkRwmw8E1Krs { width:7.6875rem;height:1.1875rem;top:13rem;left:12.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThrTxPetvxLfKTU4nem49xO9XnUwEhtu { width:1.875rem;height:1.875rem;top:11.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpEqSl0ECLWiWUAaZ0ixfXbJOTu91tsc { width:7.25rem;height:;top:11.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMK5mKR8w6ceqA8kr0s3W43T7rw4DqnP { width:1.875rem;height:1.875rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuvTNTyTiHaemzCmOPpeHe0VNRcGoIDI { width:7.4375rem;height:1.1875rem;top:13.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZduiQRtcbqPw5QHc774lsPQpsaQNb1D { width:25.5rem;height:5.1875rem;top:4.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srsTe4nqS2IrNDeFOdTXsNDyoaHOORMb { width:9.875rem;height:7.5625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WztcqT3zvnVio4NAGJOeZndLkSC3Cz7Q { width:37.1875rem;height:6.8125rem;top:3.5rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W { display:block; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emWohCmOMkPCVHT6UwEJiQzvXCugBege { width:47.75rem;height:1.1875rem;top:1.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7lgsLek2gP4XJ1T7X0Xlq9kzP6wAumN { display:none; }#D7lgsLek2gP4XJ1T7X0Xlq9kzP6wAumN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hz4MUQ0yPD9ulfJTDpqfaLhDuipPBews { width:20.625rem;height:4.3125rem;top:44.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yFdOsTiJTutAEEROo2st6bTxOEBpRd9Q { display:block; }
 }@media only screen and (max-width: 763px) { #NvUBDovWhqeXgAdTZnDccSO9CkMTMbC7 { width:20rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #RbCPbHvVfPGsddbDgIUCM4Jd5wG6WHar { position:relative;z-index:auto;display:block; }#RbCPbHvVfPGsddbDgIUCM4Jd5wG6WHar > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uunB7hT0rNeUSvaSiIELVZWRUMxQW4eT { width:8.75rem;height:5.1875rem;top:0.625rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #i11kxbJO5TTLfDqQRn6SkxXrLeLnD186 { width:17.125rem;height:0;top:63.1875rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.2;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #nEp7vdutm7sLTP2Z7CXwp8D6wuZJgah3 { width:9.8125rem;height:0;top:62.0625rem;left:4.125rem;text-align:left;text-align-last:left;line-height:1.2;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ch4TZBxfxnlrxyX71O5JzaTvDU6ObJZF { width:20rem;height:3.75rem;top:0.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QGMohGqzmvd3CoNUyPT7JVQS4Q9TVT4R { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e7184364-a63e-4d9f-bee1-ef050c82faae/fullbannermobile1.webp");background-position:bottom 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QGMohGqzmvd3CoNUyPT7JVQS4Q9TVT4R.adaptive-delivery-prevent-bg, #QGMohGqzmvd3CoNUyPT7JVQS4Q9TVT4R.lazyload, #QGMohGqzmvd3CoNUyPT7JVQS4Q9TVT4R.lazyloading { background-image: none; }#QGMohGqzmvd3CoNUyPT7JVQS4Q9TVT4R > .row .container { background-color: transparent; background-image: none; }#QGMohGqzmvd3CoNUyPT7JVQS4Q9TVT4R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#QGMohGqzmvd3CoNUyPT7JVQS4Q9TVT4R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGMohGqzmvd3CoNUyPT7JVQS4Q9TVT4R > .row .container > .video-iframe-container { display: none; }#QGMohGqzmvd3CoNUyPT7JVQS4Q9TVT4R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#QGMohGqzmvd3CoNUyPT7JVQS4Q9TVT4R > .row > .video-iframe-container { display: none; }#QGMohGqzmvd3CoNUyPT7JVQS4Q9TVT4R > .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); }#QGMohGqzmvd3CoNUyPT7JVQS4Q9TVT4R > .row .container { border-width: 0; border-radius: 0; }#QGMohGqzmvd3CoNUyPT7JVQS4Q9TVT4R::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; }#QGMohGqzmvd3CoNUyPT7JVQS4Q9TVT4R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QGMohGqzmvd3CoNUyPT7JVQS4Q9TVT4R > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BEssT9AEdhO82NVTXWRiQbiMVwdAxRru { width:18.625rem;height:0;top:36.875rem;left:0.68671876192094rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #G7zVE2brDzGRRKS9iLe9Nf0JTTsNqrQE { width:20rem;height:0;top:3.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.3125rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #wO8ObfPTfd97ENeFH8mm1FdiV93PCwpp { width:20rem;height:2.875rem;top:24.25rem;left:0rem;z-index:15013;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #KTVr7T7D1u4prLVmwZrTiUwwGhfMSFdd { display:block; }
 }@media only screen and (max-width: 763px) { #ppbJo6PpsythCD5QdWnZy0kC8NvaOdJG { width:9.875rem;height:2.875rem;top:27.4375rem;left:10.125rem;z-index:15015;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #EkCRKGLrFr6ICwGkqrrR1wVvwR7KLy1d { display:block; }
 }@media only screen and (max-width: 763px) { #q6KIWPQIyuQwxZJBZGy88rADJEJb72CE { width:9.875rem;height:2.875rem;top:27.4375rem;left:0rem;z-index:15014;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #bhfON2pzrdaPtS2JZnGfxhdJx3DXrphE { display:block; }
 }@media only screen and (max-width: 763px) { #TzQZ2dsHBcQO3uLteLhmIVUGPgzX0iSH { width:20rem;height:2.875rem;top:30.625rem;left:0rem;z-index:15016;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #LTR69Ts6cz36CS40KWNopIgKoyBkQRA4 { display:block; }
 }@media only screen and (max-width: 763px) { #yqqgb75hxWyCl6SoVSOSwV52QOcU2qRc { width:20rem;height:4.375rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO4s3e4gCbLJbP4RTwRkoZX3LMG6mEML { width:20rem;height:7.375rem;top:27.875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00388b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ENu9uulXE4UTqgdQXyyvgnAS32tsAA7w { width:19.875rem;height:3.125rem;top:49.6875rem;left:-0.62500002980231rem;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;background-color:transparent;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #Vz80MKy9gGJpihr5wV6rvrfEksWxK1CU { width:19.8125rem;height:3.125rem;top:54.4375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #bmX8GqEmxJ6tQ7GfnWcDJ6H2gPa19ElV { width:19.8125rem;height:3.125rem;top:58.5rem;left:0rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #ZrMW3DMqdJIpbmThdBIxdeFusG6nsoQm { width:18.125rem;height:0;top:33.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fb9Ls8ci7L4h3DelSVdl4H6KdywsPtLC { width:18.125rem;height:0;top:46.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zkpEf1XS7TuQXKQD45nTTz4S9mUqeWP8 { width:18.125rem;height:0;top:54.125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #N1vmHX1UrWlaQ0rFK3SNcAdQyaCd6TS2 { width:18.125rem;height:0;top:61.312499284744rem;left:0.93671876192094rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #f35pWyp31psl7adDDtlyfiXdKNNZoofM { width:16.25rem;height:0;top:40.9375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NqVZ12MRvOmSOn5P8etO7p3MlQEBE71y { width:15.75rem;height:0;top:48.5625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aBZHFNT25EgouL6KVFMmymIAA02dbTp7 { width:16.25rem;height:0;top:56.0625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iB6Rz6BnCOQpMVZF2IF5oFA51JAWbc05 { width:15.4375rem;height:0;top:63.5625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AIPFc5P3gq21vhS68bQ2qGw4gztwDcrp { width:20rem;height:3.5625rem;top:25.5625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #MzgGLbAzzbyKu7JM6nVq3t6pAThldFKa { width:20rem;height:2.5625rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A02OLGdw5sxN9BgiG4zDsNtAIWfWvVPq { width:20rem;height:5.775rem;top:5.1250002384186rem;left:0rem;text-align:center;text-align-last:center;font-size:2.625rem;line-height:1.1;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #hUyJ5sXRVSxQsMq9I08QwsI4NXqXolgT { width:20rem;height:2.54375rem;top:2.3749997615814rem;left:0rem;text-align:center;text-align-last:center;font-size:2.3125rem;line-height:1.1;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #eMaOTzef0LEnoqi8Dow6NgfkSv2ClDFW { width:19.25rem;height:;top:11.081251144409rem;left:0.37421876192093rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #VGekWv0dgRJIeloAykTRdpGqrMFDJTtv { width:14rem;height:4.675rem;top:29.8125rem;left:3.0000000596046rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15006;line-height:1.2;display:block; }#VGekWv0dgRJIeloAykTRdpGqrMFDJTtv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VGekWv0dgRJIeloAykTRdpGqrMFDJTtv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f09bc1314c96749ad4b6971612121cf2.svg); }
 }@media only screen and (max-width: 763px) { #qLxO5uc49TRTtUIQ4nZuzImLMaSFXolr { background-color:#ffffff;background-image:none;display:block; }#qLxO5uc49TRTtUIQ4nZuzImLMaSFXolr > .row .container { background-color: transparent; background-image: none; }#qLxO5uc49TRTtUIQ4nZuzImLMaSFXolr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLxO5uc49TRTtUIQ4nZuzImLMaSFXolr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLxO5uc49TRTtUIQ4nZuzImLMaSFXolr > .row .container > .video-iframe-container { display: none; }#qLxO5uc49TRTtUIQ4nZuzImLMaSFXolr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLxO5uc49TRTtUIQ4nZuzImLMaSFXolr > .row > .video-iframe-container { display: none; }#qLxO5uc49TRTtUIQ4nZuzImLMaSFXolr > .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); }#qLxO5uc49TRTtUIQ4nZuzImLMaSFXolr > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fLdD4zSqVvZQ3POTTp7LW5kS8ctTwHim { width:20rem;height:14.625rem;top:8rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UpTNmzEJwsrqMTRbB12rgdphDZUeSIMx { width:19rem;height:4.375rem;top:182.2441875rem;left:0.5rem;font-size:1.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#e16b00;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #mJ4VH3FihHu9DxMxt7Flikhdhxa2R0tT { display:block; }
 }@media only screen and (max-width: 763px) { #zA1LTgvzpVBqXGoubRGGVtPm46ARE8bz { width:20rem;height:3.75rem;top:48rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqicT2fEOV8HcN0FQGJWsTEgGNHMCJ9S { height:11.2140625rem;width:20rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf1zwhUIic3Bt18gynG0RfVzVBWz9mun { width:9.375rem;height:2.6rem;top:37.375rem;left:0.125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wllk68NspLfhItaU3Vn3z2HT8TLW4tZv { width:9.375rem;height:1.1375rem;top:40rem;left:0.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs4MHTy698AvHqX3DCnQUNcNCBew8fS6 { width:9.6875rem;height:5rem;top:36.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNCzqkEAmvDS4SqghkvKfJgMwkguzWqd { width:9.6875rem;height:5rem;top:36.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpC9cisw6vTvXMRtTSn69JHmghKGmJnT { width:9.375rem;height:2.6rem;top:37.375rem;left:10.5rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcPUB2EV2vdiasHusTzRBB0AgzhuUAIG { width:9.375rem;height:1.1375rem;top:40rem;left:10.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3zhVW52789B4VAyWAmpIt2J4l2DeS1O { width:9.6875rem;height:5rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLt9zWoQdkhWgsqP30BMdc51aESgPBrh { width:9.375rem;height:2.6rem;top:43rem;left:0.125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKCOHzpzCTM1wGOA2R8tdzmBP6MnmEt9 { width:9.375rem;height:1.1375rem;top:45.625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCQgXEISlykWD3XN8K2F18VoiZbT5oXx { width:9.6875rem;height:5rem;top:42.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip7v7gPIr7ZorfzyCdiwFlBq9v2R0VCF { width:9.375rem;height:2.6rem;top:43rem;left:10.5rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTf1PzF3HPwJgdzlTyB2zToZffCbq6gA { width:9.375rem;height:1.1375rem;top:45.625rem;left:10.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yovnFH6KucFAMyAeMfIHLlAthdrxxIHN { width:20rem;height:3.7375rem;top:3.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mMzP4Ei8IgrU1g7gNRsCCIZJd9hIpx1C { display:block; }#mMzP4Ei8IgrU1g7gNRsCCIZJd9hIpx1C > .row .container { width:20rem;height:102.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNr8STf67feloQZBazUA0S2yIoCpEAZA { width:20rem;height:45.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #keO8cJ8ydwBTIkfHZx7aFN9QOxidgSK9 { display:block; }#keO8cJ8ydwBTIkfHZx7aFN9QOxidgSK9 > .row .container { width:20rem;height:18.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gumylTPr78dbF5LdbqJu2LUTThhdU9xW { width:6.9375rem;height:4.3125rem;top:14.9375rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #t0iMA8dHKxMvwzVe5spP0yHxV3IbAywR { width:20rem;height:8.775rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlMoBMwuOkaTtyMpgtRUF3oT1QHyStVX { width:20rem;height:4.375rem;top:11.337501525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytRIvkL3NT2bLCwwigkLNQl50Dwfzafy { display:block; }#ytRIvkL3NT2bLCwwigkLNQl50Dwfzafy > .row .container { width:20rem;height:65.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XC3dhCK5PO0xoldzB97z6Cl8qhWcEM7a { width:9.6875rem;height:9.6875rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip4LKeI6Bwu1McH5qqsqU4MMb5yX4HaV { width:9.6875rem;height:24.375rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwngBGw9AV08vtGzTrTElV82kuJKo8uv { width:9.6875rem;height:2.0625rem;top:21.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNLNwxLKA8rmlv3ICE9wM3PFAPRdLwg6 { width:7.5625rem;height:5.85rem;top:24.375rem;left:1.0624999403954rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJuT8dWoAknZT79J2Mx2cHLFyFnnzru3 { width:9.6875rem;height:2.8125rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCxtTfPvb5HJr6vv3z0RVFJFMsrUDMGh { display:block; }
 }@media only screen and (max-width: 763px) { #KRyub32C12fiwsbMHutTF0y8zrdbFAKk { width:19.9984375rem;height:4.4rem;top:5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZShE4GFt50hLUOhWUu4Ewz3HuTNInBRl { width:20rem;height:0;top:9.7500004768369rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X5pMilZWST9B8gsei8ZmkpQukMSncSqt { width:9.6875rem;height:24.375rem;top:10.75rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2pLvDV5sNTJkamldUauqgLEZbTtD6hd { width:9.6875rem;height:2.8125rem;top:32.375rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMTq0C1HBDg5cDaT1luVDfMRnJ7oKcMc { display:block; }
 }@media only screen and (max-width: 763px) { #zpliiTxFAzlgvUTRKCtKpimopSlNmMIs { width:7.5rem;height:6.825rem;top:24.4375rem;left:11.250000536442rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w32HgO3W9JVhDG7BoW5KhlcmXBg0c2Gi { width:9.6875rem;height:2.0625rem;top:21.6875rem;left:10.312500536442rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE81kthEm9ca9FRzCsZ21bSyIzAg41y9 { width:9.6875rem;height:9.6875rem;top:10.75rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZOLi2IKGzgZH2qKHlELNkqTfh9idLRW { width:9.6875rem;height:24.375rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0uJIMPCuP4kPNcGweKqwc4mHk0JSKdU { width:9.6875rem;height:2.8125rem;top:57.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVN9TVFsJczK5knxW6bUiltPTHornhGn { display:block; }
 }@media only screen and (max-width: 763px) { #p8qyMsw0R81Gfr5T4RHf2XXir92aacPv { width:8.6875rem;height:5.85rem;top:49.3125rem;left:0.49999994039536rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6fsdFl8rF6kzLb0KqTwDKoVbPeu0eQN { width:9.6875rem;height:2.0625rem;top:46.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDuHVA7p2oJdtMnfT4rqkNKT8uPkWgOp { width:9.6875rem;height:9.6875rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLiot6yTBocFzL2gyso9RZXA0ATSyVJa { width:9.6875rem;height:24.375rem;top:35.6875rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb1WNK6zIhO7Z7KcZ0KhzIFTESSTfTyd { width:9.6875rem;height:2.8125rem;top:57.3125rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9N6n0EASOuUF0El69tIQguwTsJVi8xW { display:block; }
 }@media only screen and (max-width: 763px) { #sQHTwVwNxaPqyehgQcCnCuRIx2WZJeZJ { width:8.5rem;height:5.85rem;top:49.3125rem;left:10.875000536442rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNrSaUktGwy6JtcrF1pGzZOGXOp4HAen { width:9.6875rem;height:2.0625rem;top:46.625rem;left:10.312500536442rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #poT5GoXJcA2THFR7smxsqNn2ZGifdX6X { width:9.6875rem;height:9.6875rem;top:35.6875rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlH8FFZZRxdrt8FJQAd1olpFEdSEwSi5 { display:block; }#RlH8FFZZRxdrt8FJQAd1olpFEdSEwSi5 > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rs5mSR1MaybBxOm5PGfHDkcdehwvPA7M { width:1.875rem;height:1.875rem;top:7.0625rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PBbxSPUmF3sPR2PipTo9aHhqe5bOptaC { width:9.75rem;height:0;top:9.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QIhfXOhX0T1iM4ThEgtnD34WudoN4Oh4 { width:20rem;height:0.975rem;top:11.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN2feumHrnh0JxZ0sKibmwv97vSKcXvl { width:9.75rem;height:1.4625rem;top:17.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7WuubcETynhKC4fAEHvNkRwmw8E1Krs { width:9.75rem;height:0.975rem;top:19rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThrTxPetvxLfKTU4nem49xO9XnUwEhtu { width:1.875rem;height:1.875rem;top:14.4375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpEqSl0ECLWiWUAaZ0ixfXbJOTu91tsc { width:9.75rem;height:1.4625rem;top:17.625rem;left:10.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMK5mKR8w6ceqA8kr0s3W43T7rw4DqnP { width:1.875rem;height:1.875rem;top:14.5rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuvTNTyTiHaemzCmOPpeHe0VNRcGoIDI { width:9.75rem;height:0.975rem;top:19rem;left:10.25rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZduiQRtcbqPw5QHc774lsPQpsaQNb1D { width:9.8125rem;height:6.25625rem;top:3.1875rem;left:10.0625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srsTe4nqS2IrNDeFOdTXsNDyoaHOORMb { width:8.5rem;height:6.5rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WztcqT3zvnVio4NAGJOeZndLkSC3Cz7Q { width:20rem;height:6.8125rem;top:3.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W { display:block; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emWohCmOMkPCVHT6UwEJiQzvXCugBege { width:20rem;height:0.975rem;top:1.068359375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7lgsLek2gP4XJ1T7X0Xlq9kzP6wAumN { background-color:transparent;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:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#D7lgsLek2gP4XJ1T7X0Xlq9kzP6wAumN > .row .container { background-color: transparent; background-image: none; }#D7lgsLek2gP4XJ1T7X0Xlq9kzP6wAumN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7lgsLek2gP4XJ1T7X0Xlq9kzP6wAumN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7lgsLek2gP4XJ1T7X0Xlq9kzP6wAumN > .row .container > .video-iframe-container { display: none; }#D7lgsLek2gP4XJ1T7X0Xlq9kzP6wAumN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7lgsLek2gP4XJ1T7X0Xlq9kzP6wAumN > .row > .video-iframe-container { display: none; }#D7lgsLek2gP4XJ1T7X0Xlq9kzP6wAumN > .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); }#D7lgsLek2gP4XJ1T7X0Xlq9kzP6wAumN > .row .container { border-width: 0; border-radius: 0; }#D7lgsLek2gP4XJ1T7X0Xlq9kzP6wAumN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D7lgsLek2gP4XJ1T7X0Xlq9kzP6wAumN > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hz4MUQ0yPD9ulfJTDpqfaLhDuipPBews { width:20rem;height:3.125rem;top:0rem;left:0rem;font-size:1.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#1f8400;background-image:url("https://images.assets-landingi.com/uc/0c1e1c88-1240-4a1d-9847-c160ad5bf9a1/WHATSAPP1.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;z-index:15016;font-weight:400;font-style:normal;line-height:1.1;display:block; }#hz4MUQ0yPD9ulfJTDpqfaLhDuipPBews.adaptive-delivery-prevent-bg, #hz4MUQ0yPD9ulfJTDpqfaLhDuipPBews.lazyload, #hz4MUQ0yPD9ulfJTDpqfaLhDuipPBews.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yFdOsTiJTutAEEROo2st6bTxOEBpRd9Q { display:block; }
 }@media only screen and (max-width: 763px) { #NvUBDovWhqeXgAdTZnDccSO9CkMTMbC7 { top:3.2625007629394rem;left:0rem;width:20rem;height:3.125rem;z-index:15019;overflow:hidden;display:block; }
 }