.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:231,254,255;--color-primary-1:199,229,240;--color-primary-2:134,249,255;--color-primary-3:80,149,153;--color-primary-4:13,43,133;--color-secondary-0:228,238,220;--color-secondary-1:165,197,137;--color-secondary-2:74,139,19;--color-secondary-3:37,70,10;--color-secondary-4:11,21,3;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:79,79,79;--color-tertiary-4:0,0,0;--headlines-font-family:"Aboreto";--paragraphs-font-family:"Sora"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 { 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; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { background-color: transparent; background-image: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container > .video-iframe-container { display: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row > .video-iframe-container { display: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .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); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { border-width: 0; border-radius: 0; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#rXBHs8vMHEI8wGRhlFT5pkvyk0SefvQ7 { color:rgba(var(--color-tertiary-4),1);display:block;width:8rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:2.625rem;left:30.25rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;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; }
#VBqESATMqucCVngMcCrat4F4DBN9r6WO { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:2.625rem;left:38.1875rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;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; }
#pZOC5LrwU96EQDJIcfAAbntGqxRUCRAt { color:rgba(var(--color-tertiary-4),1);display:block;width:9.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:2.625rem;left:45.6875rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;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; }
#qk8xc17Od4mLkh3tAqf0tXrTlEcb3NKp { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:6.3125rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#DUxfAGwJ6U5Q0TwzRCg1ckOd1XPaQRzt { position:absolute;display:block;z-index:15057;height:3.75rem;width:18.75rem;top:0rem;left:56.25rem;display:block; }
#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/62b5b633-b48d-4c9b-9617-317005d6d0fe/LPfatia_02.png");background-position:bottom 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; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE.adaptive-delivery-prevent-bg, #gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE.lazyload, #gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE.lazyloading { background-image: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { background-color: transparent; background-image: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container > .video-iframe-container { display: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container { display: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .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); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { border-width: 0; border-radius: 0; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { font-size:0.875rem;font-family:arial;height:70.3125rem;width:75rem;position:relative;display:block; }#bDOtDsI6i2aW88lDJxovP5S8Eo3hcAZO { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4daf50, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #4daf50, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #4daf50, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #4daf50, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4daf50', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4daf50', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #4daf50, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:4rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:37.0625rem;left:0rem;display:none; }
#DOU7rTRUsm7XyLLqOeTxXwmbRNDcImDt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uKOGiDLMU8C4Wf5kUvrcR2b9f1xHSMvd { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.75rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:7.08984375rem;left:0rem;height:15.6738125rem;text-align:left;text-align-last:left;font-style:normal;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; }
#RRdMIiCOp7M5AInDx3ZifUc90FuGxxFa { display:block;width:34.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:400;z-index:15007;line-height:1.2;top:13.125rem;left:0rem;background-color:transparent;background-image:none;height:11.7rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aOalf3oT6hntaQzXJ09lHUFApTCFhETh { box-sizing:content-box;height:5.3125rem;width:15.625rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:27.375rem;left:1.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);display:block; }
#zGbgJFE7ttrbTGfFN3lrKsDrSCHffPD5 { box-sizing:content-box;height:5.3125rem;width:14.125rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:27.375rem;left:18.75rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);display:block; }
#VJd0GMQHQkRvFRQcuBAlan4kWgtN3Lvl { box-sizing:content-box;height:5.3125rem;width:15.625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:33.8125rem;left:1.9375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);display:block; }
#gbAgCnUnsRdQqBxuNWMIpK2J03f9DGvD { box-sizing:content-box;height:5.3125rem;width:14.125rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:33.8125rem;left:18.75rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);display:block; }
#Tu6gy0aPtksVm7DUml6Q4WfEyKZ5sGcT { position:absolute;display:block;z-index:15046;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:2.375rem;top:29.25rem;left:3.125rem;overflow:hidden;display:block; }
#IzGd1emqzCTTTVGZ2vFreIH592VTXCH9 { position:absolute;display:block;z-index:15047;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:29.25rem;left:21.0625rem;overflow:hidden;display:block; }
#wO9qxzTzfTqyuQ1cMOrGqktOmuy5Dtru { position:absolute;display:block;z-index:15048;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:2.125rem;top:35.6875rem;left:21rem;overflow:hidden;display:block; }
#mBUQORqM5UiJZsca81vdUDQzd190OcCl { position:absolute;display:block;z-index:15049;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:35.6875rem;left:3.25rem;overflow:hidden;display:block; }
#xh5O0wGxfqLGimINym9cefd0RLNi9AgM { display:block;width:10.5625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15050;line-height:1.2;top:28.8125rem;left:6.1875rem;background-color:transparent;background-image:none;height:2.7rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JtibSJeKid3uZ2JhakGRDrJPiVgcwpeT { display:block;width:7.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.2;top:28.8125rem;left:23.625rem;background-color:transparent;background-image:none;height:2.7rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#si3Dn3RUqriE1k1ECAum1KgaUCaTfOKS { display:block;width:9.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.2;top:35.25rem;left:6.0625rem;background-color:transparent;background-image:none;height:2.7rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h4E3vWpJaWrCk6yHFuHMclwhESvSOF9t { display:block;width:7.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.2;top:35.25rem;left:23.6875rem;background-color:transparent;background-image:none;height:2.7rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OlS8bHsaLwKADxZ0OSWfD1rkcg2J1C4U { 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:49.0625rem;width:41.5625rem;display:none; }
#iaVaJcMDBT3tryOrtH66M4o29a3U1AWz { display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5625rem;font-weight:400;z-index:15010;line-height:1.4;top:46.9375rem;left:14.625rem;background-color:transparent;background-image:none;height:4.9875rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MewLptKSEVJ4G66eWLvBy4VmDgNvdMBr { display:block;width:4.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:400;z-index:15011;line-height:1.4;top:48.1875rem;left:22.25rem;background-color:transparent;background-image:none;height:2.975rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TlUnh71AEAksQHhyF91gfNPsRTPu9zNM { display:block;width:1.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:400;z-index:15012;line-height:1.4;top:48.0625rem;left:12.9375rem;background-color:transparent;background-image:none;height:2.975rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#HA9fZ8Q5zS5BP8IphkwUrOsfsPx9llCf { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:48.1875rem;left:7.6875rem;overflow:hidden;display:block; }
#IOT0zJFJkKRA4coRKIRdBO7ti09ChFFt { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:50.6875rem;left:12.9375rem;height:2.3rem;text-align:center;text-align-last:center;font-style:normal;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; }
#JM1PNGs5GCUJNzULyB5u2u6L8OrWFcFc { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:10rem;top:18.1875rem;left:44.912502288818rem;overflow:hidden;display:block; }
#lALe3pxR0RpIezCakKmFxXScXSSBLoxT { position:absolute;display:block;z-index:15056;height:3.75rem;width:18.75rem;top:40.29167175293rem;left:8.46875rem;display:block; }
#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie { 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; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row .container { background-color: transparent; background-image: none; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row .container > .video-iframe-container { display: none; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row > .video-iframe-container { display: none; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .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); }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row .container { border-width: 0; border-radius: 0; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row .container { font-size:0.875rem;font-family:arial;height:59.3125rem;width:75rem;position:relative;display:block; }#kaq3P8GqryzaRLMzqaxKuJ28yc5La7rG { 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:2.1875rem;width:19.375rem;display:none; }
#ZlGJry637IaTPc4rACvBCT6Cex1qlpyG { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:20.3125rem;left:38.1875rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;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; }
#FeAPcgbE1NB5ktCbcPrDSER6ICsnSyXf { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:11.125rem;left:38.1875rem;height:1.7rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#FeAPcgbE1NB5ktCbcPrDSER6ICsnSyXf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FeAPcgbE1NB5ktCbcPrDSER6ICsnSyXf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c061ea8d-3f4c-4c1b-8d20-babb0ca5d9ec/star.png); }
#Tg6Bv420GFLBSsUmk12HRUHrM8O77uJ8 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ipU5CW7gwU1mTkPaSSWZ0PqSggfdoLNa { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:azosans;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:35.4375rem;left:60.187503814698rem;height:2.475rem;text-align:center;text-align-last:center;font-style:normal;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; }
#FqTV01v2R2vbfTFSeIKcvBg7vgygX4q8 { display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:400;z-index:15008;line-height:1.1;top:7.5rem;left:38.1875rem;background-color:transparent;background-image:none;height:2.26875rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tRTl80qetin96uvtkO0qkSXdzTdqLTVz { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:14.0625rem;left:38.1875rem;height:1.4rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#tRTl80qetin96uvtkO0qkSXdzTdqLTVz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tRTl80qetin96uvtkO0qkSXdzTdqLTVz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c061ea8d-3f4c-4c1b-8d20-babb0ca5d9ec/star.png); }
#gM8zLnGK3McO3yaLqhmbVZiTNxHhG9S7 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:16.75rem;left:38.1875rem;height:1.4rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#gM8zLnGK3McO3yaLqhmbVZiTNxHhG9S7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gM8zLnGK3McO3yaLqhmbVZiTNxHhG9S7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c061ea8d-3f4c-4c1b-8d20-babb0ca5d9ec/star.png); }
#Q96f0wNtd5n1eEHfZU4IHxz89XeTLkfl { box-sizing:content-box;height:45.0625rem;width:34.5625rem;position:absolute;display:block;z-index:14994;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4a4c08e8-4b76-46f6-ab36-550bf51ea5db/Quadro1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.375rem;left:0.375rem;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Q96f0wNtd5n1eEHfZU4IHxz89XeTLkfl.adaptive-delivery-prevent-bg, #Q96f0wNtd5n1eEHfZU4IHxz89XeTLkfl.lazyload, #Q96f0wNtd5n1eEHfZU4IHxz89XeTLkfl.lazyloading { background-image: none; }
#JWVuuyvrqkOXsVFlyJhKvti0So21HgeK { box-sizing:content-box;height:12.5rem;width:18.125rem;position:absolute;display:block;z-index:14999;background-color:#f1f9fd;background-image:none;top:26.25rem;left:56.875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#mt980PNQL0IozrhgX9W6i7uByMBhkkp2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:34.825000762939rem;left:59.655628204346rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;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; }
#Spt6qUVZTznrp3TPRWBvMXCMuvdrAxFs { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:34.5625rem;left:39.75rem;height:2.975rem;text-align:center;text-align-last:center;font-style:normal;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; }
#o7Ktb2KzTXAUyb5Snhybua1iLRTIPHb5 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:31.1875rem;left:41.5rem;height:2.475rem;text-align:center;text-align-last:center;font-style:normal;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; }
#yrCrAVQTUVIfn4dWTdLmw0xeX5mps0HW { box-sizing:content-box;height:12.5rem;width:18.125rem;position:absolute;display:block;z-index:14995;background-color:#f1f9fd;background-image:none;top:26.25rem;left:38.1875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#ODvClyK9ngiFFnirlJH5J61FFovDlF0n { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:31.25rem;left:60.1875rem;height:2.475rem;text-align:center;text-align-last:center;font-style:normal;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; }
#eTAApXzb4fH0Eb2dps4Tu9kbeCNMM1Aq { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:27.6875rem;left:45.9375rem;overflow:hidden;display:block; }
#LNunDVooGKy7ZhPL5SIVFk4xkkN23WTW { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:27.75rem;left:64.625rem;overflow:hidden;display:block; }
#Mqb9vVoSeu1GXG9iGc3XR5aMT5k6yK7q { box-sizing:content-box;height:12.5rem;width:18.125rem;position:absolute;display:block;z-index:15003;background-color:#f1f9fd;background-image:none;top:39.375rem;left:38.25rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#QKSiswm1lFPsEaumbdJ1Zne3b7XHxeSm { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:40.875rem;left:46rem;overflow:hidden;display:block; }
#qXN8xuUS68rv0c9OJrcG35T6eQMnmbDo { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.1;letter-spacing:0;top:44.375rem;left:41.5625rem;height:2.475rem;text-align:center;text-align-last:center;font-style:normal;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; }
#QTbSRqiv6rBBCfBr9J6e83iM04GmnnRc { box-sizing:content-box;height:12.5rem;width:18.125rem;position:absolute;display:block;z-index:15011;background-color:#f1f9fd;background-image:none;top:39.375rem;left:56.875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#eUEwe6FHwQpV23Ul1hQsH6JinITHFtDQ { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:47.75rem;left:39.8125rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;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; }
#GF7GvJ5uaDZ3dNt3mGAa7h3gzuClRaBP { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:47.875rem;left:58.4375rem;height:1.225rem;text-align:center;text-align-last:center;font-style:normal;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; }
#yOhByBWX4TL04s6v2ALJTl4qrfZCslRt { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.1;letter-spacing:0;top:44.5rem;left:60.1875rem;height:2.475rem;text-align:center;text-align-last:center;font-style:normal;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; }
#Ilz8RmEVuPniCKFURAUu23iOmgPssVTI { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:41rem;left:64.625rem;overflow:hidden;display:block; }
#GvBz8edJd48KVwrhAyRfSDJOSEsLI6XS { position:absolute;display:block;z-index:15057;height:3.75rem;width:18.75rem;top:47.420837402344rem;left:8.28125rem;display:block; }
#CyG8HQGBmPIEgv07cIlc728xSsZ5VtdT { 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/df34ed60-f068-4f9e-8c0a-5481e9511b3e/LPfatia_04.png");background-position:center right !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; }#CyG8HQGBmPIEgv07cIlc728xSsZ5VtdT.adaptive-delivery-prevent-bg, #CyG8HQGBmPIEgv07cIlc728xSsZ5VtdT.lazyload, #CyG8HQGBmPIEgv07cIlc728xSsZ5VtdT.lazyloading { background-image: none; }#CyG8HQGBmPIEgv07cIlc728xSsZ5VtdT > .row .container { background-color: transparent; background-image: none; }#CyG8HQGBmPIEgv07cIlc728xSsZ5VtdT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyG8HQGBmPIEgv07cIlc728xSsZ5VtdT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyG8HQGBmPIEgv07cIlc728xSsZ5VtdT > .row .container > .video-iframe-container { display: none; }#CyG8HQGBmPIEgv07cIlc728xSsZ5VtdT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyG8HQGBmPIEgv07cIlc728xSsZ5VtdT > .row > .video-iframe-container { display: none; }#CyG8HQGBmPIEgv07cIlc728xSsZ5VtdT > .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); }#CyG8HQGBmPIEgv07cIlc728xSsZ5VtdT > .row .container { border-width: 0; border-radius: 0; }#CyG8HQGBmPIEgv07cIlc728xSsZ5VtdT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CyG8HQGBmPIEgv07cIlc728xSsZ5VtdT > .row .container { font-size:0.875rem;font-family:arial;height:56.625rem;width:75rem;position:relative;display:block; }#yeNKSmXxTNSvNILgedzxS3V3IevsSmJo { 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:2.1875rem;width:19.375rem;display:none; }
#SvG5TgizX955yBSRwGACqc4SrOGwC7Zu { 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:34.0625rem;width:49.9375rem;display:none; }
#lhgC8sQZTcPHQnfvavqbi8GWeuWioDCu { box-sizing:content-box;height:19.4375rem;width:14.0625rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #fffcf1);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #fffcf1);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #fffcf1);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #fffcf1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fffcf1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fffcf1' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #fffcf1);background-size:auto !important;top:20.5rem;left:0.125rem;display:none; }
#kt6Xi8oX2ssBP1SwHmKqEv9XFTnuFW9o { display:block;width:39.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:400;z-index:15009;line-height:1.3;top:5.125rem;left:0rem;background-color:transparent;background-image:none;height:5.3625rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pEGTALTFWtiuf2sTqvQsC24I1upk7q10 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:18.44921875rem;left:7.3125rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#oTCbNsk9w0hEKfnLUSeoxnqXPDLJ15M5 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:18.75rem;left:31.75rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#TUIA6BgTdHcRaKzJHsQfLBzlRheE4t8A { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.1;letter-spacing:0;top:18.75rem;left:56.25rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#KrhC9br4fAQd7Uma9RzwPhsf2nzZ11lI { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.1;letter-spacing:0;top:33.0625rem;left:7.3125rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#spsUKba6cWtfICdZKd42k4hpDNPZuA0U { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.1;letter-spacing:0;top:33.375rem;left:31.75rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#NEgWVSDmuh6D2ldEB31ln0WmrlfpiQFc { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.1;letter-spacing:0;top:33.375rem;left:56.25rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#kInPoQDGtU8ToOD4a62l9k6c7aXEWyyx { position:absolute;display:block;z-index:14995;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:37.125rem;width:33.9375rem;top:12.625rem;left:0rem;overflow:hidden;display:block; }
#vkJ7tIonEnT6nz2yud6GT2ua6LEUGXow { display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;top:14.625rem;left:8.5625rem;background-color:transparent;background-image:none;height:1.95rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Joaz6FTLWWDZlWwNzrONqbUa9WBb7V2b { display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;top:23.9375rem;left:0.1875rem;background-color:transparent;background-image:none;height:1.95rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#XJx67eSD4pGpFCGoOel3cdIDJZZUWX0K { display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;top:32.8125rem;left:8.625rem;background-color:transparent;background-image:none;height:1.95rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b8FLCShZ2tZCVHSy53qlMp9IsTsLESll { display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;top:42.0625rem;left:0.9375rem;background-color:transparent;background-image:none;height:1.95rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#w0gx0TwuQbOGCfbMuVOHNxxTk6M1B83b { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15036;line-height:1.7;letter-spacing:0;top:16.875rem;left:8.5625rem;height:2.975rem;text-align:left;text-align-last:left;font-style:normal;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; }
#Hq1gSaVg4Z76N6tQI0HvBBR2ph6fGcO2 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15037;line-height:1.7;letter-spacing:0;top:26.1875rem;left:5.75rem;height:2.975rem;text-align:right;text-align-last:right;font-style:normal;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; }
#LapxWPkby1P6NXR6vH5EzGTxb28L5My7 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15037;line-height:1.7;letter-spacing:0;top:35.0625rem;left:8.625rem;height:2.975rem;text-align:left;text-align-last:left;font-style:normal;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; }
#Vm3OZc2fTr2vQ825mz3v81Nk0Ge2lOpa { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15038;line-height:1.7;letter-spacing:0;top:44.3125rem;left:5.8125rem;height:2.975rem;text-align:right;text-align-last:right;font-style:normal;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; }
#dGDfvdi88k0cfWOFvRr6mgphVlQTemSd { 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:68.375rem;width:58.25rem;display:none; }
#h1zevebluApJmLvk3AqTQBIE3WOP8kEC { position:absolute;display:block;z-index:15058;height:3.75rem;width:18.75rem;top:46.657806396484rem;left:10.65625rem;display:block; }
#e4MhrqfKQTc40fTPDMDtvXFlH18frDnW { 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/a380f04b-3e89-4f78-8091-64e50474a983/LPfatia_06.png");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; }#e4MhrqfKQTc40fTPDMDtvXFlH18frDnW.adaptive-delivery-prevent-bg, #e4MhrqfKQTc40fTPDMDtvXFlH18frDnW.lazyload, #e4MhrqfKQTc40fTPDMDtvXFlH18frDnW.lazyloading { background-image: none; }#e4MhrqfKQTc40fTPDMDtvXFlH18frDnW > .row .container { background-color: transparent; background-image: none; }#e4MhrqfKQTc40fTPDMDtvXFlH18frDnW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4MhrqfKQTc40fTPDMDtvXFlH18frDnW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4MhrqfKQTc40fTPDMDtvXFlH18frDnW > .row .container > .video-iframe-container { display: none; }#e4MhrqfKQTc40fTPDMDtvXFlH18frDnW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4MhrqfKQTc40fTPDMDtvXFlH18frDnW > .row > .video-iframe-container { display: none; }#e4MhrqfKQTc40fTPDMDtvXFlH18frDnW > .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); }#e4MhrqfKQTc40fTPDMDtvXFlH18frDnW > .row .container { border-width: 0; border-radius: 0; }#e4MhrqfKQTc40fTPDMDtvXFlH18frDnW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e4MhrqfKQTc40fTPDMDtvXFlH18frDnW > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:75rem;position:relative;display:block; }#RVf2nu1adQzZng5z5TwZTgLilULA5ETU { 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:2.1875rem;width:19.375rem;display:none; }
#kPeHmkITxWotIKwNFatqOs4dalBf5Zys { 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:34.0625rem;width:49.9375rem;display:none; }
#IJpf2Cd3LkATuQ6fX0sik31Do3EbE4NM { box-sizing:content-box;height:19.4375rem;width:14.0625rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #fffcf1);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #fffcf1);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #fffcf1);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #fffcf1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fffcf1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fffcf1' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #fffcf1);background-size:auto !important;top:20.5rem;left:0.125rem;display:none; }
#fVe6i5ymGIruwqxMQ2PTvBK27oQtTMD9 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:18.44921875rem;left:7.3125rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#O5Zk3oEPWT5ibT08QU2G66KHMVSvZmrJ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:18.75rem;left:31.75rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#bsioMzWZXHzzXXvBM9lbinqTs5DAsHD0 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.1;letter-spacing:0;top:18.75rem;left:56.25rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#TMvMQq8s4x0qQtJT5HUcVNB6tPWCTeW2 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.1;letter-spacing:0;top:33.0625rem;left:7.3125rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#uW4uGaaHd2zvgk7WPpeGbSqik3dSNFpH { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.1;letter-spacing:0;top:33.375rem;left:31.75rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#A69NCTduInRXihkeZpzPTKE0i5rZu6rh { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.1;letter-spacing:0;top:33.375rem;left:56.25rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#eO837vyG6KMErsDsACiPVapdIN3PETe2 { display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:400;z-index:15009;line-height:1.4;top:16.25rem;left:46.4375rem;background-color:transparent;background-image:none;height:8.9238375rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#lvANbqUdQC9htcD7Oq98lTCareTx0zHd { display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:400;z-index:15010;line-height:1.3;top:6.125rem;left:7.7487525939944rem;background-color:transparent;background-image:none;height:2.68125rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uuXKea4thmq9oxD4d5TbELGP3bxFzckS { position:absolute;display:block;z-index:15045;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:26.9375rem;width:18.625rem;top:11.125rem;left:7.0625rem;overflow:hidden;display:block; }
#RBqqQfCtDZh7ZmWW47B6BukueuSXhQZl { position:absolute;display:block;z-index:15046;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:26.9375rem;width:18.625rem;top:11.125rem;left:28.1875rem;overflow:hidden;display:block; }
#UkIqwCFVq2OI7mPTIew2t7pCSynC6PrX { position:absolute;display:block;z-index:15047;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:26.9375rem;width:18.625rem;top:11.125rem;left:49.3125rem;overflow:hidden;display:block; }
#X75IFa9T764OhnCvn5iw90AxRzaJZdEy { display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15051;line-height:1.3;top:32.4375rem;left:7.0625rem;background-color:transparent;background-image:none;height:3.25rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wpubE22c7i70kL61dRe0ha0ovISTnLnU { display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15052;line-height:1.3;top:32.437501192093rem;left:30.593753814698rem;background-color:transparent;background-image:none;height:3.25rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gkJsqVSWqOIwF3hR0XfqdXQsnmKv3lym { display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15053;line-height:1.3;top:32.4375rem;left:49.3125rem;background-color:transparent;background-image:none;height:4.875rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O0yUGpHzTZJItR2ehTivaCa2P1qpscA5 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:51.25rem;left:31.25rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;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; }
#dopUa6H3NMxnqMQ6Mva6mBZlJZzwsfQL { position:absolute;display:block;z-index:15060;height:3.75rem;width:18.75rem;top:37.958339691162rem;left:28.125rem;display:block; }
#Eq99AlXzhPOKyqVUVAewuz4wHagHheyl { 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; }#Eq99AlXzhPOKyqVUVAewuz4wHagHheyl > .row .container { background-color: transparent; background-image: none; }#Eq99AlXzhPOKyqVUVAewuz4wHagHheyl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eq99AlXzhPOKyqVUVAewuz4wHagHheyl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eq99AlXzhPOKyqVUVAewuz4wHagHheyl > .row .container > .video-iframe-container { display: none; }#Eq99AlXzhPOKyqVUVAewuz4wHagHheyl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eq99AlXzhPOKyqVUVAewuz4wHagHheyl > .row > .video-iframe-container { display: none; }#Eq99AlXzhPOKyqVUVAewuz4wHagHheyl > .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); }#Eq99AlXzhPOKyqVUVAewuz4wHagHheyl > .row .container { border-width: 0; border-radius: 0; }#Eq99AlXzhPOKyqVUVAewuz4wHagHheyl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Eq99AlXzhPOKyqVUVAewuz4wHagHheyl > .row .container { font-size:0.875rem;font-family:arial;height:55.8125rem;width:75rem;position:relative;display:block; }#qbCMEqeCXFCAuqDh3TfgaQxl6TrqrAk2 { 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:2.1875rem;width:19.375rem;display:none; }
#OtgzMchJEW6VcWzzTC4pgMPxy7yxNEGR { 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:34.0625rem;width:49.9375rem;display:none; }
#wixniBa94lESUyfKkfxV3KB1N4XWPouU { box-sizing:content-box;height:19.4375rem;width:14.0625rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #fffcf1);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #fffcf1);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #fffcf1);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #fffcf1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fffcf1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fffcf1' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #fffcf1);background-size:auto !important;top:20.5rem;left:0.125rem;display:none; }
#JS4KaM9ycbCHFgxW2ZzLbC9yQuUZhzPz { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:18.44921875rem;left:7.3125rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#RR5lbXKq1iSlJqhy4ydFnJap5vDLWdts { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:18.75rem;left:31.75rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#buhVnnkhcNdJLGhaK8osH12p94Cmr6Ni { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.1;letter-spacing:0;top:18.75rem;left:56.25rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#yXnLHsOJq7vEDpubmoNPcTwTqu6hm0KS { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.1;letter-spacing:0;top:33.0625rem;left:7.3125rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#Uff5w4yZSA54OQDoLwhAbCwpxs8bBmCu { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.1;letter-spacing:0;top:33.375rem;left:31.75rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#smV12O3piscPAyOrtDNs6DH0dPK5azna { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.1;letter-spacing:0;top:33.375rem;left:56.25rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#HeTzKC1F1CH2Den9hzlNsnMna5hGcdO4 { display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:400;z-index:15009;line-height:1.4;top:16.25rem;left:46.4375rem;background-color:transparent;background-image:none;height:8.9238375rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hKxZcFbDNo9uKGdmPqkhG0ToQnFGEoro { display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.9375rem;font-weight:400;z-index:15010;line-height:1.3;top:6.8125rem;left:28.75rem;background-color:transparent;background-image:none;height:7.6375rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iNXIGH4GgyaIitckI6KlxC6dm7mQ9b7d { display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.3;top:43.9375rem;left:51.5625rem;background-color:transparent;background-image:none;height:4.63125rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DLv8hSDW4I4NGuu59zovC08fuwD0QDtX { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:16.5rem;left:28.75rem;height:24rem;text-align:left;text-align-last:left;font-style:normal;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; }
#P6Znw9JsnVTrvQ8THSQnBCuJyMVFksBZ { position:absolute;display:block;z-index:15045;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:46.0625rem;width:19.375rem;top:4.375rem;left:6.75rem;overflow:hidden;display:block; }
#X1MnvLI11wN5F4TLqm2X9M41Oz275Hxu { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:20.6875rem;top:43.9375rem;left:28.75rem;overflow:hidden;display:block; }
#vbOJTRmFhM8OBLyD6dzQJVxJ0BuNfTLP { color:rgba(var(--color-tertiary-4),1);display:block;width:37.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:18.5rem;left:31.25rem;height:18rem;text-align:left;text-align-last:left;font-style:normal;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; }
#NyUReLAFkyJ8otpbevL49ypDgZc9JvpA { display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.3;top:40.8125rem;left:56.6875rem;background-color:transparent;background-image:none;height:4.5859375rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#VvdFMBtvCTT2itoOJPw5Gegh7vsf9ZLi { position:absolute;display:block;z-index:15061;height:3.75rem;width:18.75rem;top:43.729166984558rem;left:7.0625rem;display:block; }
#rmdWdDaLekNkJUzPfM62SaggTHTZ3sas { 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; }#rmdWdDaLekNkJUzPfM62SaggTHTZ3sas > .row .container { background-color: transparent; background-image: none; }#rmdWdDaLekNkJUzPfM62SaggTHTZ3sas::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rmdWdDaLekNkJUzPfM62SaggTHTZ3sas > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rmdWdDaLekNkJUzPfM62SaggTHTZ3sas > .row .container > .video-iframe-container { display: none; }#rmdWdDaLekNkJUzPfM62SaggTHTZ3sas > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rmdWdDaLekNkJUzPfM62SaggTHTZ3sas > .row > .video-iframe-container { display: none; }#rmdWdDaLekNkJUzPfM62SaggTHTZ3sas > .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); }#rmdWdDaLekNkJUzPfM62SaggTHTZ3sas > .row .container { border-width: 0; border-radius: 0; }#rmdWdDaLekNkJUzPfM62SaggTHTZ3sas > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rmdWdDaLekNkJUzPfM62SaggTHTZ3sas > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:75rem;position:relative;display:block; }#AN51TmQiTApNCsBOCVWggVRmGHsKkAHp { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:2.5712509155274rem;left:1.5625rem;display:none; }
#qI5TkBEafVZTeeM8uPyTonR1NrkK94hG { display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:400;z-index:15012;line-height:1.3;top:2.625rem;left:7.5rem;background-color:transparent;background-image:none;height:2.68125rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sr5S01QDZXAiLri2VuxHH26qiyc6s4QD .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top;border-top:0.0625rem solid #0e48c0;border-left:0.0625rem solid #0e48c0;border-right:0.0625rem solid #0e48c0;border-bottom:0.0625rem solid #0e48c0; }
#sr5S01QDZXAiLri2VuxHH26qiyc6s4QD .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#sr5S01QDZXAiLri2VuxHH26qiyc6s4QD .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.125rem;color:#0e48c0;height:auto; }
#sr5S01QDZXAiLri2VuxHH26qiyc6s4QD .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:raleway;color:#0e48c0; }
#sr5S01QDZXAiLri2VuxHH26qiyc6s4QD .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b3a1740b9f6af8d08f4e869857d4cdba04887051.svg");background-size:contain !important; }#sr5S01QDZXAiLri2VuxHH26qiyc6s4QD .accordion-trigger.adaptive-delivery-prevent-bg, #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD .accordion-trigger.lazyload, #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD .accordion-trigger.lazyloading { background-image: none; }
#sr5S01QDZXAiLri2VuxHH26qiyc6s4QD { box-sizing:content-box;height:auto;width:43rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15051;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.28125rem;left:14.75rem; }
#sr5S01QDZXAiLri2VuxHH26qiyc6s4QD .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #CSI0rww2DyKmFbwaGuEHaMTaBR5EBuMi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #k88HBEr8FsNFboE4AOwqpaun1Hy6FIkU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #GmcuBsRStdFKQml9oA9WQLhnST9tUSms { display:block;position:relative; }
#sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #hk6EImKpNzmRExCXJZl0Uz0VW0N71FkF {  }
#sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #oGg2e6dR3ZaNa3Fryr9kuOlrzNCss00Z {  }
#sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #yHxUSvHwWRBuukfDCxA6Nm1ThtTp6bLG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #eSGI2lzfOWaI1bUgRXIBXdkPrTCv9B8p { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #aDtIH4mEU6dMn1IW2LJwoPsETEbPCTem { display:block;position:relative; }
#sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #s4cXhN6nTZSCpPmIxun5oUK9HCyqW5qO {  }
#sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #tFPnaSfRKBwqORayRr85cDx47FFV963i { display:none; }
#sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #qZc7imJwh1Jt0cvp2BLzQxT5OqJHvClc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #cJKd0g3mto46mIGNocmRrp23u6KVsPLn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #BKza91tzIBcZE2pU1fytaTwNC22H7yaC { display:block;position:relative; }
#sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #wP34p3pkymDkK5zD9vHe2IHpZf5dzk9B {  }
#sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #Jr0UTarE7TOHU3wHEqG8rGudUtGrc56W { display:none; }
#sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #Q3pwiid5cgPTlLeuDlJm2epo4iJ7NAwN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #khsR5rkHw4obqUlMuAivZbO3FyVD7hB7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #Enk6eXQdJb5cPkCbNbCDLq8F2Fkmxtfr { display:block;position:relative; }
#sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #pQ5TAEVD9MTXnvZWZnETKQ9Kaw3P293p {  }
#sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #NUVH6WRKDnI0xDswrOnFboM82HdO2SsD { display:none; }
#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container { background-color: transparent; background-image: none; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container > .video-iframe-container { display: none; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row > .video-iframe-container { display: none; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .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); }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container { border-width: 0; border-radius: 0; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:75rem;position:relative;display:block; }#bkDKk24W133arl7LnBxAtqcadw0dl67w { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:2.5712509155274rem;left:1.5625rem;display:none; }
#JyqhnI43gyLzmZJi788tM3dNFZ5fVuOt { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.7;letter-spacing:0;top:21.791015625rem;left:0rem;height:1.4875rem;text-align:center;text-align-last:center;font-style:normal;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; }
#wiFSz3S2x9ekxEIkEP69N4Z2OQ28kNEi { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:8.0625rem;top:4.4375rem;left:3.28125rem;overflow:hidden;display:block; }
#towbZw9eWLxlrXeIo6VcAQMov9ziKHIv { display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;top:11.30078125rem;left:3.28125rem;background-color:transparent;background-image:none;height:1.625rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cgy9c9ZgscdsVywgNDWKWaZU8kuH034L { color:rgba(var(--color-tertiary-3),1);display:block;width:21.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:13.5625rem;left:3.28125rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IR41SFxzrC8ofOLtTDR00ufUvth0QIT7 { display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;top:4.4375rem;left:42.375rem;background-color:transparent;background-image:none;height:1.625rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zqUIJqtZpzsKfvVRh7JdRNFGzu631Xmn { color:rgba(var(--color-tertiary-3),1);display:block;width:10rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15039;line-height:1.7;letter-spacing:0;top:6.875rem;left:42.3125rem;height:3.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iwbgfD2pQqJc41wkElgaNlo3T4nnxv76 { display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;top:13.4375rem;left:42.375rem;background-color:transparent;background-image:none;height:1.625rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f3wZTZZ00R0dqnc1sML21Ata9yGy3TT7 { display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;top:4.4375rem;left:58.375rem;background-color:transparent;background-image:none;height:1.625rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#woaxsKhoN5HEPRwLn6AAas8NvCkiI2Nx { color:rgba(var(--color-tertiary-3),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15040;line-height:1.7;letter-spacing:0;top:6.875rem;left:58.375rem;height:3.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sgmTMGe4etXDINIPoodQ14JxPiqlCxTA { color:rgba(var(--color-tertiary-3),1);display:block;width:12.875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15040;line-height:1.7;letter-spacing:0;top:11.05078125rem;left:58.375rem;height:3.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dI2ZdwkPXspmNTV4StI621cBTnRWynBQ { box-sizing:content-box;height:0.0625rem;width:67.8125rem;position:absolute;display:block;z-index:15070;background-color:rgba(var(--color-tertiary-0),0.34);background-image:none;top:20.3125rem;left:3.59375rem;display:block; }
#DuIg6TSBJH0t996wwzRZfOACATOz23dd { color:rgba(var(--color-tertiary-3),1);display:block;width:21.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:13.5625rem;left:3.28125rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kwnmUoXT1QwGCKK7Wlahowdv4w7fm6tX { position:absolute;display:block;z-index:15071;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.5625rem;width:0.8125rem;top:16.0625rem;left:42.375rem;overflow:hidden;display:block; }
#D37NIkTTTpEhrwtuohqp7936ymx0rhQn { position:absolute;display:block;z-index:15072;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.25rem;width:1.25rem;top:16.3125rem;left:43.8125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 { display:block; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXBHs8vMHEI8wGRhlFT5pkvyk0SefvQ7 { width:8rem;height:1.0625rem;top:2.625rem;left:16.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBqESATMqucCVngMcCrat4F4DBN9r6WO { width:7.5rem;height:1.0625rem;top:2.625rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZOC5LrwU96EQDJIcfAAbntGqxRUCRAt { width:9.0625rem;height:1.0625rem;top:2.625rem;left:32.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk8xc17Od4mLkh3tAqf0tXrTlEcb3NKp { width:6.3125rem;height:4.125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUxfAGwJ6U5Q0TwzRCg1ckOd1XPaQRzt { width:18.75rem;height:3.75rem;top:0rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE { display:block; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDOtDsI6i2aW88lDJxovP5S8Eo3hcAZO { width:23.25rem;height:4rem;top:37.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DOU7rTRUsm7XyLLqOeTxXwmbRNDcImDt { display:block; }
 }@media only screen and (max-width: 763px) { #uKOGiDLMU8C4Wf5kUvrcR2b9f1xHSMvd { width:20rem;height:;top:2rem;left:0rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RRdMIiCOp7M5AInDx3ZifUc90FuGxxFa { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOalf3oT6hntaQzXJ09lHUFApTCFhETh { width:15.625rem;height:5.3125rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGbgJFE7ttrbTGfFN3lrKsDrSCHffPD5 { width:14.125rem;height:5.3125rem;top:27.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJd0GMQHQkRvFRQcuBAlan4kWgtN3Lvl { width:15.625rem;height:5.3125rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbAgCnUnsRdQqBxuNWMIpK2J03f9DGvD { width:14.125rem;height:5.3125rem;top:33.8125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu6gy0aPtksVm7DUml6Q4WfEyKZ5sGcT { width:2.375rem;height:1.875rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzGd1emqzCTTTVGZ2vFreIH592VTXCH9 { width:1.875rem;height:1.875rem;top:29.25rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO9qxzTzfTqyuQ1cMOrGqktOmuy5Dtru { width:2.125rem;height:1.875rem;top:35.6875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBUQORqM5UiJZsca81vdUDQzd190OcCl { width:1.875rem;height:1.875rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh5O0wGxfqLGimINym9cefd0RLNi9AgM { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtibSJeKid3uZ2JhakGRDrJPiVgcwpeT { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #si3Dn3RUqriE1k1ECAum1KgaUCaTfOKS { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4E3vWpJaWrCk6yHFuHMclwhESvSOF9t { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlS8bHsaLwKADxZ0OSWfD1rkcg2J1C4U { width:41.5625rem;height:49.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iaVaJcMDBT3tryOrtH66M4o29a3U1AWz { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MewLptKSEVJ4G66eWLvBy4VmDgNvdMBr { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlUnh71AEAksQHhyF91gfNPsRTPu9zNM { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA9fZ8Q5zS5BP8IphkwUrOsfsPx9llCf { width:4.1875rem;height:4.1875rem;top:48.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOT0zJFJkKRA4coRKIRdBO7ti09ChFFt { width:14.1875rem;height:2.25rem;top:50.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM1PNGs5GCUJNzULyB5u2u6L8OrWFcFc { width:10rem;height:10.0625rem;top:18.1875rem;left:31.287502288818rem;display:block; }
 }@media only screen and (max-width: 763px) { #lALe3pxR0RpIezCakKmFxXScXSSBLoxT { width:18.75rem;height:3.75rem;top:40.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9BrZr305CnVLEQltd8hdGaGxTa2o2ie { display:block; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kaq3P8GqryzaRLMzqaxKuJ28yc5La7rG { width:19.375rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZlGJry637IaTPc4rACvBCT6Cex1qlpyG { width:24.5625rem;height:3.0625rem;top:20.3125rem;left:23.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeAPcgbE1NB5ktCbcPrDSER6ICsnSyXf { width:23.1875rem;height:1.6875rem;top:11.125rem;left:24.5625rem;font-size:1.0625rem;display:block; }#FeAPcgbE1NB5ktCbcPrDSER6ICsnSyXf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c061ea8d-3f4c-4c1b-8d20-babb0ca5d9ec/star.png); }
 }@media only screen and (max-width: 763px) { #Tg6Bv420GFLBSsUmk12HRUHrM8O77uJ8 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ipU5CW7gwU1mTkPaSSWZ0PqSggfdoLNa { width:9.6875rem;height:0.9375rem;top:71.6875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FqTV01v2R2vbfTFSeIKcvBg7vgygX4q8 { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRTl80qetin96uvtkO0qkSXdzTdqLTVz { width:28.125rem;height:1.375rem;top:14.0625rem;left:19.625rem;font-size:1.0625rem;display:block; }#tRTl80qetin96uvtkO0qkSXdzTdqLTVz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c061ea8d-3f4c-4c1b-8d20-babb0ca5d9ec/star.png); }
 }@media only screen and (max-width: 763px) { #gM8zLnGK3McO3yaLqhmbVZiTNxHhG9S7 { width:27.375rem;height:1.375rem;top:16.75rem;left:20.375rem;font-size:1.0625rem;display:block; }#gM8zLnGK3McO3yaLqhmbVZiTNxHhG9S7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c061ea8d-3f4c-4c1b-8d20-babb0ca5d9ec/star.png); }
 }@media only screen and (max-width: 763px) { #Q96f0wNtd5n1eEHfZU4IHxz89XeTLkfl { width:34.5625rem;height:45.0625rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWVuuyvrqkOXsVFlyJhKvti0So21HgeK { width:18.125rem;height:12.5rem;top:26.25rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt980PNQL0IozrhgX9W6i7uByMBhkkp2 { width:12.5625rem;height:2.4375rem;top:34.8125rem;left:35.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Spt6qUVZTznrp3TPRWBvMXCMuvdrAxFs { width:15rem;height:2.9375rem;top:34.5625rem;left:26.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7Ktb2KzTXAUyb5Snhybua1iLRTIPHb5 { width:11.5rem;height:2.4375rem;top:31.1875rem;left:27.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrCrAVQTUVIfn4dWTdLmw0xeX5mps0HW { width:18.125rem;height:12.5rem;top:26.25rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODvClyK9ngiFFnirlJH5J61FFovDlF0n { width:11.5rem;height:2.4375rem;top:31.25rem;left:36.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTAApXzb4fH0Eb2dps4Tu9kbeCNMM1Aq { width:2.625rem;height:2.625rem;top:27.6875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNunDVooGKy7ZhPL5SIVFk4xkkN23WTW { width:2.625rem;height:2.625rem;top:27.75rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqb9vVoSeu1GXG9iGc3XR5aMT5k6yK7q { width:18.125rem;height:12.5rem;top:39.375rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKSiswm1lFPsEaumbdJ1Zne3b7XHxeSm { width:2.625rem;height:2.625rem;top:40.875rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXN8xuUS68rv0c9OJrcG35T6eQMnmbDo { width:11.5rem;height:2.4375rem;top:44.375rem;left:27.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTbSRqiv6rBBCfBr9J6e83iM04GmnnRc { width:18.125rem;height:12.5rem;top:39.375rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUEwe6FHwQpV23Ul1hQsH6JinITHFtDQ { width:15rem;height:2.4375rem;top:47.75rem;left:26.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GF7GvJ5uaDZ3dNt3mGAa7h3gzuClRaBP { width:15rem;height:1.1875rem;top:47.875rem;left:32.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOhByBWX4TL04s6v2ALJTl4qrfZCslRt { width:11.5rem;height:2.4375rem;top:44.5rem;left:36.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ilz8RmEVuPniCKFURAUu23iOmgPssVTI { width:2.625rem;height:2.625rem;top:41rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvBz8edJd48KVwrhAyRfSDJOSEsLI6XS { width:18.75rem;height:3.75rem;top:47.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyG8HQGBmPIEgv07cIlc728xSsZ5VtdT { display:block; }#CyG8HQGBmPIEgv07cIlc728xSsZ5VtdT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yeNKSmXxTNSvNILgedzxS3V3IevsSmJo { width:19.375rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SvG5TgizX955yBSRwGACqc4SrOGwC7Zu { width:47.75rem;height:32.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lhgC8sQZTcPHQnfvavqbi8GWeuWioDCu { width:14.0625rem;height:19.4375rem;top:20.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kt6Xi8oX2ssBP1SwHmKqEv9XFTnuFW9o { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEGTALTFWtiuf2sTqvQsC24I1upk7q10 { width:17.5625rem;height:0.9375rem;top:25.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTCbNsk9w0hEKfnLUSeoxnqXPDLJ15M5 { width:13.6875rem;height:0.9375rem;top:18.875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUIA6BgTdHcRaKzJHsQfLBzlRheE4t8A { width:11.5rem;height:1.875rem;top:31.625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KrhC9br4fAQd7Uma9RzwPhsf2nzZ11lI { width:11.5rem;height:1.875rem;top:46.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #spsUKba6cWtfICdZKd42k4hpDNPZuA0U { width:11.5rem;height:1.875rem;top:59.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NEgWVSDmuh6D2ldEB31ln0WmrlfpiQFc { width:13rem;height:0.9375rem;top:74.1875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kInPoQDGtU8ToOD4a62l9k6c7aXEWyyx { width:33.9375rem;height:37.125rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkJ7tIonEnT6nz2yud6GT2ua6LEUGXow { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Joaz6FTLWWDZlWwNzrONqbUa9WBb7V2b { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJx67eSD4pGpFCGoOel3cdIDJZZUWX0K { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8FLCShZ2tZCVHSy53qlMp9IsTsLESll { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0gx0TwuQbOGCfbMuVOHNxxTk6M1B83b { width:18.4375rem;height:2.9375rem;top:16.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hq1gSaVg4Z76N6tQI0HvBBR2ph6fGcO2 { width:18.4375rem;height:2.9375rem;top:26.1875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LapxWPkby1P6NXR6vH5EzGTxb28L5My7 { width:18.4375rem;height:2.9375rem;top:35.0625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm3OZc2fTr2vQ825mz3v81Nk0Ge2lOpa { width:18.4375rem;height:2.9375rem;top:44.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGDfvdi88k0cfWOFvRr6mgphVlQTemSd { width:47.75rem;height:56rem;display:none; }
 }@media only screen and (max-width: 763px) { #h1zevebluApJmLvk3AqTQBIE3WOP8kEC { width:18.75rem;height:3.75rem;top:46.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4MhrqfKQTc40fTPDMDtvXFlH18frDnW { display:block; }#e4MhrqfKQTc40fTPDMDtvXFlH18frDnW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVf2nu1adQzZng5z5TwZTgLilULA5ETU { width:19.375rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kPeHmkITxWotIKwNFatqOs4dalBf5Zys { width:47.75rem;height:32.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IJpf2Cd3LkATuQ6fX0sik31Do3EbE4NM { width:14.0625rem;height:19.4375rem;top:20.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fVe6i5ymGIruwqxMQ2PTvBK27oQtTMD9 { width:17.5625rem;height:0.9375rem;top:25.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O5Zk3oEPWT5ibT08QU2G66KHMVSvZmrJ { width:13.6875rem;height:0.9375rem;top:18.875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bsioMzWZXHzzXXvBM9lbinqTs5DAsHD0 { width:11.5rem;height:1.875rem;top:31.625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMvMQq8s4x0qQtJT5HUcVNB6tPWCTeW2 { width:11.5rem;height:1.875rem;top:46.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uW4uGaaHd2zvgk7WPpeGbSqik3dSNFpH { width:11.5rem;height:1.875rem;top:59.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #A69NCTduInRXihkeZpzPTKE0i5rZu6rh { width:13rem;height:0.9375rem;top:74.1875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eO837vyG6KMErsDsACiPVapdIN3PETe2 { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lvANbqUdQC9htcD7Oq98lTCareTx0zHd { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuXKea4thmq9oxD4d5TbELGP3bxFzckS { width:18.625rem;height:26.9375rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBqqQfCtDZh7ZmWW47B6BukueuSXhQZl { width:18.625rem;height:26.9375rem;top:11.125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkIqwCFVq2OI7mPTIew2t7pCSynC6PrX { width:18.625rem;height:26.9375rem;top:11.125rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X75IFa9T764OhnCvn5iw90AxRzaJZdEy { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpubE22c7i70kL61dRe0ha0ovISTnLnU { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkJsqVSWqOIwF3hR0XfqdXQsnmKv3lym { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0yUGpHzTZJItR2ehTivaCa2P1qpscA5 { width:18.0625rem;height:3.125rem;top:105.9375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dopUa6H3NMxnqMQ6Mva6mBZlJZzwsfQL { width:18.75rem;height:3.75rem;top:37.9375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq99AlXzhPOKyqVUVAewuz4wHagHheyl { display:block; }#Eq99AlXzhPOKyqVUVAewuz4wHagHheyl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbCMEqeCXFCAuqDh3TfgaQxl6TrqrAk2 { width:19.375rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OtgzMchJEW6VcWzzTC4pgMPxy7yxNEGR { width:47.75rem;height:32.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wixniBa94lESUyfKkfxV3KB1N4XWPouU { width:14.0625rem;height:19.4375rem;top:20.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JS4KaM9ycbCHFgxW2ZzLbC9yQuUZhzPz { width:17.5625rem;height:0.9375rem;top:25.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RR5lbXKq1iSlJqhy4ydFnJap5vDLWdts { width:13.6875rem;height:0.9375rem;top:18.875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #buhVnnkhcNdJLGhaK8osH12p94Cmr6Ni { width:11.5rem;height:1.875rem;top:31.625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yXnLHsOJq7vEDpubmoNPcTwTqu6hm0KS { width:11.5rem;height:1.875rem;top:46.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uff5w4yZSA54OQDoLwhAbCwpxs8bBmCu { width:11.5rem;height:1.875rem;top:59.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #smV12O3piscPAyOrtDNs6DH0dPK5azna { width:13rem;height:0.9375rem;top:74.1875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HeTzKC1F1CH2Den9hzlNsnMna5hGcdO4 { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hKxZcFbDNo9uKGdmPqkhG0ToQnFGEoro { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNXIGH4GgyaIitckI6KlxC6dm7mQ9b7d { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLv8hSDW4I4NGuu59zovC08fuwD0QDtX { width:39.5rem;height:24rem;top:16.5rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6Znw9JsnVTrvQ8THSQnBCuJyMVFksBZ { width:19.375rem;height:46.0625rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1MnvLI11wN5F4TLqm2X9M41Oz275Hxu { width:20.6875rem;height:5.125rem;top:43.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbOJTRmFhM8OBLyD6dzQJVxJ0BuNfTLP { width:18.875rem;height:19.3125rem;top:44.6875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NyUReLAFkyJ8otpbevL49ypDgZc9JvpA { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VvdFMBtvCTT2itoOJPw5Gegh7vsf9ZLi { width:18.75rem;height:3.75rem;top:43.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmdWdDaLekNkJUzPfM62SaggTHTZ3sas { display:block; }#rmdWdDaLekNkJUzPfM62SaggTHTZ3sas > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AN51TmQiTApNCsBOCVWggVRmGHsKkAHp { width:46.875rem;height:23.6875rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qI5TkBEafVZTeeM8uPyTonR1NrkK94hG { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sr5S01QDZXAiLri2VuxHH26qiyc6s4QD { display:flex;height:auto;width:43rem;top:8rem;left:1.125rem; }
#sr5S01QDZXAiLri2VuxHH26qiyc6s4QD .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #CSI0rww2DyKmFbwaGuEHaMTaBR5EBuMi {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #k88HBEr8FsNFboE4AOwqpaun1Hy6FIkU {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #GmcuBsRStdFKQml9oA9WQLhnST9tUSms {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #hk6EImKpNzmRExCXJZl0Uz0VW0N71FkF {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #oGg2e6dR3ZaNa3Fryr9kuOlrzNCss00Z {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #yHxUSvHwWRBuukfDCxA6Nm1ThtTp6bLG {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #eSGI2lzfOWaI1bUgRXIBXdkPrTCv9B8p {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #aDtIH4mEU6dMn1IW2LJwoPsETEbPCTem {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #s4cXhN6nTZSCpPmIxun5oUK9HCyqW5qO {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #tFPnaSfRKBwqORayRr85cDx47FFV963i {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #qZc7imJwh1Jt0cvp2BLzQxT5OqJHvClc {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #cJKd0g3mto46mIGNocmRrp23u6KVsPLn {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #BKza91tzIBcZE2pU1fytaTwNC22H7yaC {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #wP34p3pkymDkK5zD9vHe2IHpZf5dzk9B {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #Jr0UTarE7TOHU3wHEqG8rGudUtGrc56W {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #Q3pwiid5cgPTlLeuDlJm2epo4iJ7NAwN {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #khsR5rkHw4obqUlMuAivZbO3FyVD7hB7 {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #Enk6eXQdJb5cPkCbNbCDLq8F2Fkmxtfr {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #pQ5TAEVD9MTXnvZWZnETKQ9Kaw3P293p {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #NUVH6WRKDnI0xDswrOnFboM82HdO2SsD {  }
 }@media only screen and (max-width: 763px) { #rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx { display:block; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bkDKk24W133arl7LnBxAtqcadw0dl67w { width:46.875rem;height:23.6875rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JyqhnI43gyLzmZJi788tM3dNFZ5fVuOt { width:47.75rem;height:1.4375rem;top:21.75rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiFSz3S2x9ekxEIkEP69N4Z2OQ28kNEi { width:8.0625rem;height:5.25rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #towbZw9eWLxlrXeIo6VcAQMov9ziKHIv { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgy9c9ZgscdsVywgNDWKWaZU8kuH034L { width:21.75rem;height:4.5rem;top:13.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR41SFxzrC8ofOLtTDR00ufUvth0QIT7 { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqUIJqtZpzsKfvVRh7JdRNFGzu631Xmn { width:10rem;height:3.375rem;top:6.875rem;left:28.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwbgfD2pQqJc41wkElgaNlo3T4nnxv76 { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3wZTZZ00R0dqnc1sML21Ata9yGy3TT7 { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #woaxsKhoN5HEPRwLn6AAas8NvCkiI2Nx { width:10rem;height:3.375rem;top:6.875rem;left:37.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgmTMGe4etXDINIPoodQ14JxPiqlCxTA { width:12.875rem;height:3.375rem;top:11rem;left:34.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI2ZdwkPXspmNTV4StI621cBTnRWynBQ { width:47.75rem;height:0.0625rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuIg6TSBJH0t996wwzRZfOACATOz23dd { width:17.1875rem;height:5.25rem;top:10.625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kwnmUoXT1QwGCKK7Wlahowdv4w7fm6tX { width:0.8125rem;height:1.5625rem;top:16.0625rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D37NIkTTTpEhrwtuohqp7936ymx0rhQn { width:1.25rem;height:1.25rem;top:16.3125rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image: -webkit-linear-gradient(281deg, #f4eddd, #f4f4f4);background-image: -moz-linear-gradient(281deg, #f4eddd, #f4f4f4);background-image: -ms-linear-gradient(281deg, #f4eddd, #f4f4f4);background-image: -o-linear-gradient(281deg, #f4eddd, #f4f4f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4eddd', endColorstr='#f4f4f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4eddd', endColorstr='#f4f4f4' );";background-image: linear-gradient(281deg, #f4eddd, #f4f4f4);background-size:cover !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { background-color: transparent; background-image: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container > .video-iframe-container { display: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row > .video-iframe-container { display: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .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); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXBHs8vMHEI8wGRhlFT5pkvyk0SefvQ7 { width:6.25rem;height:0;top:9.5rem;left:6.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #VBqESATMqucCVngMcCrat4F4DBN9r6WO { width:6.25rem;height:0;top:11.78125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #pZOC5LrwU96EQDJIcfAAbntGqxRUCRAt { width:8.1875rem;height:0;top:14.0625rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #qk8xc17Od4mLkh3tAqf0tXrTlEcb3NKp { width:6.1875rem;height:4.0625rem;top:0.25rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUxfAGwJ6U5Q0TwzRCg1ckOd1XPaQRzt { width:18.75rem;height:3.75rem;top:5.5625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE { background-color:rgba(14,72,192,0.85);background-image:url("https://images.assets-landingi.com/uc/5041ce95-8e61-4d51-8b6e-1041086fb3be/moa1_fundo.png");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; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE.adaptive-delivery-prevent-bg, #gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE.lazyload, #gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE.lazyloading { background-image: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { background-color: transparent; background-image: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container > .video-iframe-container { display: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container { display: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .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); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { border-width: 0; border-radius: 0; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { width:20rem;height:64.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDOtDsI6i2aW88lDJxovP5S8Eo3hcAZO { width:20rem;height:3.75rem;top:39.6875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DOU7rTRUsm7XyLLqOeTxXwmbRNDcImDt { display:block; }
 }@media only screen and (max-width: 763px) { #uKOGiDLMU8C4Wf5kUvrcR2b9f1xHSMvd { width:20rem;height:0;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;z-index:15013;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #RRdMIiCOp7M5AInDx3ZifUc90FuGxxFa { background-color:transparent;background-image:none;width:19.5rem;left:0.25rem;font-size:1.8125rem;top:2.3125rem;text-align:center;text-align-last:center;height:11.78125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aOalf3oT6hntaQzXJ09lHUFApTCFhETh { width:9.375rem;height:2.875rem;top:15.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGbgJFE7ttrbTGfFN3lrKsDrSCHffPD5 { width:9.375rem;height:2.875rem;top:15.125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJd0GMQHQkRvFRQcuBAlan4kWgtN3Lvl { width:9.375rem;height:2.875rem;top:18.9375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbAgCnUnsRdQqBxuNWMIpK2J03f9DGvD { width:9.375rem;height:2.875rem;top:18.9375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu6gy0aPtksVm7DUml6Q4WfEyKZ5sGcT { width:1.5625rem;height:1.1875rem;top:16.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzGd1emqzCTTTVGZ2vFreIH592VTXCH9 { width:1.5625rem;height:1.5625rem;top:15.9375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO9qxzTzfTqyuQ1cMOrGqktOmuy5Dtru { width:1.5625rem;height:1.375rem;top:19.875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBUQORqM5UiJZsca81vdUDQzd190OcCl { width:1.5625rem;height:1.5625rem;top:19.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh5O0wGxfqLGimINym9cefd0RLNi9AgM { background-color:transparent;background-image:none;width:6rem;left:3.375rem;font-size:0.75rem;top:15.8125rem;text-align:left;text-align-last:left;height:1.8rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtibSJeKid3uZ2JhakGRDrJPiVgcwpeT { background-color:transparent;background-image:none;width:5.125rem;left:13.6875rem;font-size:0.75rem;top:15.8125rem;text-align:left;text-align-last:left;height:1.8rem;display:block; }
 }@media only screen and (max-width: 763px) { #si3Dn3RUqriE1k1ECAum1KgaUCaTfOKS { background-color:transparent;background-image:none;width:6.0625rem;left:3.1875rem;font-size:0.75rem;top:19.625rem;text-align:left;text-align-last:left;height:1.8rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4E3vWpJaWrCk6yHFuHMclwhESvSOF9t { background-color:transparent;background-image:none;width:4.8125rem;left:13.875rem;font-size:0.75rem;top:19.625rem;text-align:left;text-align-last:left;height:1.8rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlS8bHsaLwKADxZ0OSWfD1rkcg2J1C4U { top:23.6875rem;left:0rem;width:20rem;height:23.5625rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iaVaJcMDBT3tryOrtH66M4o29a3U1AWz { background-color:transparent;background-image:none;width:7.1875rem;left:8.0625rem;font-size:2.8125rem;top:51.0625rem;text-align:left;text-align-last:left;height:3.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MewLptKSEVJ4G66eWLvBy4VmDgNvdMBr { background-color:transparent;background-image:none;width:3.3125rem;left:14.0625rem;font-size:1.25rem;top:52.4375rem;text-align:left;text-align-last:left;height:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TlUnh71AEAksQHhyF91gfNPsRTPu9zNM { background-color:transparent;background-image:none;width:1.4375rem;left:6.5625rem;font-size:1.875rem;top:52rem;text-align:center;text-align-last:center;height:2.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HA9fZ8Q5zS5BP8IphkwUrOsfsPx9llCf { width:3.25rem;height:3.25rem;top:51.625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOT0zJFJkKRA4coRKIRdBO7ti09ChFFt { width:10.5rem;height:1.275rem;top:53.9375rem;left:6.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JM1PNGs5GCUJNzULyB5u2u6L8OrWFcFc { width:5.875rem;height:5.9375rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lALe3pxR0RpIezCakKmFxXScXSSBLoxT { width:18.75rem;height:3.75rem;top:42.711982250214rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9BrZr305CnVLEQltd8hdGaGxTa2o2ie { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/abb1b157-2f73-4407-a786-b88f8bab71ec/04BG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie.adaptive-delivery-prevent-bg, #B9BrZr305CnVLEQltd8hdGaGxTa2o2ie.lazyload, #B9BrZr305CnVLEQltd8hdGaGxTa2o2ie.lazyloading { background-image: none; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row .container { background-color: transparent; background-image: none; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.9); }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row .container > .video-iframe-container { display: none; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.9); }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row > .video-iframe-container { display: none; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .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); }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row .container { width:20rem;height:73.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kaq3P8GqryzaRLMzqaxKuJ28yc5La7rG { top:100.7373046875rem;left:0.625rem;width:19.375rem;height:2.1875rem;z-index:15077;overflow:hidden;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZlGJry637IaTPc4rACvBCT6Cex1qlpyG { width:16.0625rem;height:4.14375rem;top:41.625001907349rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FeAPcgbE1NB5ktCbcPrDSER6ICsnSyXf { width:15.7498125rem;height:2.975rem;top:28.875000953674rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.4;display:block; }#FeAPcgbE1NB5ktCbcPrDSER6ICsnSyXf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c061ea8d-3f4c-4c1b-8d20-babb0ca5d9ec/star.png); }
 }@media only screen and (max-width: 763px) { #Tg6Bv420GFLBSsUmk12HRUHrM8O77uJ8 { top:54.6875rem;left:0rem;width:20rem;height:8.375rem;z-index:14998;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3bb70a88-97c8-4478-83c8-ff25eb2b2f0c/peelingquimico.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Tg6Bv420GFLBSsUmk12HRUHrM8O77uJ8.adaptive-delivery-prevent-bg, #Tg6Bv420GFLBSsUmk12HRUHrM8O77uJ8.lazyload, #Tg6Bv420GFLBSsUmk12HRUHrM8O77uJ8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ipU5CW7gwU1mTkPaSSWZ0PqSggfdoLNa { width:9.1875rem;height:0;top:64.5rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #FqTV01v2R2vbfTFSeIKcvBg7vgygX4q8 { background-color:transparent;background-image:none;width:15.7498125rem;left:2.125rem;font-size:1.875rem;top:23.687500953674rem;text-align:center;text-align-last:center;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRTl80qetin96uvtkO0qkSXdzTdqLTVz { width:15.75rem;height:2.975rem;top:32.625000953674rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.4;display:block; }#tRTl80qetin96uvtkO0qkSXdzTdqLTVz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c061ea8d-3f4c-4c1b-8d20-babb0ca5d9ec/star.png); }
 }@media only screen and (max-width: 763px) { #gM8zLnGK3McO3yaLqhmbVZiTNxHhG9S7 { width:15.75rem;height:2.975rem;top:36.562500953674rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.4;display:block; }#gM8zLnGK3McO3yaLqhmbVZiTNxHhG9S7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c061ea8d-3f4c-4c1b-8d20-babb0ca5d9ec/star.png); }
 }@media only screen and (max-width: 763px) { #Q96f0wNtd5n1eEHfZU4IHxz89XeTLkfl { width:17.875rem;height:20rem;top:2.1859378814698rem;left:1.0619791746139rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4a4c08e8-4b76-46f6-ab36-550bf51ea5db/Quadro1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }#Q96f0wNtd5n1eEHfZU4IHxz89XeTLkfl.adaptive-delivery-prevent-bg, #Q96f0wNtd5n1eEHfZU4IHxz89XeTLkfl.lazyload, #Q96f0wNtd5n1eEHfZU4IHxz89XeTLkfl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JWVuuyvrqkOXsVFlyJhKvti0So21HgeK { width:8.875rem;height:7.5rem;top:53rem;left:10.187500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt980PNQL0IozrhgX9W6i7uByMBhkkp2 { width:7.375rem;height:2.7rem;top:56.6875rem;left:10.937500953674rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Spt6qUVZTznrp3TPRWBvMXCMuvdrAxFs { width:7.375rem;height:2.7rem;top:56.6875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #o7Ktb2KzTXAUyb5Snhybua1iLRTIPHb5 { width:17.5625rem;height:0;top:20.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #yrCrAVQTUVIfn4dWTdLmw0xeX5mps0HW { width:8.875rem;height:7.5rem;top:53rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODvClyK9ngiFFnirlJH5J61FFovDlF0n { width:13.6875rem;height:0;top:21.375rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #eTAApXzb4fH0Eb2dps4Tu9kbeCNMM1Aq { width:1.9375rem;height:1.9375rem;top:54.1875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNunDVooGKy7ZhPL5SIVFk4xkkN23WTW { width:1.9375rem;height:1.9375rem;top:54.1875rem;left:13.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqb9vVoSeu1GXG9iGc3XR5aMT5k6yK7q { width:8.875rem;height:7.5rem;top:61rem;left:10.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKSiswm1lFPsEaumbdJ1Zne3b7XHxeSm { width:1.9375rem;height:1.9375rem;top:61.9375rem;left:13.500000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXN8xuUS68rv0c9OJrcG35T6eQMnmbDo { width:11.5rem;height:0;top:35.125rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #QTbSRqiv6rBBCfBr9J6e83iM04GmnnRc { width:8.875rem;height:7.5rem;top:61rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUEwe6FHwQpV23Ul1hQsH6JinITHFtDQ { width:5.6875rem;height:2.7rem;top:64.8125rem;left:11.625000953674rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GF7GvJ5uaDZ3dNt3mGAa7h3gzuClRaBP { width:6rem;height:1.8rem;top:65.1875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yOhByBWX4TL04s6v2ALJTl4qrfZCslRt { width:11.5rem;height:0;top:62.625rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #Ilz8RmEVuPniCKFURAUu23iOmgPssVTI { width:1.9375rem;height:1.9375rem;top:62.5rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvBz8edJd48KVwrhAyRfSDJOSEsLI6XS { width:18.75rem;height:3.75rem;top:46.062507629394rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyG8HQGBmPIEgv07cIlc728xSsZ5VtdT { background-color:rgba(255,255,255,0.92);background-image:url("https://images.assets-landingi.com/uc/4f95f5d1-a02e-45a2-8596-9c40cd108e56/fundo_moo.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CyG8HQGBmPIEgv07cIlc728xSsZ5VtdT.adaptive-delivery-prevent-bg, #CyG8HQGBmPIEgv07cIlc728xSsZ5VtdT.lazyload, #CyG8HQGBmPIEgv07cIlc728xSsZ5VtdT.lazyloading { background-image: none; }#CyG8HQGBmPIEgv07cIlc728xSsZ5VtdT > .row .container { background-color: transparent; background-image: none; }#CyG8HQGBmPIEgv07cIlc728xSsZ5VtdT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyG8HQGBmPIEgv07cIlc728xSsZ5VtdT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyG8HQGBmPIEgv07cIlc728xSsZ5VtdT > .row .container > .video-iframe-container { display: none; }#CyG8HQGBmPIEgv07cIlc728xSsZ5VtdT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyG8HQGBmPIEgv07cIlc728xSsZ5VtdT > .row > .video-iframe-container { display: none; }#CyG8HQGBmPIEgv07cIlc728xSsZ5VtdT > .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); }#CyG8HQGBmPIEgv07cIlc728xSsZ5VtdT > .row .container { width:20rem;height:56.562515258789rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yeNKSmXxTNSvNILgedzxS3V3IevsSmJo { top:54.875rem;left:0.3125rem;width:19.375rem;height:2.1875rem;z-index:15078;overflow:hidden;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SvG5TgizX955yBSRwGACqc4SrOGwC7Zu { top:35.25rem;left:0rem;width:20rem;height:13.625rem;z-index:14993;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #lhgC8sQZTcPHQnfvavqbi8GWeuWioDCu { width:20rem;height:13.0625rem;top:35.875rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #kt6Xi8oX2ssBP1SwHmKqEv9XFTnuFW9o { background-color:transparent;background-image:none;width:18.5625rem;left:0.71875rem;font-size:1.5625rem;top:2.8125rem;text-align:center;text-align-last:center;height:5.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pEGTALTFWtiuf2sTqvQsC24I1upk7q10 { width:13.6875rem;height:0;top:11.5625rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #oTCbNsk9w0hEKfnLUSeoxnqXPDLJ15M5 { width:13.6875rem;height:0;top:19.3125rem;left:3.15625rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #TUIA6BgTdHcRaKzJHsQfLBzlRheE4t8A { width:13.8125rem;height:0;top:28.0615234375rem;left:3.09375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #KrhC9br4fAQd7Uma9RzwPhsf2nzZ11lI { width:14.625rem;height:0;top:37.4375rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #spsUKba6cWtfICdZKd42k4hpDNPZuA0U { width:14.125rem;height:0;top:46.125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #NEgWVSDmuh6D2ldEB31ln0WmrlfpiQFc { width:13rem;height:0;top:54.95703125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #kInPoQDGtU8ToOD4a62l9k6c7aXEWyyx { width:20rem;height:21.878453038674rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkJ7tIonEnT6nz2yud6GT2ua6LEUGXow { background-color:transparent;background-image:none;width:9.3125rem;left:4.8125rem;font-size:1.0625rem;top:10.875rem;text-align:left;text-align-last:left;height:1.275rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Joaz6FTLWWDZlWwNzrONqbUa9WBb7V2b { background-color:transparent;background-image:none;width:10.875rem;left:3.5625rem;font-size:1.0625rem;top:16.1875rem;text-align:right;text-align-last:right;height:1.275rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XJx67eSD4pGpFCGoOel3cdIDJZZUWX0K { background-color:transparent;background-image:none;width:5.6875rem;left:5.3750004768372rem;font-size:1.0625rem;top:21.5rem;text-align:left;text-align-last:left;height:1.275rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #b8FLCShZ2tZCVHSy53qlMp9IsTsLESll { background-color:transparent;background-image:none;width:6.625rem;left:7.625rem;font-size:1.0625rem;top:26.875015258789rem;text-align:right;text-align-last:right;height:1.275rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #w0gx0TwuQbOGCfbMuVOHNxxTk6M1B83b { width:14.3125rem;height:1.7875rem;top:12.3125rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Hq1gSaVg4Z76N6tQI0HvBBR2ph6fGcO2 { width:13.6875rem;height:1.7875rem;top:17.625rem;left:0.8125rem;text-align:right;text-align-last:right;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LapxWPkby1P6NXR6vH5EzGTxb28L5My7 { width:13.25rem;height:1.7875rem;top:22.9375rem;left:5.3750004768372rem;text-align:left;text-align-last:left;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Vm3OZc2fTr2vQ825mz3v81Nk0Ge2lOpa { width:13.3125rem;height:1.7875rem;top:28.312515258789rem;left:0.9375rem;text-align:right;text-align-last:right;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dGDfvdi88k0cfWOFvRr6mgphVlQTemSd { top:33.125rem;left:0rem;width:20rem;height:23.4375rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #h1zevebluApJmLvk3AqTQBIE3WOP8kEC { width:18.75rem;height:3.75rem;top:49.812501907349rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4MhrqfKQTc40fTPDMDtvXFlH18frDnW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a380f04b-3e89-4f78-8091-64e50474a983/LPfatia_06.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#e4MhrqfKQTc40fTPDMDtvXFlH18frDnW.adaptive-delivery-prevent-bg, #e4MhrqfKQTc40fTPDMDtvXFlH18frDnW.lazyload, #e4MhrqfKQTc40fTPDMDtvXFlH18frDnW.lazyloading { background-image: none; }#e4MhrqfKQTc40fTPDMDtvXFlH18frDnW > .row .container { background-color: transparent; background-image: none; }#e4MhrqfKQTc40fTPDMDtvXFlH18frDnW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.88); }#e4MhrqfKQTc40fTPDMDtvXFlH18frDnW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4MhrqfKQTc40fTPDMDtvXFlH18frDnW > .row .container > .video-iframe-container { display: none; }#e4MhrqfKQTc40fTPDMDtvXFlH18frDnW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.88); }#e4MhrqfKQTc40fTPDMDtvXFlH18frDnW > .row > .video-iframe-container { display: none; }#e4MhrqfKQTc40fTPDMDtvXFlH18frDnW > .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); }#e4MhrqfKQTc40fTPDMDtvXFlH18frDnW > .row .container { width:20rem;height:97.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVf2nu1adQzZng5z5TwZTgLilULA5ETU { top:54.875rem;left:0.3125rem;width:19.375rem;height:2.1875rem;z-index:15078;overflow:hidden;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kPeHmkITxWotIKwNFatqOs4dalBf5Zys { top:35.25rem;left:0rem;width:20rem;height:13.625rem;z-index:14993;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #IJpf2Cd3LkATuQ6fX0sik31Do3EbE4NM { width:20rem;height:13.0625rem;top:35.875rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #fVe6i5ymGIruwqxMQ2PTvBK27oQtTMD9 { width:13.6875rem;height:0;top:27.1630859375rem;left:3.15625rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #O5Zk3oEPWT5ibT08QU2G66KHMVSvZmrJ { width:13.6875rem;height:0;top:23.875rem;left:3.15625rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #bsioMzWZXHzzXXvBM9lbinqTs5DAsHD0 { width:13.8125rem;height:0;top:28.0615234375rem;left:3.09375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #TMvMQq8s4x0qQtJT5HUcVNB6tPWCTeW2 { width:14.625rem;height:0;top:37.4375rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #uW4uGaaHd2zvgk7WPpeGbSqik3dSNFpH { width:14.125rem;height:0;top:46.125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #A69NCTduInRXihkeZpzPTKE0i5rZu6rh { width:13rem;height:0;top:54.95703125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #eO837vyG6KMErsDsACiPVapdIN3PETe2 { background-color:transparent;background-image:none;width:20rem;left:0rem;font-size:1.8125rem;top:5.5rem;text-align:center;text-align-last:center;height:0;line-height:1.2;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #lvANbqUdQC9htcD7Oq98lTCareTx0zHd { background-color:transparent;background-image:none;width:17.625rem;left:1.1875rem;font-size:1.5625rem;top:3.9489593505859rem;text-align:center;text-align-last:center;height:3.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uuXKea4thmq9oxD4d5TbELGP3bxFzckS { width:17.9375rem;height:26rem;top:9.01171875rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBqqQfCtDZh7ZmWW47B6BukueuSXhQZl { width:17.9375rem;height:25.9375rem;top:36.32421875rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkIqwCFVq2OI7mPTIew2t7pCSynC6PrX { width:17.9375rem;height:25.9375rem;top:63.76171875rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X75IFa9T764OhnCvn5iw90AxRzaJZdEy { background-color:transparent;background-image:none;width:18.625rem;left:0.6875rem;font-size:1.25rem;top:29.337890625rem;text-align:center;text-align-last:center;height:3rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wpubE22c7i70kL61dRe0ha0ovISTnLnU { background-color:transparent;background-image:none;width:13.25rem;left:3.375rem;font-size:1.25rem;top:57.212503433228rem;text-align:center;text-align-last:center;height:3rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gkJsqVSWqOIwF3hR0XfqdXQsnmKv3lym { background-color:transparent;background-image:none;width:18.625rem;left:0.6875rem;font-size:1.25rem;top:83.62109375rem;text-align:center;text-align-last:center;height:4.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #O0yUGpHzTZJItR2ehTivaCa2P1qpscA5 { width:18.8125rem;height:3.675rem;top:90.809374809262rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #dopUa6H3NMxnqMQ6Mva6mBZlJZzwsfQL { width:18.75rem;height:3.75rem;top:95.734382677081rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eq99AlXzhPOKyqVUVAewuz4wHagHheyl { background-color:rgba(255,255,255,0.88);background-image:none;display:block; }#Eq99AlXzhPOKyqVUVAewuz4wHagHheyl > .row .container { background-color: transparent; background-image: none; }#Eq99AlXzhPOKyqVUVAewuz4wHagHheyl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eq99AlXzhPOKyqVUVAewuz4wHagHheyl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eq99AlXzhPOKyqVUVAewuz4wHagHheyl > .row .container > .video-iframe-container { display: none; }#Eq99AlXzhPOKyqVUVAewuz4wHagHheyl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eq99AlXzhPOKyqVUVAewuz4wHagHheyl > .row > .video-iframe-container { display: none; }#Eq99AlXzhPOKyqVUVAewuz4wHagHheyl > .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); }#Eq99AlXzhPOKyqVUVAewuz4wHagHheyl > .row .container { width:20rem;height:83.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbCMEqeCXFCAuqDh3TfgaQxl6TrqrAk2 { top:54.875rem;left:0.3125rem;width:19.375rem;height:2.1875rem;z-index:15078;overflow:hidden;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OtgzMchJEW6VcWzzTC4pgMPxy7yxNEGR { top:35.25rem;left:0rem;width:20rem;height:13.625rem;z-index:14993;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #wixniBa94lESUyfKkfxV3KB1N4XWPouU { width:20rem;height:13.0625rem;top:35.875rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #JS4KaM9ycbCHFgxW2ZzLbC9yQuUZhzPz { width:13.6875rem;height:0;top:27.1630859375rem;left:3.15625rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #RR5lbXKq1iSlJqhy4ydFnJap5vDLWdts { width:13.6875rem;height:0;top:23.875rem;left:3.15625rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #buhVnnkhcNdJLGhaK8osH12p94Cmr6Ni { width:13.8125rem;height:0;top:28.0615234375rem;left:3.09375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #yXnLHsOJq7vEDpubmoNPcTwTqu6hm0KS { width:14.625rem;height:0;top:37.4375rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #Uff5w4yZSA54OQDoLwhAbCwpxs8bBmCu { width:14.125rem;height:0;top:46.125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #smV12O3piscPAyOrtDNs6DH0dPK5azna { width:13rem;height:0;top:54.95703125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #HeTzKC1F1CH2Den9hzlNsnMna5hGcdO4 { background-color:transparent;background-image:none;width:20rem;left:0rem;font-size:1.8125rem;top:5.5rem;text-align:center;text-align-last:center;height:0;line-height:1.2;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #hKxZcFbDNo9uKGdmPqkhG0ToQnFGEoro { background-color:transparent;background-image:none;width:17.625rem;left:1.1875rem;font-size:1.5625rem;top:3.13671875rem;text-align:center;text-align-last:center;height:0;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #iNXIGH4GgyaIitckI6KlxC6dm7mQ9b7d { background-color:transparent;background-image:none;width:9.4375rem;left:1.5rem;font-size:1.1875rem;top:75.671875rem;text-align:center;text-align-last:center;height:0;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #DLv8hSDW4I4NGuu59zovC08fuwD0QDtX { width:20rem;height:0;top:45.01171875rem;left:0rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #P6Znw9JsnVTrvQ8THSQnBCuJyMVFksBZ { width:18.6875rem;height:44.375rem;top:1.875rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1MnvLI11wN5F4TLqm2X9M41Oz275Hxu { width:17rem;height:4.125rem;top:51.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbOJTRmFhM8OBLyD6dzQJVxJ0BuNfTLP { width:17.375rem;height:19.3375rem;top:58.073941230774rem;left:1.25rem;text-align:justify;text-align-last:initial;font-size:0.8125rem;line-height:1.4;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #NyUReLAFkyJ8otpbevL49ypDgZc9JvpA { background-color:transparent;background-image:none;width:15.25rem;left:2.375rem;font-size:1.125rem;top:47.9375rem;text-align:center;text-align-last:center;height:2.7rem;line-height:1.2;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #VvdFMBtvCTT2itoOJPw5Gegh7vsf9ZLi { width:18.75rem;height:3.75rem;top:39.785919189453rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmdWdDaLekNkJUzPfM62SaggTHTZ3sas { display:block; }#rmdWdDaLekNkJUzPfM62SaggTHTZ3sas > .row .container { width:20rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AN51TmQiTApNCsBOCVWggVRmGHsKkAHp { width:20rem;height:20rem;top:28.75rem;left:0rem;z-index:15051;display:none; }
 }@media only screen and (max-width: 763px) { #qI5TkBEafVZTeeM8uPyTonR1NrkK94hG { background-color:transparent;background-image:none;width:20rem;left:0rem;font-size:1.5625rem;top:2.1875rem;text-align:center;text-align-last:center;height:3.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sr5S01QDZXAiLri2VuxHH26qiyc6s4QD .accordion-heading-text { font-size:0.9375rem;height:auto;line-height:1.4;overflow:hidden; }
#sr5S01QDZXAiLri2VuxHH26qiyc6s4QD { display:flex;height:auto;width:17.5rem;top:5.875rem;left:0rem;z-index:15011; }
#sr5S01QDZXAiLri2VuxHH26qiyc6s4QD .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #CSI0rww2DyKmFbwaGuEHaMTaBR5EBuMi {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #k88HBEr8FsNFboE4AOwqpaun1Hy6FIkU {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #GmcuBsRStdFKQml9oA9WQLhnST9tUSms {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #hk6EImKpNzmRExCXJZl0Uz0VW0N71FkF {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #oGg2e6dR3ZaNa3Fryr9kuOlrzNCss00Z {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #yHxUSvHwWRBuukfDCxA6Nm1ThtTp6bLG {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #eSGI2lzfOWaI1bUgRXIBXdkPrTCv9B8p {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #aDtIH4mEU6dMn1IW2LJwoPsETEbPCTem {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #s4cXhN6nTZSCpPmIxun5oUK9HCyqW5qO {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #tFPnaSfRKBwqORayRr85cDx47FFV963i {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #qZc7imJwh1Jt0cvp2BLzQxT5OqJHvClc {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #cJKd0g3mto46mIGNocmRrp23u6KVsPLn {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #BKza91tzIBcZE2pU1fytaTwNC22H7yaC {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #wP34p3pkymDkK5zD9vHe2IHpZf5dzk9B {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #Jr0UTarE7TOHU3wHEqG8rGudUtGrc56W {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #Q3pwiid5cgPTlLeuDlJm2epo4iJ7NAwN {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #khsR5rkHw4obqUlMuAivZbO3FyVD7hB7 {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #Enk6eXQdJb5cPkCbNbCDLq8F2Fkmxtfr {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #pQ5TAEVD9MTXnvZWZnETKQ9Kaw3P293p {  }
 }@media only screen and (max-width: 763px) { #sr5S01QDZXAiLri2VuxHH26qiyc6s4QD #NUVH6WRKDnI0xDswrOnFboM82HdO2SsD {  }
 }@media only screen and (max-width: 763px) { #rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx { display:block; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bkDKk24W133arl7LnBxAtqcadw0dl67w { width:20rem;height:20rem;top:31.5625rem;left:0rem;z-index:15051;display:none; }
 }@media only screen and (max-width: 763px) { #JyqhnI43gyLzmZJi788tM3dNFZ5fVuOt { width:18.5625rem;height:0.89375rem;top:35.435546875rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wiFSz3S2x9ekxEIkEP69N4Z2OQ28kNEi { width:8.0625rem;height:5.25rem;top:2.3125rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #towbZw9eWLxlrXeIo6VcAQMov9ziKHIv { background-color:transparent;background-image:none;width:13.25rem;left:3.375rem;font-size:1.25rem;top:8.5625rem;text-align:center;text-align-last:center;height:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cgy9c9ZgscdsVywgNDWKWaZU8kuH034L { width:17.9375rem;height:0;top:11.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IR41SFxzrC8ofOLtTDR00ufUvth0QIT7 { background-color:transparent;background-image:none;width:5.4375rem;left:1rem;font-size:1.125rem;top:18.125rem;text-align:left;text-align-last:left;height:1.35rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zqUIJqtZpzsKfvVRh7JdRNFGzu631Xmn { width:9.4375rem;height:2.975rem;top:19.9375rem;left:1rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwbgfD2pQqJc41wkElgaNlo3T4nnxv76 { background-color:transparent;background-image:none;width:5.4375rem;left:12.375rem;font-size:1.125rem;top:18.125rem;text-align:left;text-align-last:left;height:1.35rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #f3wZTZZ00R0dqnc1sML21Ata9yGy3TT7 { background-color:transparent;background-image:none;width:8.3125rem;left:1rem;font-size:1.125rem;top:24.1875rem;text-align:left;text-align-last:left;height:1.35rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #woaxsKhoN5HEPRwLn6AAas8NvCkiI2Nx { width:8.125rem;height:2.975rem;top:25.9375rem;left:1rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgmTMGe4etXDINIPoodQ14JxPiqlCxTA { width:11.3125rem;height:2.975rem;top:29.5625rem;left:1.03125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI2ZdwkPXspmNTV4StI621cBTnRWynBQ { width:18.75rem;height:0.0625rem;top:34.40625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuIg6TSBJH0t996wwzRZfOACATOz23dd { width:17.1875rem;height:5.25rem;top:10.4375rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #kwnmUoXT1QwGCKK7Wlahowdv4w7fm6tX { width:0.8125rem;height:1.5625rem;top:19.9375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D37NIkTTTpEhrwtuohqp7936ymx0rhQn { width:1.5rem;height:1.5rem;top:19.937501907349rem;left:13.593750953674rem;display:block; }
 }