.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:237,233,230;--color-primary-1:200,190,179;--color-primary-2:164,146,128;--color-primary-3:141,119,96;--color-primary-4:57,34,31;--color-secondary-0:238,227,227;--color-secondary-1:198,161,160;--color-secondary-2:141,66,65;--color-secondary-3:71,33,33;--color-secondary-4:21,10,10;--color-tertiary-0:255,255,255;--color-tertiary-1:157,172,163;--color-tertiary-2:100,100,100;--color-tertiary-3:25,25,24;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/07455691-b7a0-4253-b4ee-54df01ba76af/abstractluxurylightcreambeigebrownlikecottonsilktexturepatternbackground.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),1); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),1); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#aPOVVQ3t13Xix1XGBBa1TkvvXgtgSysT { 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:1.5625rem;width:7.25rem;top:2.125rem;left:2.3125rem;overflow:hidden;display:block; }
#QHzLRbOh6mNh4XA9zoIVTMF5v2TTP2tr { color:rgba(var(--color-tertiary-0),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:2.8125rem;left:39.3125rem;height:0.9rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#NqdCwBNRxAbuDB8MyInOMTFugq2sAkE6 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:1.75rem;left:39.375rem;height:0;font-style:italic;text-align:left;text-align-last:left;display:none; }
#dGIvWxWK4IDEBKFBQ0RNyKHu79PBcC4y { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.5625rem;left:28.75rem;display:block; }
#GUAbMTMHhSTS4yvftk4VewBhVM0d70VK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lqApQqKnsmUW1td7hokqeTix1L0FhbTa { position:absolute;display:block;z-index:15003;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.0625rem;width:10.874625rem;top:1.06201171875rem;left:9.5611572265625rem;overflow:hidden;display:block; }
#AgyDt16XI76sHSBWhOZSuSbzEHzGmExW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#AgyDt16XI76sHSBWhOZSuSbzEHzGmExW > .row .container { background-color: transparent; background-image: none; }#AgyDt16XI76sHSBWhOZSuSbzEHzGmExW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.31); }#AgyDt16XI76sHSBWhOZSuSbzEHzGmExW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgyDt16XI76sHSBWhOZSuSbzEHzGmExW > .row .container > .video-iframe-container { display: none; }#AgyDt16XI76sHSBWhOZSuSbzEHzGmExW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.31); }#AgyDt16XI76sHSBWhOZSuSbzEHzGmExW > .row > .video-iframe-container { display: block; }#AgyDt16XI76sHSBWhOZSuSbzEHzGmExW > .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); }#AgyDt16XI76sHSBWhOZSuSbzEHzGmExW > .row .container { border-width: 0; border-radius: 0; }#AgyDt16XI76sHSBWhOZSuSbzEHzGmExW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AgyDt16XI76sHSBWhOZSuSbzEHzGmExW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AgyDt16XI76sHSBWhOZSuSbzEHzGmExW > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:60rem;position:relative;display:block; }#bqadVna8dsgkzwROqcPAnucu8Txdqi1e { color:rgba(var(--color-tertiary-1),1);display:block;width:37.25rem;position:absolute;font-family:"bradon grotesque";font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.94921875rem;left:11.375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ECg0clXQl1x3HIf3E4VwnDtAG0ba3Hh9 { color:#e9e8d6;display:block;width:7.5rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:28.375rem;left:0rem;height:4.0625rem;font-style:normal;display:none; }
#PRWXnapeVwGlyAXJVAp2Q1u6nkP4oylL { color:#e9e8d6;display:block;width:7.5rem;position:absolute;font-family:poppins;font-size:5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:26.5rem;left:0rem;height:6.5rem;font-style:normal;display:none; }
#lgTTW4CVf7mFkEG0T9lxbhTCnvrUuyut { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:13.375rem;left:0rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I6TMzkRB22VvdnBf7idoWAbaTnum9R3L { color:rgba(var(--color-tertiary-0),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:18.5rem;left:10.5rem;height:6.49903125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MSWZTuak9fMw1r9K8R1zruh9KCJKXM6O { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:2.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:28.4375rem;left:23.375rem;display:block; }
#elsOF2hDZJPxp28iZ6Tzi9nKVHyzlIhw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UGJBO8rq8ThXlAz06t3OWRwRnxkqZddo { 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:48.6875rem;width:52.75rem;display:none; }
#ZhS4Z8VxNL60ELZHrP1CGZcodxc10prP { 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; }
#T6wlNHCCdfTIL0REkN1zMc3RAkviuC61 { 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:41.0625rem;width:59.0625rem;display:none; }
#Z3vEXIiEf3F9uRi5Opl1Ls9gs1WrOW6t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#Z3vEXIiEf3F9uRi5Opl1Ls9gs1WrOW6t > .row .container { border-width: 0; border-radius: 0; }#Z3vEXIiEf3F9uRi5Opl1Ls9gs1WrOW6t::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z3vEXIiEf3F9uRi5Opl1Ls9gs1WrOW6t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z3vEXIiEf3F9uRi5Opl1Ls9gs1WrOW6t > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:60rem;position:relative;display:none; }#I4wVf3RepnGpAvJcmW2Oc8TxESE8m4iW { color:rgba(var(--color-tertiary-1),1);display:block;width:37.25rem;position:absolute;font-family:"bradon grotesque";font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.94921875rem;left:11.375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#snRKRqv0s5wNQHKio7tmltbN750iqpQu { color:#e9e8d6;display:block;width:7.5rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:28.375rem;left:0rem;height:4.0625rem;font-style:normal;display:none; }
#FrlwltVlCTq8F2vJEMtQlr8L5bpyplLQ { color:#e9e8d6;display:block;width:7.5rem;position:absolute;font-family:poppins;font-size:5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:26.5rem;left:0rem;height:6.5rem;font-style:normal;display:none; }
#DhBXKcvqPDfUVg4QHODGMGeDTAP4frDu { 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; }#DhBXKcvqPDfUVg4QHODGMGeDTAP4frDu > .row .container { background-color: transparent; background-image: none; }#DhBXKcvqPDfUVg4QHODGMGeDTAP4frDu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhBXKcvqPDfUVg4QHODGMGeDTAP4frDu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhBXKcvqPDfUVg4QHODGMGeDTAP4frDu > .row .container > .video-iframe-container { display: none; }#DhBXKcvqPDfUVg4QHODGMGeDTAP4frDu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhBXKcvqPDfUVg4QHODGMGeDTAP4frDu > .row > .video-iframe-container { display: none; }#DhBXKcvqPDfUVg4QHODGMGeDTAP4frDu > .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); }#DhBXKcvqPDfUVg4QHODGMGeDTAP4frDu > .row .container { border-width: 0; border-radius: 0; }#DhBXKcvqPDfUVg4QHODGMGeDTAP4frDu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DhBXKcvqPDfUVg4QHODGMGeDTAP4frDu > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:60rem;position:relative;display:block; }#xJiIzbuW4eH0tuEbmdV7D1bnvCo1CpzG { color:#392320;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:2rem;left:0.125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B96EUvMXH4wZCHuDf3vw5J20KqfZEhDL { color:rgba(var(--color-primary-3),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:7.4375rem;left:5.6875rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qgIqgMM0ZKRiwSZ8rBMM6XafODtf0Gyk { color:rgba(var(--color-primary-3),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:19.375rem;left:5.6875rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#baTpFkmbbgwLCQXD8KQOGL0aURObiC4y { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:9.5rem;left:5.6875rem;height:6.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GbAVwzohdbL1gFVb1zk0QXb7H2UimPCw { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:21.375rem;left:5.6875rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fIe8suTa9dgaLhfNVowIlAfzHR8crNvi { color:rgba(var(--color-tertiary-2),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:9.625rem;left:33.0625rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c4g61B2g242PVVb9ryxBpEnfSodQsCoR { color:rgba(var(--color-primary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:7.5625rem;left:33.0625rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t76KUxsAbka9d0t2mwryoV7mBhsD0up9 { color:rgba(var(--color-primary-3),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:19.5rem;left:33.0625rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x1VmIGTOnUkH6JdXHrUItZvDEa0000Re { color:rgba(var(--color-tertiary-2),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:21.5rem;left:33.0625rem;height:6.12305rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ntQt7gXMskf48tuLyw71Gq1U0J7NnnLn { box-sizing:content-box;height:10.8125rem;width:23.875rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:6.75rem;left:4.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid rgba(57,35,32,0.5);border-left:0.0625rem solid rgba(57,35,32,0.5);border-right:0.0625rem solid rgba(57,35,32,0.5);border-bottom:0.0625rem solid rgba(57,35,32,0.5);display:block; }
#J9OQNRxqDmPAThSQRV5ozRtMTSUdpPrD { box-sizing:content-box;height:10.8125rem;width:23.875rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:6.75rem;left:31.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid rgba(57,35,32,0.5);border-left:0.0625rem solid rgba(57,35,32,0.5);border-right:0.0625rem solid rgba(57,35,32,0.5);border-bottom:0.0625rem solid rgba(57,35,32,0.5);display:block; }
#IqXtdsQOPZMZqDeVQBcxCNNSL8S3Z8aZ { box-sizing:content-box;height:10.8125rem;width:23.875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:18.5625rem;left:4.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid rgba(57,35,32,0.5);border-left:0.0625rem solid rgba(57,35,32,0.5);border-right:0.0625rem solid rgba(57,35,32,0.5);border-bottom:0.0625rem solid rgba(57,35,32,0.5);display:block; }
#oFp74cywBwbr04omDlHRObdzDA637ETU { box-sizing:content-box;height:10.8125rem;width:23.875rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:18.6875rem;left:31.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid rgba(57,35,32,0.5);border-left:0.0625rem solid rgba(57,35,32,0.5);border-right:0.0625rem solid rgba(57,35,32,0.5);border-bottom:0.0625rem solid rgba(57,35,32,0.5);display:block; }
#TuVaK3ld2mBcp3Eve1ORTv2E7w47sDut { box-sizing:content-box;height:10.8125rem;width:23.875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:18.625rem;left:5.09375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid rgba(57,35,32,0.5);border-left:0.0625rem solid rgba(57,35,32,0.5);border-right:0.0625rem solid rgba(57,35,32,0.5);border-bottom:0.0625rem solid rgba(57,35,32,0.5);display:none; }
#BlwrLIm2iZeovwK3JtfEX7hrsaapsyTT { box-sizing:content-box;height:10.8125rem;width:23.875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:18.625rem;left:5.09375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid rgba(57,35,32,0.5);border-left:0.0625rem solid rgba(57,35,32,0.5);border-right:0.0625rem solid rgba(57,35,32,0.5);border-bottom:0.0625rem solid rgba(57,35,32,0.5);display:none; }
#UC2n3wGl0ORrM25moWU4DA3G11MTFw72 { position:relative;display:block; }#UC2n3wGl0ORrM25moWU4DA3G11MTFw72 { background-color: transparent; background-image: none; }#UC2n3wGl0ORrM25moWU4DA3G11MTFw72::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UC2n3wGl0ORrM25moWU4DA3G11MTFw72 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UC2n3wGl0ORrM25moWU4DA3G11MTFw72 > .row .container > .video-iframe-container { display: none; }#UC2n3wGl0ORrM25moWU4DA3G11MTFw72 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UC2n3wGl0ORrM25moWU4DA3G11MTFw72 > .row > .video-iframe-container { display: none; }#UC2n3wGl0ORrM25moWU4DA3G11MTFw72 > .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); }#UC2n3wGl0ORrM25moWU4DA3G11MTFw72 { border-width: 0; border-radius: 0; }#UC2n3wGl0ORrM25moWU4DA3G11MTFw72 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UC2n3wGl0ORrM25moWU4DA3G11MTFw72 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E6UtlibdaZtgnQPrNNmxBkrsuXL4GmyA { position:absolute;display:block;z-index:15000;height:29.375rem;width:60rem;top:0rem;left:0rem;display:block; }
#i6DoTGZGusuVa8c2hqDEXWdLqBe02JK7 { 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/8a0ee1b3-d14e-4224-b806-5508348b5739/mvp_1920x800_27.jpg");background-position:top 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; }#i6DoTGZGusuVa8c2hqDEXWdLqBe02JK7.adaptive-delivery-prevent-bg, #i6DoTGZGusuVa8c2hqDEXWdLqBe02JK7.lazyload, #i6DoTGZGusuVa8c2hqDEXWdLqBe02JK7.lazyloading { background-image: none; }#i6DoTGZGusuVa8c2hqDEXWdLqBe02JK7 > .row .container { background-color: transparent; background-image: none; }#i6DoTGZGusuVa8c2hqDEXWdLqBe02JK7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6DoTGZGusuVa8c2hqDEXWdLqBe02JK7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6DoTGZGusuVa8c2hqDEXWdLqBe02JK7 > .row .container > .video-iframe-container { display: none; }#i6DoTGZGusuVa8c2hqDEXWdLqBe02JK7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6DoTGZGusuVa8c2hqDEXWdLqBe02JK7 > .row > .video-iframe-container { display: none; }#i6DoTGZGusuVa8c2hqDEXWdLqBe02JK7 > .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); }#i6DoTGZGusuVa8c2hqDEXWdLqBe02JK7 > .row .container { border-width: 0; border-radius: 0; }#i6DoTGZGusuVa8c2hqDEXWdLqBe02JK7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i6DoTGZGusuVa8c2hqDEXWdLqBe02JK7 > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:60rem;position:relative;display:block; }#CTT0WBXkIrt7tm66zUUA9qcBJ4g6PLCU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#CTT0WBXkIrt7tm66zUUA9qcBJ4g6PLCU > .row .container { background-color: transparent; background-image: none; }#CTT0WBXkIrt7tm66zUUA9qcBJ4g6PLCU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTT0WBXkIrt7tm66zUUA9qcBJ4g6PLCU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTT0WBXkIrt7tm66zUUA9qcBJ4g6PLCU > .row .container > .video-iframe-container { display: none; }#CTT0WBXkIrt7tm66zUUA9qcBJ4g6PLCU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTT0WBXkIrt7tm66zUUA9qcBJ4g6PLCU > .row > .video-iframe-container { display: none; }#CTT0WBXkIrt7tm66zUUA9qcBJ4g6PLCU > .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); }#CTT0WBXkIrt7tm66zUUA9qcBJ4g6PLCU > .row .container { border-width: 0; border-radius: 0; }#CTT0WBXkIrt7tm66zUUA9qcBJ4g6PLCU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CTT0WBXkIrt7tm66zUUA9qcBJ4g6PLCU > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#dTkBP5Nibp8IDKNTuzEOcmzgFuoDoytJ { position:relative;display:block; }#dTkBP5Nibp8IDKNTuzEOcmzgFuoDoytJ { background-color: transparent; background-image: none; }#dTkBP5Nibp8IDKNTuzEOcmzgFuoDoytJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTkBP5Nibp8IDKNTuzEOcmzgFuoDoytJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTkBP5Nibp8IDKNTuzEOcmzgFuoDoytJ > .row .container > .video-iframe-container { display: none; }#dTkBP5Nibp8IDKNTuzEOcmzgFuoDoytJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTkBP5Nibp8IDKNTuzEOcmzgFuoDoytJ > .row > .video-iframe-container { display: none; }#dTkBP5Nibp8IDKNTuzEOcmzgFuoDoytJ > .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); }#dTkBP5Nibp8IDKNTuzEOcmzgFuoDoytJ { border-width: 0; border-radius: 0; }#dTkBP5Nibp8IDKNTuzEOcmzgFuoDoytJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dTkBP5Nibp8IDKNTuzEOcmzgFuoDoytJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PNiMRlEDhs8oxKWGakM6u1AnJ3UCM519 { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8c7760;border-left:0.0625rem solid #8c7760;border-right:0.0625rem solid #8c7760;border-bottom:0.0625rem solid #8c7760;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#8c7760;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:2.375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:27.5625rem;left:21.6875rem;display:block; }
#icUM64352y2TUttWKTp6xEtChfWhd9TS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TmG7KHx3o7JVtaVLOftGEeTywhBknorH { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:25.8125rem;top:13.84375rem;left:2.8125rem;overflow:hidden;display:block; }
#xaqqMcMSzZtn4P7WruaoeESKdq5yfIh3 { position:absolute;display:block;z-index:15018;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:11.9375rem;width:21.75rem;top:13.5625rem;left:31.0625rem;overflow:hidden;display:block; }
#ApFAe6IhHBKT659G16Ktq280GEh2TDON { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:1.9375rem;left:0rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z6LRDwsoM1dhbUrEuOegIZ7i4o3DZFoQ { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:4.5rem;left:0rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V3GxQ3ldrtvCZcXRMFKAiQXcqoPPz801 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:0.125rem;top:13.28125rem;left:29.9375rem;display:block; }
#PwtnbPxzEWEho52kidL3fqb4OoahIqK1 { background-color:#8c7760;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.75rem;height:2.0625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:10.8125rem;left:2.8125rem;display:block; }
#EtTqh0tX8gefTFFrBHuNROlmaDzIqkqR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aHxha8ydfPD1k3PvyNPixxbOo69vE7dd { background-color:#8c7760;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.9375rem;height:2.0625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:10.8125rem;left:31.0625rem;display:block; }
#qtwigxoLFFJTkOuQ9s1bIt9kds0WK1ND { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MqC9lp6TMl4hg9SuPGg48ZKxmlBad7Ag { position:relative;display:block; }#MqC9lp6TMl4hg9SuPGg48ZKxmlBad7Ag { background-color: transparent; background-image: none; }#MqC9lp6TMl4hg9SuPGg48ZKxmlBad7Ag::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqC9lp6TMl4hg9SuPGg48ZKxmlBad7Ag > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqC9lp6TMl4hg9SuPGg48ZKxmlBad7Ag > .row .container > .video-iframe-container { display: none; }#MqC9lp6TMl4hg9SuPGg48ZKxmlBad7Ag > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqC9lp6TMl4hg9SuPGg48ZKxmlBad7Ag > .row > .video-iframe-container { display: none; }#MqC9lp6TMl4hg9SuPGg48ZKxmlBad7Ag > .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); }#MqC9lp6TMl4hg9SuPGg48ZKxmlBad7Ag { border-width: 0; border-radius: 0; }#MqC9lp6TMl4hg9SuPGg48ZKxmlBad7Ag > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MqC9lp6TMl4hg9SuPGg48ZKxmlBad7Ag > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#moTIi3HvmATz5mm5EPmBLioLDl6LR7lh { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8c7760;border-left:0.0625rem solid #8c7760;border-right:0.0625rem solid #8c7760;border-bottom:0.0625rem solid #8c7760;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#8c7760;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:2.375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:28.25rem;left:21.6875rem;display:block; }
#bTczPW6nyACg1Mh3iMWTUDJRPmzcNtOd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iTtXeXAVkpFGu3kryzmy6cRtTc6BCzzQ { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:25.8125rem;top:11.5625rem;left:2.8125rem;overflow:hidden;display:block; }
#R2fdAF45w7wmZzzX4BI1fBMzD1TZdIBC { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:23.9375rem;top:11.75rem;left:31.0625rem;overflow:hidden;display:block; }
#qss4L6zxX7dK1JfQbXS7r8iNxFwsdKh0 { background-color:#8c7760;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.75rem;height:2.0625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:8.6875rem;left:2.8125rem;display:block; }
#xfzfHbb4qZdQRkpUC31LZy0puqZTVEDa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hppQzWTHEKDGOy6rZg1IcXiKkX1Gs8zQ { background-color:#8c7760;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.9375rem;height:2.0625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:9rem;left:31.1875rem;display:block; }
#wr1UVMEzPg7TSMCMah7u2gqFwMMlnRrd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bzkZT8ClXBk6iEEKUGI3ZRd0FzCKEnVa { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:1.1875rem;left:0rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i2gTa7SGa1nyp9bZMTptrwmSeEf79UcS { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:4.0625rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TCB1DqqrmTLuTsEs2dPeVeq4OELXIPBH { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:0.125rem;top:10.375rem;left:29.9375rem;display:block; }
#TcZgbNbZOTkv27RXFO2nCNA5KU0HivE9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#TcZgbNbZOTkv27RXFO2nCNA5KU0HivE9 > .row .container { background-color: transparent; background-image: none; }#TcZgbNbZOTkv27RXFO2nCNA5KU0HivE9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcZgbNbZOTkv27RXFO2nCNA5KU0HivE9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcZgbNbZOTkv27RXFO2nCNA5KU0HivE9 > .row .container > .video-iframe-container { display: none; }#TcZgbNbZOTkv27RXFO2nCNA5KU0HivE9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcZgbNbZOTkv27RXFO2nCNA5KU0HivE9 > .row > .video-iframe-container { display: none; }#TcZgbNbZOTkv27RXFO2nCNA5KU0HivE9 > .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); }#TcZgbNbZOTkv27RXFO2nCNA5KU0HivE9 > .row .container { border-width: 0; border-radius: 0; }#TcZgbNbZOTkv27RXFO2nCNA5KU0HivE9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TcZgbNbZOTkv27RXFO2nCNA5KU0HivE9 > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#xXJMbtgep6q9l102xbXo35zX1uNvnaXA { position:relative;display:block; }#xXJMbtgep6q9l102xbXo35zX1uNvnaXA { background-color: transparent; background-image: none; }#xXJMbtgep6q9l102xbXo35zX1uNvnaXA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXJMbtgep6q9l102xbXo35zX1uNvnaXA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXJMbtgep6q9l102xbXo35zX1uNvnaXA > .row .container > .video-iframe-container { display: none; }#xXJMbtgep6q9l102xbXo35zX1uNvnaXA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXJMbtgep6q9l102xbXo35zX1uNvnaXA > .row > .video-iframe-container { display: none; }#xXJMbtgep6q9l102xbXo35zX1uNvnaXA > .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); }#xXJMbtgep6q9l102xbXo35zX1uNvnaXA { border-width: 0; border-radius: 0; }#xXJMbtgep6q9l102xbXo35zX1uNvnaXA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xXJMbtgep6q9l102xbXo35zX1uNvnaXA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qv6Q0GA7sFVzNqFvWTGKgcOXQxPVhKEP { color:#8c7760;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:1.875rem;left:0rem;height:3.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#egr4T2pIaQ7KODhzWFg4o0CdWv58PBRE { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:5.1875rem;left:0rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XH43HrcNRQbRxs6VdlZSWTBwVeODlxBy { position:relative;display:block; }#XH43HrcNRQbRxs6VdlZSWTBwVeODlxBy { background-color: transparent; background-image: none; }#XH43HrcNRQbRxs6VdlZSWTBwVeODlxBy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XH43HrcNRQbRxs6VdlZSWTBwVeODlxBy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XH43HrcNRQbRxs6VdlZSWTBwVeODlxBy > .row .container > .video-iframe-container { display: none; }#XH43HrcNRQbRxs6VdlZSWTBwVeODlxBy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XH43HrcNRQbRxs6VdlZSWTBwVeODlxBy > .row > .video-iframe-container { display: none; }#XH43HrcNRQbRxs6VdlZSWTBwVeODlxBy > .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); }#XH43HrcNRQbRxs6VdlZSWTBwVeODlxBy { border-width: 0; border-radius: 0; }#XH43HrcNRQbRxs6VdlZSWTBwVeODlxBy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XH43HrcNRQbRxs6VdlZSWTBwVeODlxBy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T9bycQoiQT9SX5vby2ss0FKPcQ3OptLL { 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.25rem;width:1.9375rem;top:2.8125rem;left:0rem;overflow:hidden;display:block; }
#foDa4RGGoi72AJ40Av3gd2vrFUw30ZGb { color:#8c7760;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:2.75rem;left:2.875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FltoHnUJcLF7vQRvhBWo6afHZLrzINCQ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:4.1875rem;left:2.9375rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aqrxLSK4Wia23dZXAyuDo0yTDFqX0oNH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:9.25rem;left:2.9375rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MBUQ2m8kJHiDACas21KIb4mZL9OWwVRy { position:absolute;display:block;z-index:15003;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.25rem;width:1.9375rem;top:7.875rem;left:0rem;overflow:hidden;display:block; }
#cQA8BCrEs9rw2fCLPKanAcmgReAGzrI4 { color:#8c7760;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:7.8125rem;left:2.875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SAW9EHu23H481nVw7CZfOZTFdafMMTpV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:14.0625rem;left:2.9375rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TXsWGkOaZZcATbWEKeIQauuI7z0UHZ4A { position:absolute;display:block;z-index:15006;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.8125rem;width:2.1875rem;top:12.6875rem;left:0rem;overflow:hidden;display:block; }
#HWOTlyMpHswhp4fpdyar6JV5QMqB4zmU { color:#8c7760;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:12.625rem;left:2.875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G2kKbcRz69KoTMdC4c1X7VlRSmpxdxzi { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:20.0625rem;left:2.9375rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LdQGSWtnOdpD1DSCTHTcqvbMggCKpa91 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2rem;top:17.75rem;left:0rem;overflow:hidden;display:block; }
#mnsZowcH53HHpNyuSFlx9GBSDiH79tQm { color:#8c7760;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:17.6875rem;left:2.875rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Auy9IOsEJDn9EatVKEVRd0lwT8C3tCNw { position:absolute;display:block;z-index:15012;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.25rem;width:2.125rem;top:22.4375rem;left:0rem;overflow:hidden;display:block; }
#GT4kAIO2FBwIqdV3ms9WsngVZ2DqGLc9 { color:#8c7760;display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:22.5rem;left:3.15625rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qdzCgVVeDsUCGeBpqwFV7LkcVENSR84i { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15034;line-height:1.2;letter-spacing:0;top:23.875rem;left:17.9375rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KF8D46XzTd60gDusRxFJwQs3QEadchwV { color:#8c7760;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:22.4375rem;left:17.875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dnZpPRaIsDcBBgiyePSkOdwHUmpTkfQ6 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15031;line-height:1.2;letter-spacing:0;top:19.1875rem;left:17.9375rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BGhTNCWSyJ6hFIZvaOSKwX8GkcummUAI { color:#8c7760;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:17.75rem;left:17.875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CSc6xWTFHN9OxA8U1OT5kTD8EIRVpTee { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15028;line-height:1.2;letter-spacing:0;top:14.125rem;left:17.9375rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U415DpWdS4pUFPRVTrFiuBFGTRqwPOxg { color:#8c7760;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:12.6875rem;left:17.875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nEMIrldSy2bmNNMPXHt1t9urlO8ZWgtm { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.1875rem;top:12.75rem;left:15rem;overflow:hidden;display:block; }
#b3HlQCWSNIpZ0NIsgKBf11nb6FfbPsJh { position:absolute;display:block;z-index:15024;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.6875rem;width:2rem;top:17.8125rem;left:15rem;overflow:hidden;display:block; }
#r0VXGvOcegwCwbMgGXkKhXL4oDtQx8cv { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2.25rem;top:22.5rem;left:15rem;overflow:hidden;display:block; }
#nGtX5tKrDhsqKduu885IcLTAvVyUVbo5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:9.3125rem;left:17.9375rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VJPOAzt02VTFMWaFskJAXadK17aVMzmf { position:absolute;display:block;z-index:15018;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.25rem;width:1.6875rem;top:7.9375rem;left:15rem;overflow:hidden;display:block; }
#hxy5JTpIWxVVi5QpVyHml3wfciHTMTiT { color:#8c7760;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:7.875rem;left:17.875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MAQ5aO13WmuA2VihsSHlze80y7WZhOx8 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;top:4.25rem;left:17.9375rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uy3rJPAHS7cJ6MrJwhbg4uzKXVS3T26F { position:absolute;display:block;z-index:15015;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.25rem;width:1.8125rem;top:2.875rem;left:15rem;overflow:hidden;display:block; }
#h9Qe4bMX5hO9DkMCZybZGmdSGLz408fG { color:#8c7760;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:2.8125rem;left:17.875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kmo3beD8CgRScmCuK22zv3IPqTHFVZQc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15049;line-height:1.2;letter-spacing:0;top:23.875rem;left:32.9375rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#REmcav1T6MEdHbVcBsZnOJGO0qCRTu0n { color:#8c7760;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15048;line-height:1.2;letter-spacing:0;top:22.4375rem;left:32.875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DMEZhzMlywr32yy4HgX3d7Iy7SAb8oCN { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15046;line-height:1.2;letter-spacing:0;top:19.1875rem;left:32.9375rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GcEQ3NuCPRaE4GCu4GeTDb6As8xF4XnC { color:#8c7760;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15045;line-height:1.2;letter-spacing:0;top:17.75rem;left:32.875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uefIRmImEObyCJnpfJCBVSiApncktu5J { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15043;line-height:1.2;letter-spacing:0;top:14.125rem;left:32.9375rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VUW4M9ebq3xVQg26ldMHHoNNeXHeNzlQ { color:#8c7760;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15042;line-height:1.2;letter-spacing:0;top:12.6875rem;left:32.875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A7Z1KyH9OtFpS9hvTdxFi8UpnekqV3GI { position:absolute;display:block;z-index:15036;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.125rem;width:2.25rem;top:12.75rem;left:30rem;overflow:hidden;display:block; }
#p4kQlEow4v6UnCeFPrPWK1PCUtQ93wGT { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:17.875rem;left:30rem;overflow:hidden;display:block; }
#aPTbv6gfo3qix5DWETLyT2LHcGlnrXUT { position:absolute;display:block;z-index:15042;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.25rem;top:22.5rem;left:30rem;overflow:hidden;display:block; }
#o1FU4U2aoLgozOTi8OwUrr2Q1g0aOrE8 { 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:1.6875rem;width:2.25rem;top:7.9375rem;left:30rem;overflow:hidden;display:block; }
#npgaOVWFQ1VsJuGEdLRJk4SUWVDMgDBR { color:#8c7760;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;top:7.875rem;left:32.875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hgq9CCBsOiKmoR5x6GmpQFuFJX9k8ODg { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15037;line-height:1.2;letter-spacing:0;top:4.25rem;left:32.9375rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rOQkqVJkdP783667bQpcLLLG9en3sTz4 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.25rem;top:2.875rem;left:30rem;overflow:hidden;display:block; }
#RzsvRQoo45xpBLQaOwr6XsxL9XtaJKpu { color:#8c7760;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:2.8125rem;left:32.875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AeTb3KAQmam3kDHytZaIcOzCHrTRiIyM { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15061;line-height:1.2;letter-spacing:0;top:19.1875rem;left:47.875rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fu9d8mpsggHo94pkSpMZKgvP119TRUMR { color:#8c7760;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15060;line-height:1.2;letter-spacing:0;top:17.75rem;left:47.8125rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#er4PiTm7eMyxZq10ogAT2FnPSaQot3ee { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15058;line-height:1.2;letter-spacing:0;top:14.125rem;left:47.875rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#copeHD3pUlnAlNJkxy1naJTkC9MRVgHJ { color:#8c7760;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15057;line-height:1.2;letter-spacing:0;top:12.6875rem;left:47.8125rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xvTTXXytFhnAtDCW4n3O6cXeG05e7s5w { position:absolute;display:block;z-index:15051;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.25rem;width:2.1875rem;top:12.75rem;left:44.9375rem;overflow:hidden;display:block; }
#tQkBTTNTWNTeEWgGmBPVSprs0uiknDya { position:absolute;display:block;z-index:15054;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:2.25rem;top:17.8125rem;left:44.9375rem;overflow:hidden;display:block; }
#QRGJn9pQ9p441EOWCb4tIhpEaMzQdTHV { 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:2.25rem;width:2.125rem;top:7.9375rem;left:44.9375rem;overflow:hidden;display:block; }
#oQpyhXkAMo5alioOAXbbXzTzWJ9RoKsA { color:#8c7760;display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15054;line-height:1.2;letter-spacing:0;top:7.875rem;left:47.8125rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VqRUJO9KIUXa9c11L7IrTqy9ISXax7e3 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15052;line-height:1.2;letter-spacing:0;top:4.25rem;left:47.875rem;height:0.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oqBUWiroQxM12XVTW1Itnh1GqbmcvAIm { 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:1.9375rem;width:2.25rem;top:2.875rem;left:44.9375rem;overflow:hidden;display:block; }
#umbZU5TCFgfN58ZFnDaTNSSW6dNPfN9Q { color:#8c7760;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15051;line-height:1.2;letter-spacing:0;top:2.8125rem;left:47.8125rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iTEAOMHp64IAU4Dn4tbiRc8VCz67ywLP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#iTEAOMHp64IAU4Dn4tbiRc8VCz67ywLP > .row .container { background-color: transparent; background-image: none; }#iTEAOMHp64IAU4Dn4tbiRc8VCz67ywLP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTEAOMHp64IAU4Dn4tbiRc8VCz67ywLP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTEAOMHp64IAU4Dn4tbiRc8VCz67ywLP > .row .container > .video-iframe-container { display: none; }#iTEAOMHp64IAU4Dn4tbiRc8VCz67ywLP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTEAOMHp64IAU4Dn4tbiRc8VCz67ywLP > .row > .video-iframe-container { display: none; }#iTEAOMHp64IAU4Dn4tbiRc8VCz67ywLP > .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); }#iTEAOMHp64IAU4Dn4tbiRc8VCz67ywLP > .row .container { border-width: 0; border-radius: 0; }#iTEAOMHp64IAU4Dn4tbiRc8VCz67ywLP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iTEAOMHp64IAU4Dn4tbiRc8VCz67ywLP > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:60rem;position:relative;display:block; }#pq3IVJkS5c84pCeTTrrGvhp9GKSxUahh { box-sizing:content-box;height:29.375rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ed1afcb1-aafc-4896-b8b7-cab0317591db/mapa.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:30rem;display:block; }#pq3IVJkS5c84pCeTTrrGvhp9GKSxUahh.adaptive-delivery-prevent-bg, #pq3IVJkS5c84pCeTTrrGvhp9GKSxUahh.lazyload, #pq3IVJkS5c84pCeTTrrGvhp9GKSxUahh.lazyloading { background-image: none; }
#tEcyOuBkzznpgq0pyVieIyqENfzbHXiM { color:rgba(var(--color-tertiary-2),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:10.5625rem;left:1.8125rem;height:13.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rvqRbiO9xwJpZqgiXU2ldP3evR97qN5t { color:#392320;display:block;width:18.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:7rem;left:1.8125rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zJHZqm4oENCs2SXsEkJ8zNr5hoSiarZB { position:relative;display:block; }#zJHZqm4oENCs2SXsEkJ8zNr5hoSiarZB { background-color: transparent; background-image: none; }#zJHZqm4oENCs2SXsEkJ8zNr5hoSiarZB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJHZqm4oENCs2SXsEkJ8zNr5hoSiarZB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJHZqm4oENCs2SXsEkJ8zNr5hoSiarZB > .row .container > .video-iframe-container { display: none; }#zJHZqm4oENCs2SXsEkJ8zNr5hoSiarZB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJHZqm4oENCs2SXsEkJ8zNr5hoSiarZB > .row > .video-iframe-container { display: none; }#zJHZqm4oENCs2SXsEkJ8zNr5hoSiarZB > .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); }#zJHZqm4oENCs2SXsEkJ8zNr5hoSiarZB { border-width: 0; border-radius: 0; }#zJHZqm4oENCs2SXsEkJ8zNr5hoSiarZB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zJHZqm4oENCs2SXsEkJ8zNr5hoSiarZB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Kx0JZTOQSUh6JSawPrlDA6pRp2x0wOqi { color:rgba(var(--color-tertiary-2),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:14.25rem;left:35.1875rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#Kx0JZTOQSUh6JSawPrlDA6pRp2x0wOqi li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#Kx0JZTOQSUh6JSawPrlDA6pRp2x0wOqi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/70f9222c-6a52-4a8f-a794-627ca79557ff/mvp_pos.png); }
#MiDutw9LJPdHoqkTLqO95CJTgKaKRJwU { box-sizing:content-box;height:35.3125rem;width:60rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/895ba360-e658-4b22-9b1e-0c490bd87551/mvp_945x663_1.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:0rem;left:-28.5625rem;display:block; }#MiDutw9LJPdHoqkTLqO95CJTgKaKRJwU.adaptive-delivery-prevent-bg, #MiDutw9LJPdHoqkTLqO95CJTgKaKRJwU.lazyload, #MiDutw9LJPdHoqkTLqO95CJTgKaKRJwU.lazyloading { background-image: none; }
#U0n5Qc8T1kyHxcWkoACANLQ3Nci7wa6W { color:rgba(var(--color-tertiary-2),1);display:block;width:30.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:7rem;left:35.1875rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FSrngI1GDCt39SnpJ2uKLATzi65ABkdJ { color:#8c7760;display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:3.4375rem;left:35rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AWt8VKCmiTcZTc3oySx4EDFBwnipWdzA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/92a96545-5702-4e2a-aece-229a8b74fcf9/2019_Automobili_Pininfarina_Battista_Front.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#AWt8VKCmiTcZTc3oySx4EDFBwnipWdzA.adaptive-delivery-prevent-bg, #AWt8VKCmiTcZTc3oySx4EDFBwnipWdzA.lazyload, #AWt8VKCmiTcZTc3oySx4EDFBwnipWdzA.lazyloading { background-image: none; }#AWt8VKCmiTcZTc3oySx4EDFBwnipWdzA > .row .container { background-color: transparent; background-image: none; }#AWt8VKCmiTcZTc3oySx4EDFBwnipWdzA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.59); }#AWt8VKCmiTcZTc3oySx4EDFBwnipWdzA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWt8VKCmiTcZTc3oySx4EDFBwnipWdzA > .row .container > .video-iframe-container { display: none; }#AWt8VKCmiTcZTc3oySx4EDFBwnipWdzA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.59); }#AWt8VKCmiTcZTc3oySx4EDFBwnipWdzA > .row > .video-iframe-container { display: none; }#AWt8VKCmiTcZTc3oySx4EDFBwnipWdzA > .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); }#AWt8VKCmiTcZTc3oySx4EDFBwnipWdzA > .row .container { border-width: 0; border-radius: 0; }#AWt8VKCmiTcZTc3oySx4EDFBwnipWdzA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWt8VKCmiTcZTc3oySx4EDFBwnipWdzA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWt8VKCmiTcZTc3oySx4EDFBwnipWdzA > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:60rem;position:relative;display:block; }#E0Bx1TPRrTStsu8huIg1Df620vaQp8n9 { 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:11.0625rem;width:11.0625rem;top:2.8125rem;left:24.5rem;overflow:hidden;display:block; }
#p8bOLCbb8N5zv4uOKkz4H0LIPFDm1DJC { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:12.875rem;left:0rem;height:3.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mWKC7tVifiVb4m4BeI3PokVQxh7doeqi { color:rgba(var(--color-tertiary-0),1);display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:17.1875rem;left:10.6875rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MW9GDSgGgb8eeOk1INWlUl0TZo2TlZy7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3dd42e5c-c9f8-4752-b784-8e9153ba9374/interiordesignwithphotoframescouch.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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:none; }#MW9GDSgGgb8eeOk1INWlUl0TZo2TlZy7.adaptive-delivery-prevent-bg, #MW9GDSgGgb8eeOk1INWlUl0TZo2TlZy7.lazyload, #MW9GDSgGgb8eeOk1INWlUl0TZo2TlZy7.lazyloading { background-image: none; }#MW9GDSgGgb8eeOk1INWlUl0TZo2TlZy7 > .row .container { border-width: 0; border-radius: 0; }#MW9GDSgGgb8eeOk1INWlUl0TZo2TlZy7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MW9GDSgGgb8eeOk1INWlUl0TZo2TlZy7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MW9GDSgGgb8eeOk1INWlUl0TZo2TlZy7 > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:60rem;position:relative;display:none; }#ieCKDG2VS8BEs9DTRQ4eh7yE1ecdrXu1 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0625rem;height:2.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:17.3125rem;left:18.96875rem;display:none; }
#VKvhH4bySuVgtyGhr6QwWzMVJBiscPEJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gHALzUoeOToVWUKk13VcRaMEEKT9Pd2X { color:rgba(var(--color-tertiary-0),1);display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:7.125rem;left:9.375rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#doZ3TCw7aBFB5M9IisDb5mvz1wHSkNA1 { color:rgba(var(--color-tertiary-0),1);display:block;width:49.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:1.375rem;left:5.3125rem;height:5.173825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a8a4d406-a677-466a-9935-ae07743be550/teste.preview.mirror.flip.png");background-position:top 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; }#ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl.adaptive-delivery-prevent-bg, #ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl.lazyload, #ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl.lazyloading { background-image: none; }#ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl > .row .container { background-color: transparent; background-image: none; }#ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl > .row .container > .video-iframe-container { display: none; }#ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl > .row > .video-iframe-container { display: none; }#ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl > .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); }#ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl > .row .container { border-width: 0; border-radius: 0; }#ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;position:relative;display:block; }#dRO2F1hXn73zpycrzpq70cweyl8MPyrs { color:#3b4847;display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:23.125rem;left:1.9375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#WKEz7oRnUfDWAuZklz41Qrpfi0rw2Krh { color:#3b4847;display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:23.1875rem;left:37.0625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT { 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; }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row .container { background-color: transparent; background-image: none; }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row .container > .video-iframe-container { display: none; }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row > .video-iframe-container { display: none; }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .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); }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row .container { border-width: 0; border-radius: 0; }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:60rem;position:relative;display:block; }#flMC5Wz3OTkdcU1z5vryrqLTihHHSDQZ { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:7.5rem;top:16.625rem;left:41.25rem;overflow:hidden;display:none; }
#i5Z2dKio6pSFCSer0uFITv790eTMPF7q { color:rgba(var(--color-tertiary-3),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:5.96240234375rem;left:30rem;height:1.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kWx797tM3l0Qsuc6NwgwATf8PcsLT0QV { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/84607dd0-f4dc-4b8a-9d93-eeb7aae320f7/RMCPrivateInternationalTaxPagina1.preview.grayscale.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:19.625rem;width:14.625rem;top:4.375rem;left:7.6875rem;display:block; }#kWx797tM3l0Qsuc6NwgwATf8PcsLT0QV.adaptive-delivery-prevent-bg, #kWx797tM3l0Qsuc6NwgwATf8PcsLT0QV.lazyload, #kWx797tM3l0Qsuc6NwgwATf8PcsLT0QV.lazyloading { background-image: none; }
#AUgBZZt1lVJ8Tc7lL3t5gIgcUxOLl8TB { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:30.0625rem;top:9.4375rem;left:29.9375rem;overflow:hidden;display:block; }
#hVdptDqTs2UlHmayJq7cE5B9KREbSTPq { color:rgba(var(--color-tertiary-3),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:27.3154296875rem;left:3.03125rem;height:14.1723875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p5DaqGKMiCr4pN96bOPdtU8r0M3IxpQM { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-3),1);border-left:0.1875rem solid rgba(var(--color-tertiary-3),1);border-right:0.1875rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:9.9375rem;top:3.25rem;left:5.625rem;display:block; }
#LAtKUEpO0e2ih4pb90GQJh4ugQ5l2v8c { position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-3),1);border-left:0.1875rem solid rgba(var(--color-tertiary-3),1);border-right:0.1875rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-3),1);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.5625rem;width:5rem;top:2.375rem;left:51.25rem;display:block; }
#CfTBx3Dm5AbLfUEnLaNRC0zRgO11cPvy { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.75rem;top:3.6875rem;left:49.75rem;display:block; }
#DeFGPAcEG1JUEzqHoHob2iwP8cAie71f { color:rgba(var(--color-tertiary-3),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15015;line-height:1.1;letter-spacing:0;top:3.25rem;left:30rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tNynPuMzef7O5X9Gn0Lr6DnKEaV1Po1C { color:rgba(var(--color-tertiary-3),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:22.6875rem;left:32.28125rem;height:15.7470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wa81vPnBkboXSeQOoXs3FZ9WvpTu6twW { color:#090909;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:24.5625rem;left:7.84375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p { 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; }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row .container { background-color: transparent; background-image: none; }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row .container > .video-iframe-container { display: none; }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row > .video-iframe-container { display: none; }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .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); }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row .container { border-width: 0; border-radius: 0; }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:60rem;position:relative;display:block; }#qHEt1VzuUQTe4aKKLh4yMFtIaoCuLTUf { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:7.5rem;top:16.625rem;left:41.25rem;overflow:hidden;display:none; }
#AiJplkmaSgLgqbRmPusD0syrd0122kRU { color:rgba(var(--color-tertiary-3),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:18.6875rem;left:3.625rem;height:7.312rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MUStepDr9mtqKNgV3KcS5qKikdPtGxEb { position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ce2e528b-36c2-4195-8724-fcf208be001d/baixar2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:21.75rem;top:2.25rem;left:3.6875rem;display:block; }#MUStepDr9mtqKNgV3KcS5qKikdPtGxEb.adaptive-delivery-prevent-bg, #MUStepDr9mtqKNgV3KcS5qKikdPtGxEb.lazyload, #MUStepDr9mtqKNgV3KcS5qKikdPtGxEb.lazyloading { background-image: none; }
#Uzm1JuhDFRmE9qgTe3IxphsCc5bUJCRz { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/d04dff80-2354-4949-a0a5-e2c24f6a0526/image.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:13.75rem;top:1.9619140625rem;left:38.125rem;display:block; }#Uzm1JuhDFRmE9qgTe3IxphsCc5bUJCRz.adaptive-delivery-prevent-bg, #Uzm1JuhDFRmE9qgTe3IxphsCc5bUJCRz.lazyload, #Uzm1JuhDFRmE9qgTe3IxphsCc5bUJCRz.lazyloading { background-image: none; }
#APVvUWm4px3MRI8QKH0fVlznyTk9gqMh { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ef7a9974-5d78-4430-a03a-9a7f82918d94/iPhone12PROwwwbloomberglineacombr2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:11.4375rem;top:6.1494140625rem;left:48.5625rem;display:block; }#APVvUWm4px3MRI8QKH0fVlznyTk9gqMh.adaptive-delivery-prevent-bg, #APVvUWm4px3MRI8QKH0fVlznyTk9gqMh.lazyload, #APVvUWm4px3MRI8QKH0fVlznyTk9gqMh.lazyloading { background-image: none; }
#LNz1cmh1Bc5WPJrkrxaXVK4fDHHGXX6p { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7362875d-b4db-4824-b30b-7b0429c4e7ad/iPhone12PROvejaabrilcombr.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:11.4375rem;top:6.1494140625rem;left:30.78125rem;display:block; }#LNz1cmh1Bc5WPJrkrxaXVK4fDHHGXX6p.adaptive-delivery-prevent-bg, #LNz1cmh1Bc5WPJrkrxaXVK4fDHHGXX6p.lazyload, #LNz1cmh1Bc5WPJrkrxaXVK4fDHHGXX6p.lazyloading { background-image: none; }
#TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql { 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/a8a4d406-a677-466a-9935-ae07743be550/teste.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; }#TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql.adaptive-delivery-prevent-bg, #TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql.lazyload, #TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql.lazyloading { background-image: none; }#TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql > .row .container { background-color: transparent; background-image: none; }#TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql > .row .container > .video-iframe-container { display: none; }#TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql > .row > .video-iframe-container { display: none; }#TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql > .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); }#TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql > .row .container { border-width: 0; border-radius: 0; }#TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;position:relative;display:block; }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h { 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; }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h > .row .container { background-color: transparent; background-image: none; }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h > .row .container > .video-iframe-container { display: none; }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h > .row > .video-iframe-container { display: none; }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h > .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); }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h > .row .container { border-width: 0; border-radius: 0; }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:60rem;position:relative;display:block; }#d1gqBSHDg4UK4l4k2tlHVTmcFQOal4Ak { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:0.6875rem;left:0rem;height:1.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#sAVpWpCF3qraJP4USmbTT1rzChvgfCVG { 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; }#sAVpWpCF3qraJP4USmbTT1rzChvgfCVG > .row .container { background-color: transparent; background-image: none; }#sAVpWpCF3qraJP4USmbTT1rzChvgfCVG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAVpWpCF3qraJP4USmbTT1rzChvgfCVG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAVpWpCF3qraJP4USmbTT1rzChvgfCVG > .row .container > .video-iframe-container { display: none; }#sAVpWpCF3qraJP4USmbTT1rzChvgfCVG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAVpWpCF3qraJP4USmbTT1rzChvgfCVG > .row > .video-iframe-container { display: none; }#sAVpWpCF3qraJP4USmbTT1rzChvgfCVG > .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); }#sAVpWpCF3qraJP4USmbTT1rzChvgfCVG > .row .container { border-width: 0; border-radius: 0; }#sAVpWpCF3qraJP4USmbTT1rzChvgfCVG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sAVpWpCF3qraJP4USmbTT1rzChvgfCVG > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;position:relative;display:block; }#M8aBapk7Odza6T4DAEtvEBcxZi5BIWvo { color:rgba(var(--color-tertiary-0),1);display:block;width:54.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:0.375rem;left:4.4375rem;height:2.69921875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#qgk2XyOAayWvp44tHDInouzvV5GArQhQ { 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; }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ > .row .container { background-color: transparent; background-image: none; }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ > .row .container > .video-iframe-container { display: none; }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ > .row > .video-iframe-container { display: none; }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ > .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); }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ > .row .container { border-width: 0; border-radius: 0; }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:60rem;position:relative;display:block; }#TLFfNs3tQWh9tOdMU97wBTVXCSrpri9M { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:19.5625rem;left:11.6875rem;height:1.949225rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#bGPZlrOdC3eGypSEay91PZymJdMGMwL9 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:16.0625rem;left:16.0625rem;display:block; }
#rVviSv5f4TFZS50TIVGVo3avUlcc65q9 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15015;line-height:1.1;letter-spacing:0;top:8.9375rem;left:7.375rem;height:5.56786875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nyXxamaGeeRXm5IOFqsEl5aIJm3mx6es { position:absolute;display:block;z-index:14998;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.9375rem;width:7.8125rem;top:5.5625rem;left:13.9375rem;overflow:hidden;display:block; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .widget-form-header { font-size:0.875rem; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.6875rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:1.0625rem;overflow:hidden;font-family:"azo sans";vertical-align:top;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .widget-input-text {padding-top: 0; padding-bottom: 0;}#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.6875rem;box-sizing:border-box;height:3.9375rem;color:rgba(var(--color-tertiary-4),1);font-size:1.0625rem;overflow:hidden;font-family:"azo sans";vertical-align:top;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .widget-input-select { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.6875rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),0.82);font-family:var(--paragraphs-font-family);font-size:0.8125rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .widget-input-select {padding-top: 0; padding-bottom: 0;}#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:17.6875rem;height:3.3125rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center;line-height:1.6;box-shadow: none;font-style:normal; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.85);font-family:"azo sans";font-size:1.0625rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.85);font-family:"azo sans";font-size:1.0625rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.85);font-family:"azo sans";font-size:1.0625rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.85);font-family:"azo sans";font-size:1.0625rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.8125rem;font-weight:400;color:#ababab;vertical-align:top;width:16.6875rem;overflow:hidden;font-style:normal;float:none;line-height:1.4; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .widget-container:first-of-type{padding-top:0;}#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .widget-container:last-of-type{padding-bottom:0;}#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu  { background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.6875rem;height:auto;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);left:34.84375rem;top:5.125rem;z-index:15005;position:absolute;font-size:0.875rem; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.6875rem;display:block;vertical-align:top; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#343e66;vertical-align:top;overflow:hidden;font-style:normal; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu {display:block;}#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu { background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.6875rem;height:auto;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);left:34.84375rem;top:5.125rem;z-index:15005;position:absolute;font-size:0.875rem; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu #AtTLmbmaTqdlRS1nCVz1mk2GApTkTZDF { position:relative; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu #kG7yH6gRow7DaVPcc9ImaF4F4EeCgwSx { position:relative;display:none; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu #SAOKpEuJ1wmJlf2obipNRmQffcpRFrZ2 { position:relative; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu #NgmQ2M9y1MJ5SzvcAt11OLkip715Fvr0 { position:relative; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu #rZ96qzSuSEy1X6ouDKvUSGlbm16TPWD7 { position:relative;display:none; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu #LF8AobJQz6movc5BEn2s3voaiKfvrZhg { position:relative; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu #xVU2DVdRrmAEQKlxpdaMyWNfpExVhuTa { position:relative; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu #aiGfwqMrysLBhT0uLmk15MlhzJQONpC3 { position:relative;display:none; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu #k8NHFlumJ59ba2uPWZnGZAptM16kFLcr { position:relative; }
#vGGZ3DPaCX83qUDDX75rswUgF8I2HypA { position:relative;display:block; }
#bW44o0eHWKhv4f7gZucblBAD7zl6Pyds { position:relative;display:block; }
#VwzBxXdRMotnzTZPbQrXChoivyTWkRGA { position:relative;display:block; }
#qeymrluKnx6p2eaAS2Rr8RCZe5bcCPcR { position:relative;display:block; }
#PzZtDTdKwPU3RlNmHGfOpbFNk8rrSJEu { position:relative;display:block; }
#HI3cwShlmXRxtTMkxRATb4zyhJ5GnsJ1 { position:relative;display:block; }
#BIzL7lcTtWbib7u6vbokSQ9hZyLf0qCu { position:relative;display:block; }
#IAqiyf1WiGuvZZTg0h7O7u90u2D6D73T { position:relative;display:block; }
#BmblvdHeI8LHi8WZOxSVl1G5fbVTFxeF { position:relative;display:block; }
#mbO6zeLTFTsRaFmKUPadsoIcz7bsz38v { position:relative;display:block; }
#KIrq6mZAiXMSxOlnD2rtXKMHnUdMTWPQ { position:relative;display:block; }
#wTaXc0P2dmG9W1sy0NT0IW14LdhJT8yD { position:relative;display:block; }
#BzKEym3RcesuOzAPKUwFp7iDJvyfQ7Wc { position:relative;display:block; }
#h647SCiP4yHTkHuI0tRMww9f7kG2C6ic { position:relative;display:block; }
#tpTEsqskRzNuEkWRrnvDCFrdEvNbhvTZ { position:relative;display:block; }
#won0K6e3wPg6J6K1OI60Gp4NwEPqRLHX { position:relative;display:block; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu #xIFPpXfXKBOcTEKgTGtPKDLTTsvqTH8H { position:relative; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu #ZVofMm0gvbBoORSE5WCJM6JU4nfhwMn7 { position:relative; }
#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container { background-color: transparent; background-image: none; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container > .video-iframe-container { display: none; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row > .video-iframe-container { display: none; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .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); }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container { border-width: 0; border-radius: 0; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#aHw9URXdGAyeHma3kBZ1t1NgRyONn8fC { position:absolute;display:block;z-index:15002;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.8125rem;width:12.75rem;top:0rem;left:3.625rem;overflow:hidden;display:block; }
#wC5tqt78oCnAOgZTe5bm6MU12bL1kmli { color:rgba(var(--color-tertiary-0),0.77);display:block;width:40.1875rem;position:absolute;font-family:poppins;font-size:0.625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:1.090087890625rem;left:16.373901367188rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wE4n8L62KlhLUZGxG84OwxdSFLML9RJy { 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:none; }#wE4n8L62KlhLUZGxG84OwxdSFLML9RJy > .row .container { border-width: 0; border-radius: 0; }#wE4n8L62KlhLUZGxG84OwxdSFLML9RJy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wE4n8L62KlhLUZGxG84OwxdSFLML9RJy > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#bX0tVVTx83mdRvrHwGFZZ9soZE1egJme { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:6.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#qtAeRhmPu3oAxGHAAv7y00alA9uglByU { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:5.1875rem;left:0rem;overflow:hidden;display:block; }
#LLh8BIRwwS4dSvUqRBCbrVAcr8J4Ct40 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:10.4375rem;left:0rem;overflow:hidden;display:block; }
#efdU3Q5Go68Qm1DVhwzucyWvKO2fblkB { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:7.6875rem;top:0rem;left:35.1875rem;overflow:hidden;display:block; }
#oDyMnnz6Rgzhn91bTt9EMlA5zhfaDOwX { position:absolute;display:block;z-index:15011;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.75rem;width:3.1875rem;top:5.1875rem;left:1.375rem;overflow:hidden;display:block; }
#uzegCnDgVK0ou2iJgTK068koPf6opdV1 { position:absolute;display:block;z-index:15012;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.75rem;width:3.1875rem;top:4.3125rem;left:32rem;overflow:hidden;display:block; }
#UUyrfh1LBa8nP810FQwfwuAAImDVJs4u { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:6.4375rem;top:0rem;left:10.6875rem;overflow:hidden;display:block; }
#LAhWdNRq6XNqme9zttsNpP1aid7kMfL5 { position:absolute;display:block;z-index:15014;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.75rem;width:3.1875rem;top:5.1875rem;left:10.6875rem;overflow:hidden;display:block; }
#XfGTm7dzqvVt0nBL6RnLykF0Tdds3Wpx { position:absolute;display:block;z-index:15015;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.75rem;width:3.1875rem;top:10.4375rem;left:10.6875rem;overflow:hidden;display:block; }
#N3nAsrEsVy2uvBBDmZdC3tMHqmHua2WS { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:6.4375rem;top:0rem;left:19.5625rem;overflow:hidden;display:block; }
#e9ABapoK6owU4iJ7zBzrKE1UabOTGQZK { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:5.1875rem;left:19.5625rem;overflow:hidden;display:block; }
#ah7ttQLATTxdOdvEZC78wphpD8AkV6hO { position:absolute;display:block;z-index:15018;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.75rem;width:3.1875rem;top:10.4375rem;left:19.5625rem;overflow:hidden;display:block; }
#f2vT9OKhLkkqM0vumAaX9JgGv9gOkdgn { position:absolute;display:block;z-index:15016;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.75rem;width:3.1875rem;top:4.3125rem;left:43.1875rem;overflow:hidden;display:block; }
#PeKl585Ny4PHVpsCw8g9tTeZGBeW6dPK { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:4.3125rem;left:49.3125rem;overflow:hidden;display:block; }
#bnMpamQ7GETOIalHH0HqIVGrqdDAQcxO { position:absolute;display:block;z-index:15018;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.75rem;width:3.1875rem;top:11.3125rem;left:44.3125rem;overflow:hidden;display:block; }
#O457AIS8aiNHVzlxKyOHCyQXEMHdcm6n { position:absolute;display:block;z-index:15019;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.75rem;width:3.1875rem;top:11.3125rem;left:37.625rem;overflow:hidden;display:block; }
#xrlG49KdJPcHV9Z6baPTChSKfrxUVSGW { position:absolute;display:block;z-index:15020;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.75rem;width:3.1875rem;top:11.9375rem;left:49.375rem;overflow:hidden;display:block; }
#yQyDTVouZJsFKwdkMTWDELmET0xpCqvd { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:5.1875rem;left:55.1875rem;overflow:hidden;display:block; }
#kBHnDHfqyytXg0B1LpLVwRhNbr4ASta0 { position:absolute;display:block;z-index:15022;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.75rem;width:3.1875rem;top:11.9375rem;left:53.625rem;overflow:hidden;display:block; }
#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 { background-color:rgba(0,0,0,0);background-image:none;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;bottom:0rem;left:0rem;right:0rem;display:block; }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row .container { background-color: transparent; background-image: none; }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row .container > .video-iframe-container { display: none; }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row > .video-iframe-container { display: none; }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .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); }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row .container { border-width: 0; border-radius: 0; }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:60rem;overflow:visible;position:relative;display:block; }#w01CVRuI5xPG0MB7D1zyFFvshTGqEBir { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.312325rem;width:3.312325rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0.21770858764649rem;left:53.934371948243rem; }
#w01CVRuI5xPG0MB7D1zyFFvshTGqEBir > img { max-width: 100%;max-height:100%; width:3.312325rem; height:3.312325rem; }#AmWo7up8xbTRJfIJTXDanLCn5AkldXX7 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:23.1875rem;left:2.1875rem;height:2.0996125rem;font-style:italic;text-align:left;text-align-last:left;display:none; }
#PEkC9l2odbDdNLFDEnf1fFLR1TUsdgG4 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:23.1875rem;left:2.1875rem;height:2.0996125rem;font-style:italic;text-align:left;text-align-last:left;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aPOVVQ3t13Xix1XGBBa1TkvvXgtgSysT { width:7.25rem;height:1.5625rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHzLRbOh6mNh4XA9zoIVTMF5v2TTP2tr { width:14.875rem;height:0.875rem;top:2.8125rem;left:32.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NqdCwBNRxAbuDB8MyInOMTFugq2sAkE6 { width:22.8125rem;height:0.875rem;top:1.75rem;left:24.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dGIvWxWK4IDEBKFBQ0RNyKHu79PBcC4y { width:9.125rem;height:2.4375rem;top:1.5625rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUAbMTMHhSTS4yvftk4VewBhVM0d70VK { display:block; }
 }@media only screen and (max-width: 763px) { #lqApQqKnsmUW1td7hokqeTix1L0FhbTa { width:10.8125rem;height:4.0392915847673rem;top:1rem;left:3.4361572265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgyDt16XI76sHSBWhOZSuSbzEHzGmExW { display:block; }#AgyDt16XI76sHSBWhOZSuSbzEHzGmExW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqadVna8dsgkzwROqcPAnucu8Txdqi1e { width:20rem;height:0.875rem;top:1.9375rem;left:5.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ECg0clXQl1x3HIf3E4VwnDtAG0ba3Hh9 { width:4.6875rem;height:;top:28.375rem;left:0rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PRWXnapeVwGlyAXJVAp2Q1u6nkP4oylL { width:19.125rem;height:4.9375rem;top:26.5rem;left:0rem;font-size:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lgTTW4CVf7mFkEG0T9lxbhTCnvrUuyut { width:47.75rem;height:3.75rem;top:13.375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6TMzkRB22VvdnBf7idoWAbaTnum9R3L { width:39rem;height:7.75rem;top:18.5rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSWZTuak9fMw1r9K8R1zruh9KCJKXM6O { width:13.25rem;height:2.75rem;top:28.4375rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #elsOF2hDZJPxp28iZ6Tzi9nKVHyzlIhw { display:block; }
 }@media only screen and (max-width: 763px) { #UGJBO8rq8ThXlAz06t3OWRwRnxkqZddo { width:47.75rem;height:44.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZhS4Z8VxNL60ELZHrP1CGZcodxc10prP { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6wlNHCCdfTIL0REkN1zMc3RAkviuC61 { width:47.25rem;height:32.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z3vEXIiEf3F9uRi5Opl1Ls9gs1WrOW6t { display:none; }#Z3vEXIiEf3F9uRi5Opl1Ls9gs1WrOW6t > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I4wVf3RepnGpAvJcmW2Oc8TxESE8m4iW { width:20rem;height:0.875rem;top:1.9375rem;left:5.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #snRKRqv0s5wNQHKio7tmltbN750iqpQu { width:4.6875rem;height:;top:28.375rem;left:0rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FrlwltVlCTq8F2vJEMtQlr8L5bpyplLQ { width:19.125rem;height:4.9375rem;top:26.5rem;left:0rem;font-size:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DhBXKcvqPDfUVg4QHODGMGeDTAP4frDu { display:block; }#DhBXKcvqPDfUVg4QHODGMGeDTAP4frDu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJiIzbuW4eH0tuEbmdV7D1bnvCo1CpzG { width:47.75rem;height:2.625rem;top:2rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B96EUvMXH4wZCHuDf3vw5J20KqfZEhDL { width:13rem;height:1.5625rem;top:7.4375rem;left:2.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgIqgMM0ZKRiwSZ8rBMM6XafODtf0Gyk { width:14.5625rem;height:1.5625rem;top:19.375rem;left:2.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #baTpFkmbbgwLCQXD8KQOGL0aURObiC4y { width:19.5rem;height:6.5625rem;top:9.5rem;left:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbAVwzohdbL1gFVb1zk0QXb7H2UimPCw { width:18.5625rem;height:7.3125rem;top:21.375rem;left:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIe8suTa9dgaLhfNVowIlAfzHR8crNvi { width:22.75rem;height:5.25rem;top:9.625rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4g61B2g242PVVb9ryxBpEnfSodQsCoR { width:18.75rem;height:1.5625rem;top:7.5625rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t76KUxsAbka9d0t2mwryoV7mBhsD0up9 { width:15.25rem;height:1.5625rem;top:19.5rem;left:23.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1VmIGTOnUkH6JdXHrUItZvDEa0000Re { width:21rem;height:7.3125rem;top:21.5rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntQt7gXMskf48tuLyw71Gq1U0J7NnnLn { width:23.875rem;height:10.8125rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9OQNRxqDmPAThSQRV5ozRtMTSUdpPrD { width:23.875rem;height:10.8125rem;top:6.75rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqXtdsQOPZMZqDeVQBcxCNNSL8S3Z8aZ { width:23.875rem;height:10.8125rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFp74cywBwbr04omDlHRObdzDA637ETU { width:23.875rem;height:10.8125rem;top:18.6875rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuVaK3ld2mBcp3Eve1ORTv2E7w47sDut { width:23.875rem;height:10.8125rem;top:18.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BlwrLIm2iZeovwK3JtfEX7hrsaapsyTT { width:23.875rem;height:10.8125rem;top:18.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UC2n3wGl0ORrM25moWU4DA3G11MTFw72 { display:block; }#UC2n3wGl0ORrM25moWU4DA3G11MTFw72 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6UtlibdaZtgnQPrNNmxBkrsuXL4GmyA { width:47.75rem;height:29.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6DoTGZGusuVa8c2hqDEXWdLqBe02JK7 { display:block; }#i6DoTGZGusuVa8c2hqDEXWdLqBe02JK7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTT0WBXkIrt7tm66zUUA9qcBJ4g6PLCU { display:block; }#CTT0WBXkIrt7tm66zUUA9qcBJ4g6PLCU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTkBP5Nibp8IDKNTuzEOcmzgFuoDoytJ { display:block; }#dTkBP5Nibp8IDKNTuzEOcmzgFuoDoytJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PNiMRlEDhs8oxKWGakM6u1AnJ3UCM519 { width:16.625rem;height:2.375rem;top:27.5625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #icUM64352y2TUttWKTp6xEtChfWhd9TS { display:block; }
 }@media only screen and (max-width: 763px) { #TmG7KHx3o7JVtaVLOftGEeTywhBknorH { width:25.8125rem;height:11.375rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaqqMcMSzZtn4P7WruaoeESKdq5yfIh3 { width:21.75rem;height:11.9375rem;top:13.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApFAe6IhHBKT659G16Ktq280GEh2TDON { width:47.75rem;height:1.875rem;top:1.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6LRDwsoM1dhbUrEuOegIZ7i4o3DZFoQ { width:47.75rem;height:3.9375rem;top:4.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3GxQ3ldrtvCZcXRMFKAiQXcqoPPz801 { width:0.125rem;height:12.5rem;top:13.25rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwtnbPxzEWEho52kidL3fqb4OoahIqK1 { width:4.75rem;height:2.0625rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtTqh0tX8gefTFFrBHuNROlmaDzIqkqR { display:block; }
 }@media only screen and (max-width: 763px) { #aHxha8ydfPD1k3PvyNPixxbOo69vE7dd { width:4.9375rem;height:2.0625rem;top:10.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtwigxoLFFJTkOuQ9s1bIt9kds0WK1ND { display:block; }
 }@media only screen and (max-width: 763px) { #MqC9lp6TMl4hg9SuPGg48ZKxmlBad7Ag { display:block; }#MqC9lp6TMl4hg9SuPGg48ZKxmlBad7Ag > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #moTIi3HvmATz5mm5EPmBLioLDl6LR7lh { width:16.625rem;height:2.375rem;top:28.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTczPW6nyACg1Mh3iMWTUDJRPmzcNtOd { display:block; }
 }@media only screen and (max-width: 763px) { #iTtXeXAVkpFGu3kryzmy6cRtTc6BCzzQ { width:25.8125rem;height:12.875rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2fdAF45w7wmZzzX4BI1fBMzD1TZdIBC { width:23.9375rem;height:12.5rem;top:11.75rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qss4L6zxX7dK1JfQbXS7r8iNxFwsdKh0 { width:4.75rem;height:2.0625rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfzfHbb4qZdQRkpUC31LZy0puqZTVEDa { display:block; }
 }@media only screen and (max-width: 763px) { #hppQzWTHEKDGOy6rZg1IcXiKkX1Gs8zQ { width:4.9375rem;height:2.0625rem;top:9rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr1UVMEzPg7TSMCMah7u2gqFwMMlnRrd { display:block; }
 }@media only screen and (max-width: 763px) { #bzkZT8ClXBk6iEEKUGI3ZRd0FzCKEnVa { width:47.75rem;height:1.875rem;top:1.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2gTa7SGa1nyp9bZMTptrwmSeEf79UcS { width:47.75rem;height:2.625rem;top:4.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCB1DqqrmTLuTsEs2dPeVeq4OELXIPBH { width:0.125rem;height:15.625rem;top:10.375rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcZgbNbZOTkv27RXFO2nCNA5KU0HivE9 { display:block; }#TcZgbNbZOTkv27RXFO2nCNA5KU0HivE9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXJMbtgep6q9l102xbXo35zX1uNvnaXA { display:block; }#xXJMbtgep6q9l102xbXo35zX1uNvnaXA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qv6Q0GA7sFVzNqFvWTGKgcOXQxPVhKEP { width:47.75rem;height:3.25rem;top:1.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #egr4T2pIaQ7KODhzWFg4o0CdWv58PBRE { width:47.75rem;height:1.375rem;top:5.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH43HrcNRQbRxs6VdlZSWTBwVeODlxBy { display:block; }#XH43HrcNRQbRxs6VdlZSWTBwVeODlxBy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9bycQoiQT9SX5vby2ss0FKPcQ3OptLL { width:1.9375rem;height:2.25rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #foDa4RGGoi72AJ40Av3gd2vrFUw30ZGb { width:12.125rem;height:1.125rem;top:2.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FltoHnUJcLF7vQRvhBWo6afHZLrzINCQ { width:12.125rem;height:2.875rem;top:4.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqrxLSK4Wia23dZXAyuDo0yTDFqX0oNH { width:12.125rem;height:1.9375rem;top:9.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBUQ2m8kJHiDACas21KIb4mZL9OWwVRy { width:1.9375rem;height:2.25rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQA8BCrEs9rw2fCLPKanAcmgReAGzrI4 { width:12.125rem;height:1.125rem;top:7.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAW9EHu23H481nVw7CZfOZTFdafMMTpV { width:12.125rem;height:0.9375rem;top:14.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXsWGkOaZZcATbWEKeIQauuI7z0UHZ4A { width:2.1875rem;height:1.8125rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWOTlyMpHswhp4fpdyar6JV5QMqB4zmU { width:12.125rem;height:1.125rem;top:12.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2kKbcRz69KoTMdC4c1X7VlRSmpxdxzi { width:12.125rem;height:0.9375rem;top:20.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdQGSWtnOdpD1DSCTHTcqvbMggCKpa91 { width:2rem;height:2.25rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnsZowcH53HHpNyuSFlx9GBSDiH79tQm { width:12.125rem;height:2.25rem;top:17.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Auy9IOsEJDn9EatVKEVRd0lwT8C3tCNw { width:2.125rem;height:2.25rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT4kAIO2FBwIqdV3ms9WsngVZ2DqGLc9 { width:8.6875rem;height:3.375rem;top:22.5rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdzCgVVeDsUCGeBpqwFV7LkcVENSR84i { width:12.125rem;height:0.9375rem;top:23.875rem;left:11.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF8D46XzTd60gDusRxFJwQs3QEadchwV { width:12.125rem;height:1.125rem;top:22.4375rem;left:11.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnZpPRaIsDcBBgiyePSkOdwHUmpTkfQ6 { width:10.375rem;height:1.9375rem;top:19.1875rem;left:11.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGhTNCWSyJ6hFIZvaOSKwX8GkcummUAI { width:12.125rem;height:1.125rem;top:17.75rem;left:11.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSc6xWTFHN9OxA8U1OT5kTD8EIRVpTee { width:12.125rem;height:0.9375rem;top:14.125rem;left:11.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U415DpWdS4pUFPRVTrFiuBFGTRqwPOxg { width:12.125rem;height:1.125rem;top:12.6875rem;left:11.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEMIrldSy2bmNNMPXHt1t9urlO8ZWgtm { width:2.1875rem;height:2.25rem;top:12.75rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3HlQCWSNIpZ0NIsgKBf11nb6FfbPsJh { width:2rem;height:1.6875rem;top:17.8125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0VXGvOcegwCwbMgGXkKhXL4oDtQx8cv { width:2.25rem;height:1.9375rem;top:22.5rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGtX5tKrDhsqKduu885IcLTAvVyUVbo5 { width:12.125rem;height:0.9375rem;top:9.3125rem;left:11.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJPOAzt02VTFMWaFskJAXadK17aVMzmf { width:1.6875rem;height:2.25rem;top:7.9375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxy5JTpIWxVVi5QpVyHml3wfciHTMTiT { width:12.125rem;height:1.125rem;top:7.875rem;left:11.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAQ5aO13WmuA2VihsSHlze80y7WZhOx8 { width:12.125rem;height:1.9375rem;top:4.25rem;left:11.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy3rJPAHS7cJ6MrJwhbg4uzKXVS3T26F { width:1.8125rem;height:2.25rem;top:2.875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9Qe4bMX5hO9DkMCZybZGmdSGLz408fG { width:12.125rem;height:1.125rem;top:2.8125rem;left:11.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kmo3beD8CgRScmCuK22zv3IPqTHFVZQc { width:12.125rem;height:0.9375rem;top:23.875rem;left:23.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REmcav1T6MEdHbVcBsZnOJGO0qCRTu0n { width:12.125rem;height:1.125rem;top:22.4375rem;left:23.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMEZhzMlywr32yy4HgX3d7Iy7SAb8oCN { width:12.125rem;height:0.9375rem;top:19.1875rem;left:23.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcEQ3NuCPRaE4GCu4GeTDb6As8xF4XnC { width:12.125rem;height:1.125rem;top:17.75rem;left:23.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uefIRmImEObyCJnpfJCBVSiApncktu5J { width:12.125rem;height:0.9375rem;top:14.125rem;left:23.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUW4M9ebq3xVQg26ldMHHoNNeXHeNzlQ { width:12.125rem;height:1.125rem;top:12.6875rem;left:23.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7Z1KyH9OtFpS9hvTdxFi8UpnekqV3GI { width:2.25rem;height:2.125rem;top:12.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4kQlEow4v6UnCeFPrPWK1PCUtQ93wGT { width:2rem;height:2rem;top:17.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPTbv6gfo3qix5DWETLyT2LHcGlnrXUT { width:2.25rem;height:1.875rem;top:22.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1FU4U2aoLgozOTi8OwUrr2Q1g0aOrE8 { width:2.25rem;height:1.6875rem;top:7.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #npgaOVWFQ1VsJuGEdLRJk4SUWVDMgDBR { width:12.125rem;height:1.125rem;top:7.875rem;left:23.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hgq9CCBsOiKmoR5x6GmpQFuFJX9k8ODg { width:12.125rem;height:0.9375rem;top:4.25rem;left:23.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOQkqVJkdP783667bQpcLLLG9en3sTz4 { width:2.25rem;height:2.0625rem;top:2.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzsvRQoo45xpBLQaOwr6XsxL9XtaJKpu { width:12.125rem;height:1.125rem;top:2.8125rem;left:23.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeTb3KAQmam3kDHytZaIcOzCHrTRiIyM { width:12.125rem;height:0.9375rem;top:19.1875rem;left:35.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu9d8mpsggHo94pkSpMZKgvP119TRUMR { width:12.125rem;height:1.125rem;top:17.75rem;left:35.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #er4PiTm7eMyxZq10ogAT2FnPSaQot3ee { width:9.75rem;height:1.9375rem;top:14.125rem;left:35.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #copeHD3pUlnAlNJkxy1naJTkC9MRVgHJ { width:12.125rem;height:1.125rem;top:12.6875rem;left:35.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvTTXXytFhnAtDCW4n3O6cXeG05e7s5w { width:2.1875rem;height:2.25rem;top:12.75rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQkBTTNTWNTeEWgGmBPVSprs0uiknDya { width:2.25rem;height:2.1875rem;top:17.8125rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRGJn9pQ9p441EOWCb4tIhpEaMzQdTHV { width:2.125rem;height:2.25rem;top:7.9375rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQpyhXkAMo5alioOAXbbXzTzWJ9RoKsA { width:13.5rem;height:1.125rem;top:7.875rem;left:34.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqRUJO9KIUXa9c11L7IrTqy9ISXax7e3 { width:12.125rem;height:0.9375rem;top:4.25rem;left:35.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqBUWiroQxM12XVTW1Itnh1GqbmcvAIm { width:2.25rem;height:1.9375rem;top:2.875rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #umbZU5TCFgfN58ZFnDaTNSSW6dNPfN9Q { width:12.125rem;height:1.125rem;top:2.8125rem;left:35.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTEAOMHp64IAU4Dn4tbiRc8VCz67ywLP { display:block; }#iTEAOMHp64IAU4Dn4tbiRc8VCz67ywLP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pq3IVJkS5c84pCeTTrrGvhp9GKSxUahh { width:47.75rem;height:29.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEcyOuBkzznpgq0pyVieIyqENfzbHXiM { width:21.5rem;height:15.75rem;top:10.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvqRbiO9xwJpZqgiXU2ldP3evR97qN5t { width:18.5rem;height:2.625rem;top:7rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJHZqm4oENCs2SXsEkJ8zNr5hoSiarZB { display:block; }#zJHZqm4oENCs2SXsEkJ8zNr5hoSiarZB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kx0JZTOQSUh6JSawPrlDA6pRp2x0wOqi { width:29.5625rem;height:;top:14.25rem;left:18.1875rem;font-size:0.875rem;display:block; }#Kx0JZTOQSUh6JSawPrlDA6pRp2x0wOqi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/70f9222c-6a52-4a8f-a794-627ca79557ff/mvp_pos.png); }
 }@media only screen and (max-width: 763px) { #MiDutw9LJPdHoqkTLqO95CJTgKaKRJwU { width:47.75rem;height:35.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0n5Qc8T1kyHxcWkoACANLQ3Nci7wa6W { width:30.25rem;height:5.25rem;top:7rem;left:17.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSrngI1GDCt39SnpJ2uKLATzi65ABkdJ { width:29.875rem;height:2.8125rem;top:3.4375rem;left:17.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWt8VKCmiTcZTc3oySx4EDFBwnipWdzA { display:block; }#AWt8VKCmiTcZTc3oySx4EDFBwnipWdzA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E0Bx1TPRrTStsu8huIg1Df620vaQp8n9 { width:11.0625rem;height:11.0625rem;top:2.8125rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8bOLCbb8N5zv4uOKkz4H0LIPFDm1DJC { width:47.75rem;height:3.25rem;top:12.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWKC7tVifiVb4m4BeI3PokVQxh7doeqi { width:38.625rem;height:3.9375rem;top:17.1875rem;left:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW9GDSgGgb8eeOk1INWlUl0TZo2TlZy7 { display:none; }#MW9GDSgGgb8eeOk1INWlUl0TZo2TlZy7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ieCKDG2VS8BEs9DTRQ4eh7yE1ecdrXu1 { width:22.0625rem;height:2.4375rem;top:17.3125rem;left:12.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKvhH4bySuVgtyGhr6QwWzMVJBiscPEJ { display:block; }
 }@media only screen and (max-width: 763px) { #gHALzUoeOToVWUKk13VcRaMEEKT9Pd2X { width:41.25rem;height:2.875rem;top:7.125rem;left:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #doZ3TCw7aBFB5M9IisDb5mvz1wHSkNA1 { width:47.75rem;height:5.125rem;top:1.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl { display:block; }#ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRO2F1hXn73zpycrzpq70cweyl8MPyrs { width:18.3125rem;height:2.625rem;top:23.125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WKEz7oRnUfDWAuZklz41Qrpfi0rw2Krh { width:18.4375rem;height:2.625rem;top:23.1875rem;left:29.3125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT { display:block; }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flMC5Wz3OTkdcU1z5vryrqLTihHHSDQZ { width:7.5rem;height:8.4375rem;top:16.625rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i5Z2dKio6pSFCSer0uFITv790eTMPF7q { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWx797tM3l0Qsuc6NwgwATf8PcsLT0QV { width:14.625rem;height:19.625rem;top:4.375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUgBZZt1lVJ8Tc7lL3t5gIgcUxOLl8TB { width:30.0625rem;height:12.4375rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVdptDqTs2UlHmayJq7cE5B9KREbSTPq { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5DaqGKMiCr4pN96bOPdtU8r0M3IxpQM { width:9.9375rem;height:15.25rem;top:3.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAtKUEpO0e2ih4pb90GQJh4ugQ5l2v8c { width:5rem;height:5.5625rem;top:2.375rem;left:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfTBx3Dm5AbLfUEnLaNRC0zRgO11cPvy { width:3.75rem;height:3.6875rem;top:3.6875rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeFGPAcEG1JUEzqHoHob2iwP8cAie71f { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNynPuMzef7O5X9Gn0Lr6DnKEaV1Po1C { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa81vPnBkboXSeQOoXs3FZ9WvpTu6twW { width:14.3125rem;height:0.9375rem;top:24.5625rem;left:4.78125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p { display:block; }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHEt1VzuUQTe4aKKLh4yMFtIaoCuLTUf { width:7.5rem;height:8.4375rem;top:16.625rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AiJplkmaSgLgqbRmPusD0syrd0122kRU { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUStepDr9mtqKNgV3KcS5qKikdPtGxEb { width:21.75rem;height:14.4375rem;top:2.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzm1JuhDFRmE9qgTe3IxphsCc5bUJCRz { width:13.75rem;height:25.5625rem;top:1.9375rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #APVvUWm4px3MRI8QKH0fVlznyTk9gqMh { width:11.4375rem;height:21.375rem;top:6.125rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNz1cmh1Bc5WPJrkrxaXVK4fDHHGXX6p { width:11.4375rem;height:21.375rem;top:6.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql { display:block; }#TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJsdz20SoccfDZbvzuCQUHr7vPXnv05h { display:block; }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1gqBSHDg4UK4l4k2tlHVTmcFQOal4Ak { width:47.75rem;height:1.5rem;top:0.6875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sAVpWpCF3qraJP4USmbTT1rzChvgfCVG { display:block; }#sAVpWpCF3qraJP4USmbTT1rzChvgfCVG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M8aBapk7Odza6T4DAEtvEBcxZi5BIWvo { width:47.75rem;height:2.6875rem;top:0.375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qgk2XyOAayWvp44tHDInouzvV5GArQhQ { display:block; }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLFfNs3tQWh9tOdMU97wBTVXCSrpri9M { width:12.3125rem;height:1.9375rem;top:19.5625rem;left:8.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGPZlrOdC3eGypSEay91PZymJdMGMwL9 { width:3.5625rem;height:3.5625rem;top:16.0625rem;left:13rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVviSv5f4TFZS50TIVGVo3avUlcc65q9 { width:20.9375rem;height:5.5625rem;top:8.9375rem;left:2.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyXxamaGeeRXm5IOFqsEl5aIJm3mx6es { width:7.8125rem;height:1.9375rem;top:5.5625rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .widget-regular-label { width:19.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .widget-input-text { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .widget-input-text {padding-top: 0; padding-bottom: 0;}#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .widget-textarea { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .widget-input-select { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .widget-input-select {padding-top: 0; padding-bottom: 0;}#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .widget-input-button { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .widget-checkbox-label { width:18.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu  { width:19.25rem;height:auto;top:14.5625rem;left:26rem; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .radio-container { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu {display:block;}#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu { width:19.25rem;height:auto;top:14.5625rem;left:26rem; }
 }@media only screen and (max-width: 763px) { #TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu #AtTLmbmaTqdlRS1nCVz1mk2GApTkTZDF {  }
 }@media only screen and (max-width: 763px) { #TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu #kG7yH6gRow7DaVPcc9ImaF4F4EeCgwSx { display:none; }
 }@media only screen and (max-width: 763px) { #TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu #SAOKpEuJ1wmJlf2obipNRmQffcpRFrZ2 {  }
 }@media only screen and (max-width: 763px) { #TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu #NgmQ2M9y1MJ5SzvcAt11OLkip715Fvr0 {  }
 }@media only screen and (max-width: 763px) { #TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu #rZ96qzSuSEy1X6ouDKvUSGlbm16TPWD7 { display:none; }
 }@media only screen and (max-width: 763px) { #TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu #LF8AobJQz6movc5BEn2s3voaiKfvrZhg {  }
 }@media only screen and (max-width: 763px) { #TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu #xVU2DVdRrmAEQKlxpdaMyWNfpExVhuTa {  }
 }@media only screen and (max-width: 763px) { #TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu #aiGfwqMrysLBhT0uLmk15MlhzJQONpC3 { display:none; }
 }@media only screen and (max-width: 763px) { #TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu #k8NHFlumJ59ba2uPWZnGZAptM16kFLcr {  }
 }@media only screen and (max-width: 763px) { #vGGZ3DPaCX83qUDDX75rswUgF8I2HypA { display:block; }
 }@media only screen and (max-width: 763px) { #bW44o0eHWKhv4f7gZucblBAD7zl6Pyds { display:block; }
 }@media only screen and (max-width: 763px) { #VwzBxXdRMotnzTZPbQrXChoivyTWkRGA { display:block; }
 }@media only screen and (max-width: 763px) { #qeymrluKnx6p2eaAS2Rr8RCZe5bcCPcR { display:block; }
 }@media only screen and (max-width: 763px) { #PzZtDTdKwPU3RlNmHGfOpbFNk8rrSJEu { display:block; }
 }@media only screen and (max-width: 763px) { #HI3cwShlmXRxtTMkxRATb4zyhJ5GnsJ1 { display:block; }
 }@media only screen and (max-width: 763px) { #BIzL7lcTtWbib7u6vbokSQ9hZyLf0qCu { display:block; }
 }@media only screen and (max-width: 763px) { #IAqiyf1WiGuvZZTg0h7O7u90u2D6D73T { display:block; }
 }@media only screen and (max-width: 763px) { #BmblvdHeI8LHi8WZOxSVl1G5fbVTFxeF { display:block; }
 }@media only screen and (max-width: 763px) { #mbO6zeLTFTsRaFmKUPadsoIcz7bsz38v { display:block; }
 }@media only screen and (max-width: 763px) { #KIrq6mZAiXMSxOlnD2rtXKMHnUdMTWPQ { display:block; }
 }@media only screen and (max-width: 763px) { #wTaXc0P2dmG9W1sy0NT0IW14LdhJT8yD { display:block; }
 }@media only screen and (max-width: 763px) { #BzKEym3RcesuOzAPKUwFp7iDJvyfQ7Wc { display:block; }
 }@media only screen and (max-width: 763px) { #h647SCiP4yHTkHuI0tRMww9f7kG2C6ic { display:block; }
 }@media only screen and (max-width: 763px) { #tpTEsqskRzNuEkWRrnvDCFrdEvNbhvTZ { display:block; }
 }@media only screen and (max-width: 763px) { #won0K6e3wPg6J6K1OI60Gp4NwEPqRLHX { display:block; }
 }@media only screen and (max-width: 763px) { #TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu #xIFPpXfXKBOcTEKgTGtPKDLTTsvqTH8H {  }
 }@media only screen and (max-width: 763px) { #TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu #ZVofMm0gvbBoORSE5WCJM6JU4nfhwMn7 {  }
 }@media only screen and (max-width: 763px) { #TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 { display:block; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHw9URXdGAyeHma3kBZ1t1NgRyONn8fC { width:12.75rem;height:4.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC5tqt78oCnAOgZTe5bm6MU12bL1kmli { width:43.7496875rem;height:7.6363625rem;top:20.375rem;left:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE4n8L62KlhLUZGxG84OwxdSFLML9RJy { display:none; }#wE4n8L62KlhLUZGxG84OwxdSFLML9RJy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bX0tVVTx83mdRvrHwGFZZ9soZE1egJme { width:6.4375rem;height:3.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtAeRhmPu3oAxGHAAv7y00alA9uglByU { width:3.1875rem;height:1.75rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLh8BIRwwS4dSvUqRBCbrVAcr8J4Ct40 { width:3.1875rem;height:1.75rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #efdU3Q5Go68Qm1DVhwzucyWvKO2fblkB { width:7.6875rem;height:4.3125rem;top:0rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDyMnnz6Rgzhn91bTt9EMlA5zhfaDOwX { width:3.1875rem;height:1.75rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzegCnDgVK0ou2iJgTK068koPf6opdV1 { width:3.1875rem;height:1.75rem;top:4.3125rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUyrfh1LBa8nP810FQwfwuAAImDVJs4u { width:6.4375rem;height:3.5625rem;top:0rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAhWdNRq6XNqme9zttsNpP1aid7kMfL5 { width:3.1875rem;height:1.75rem;top:5.1875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfGTm7dzqvVt0nBL6RnLykF0Tdds3Wpx { width:3.1875rem;height:1.75rem;top:10.4375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3nAsrEsVy2uvBBDmZdC3tMHqmHua2WS { width:6.4375rem;height:3.5625rem;top:0rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9ABapoK6owU4iJ7zBzrKE1UabOTGQZK { width:3.1875rem;height:1.75rem;top:5.1875rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah7ttQLATTxdOdvEZC78wphpD8AkV6hO { width:3.1875rem;height:1.75rem;top:10.4375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2vT9OKhLkkqM0vumAaX9JgGv9gOkdgn { width:3.1875rem;height:1.75rem;top:4.3125rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeKl585Ny4PHVpsCw8g9tTeZGBeW6dPK { width:3.1875rem;height:1.75rem;top:4.3125rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnMpamQ7GETOIalHH0HqIVGrqdDAQcxO { width:3.1875rem;height:1.75rem;top:11.3125rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O457AIS8aiNHVzlxKyOHCyQXEMHdcm6n { width:3.1875rem;height:1.75rem;top:11.3125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrlG49KdJPcHV9Z6baPTChSKfrxUVSGW { width:3.1875rem;height:1.75rem;top:11.9375rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQyDTVouZJsFKwdkMTWDELmET0xpCqvd { width:3.1875rem;height:1.75rem;top:5.1875rem;left:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBHnDHfqyytXg0B1LpLVwRhNbr4ASta0 { width:3.1875rem;height:1.75rem;top:11.9375rem;left:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 { display:block; }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w01CVRuI5xPG0MB7D1zyFFvshTGqEBir { width:3.25rem;height:3.25rem;top:0.1875rem;left:44.5rem;display:block; }
#w01CVRuI5xPG0MB7D1zyFFvshTGqEBir > img { max-width: 100%;max-height:100%; width:3.25rem; height:3.25rem; } }@media only screen and (max-width: 763px) { #AmWo7up8xbTRJfIJTXDanLCn5AkldXX7 { width:12.625rem;height:1.625rem;top:0.5rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PEkC9l2odbDdNLFDEnf1fFLR1TUsdgG4 { width:13.75rem;height:0.8125rem;top:2.4375rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:10rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aPOVVQ3t13Xix1XGBBa1TkvvXgtgSysT { width:5.125rem;height:1.25rem;top:1.25rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QHzLRbOh6mNh4XA9zoIVTMF5v2TTP2tr { width:14.875rem;height:auto;top:2.8125rem;left:2.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:14999;color:#ffffff;font-weight:300;font-style:italic;display:none; }
 }@media only screen and (max-width: 763px) { #NqdCwBNRxAbuDB8MyInOMTFugq2sAkE6 { width:20rem;height:auto;top:1.75rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:14999;color:#ffffff;font-weight:300;font-style:italic;display:none; }
 }@media only screen and (max-width: 763px) { #dGIvWxWK4IDEBKFBQ0RNyKHu79PBcC4y { width:11.3125rem;height:2.4375rem;top:1.25rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUAbMTMHhSTS4yvftk4VewBhVM0d70VK { display:block; }
 }@media only screen and (max-width: 763px) { #lqApQqKnsmUW1td7hokqeTix1L0FhbTa { width:10.8125rem;height:4.0392915847673rem;top:4.9375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgyDt16XI76sHSBWhOZSuSbzEHzGmExW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/be1194f6-8b14-489f-994a-d735b20fe2b8/mvp_1920x800_6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;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; }#AgyDt16XI76sHSBWhOZSuSbzEHzGmExW.adaptive-delivery-prevent-bg, #AgyDt16XI76sHSBWhOZSuSbzEHzGmExW.lazyload, #AgyDt16XI76sHSBWhOZSuSbzEHzGmExW.lazyloading { background-image: none; }#AgyDt16XI76sHSBWhOZSuSbzEHzGmExW > .row .container { background-color: transparent; background-image: none; }#AgyDt16XI76sHSBWhOZSuSbzEHzGmExW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #39221f; }#AgyDt16XI76sHSBWhOZSuSbzEHzGmExW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgyDt16XI76sHSBWhOZSuSbzEHzGmExW > .row .container > .video-iframe-container { display: none; }#AgyDt16XI76sHSBWhOZSuSbzEHzGmExW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #39221f; }#AgyDt16XI76sHSBWhOZSuSbzEHzGmExW > .row > .video-iframe-container { display: none; }#AgyDt16XI76sHSBWhOZSuSbzEHzGmExW > .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); }#AgyDt16XI76sHSBWhOZSuSbzEHzGmExW > .row .container { border-width: 0; border-radius: 0; }#AgyDt16XI76sHSBWhOZSuSbzEHzGmExW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AgyDt16XI76sHSBWhOZSuSbzEHzGmExW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AgyDt16XI76sHSBWhOZSuSbzEHzGmExW > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqadVna8dsgkzwROqcPAnucu8Txdqi1e { width:20rem;height:0;top:6.416015625rem;left:0rem;font-size:0.875rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #ECg0clXQl1x3HIf3E4VwnDtAG0ba3Hh9 { width:4.6875rem;height:0;top:10.25rem;left:6.875rem;font-size:2.5rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #PRWXnapeVwGlyAXJVAp2Q1u6nkP4oylL { width:14.8125rem;height:0;top:8.9375rem;left:1.3125rem;font-size:3.8125rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #lgTTW4CVf7mFkEG0T9lxbhTCnvrUuyut { width:11.8125rem;height:3.44970625rem;top:10.5625rem;left:1.625rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I6TMzkRB22VvdnBf7idoWAbaTnum9R3L { width:16.75rem;height:10.96875rem;top:15.375rem;left:1.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MSWZTuak9fMw1r9K8R1zruh9KCJKXM6O { width:11.875rem;height:2.875rem;top:27.6875rem;left:1.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elsOF2hDZJPxp28iZ6Tzi9nKVHyzlIhw { display:block; }
 }@media only screen and (max-width: 763px) { #UGJBO8rq8ThXlAz06t3OWRwRnxkqZddo { top:0.9375rem;left:0.375rem;width:7.5rem;height:6.875rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZhS4Z8VxNL60ELZHrP1CGZcodxc10prP { top:0rem;left:0rem;width:8.0625rem;height:8.625rem;z-index:15022;background-color:#ffffff;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6wlNHCCdfTIL0REkN1zMc3RAkviuC61 { top:0rem;left:7.9375rem;width:12.0625rem;height:8.1875rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Z3vEXIiEf3F9uRi5Opl1Ls9gs1WrOW6t { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/be1194f6-8b14-489f-994a-d735b20fe2b8/mvp_1920x800_6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;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; }#Z3vEXIiEf3F9uRi5Opl1Ls9gs1WrOW6t.adaptive-delivery-prevent-bg, #Z3vEXIiEf3F9uRi5Opl1Ls9gs1WrOW6t.lazyload, #Z3vEXIiEf3F9uRi5Opl1Ls9gs1WrOW6t.lazyloading { background-image: none; }#Z3vEXIiEf3F9uRi5Opl1Ls9gs1WrOW6t > .row .container { background-color: transparent; background-image: none; }#Z3vEXIiEf3F9uRi5Opl1Ls9gs1WrOW6t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3vEXIiEf3F9uRi5Opl1Ls9gs1WrOW6t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3vEXIiEf3F9uRi5Opl1Ls9gs1WrOW6t > .row .container > .video-iframe-container { display: none; }#Z3vEXIiEf3F9uRi5Opl1Ls9gs1WrOW6t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3vEXIiEf3F9uRi5Opl1Ls9gs1WrOW6t > .row > .video-iframe-container { display: none; }#Z3vEXIiEf3F9uRi5Opl1Ls9gs1WrOW6t > .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); }#Z3vEXIiEf3F9uRi5Opl1Ls9gs1WrOW6t > .row .container { border-width: 0; border-radius: 0; }#Z3vEXIiEf3F9uRi5Opl1Ls9gs1WrOW6t::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z3vEXIiEf3F9uRi5Opl1Ls9gs1WrOW6t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z3vEXIiEf3F9uRi5Opl1Ls9gs1WrOW6t > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4wVf3RepnGpAvJcmW2Oc8TxESE8m4iW { width:20rem;height:0;top:6.416015625rem;left:0rem;font-size:0.875rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #snRKRqv0s5wNQHKio7tmltbN750iqpQu { width:4.6875rem;height:0;top:10.25rem;left:6.875rem;font-size:2.5rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #FrlwltVlCTq8F2vJEMtQlr8L5bpyplLQ { width:14.8125rem;height:0;top:8.9375rem;left:1.3125rem;font-size:3.8125rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #DhBXKcvqPDfUVg4QHODGMGeDTAP4frDu { display:block; }#DhBXKcvqPDfUVg4QHODGMGeDTAP4frDu > .row .container { width:20rem;height:62.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJiIzbuW4eH0tuEbmdV7D1bnvCo1CpzG { width:18.5rem;height:4.5rem;top:2.1875rem;left:0.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B96EUvMXH4wZCHuDf3vw5J20KqfZEhDL { width:13rem;height:1.57470625rem;top:22.125rem;left:3.25rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qgIqgMM0ZKRiwSZ8rBMM6XafODtf0Gyk { width:14.5625rem;height:1.57470625rem;top:48.1875rem;left:2.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #baTpFkmbbgwLCQXD8KQOGL0aURObiC4y { width:17.9375rem;height:6.5625rem;top:24.25rem;left:1.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GbAVwzohdbL1gFVb1zk0QXb7H2UimPCw { width:16.8125rem;height:7.3125rem;top:50.4375rem;left:1.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fIe8suTa9dgaLhfNVowIlAfzHR8crNvi { width:16.6875rem;height:6.12305rem;top:11.6875rem;left:1.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c4g61B2g242PVVb9ryxBpEnfSodQsCoR { width:18.75rem;height:1.3496125rem;top:9.48828125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t76KUxsAbka9d0t2mwryoV7mBhsD0up9 { width:15.25rem;height:1.57470625rem;top:33.75rem;left:2.375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x1VmIGTOnUkH6JdXHrUItZvDEa0000Re { width:17.5625rem;height:9.1875rem;top:36.125rem;left:1.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ntQt7gXMskf48tuLyw71Gq1U0J7NnnLn { width:18.6875rem;height:10.8125rem;top:8.23828125rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9OQNRxqDmPAThSQRV5ozRtMTSUdpPrD { width:18.6875rem;height:10.8125rem;top:83rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IqXtdsQOPZMZqDeVQBcxCNNSL8S3Z8aZ { width:18.6875rem;height:10.8125rem;top:20.9375rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFp74cywBwbr04omDlHRObdzDA637ETU { width:18.6875rem;height:10.8125rem;top:95.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TuVaK3ld2mBcp3Eve1ORTv2E7w47sDut { width:18.6875rem;height:13.0625rem;top:33.125rem;left:0.6875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #BlwrLIm2iZeovwK3JtfEX7hrsaapsyTT { width:18.6875rem;height:10.8125rem;top:47.625rem;left:0.6875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #UC2n3wGl0ORrM25moWU4DA3G11MTFw72 { display:block; }#UC2n3wGl0ORrM25moWU4DA3G11MTFw72 > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6UtlibdaZtgnQPrNNmxBkrsuXL4GmyA { width:20rem;height:29.375rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6DoTGZGusuVa8c2hqDEXWdLqBe02JK7 { display:block; }#i6DoTGZGusuVa8c2hqDEXWdLqBe02JK7 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTT0WBXkIrt7tm66zUUA9qcBJ4g6PLCU { display:block; }#CTT0WBXkIrt7tm66zUUA9qcBJ4g6PLCU > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTkBP5Nibp8IDKNTuzEOcmzgFuoDoytJ { display:block; }#dTkBP5Nibp8IDKNTuzEOcmzgFuoDoytJ > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PNiMRlEDhs8oxKWGakM6u1AnJ3UCM519 { width:16.625rem;height:2.375rem;top:39.25rem;left:1.6875rem;font-size:0.875rem;border-top:0.0625rem solid #8c7760;border-left:0.0625rem solid #8c7760;border-right:0.0625rem solid #8c7760;border-bottom:0.0625rem solid #8c7760;display:block; }
 }@media only screen and (max-width: 763px) { #icUM64352y2TUttWKTp6xEtChfWhd9TS { display:block; }
 }@media only screen and (max-width: 763px) { #TmG7KHx3o7JVtaVLOftGEeTywhBknorH { width:20rem;height:8.8135593220338rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaqqMcMSzZtn4P7WruaoeESKdq5yfIh3 { width:20rem;height:10.9765625rem;top:25.7109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApFAe6IhHBKT659G16Ktq280GEh2TDON { width:11.8125rem;height:5.625rem;top:1.125rem;left:4.09375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z6LRDwsoM1dhbUrEuOegIZ7i4o3DZFoQ { width:20rem;height:3.9375rem;top:6.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V3GxQ3ldrtvCZcXRMFKAiQXcqoPPz801 { width:0.125rem;height:12.5rem;top:13.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PwtnbPxzEWEho52kidL3fqb4OoahIqK1 { width:4.75rem;height:2.0625rem;top:12.125rem;left:0rem;font-size:0.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;color:#ffffff;background-color:#8c7760;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EtTqh0tX8gefTFFrBHuNROlmaDzIqkqR { display:block; }
 }@media only screen and (max-width: 763px) { #aHxha8ydfPD1k3PvyNPixxbOo69vE7dd { width:4.9375rem;height:2.0625rem;top:23.9609375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtwigxoLFFJTkOuQ9s1bIt9kds0WK1ND { display:block; }
 }@media only screen and (max-width: 763px) { #MqC9lp6TMl4hg9SuPGg48ZKxmlBad7Ag { display:block; }#MqC9lp6TMl4hg9SuPGg48ZKxmlBad7Ag > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #moTIi3HvmATz5mm5EPmBLioLDl6LR7lh { width:16.625rem;height:2.375rem;top:38.5625rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTczPW6nyACg1Mh3iMWTUDJRPmzcNtOd { display:block; }
 }@media only screen and (max-width: 763px) { #iTtXeXAVkpFGu3kryzmy6cRtTc6BCzzQ { width:20rem;height:9.9755625rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2fdAF45w7wmZzzX4BI1fBMzD1TZdIBC { width:20rem;height:10.443864229765rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qss4L6zxX7dK1JfQbXS7r8iNxFwsdKh0 { width:4.75rem;height:2.0625rem;top:10.9375rem;left:0rem;font-size:0.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;color:#ffffff;background-color:#8c7760;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xfzfHbb4qZdQRkpUC31LZy0puqZTVEDa { display:block; }
 }@media only screen and (max-width: 763px) { #hppQzWTHEKDGOy6rZg1IcXiKkX1Gs8zQ { width:4.9375rem;height:2.0625rem;top:24.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr1UVMEzPg7TSMCMah7u2gqFwMMlnRrd { display:block; }
 }@media only screen and (max-width: 763px) { #bzkZT8ClXBk6iEEKUGI3ZRd0FzCKEnVa { width:20rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i2gTa7SGa1nyp9bZMTptrwmSeEf79UcS { width:20rem;height:2.625rem;top:6.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TCB1DqqrmTLuTsEs2dPeVeq4OELXIPBH { width:0.125rem;height:15.625rem;top:10.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcZgbNbZOTkv27RXFO2nCNA5KU0HivE9 { display:block; }#TcZgbNbZOTkv27RXFO2nCNA5KU0HivE9 > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXJMbtgep6q9l102xbXo35zX1uNvnaXA { display:block; }#xXJMbtgep6q9l102xbXo35zX1uNvnaXA > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qv6Q0GA7sFVzNqFvWTGKgcOXQxPVhKEP { width:15.5rem;height:3.44970625rem;top:2.0244140625rem;left:2.25rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #egr4T2pIaQ7KODhzWFg4o0CdWv58PBRE { width:15.5625rem;height:2.25rem;top:6.5361328125rem;left:2.21875rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XH43HrcNRQbRxs6VdlZSWTBwVeODlxBy { display:block; }#XH43HrcNRQbRxs6VdlZSWTBwVeODlxBy > .row .container { width:20rem;height:136.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9bycQoiQT9SX5vby2ss0FKPcQ3OptLL { width:2.625rem;height:3rem;top:1.8125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #foDa4RGGoi72AJ40Av3gd2vrFUw30ZGb { width:9.125rem;height:2.3994125rem;top:5.3125rem;left:5.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FltoHnUJcLF7vQRvhBWo6afHZLrzINCQ { width:12.125rem;height:2.92419375rem;top:8.3125rem;left:3.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aqrxLSK4Wia23dZXAyuDo0yTDFqX0oNH { width:12.125rem;height:1.9494625rem;top:16.5625rem;left:3.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MBUQ2m8kJHiDACas21KIb4mZL9OWwVRy { width:1.9375rem;height:2.25rem;top:11.625rem;left:9.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQA8BCrEs9rw2fCLPKanAcmgReAGzrI4 { width:12.125rem;height:1.19970625rem;top:14.6875rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SAW9EHu23H481nVw7CZfOZTFdafMMTpV { width:12.125rem;height:0.97473125rem;top:24.5625rem;left:3.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXsWGkOaZZcATbWEKeIQauuI7z0UHZ4A { width:2.1875rem;height:1.8125rem;top:20.375rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWOTlyMpHswhp4fpdyar6JV5QMqB4zmU { width:12.125rem;height:1.19970625rem;top:22.75rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G2kKbcRz69KoTMdC4c1X7VlRSmpxdxzi { width:12.125rem;height:0.97473125rem;top:34.6875rem;left:3.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LdQGSWtnOdpD1DSCTHTcqvbMggCKpa91 { width:2rem;height:2.25rem;top:28.125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnsZowcH53HHpNyuSFlx9GBSDiH79tQm { width:12.125rem;height:2.3994125rem;top:31.5625rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Auy9IOsEJDn9EatVKEVRd0lwT8C3tCNw { width:2.125rem;height:2.25rem;top:36.875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT4kAIO2FBwIqdV3ms9WsngVZ2DqGLc9 { width:8.6875rem;height:3.59911875rem;top:39.9375rem;left:5.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qdzCgVVeDsUCGeBpqwFV7LkcVENSR84i { width:12.125rem;height:0.97473125rem;top:77.4375rem;left:3.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KF8D46XzTd60gDusRxFJwQs3QEadchwV { width:12.125rem;height:1.19970625rem;top:75.5625rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dnZpPRaIsDcBBgiyePSkOdwHUmpTkfQ6 { width:10.375rem;height:1.9494625rem;top:69.3125rem;left:4.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BGhTNCWSyJ6hFIZvaOSKwX8GkcummUAI { width:12.125rem;height:1.19970625rem;top:67.4375rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CSc6xWTFHN9OxA8U1OT5kTD8EIRVpTee { width:12.125rem;height:0.97473125rem;top:62.1875rem;left:3.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U415DpWdS4pUFPRVTrFiuBFGTRqwPOxg { width:12.125rem;height:1.19970625rem;top:60.625rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nEMIrldSy2bmNNMPXHt1t9urlO8ZWgtm { width:2.1875rem;height:2.25rem;top:57.5rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3HlQCWSNIpZ0NIsgKBf11nb6FfbPsJh { width:2rem;height:1.6875rem;top:65rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0VXGvOcegwCwbMgGXkKhXL4oDtQx8cv { width:2.25rem;height:1.9375rem;top:72.8125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGtX5tKrDhsqKduu885IcLTAvVyUVbo5 { width:12.125rem;height:0.97473125rem;top:55.625rem;left:3.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VJPOAzt02VTFMWaFskJAXadK17aVMzmf { width:1.6875rem;height:2.25rem;top:51.125rem;left:9.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxy5JTpIWxVVi5QpVyHml3wfciHTMTiT { width:12.125rem;height:1.19970625rem;top:53.875rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MAQ5aO13WmuA2VihsSHlze80y7WZhOx8 { width:12.125rem;height:1.9494625rem;top:48.375rem;left:3.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uy3rJPAHS7cJ6MrJwhbg4uzKXVS3T26F { width:1.8125rem;height:2.25rem;top:43.5rem;left:9.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9Qe4bMX5hO9DkMCZybZGmdSGLz408fG { width:12.125rem;height:1.19970625rem;top:46.375rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kmo3beD8CgRScmCuK22zv3IPqTHFVZQc { width:12.125rem;height:0.97473125rem;top:107.8125rem;left:4.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #REmcav1T6MEdHbVcBsZnOJGO0qCRTu0n { width:12.125rem;height:1.19970625rem;top:105.9375rem;left:4.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DMEZhzMlywr32yy4HgX3d7Iy7SAb8oCN { width:12.125rem;height:0.97473125rem;top:100.5625rem;left:3.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GcEQ3NuCPRaE4GCu4GeTDb6As8xF4XnC { width:12.125rem;height:1.19970625rem;top:99.375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uefIRmImEObyCJnpfJCBVSiApncktu5J { width:12.125rem;height:0.97473125rem;top:94.75rem;left:3.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VUW4M9ebq3xVQg26ldMHHoNNeXHeNzlQ { width:12.125rem;height:1.19970625rem;top:92.9375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A7Z1KyH9OtFpS9hvTdxFi8UpnekqV3GI { width:2.25rem;height:2.125rem;top:90.875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4kQlEow4v6UnCeFPrPWK1PCUtQ93wGT { width:2rem;height:2rem;top:96.875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPTbv6gfo3qix5DWETLyT2LHcGlnrXUT { width:2.25rem;height:1.875rem;top:103rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1FU4U2aoLgozOTi8OwUrr2Q1g0aOrE8 { width:2.25rem;height:1.6875rem;top:86.3125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #npgaOVWFQ1VsJuGEdLRJk4SUWVDMgDBR { width:12.125rem;height:1.19970625rem;top:88.625rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hgq9CCBsOiKmoR5x6GmpQFuFJX9k8ODg { width:12.125rem;height:0.97473125rem;top:83.8125rem;left:3.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rOQkqVJkdP783667bQpcLLLG9en3sTz4 { width:2.25rem;height:2.0625rem;top:79.3125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzsvRQoo45xpBLQaOwr6XsxL9XtaJKpu { width:12.125rem;height:1.19970625rem;top:81.875rem;left:3.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AeTb3KAQmam3kDHytZaIcOzCHrTRiIyM { width:12.125rem;height:0.97473125rem;top:133.0625rem;left:3.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fu9d8mpsggHo94pkSpMZKgvP119TRUMR { width:12.125rem;height:1.19970625rem;top:131.875rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #er4PiTm7eMyxZq10ogAT2FnPSaQot3ee { width:12.125rem;height:1.9494625rem;top:126.5625rem;left:3.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #copeHD3pUlnAlNJkxy1naJTkC9MRVgHJ { width:12.125rem;height:1.19970625rem;top:124.8125rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xvTTXXytFhnAtDCW4n3O6cXeG05e7s5w { width:2.1875rem;height:2.25rem;top:121.9375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQkBTTNTWNTeEWgGmBPVSprs0uiknDya { width:2.25rem;height:2.1875rem;top:128.9375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRGJn9pQ9p441EOWCb4tIhpEaMzQdTHV { width:2.125rem;height:2.25rem;top:115.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQpyhXkAMo5alioOAXbbXzTzWJ9RoKsA { width:13.5rem;height:2.3994125rem;top:118.5rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VqRUJO9KIUXa9c11L7IrTqy9ISXax7e3 { width:12.125rem;height:0.97473125rem;top:113.0625rem;left:3.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oqBUWiroQxM12XVTW1Itnh1GqbmcvAIm { width:2.25rem;height:1.9375rem;top:109.3125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umbZU5TCFgfN58ZFnDaTNSSW6dNPfN9Q { width:12.125rem;height:1.19970625rem;top:111.875rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iTEAOMHp64IAU4Dn4tbiRc8VCz67ywLP { display:block; }#iTEAOMHp64IAU4Dn4tbiRc8VCz67ywLP > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pq3IVJkS5c84pCeTTrrGvhp9GKSxUahh { width:20rem;height:11.5rem;top:1.25rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ed1afcb1-aafc-4896-b8b7-cab0317591db/mapa.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#pq3IVJkS5c84pCeTTrrGvhp9GKSxUahh.adaptive-delivery-prevent-bg, #pq3IVJkS5c84pCeTTrrGvhp9GKSxUahh.lazyload, #pq3IVJkS5c84pCeTTrrGvhp9GKSxUahh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tEcyOuBkzznpgq0pyVieIyqENfzbHXiM { width:20rem;height:17.0625rem;top:18.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rvqRbiO9xwJpZqgiXU2ldP3evR97qN5t { width:18.5rem;height:2.25rem;top:14.75rem;left:0.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zJHZqm4oENCs2SXsEkJ8zNr5hoSiarZB { display:block; }#zJHZqm4oENCs2SXsEkJ8zNr5hoSiarZB > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kx0JZTOQSUh6JSawPrlDA6pRp2x0wOqi { width:20rem;height:17.82225rem;top:28.875rem;left:0rem;font-size:0.875rem;line-height:1.2;display:block; }#Kx0JZTOQSUh6JSawPrlDA6pRp2x0wOqi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/70f9222c-6a52-4a8f-a794-627ca79557ff/mvp_pos.png); }
 }@media only screen and (max-width: 763px) { #MiDutw9LJPdHoqkTLqO95CJTgKaKRJwU { width:20rem;height:13rem;top:6.7236328125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/895ba360-e658-4b22-9b1e-0c490bd87551/mvp_945x663_1.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MiDutw9LJPdHoqkTLqO95CJTgKaKRJwU.adaptive-delivery-prevent-bg, #MiDutw9LJPdHoqkTLqO95CJTgKaKRJwU.lazyload, #MiDutw9LJPdHoqkTLqO95CJTgKaKRJwU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #U0n5Qc8T1kyHxcWkoACANLQ3Nci7wa6W { width:20rem;height:5.84765625rem;top:21.8125rem;left:0rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FSrngI1GDCt39SnpJ2uKLATzi65ABkdJ { width:15.5rem;height:3.44970625rem;top:2.0244140625rem;left:2.25rem;font-size:1.4375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AWt8VKCmiTcZTc3oySx4EDFBwnipWdzA { display:block; }#AWt8VKCmiTcZTc3oySx4EDFBwnipWdzA > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E0Bx1TPRrTStsu8huIg1Df620vaQp8n9 { width:11.0625rem;height:11.0625rem;top:4.2246125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8bOLCbb8N5zv4uOKkz4H0LIPFDm1DJC { width:20rem;height:1.72485625rem;top:1.25rem;left:0rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mWKC7tVifiVb4m4BeI3PokVQxh7doeqi { width:20rem;height:6.2988125rem;top:16.5371125rem;left:0rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MW9GDSgGgb8eeOk1INWlUl0TZo2TlZy7 { display:none; }#MW9GDSgGgb8eeOk1INWlUl0TZo2TlZy7 > .row .container { width:20rem;height:21.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ieCKDG2VS8BEs9DTRQ4eh7yE1ecdrXu1 { width:15.875rem;height:2.4375rem;top:17.6875rem;left:2.0625rem;font-size:0.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #VKvhH4bySuVgtyGhr6QwWzMVJBiscPEJ { display:block; }
 }@media only screen and (max-width: 763px) { #gHALzUoeOToVWUKk13VcRaMEEKT9Pd2X { width:18.125rem;height:4.546875rem;top:11.125rem;left:0.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #doZ3TCw7aBFB5M9IisDb5mvz1wHSkNA1 { width:18.5rem;height:8.5488125rem;top:0.75rem;left:0.75rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl { display:block; }#ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRO2F1hXn73zpycrzpq70cweyl8MPyrs { width:18.3125rem;height:0;top:17.375rem;left:0.84375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #WKEz7oRnUfDWAuZklz41Qrpfi0rw2Krh { width:18.4375rem;height:0;top:39.8125rem;left:0.78125rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT { display:block; }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row .container { width:20rem;height:77.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flMC5Wz3OTkdcU1z5vryrqLTihHHSDQZ { width:4rem;height:4.5625rem;top:26.375rem;left:9.3949468085106rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #i5Z2dKio6pSFCSer0uFITv790eTMPF7q { width:16.3125rem;height:2.8496125rem;top:24.875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kWx797tM3l0Qsuc6NwgwATf8PcsLT0QV { width:14.625rem;height:19.625rem;top:2rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUgBZZt1lVJ8Tc7lL3t5gIgcUxOLl8TB { width:20rem;height:8.2744375rem;top:48.470703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVdptDqTs2UlHmayJq7cE5B9KREbSTPq { width:18.5rem;height:18.1987625rem;top:29.611328125rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #p5DaqGKMiCr4pN96bOPdtU8r0M3IxpQM { width:9.9375rem;height:15.25rem;top:19.0244125rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LAtKUEpO0e2ih4pb90GQJh4ugQ5l2v8c { width:5rem;height:5.5625rem;top:82.14750625rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CfTBx3Dm5AbLfUEnLaNRC0zRgO11cPvy { width:3.75rem;height:3.6875rem;top:83.46000625rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DeFGPAcEG1JUEzqHoHob2iwP8cAie71f { width:20rem;height:2.0996125rem;top:22.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tNynPuMzef7O5X9Gn0Lr6DnKEaV1Po1C { width:18.5rem;height:19.598625rem;top:57.37060546875rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wa81vPnBkboXSeQOoXs3FZ9WvpTu6twW { width:20rem;height:1.13720625rem;top:16.36328125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p { display:block; }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHEt1VzuUQTe4aKKLh4yMFtIaoCuLTUf { width:4rem;height:4.5625rem;top:26.375rem;left:9.3949468085106rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #AiJplkmaSgLgqbRmPusD0syrd0122kRU { width:18.0625rem;height:11.69925rem;top:15.6875rem;left:0.96875rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MUStepDr9mtqKNgV3KcS5qKikdPtGxEb { width:20rem;height:14.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzm1JuhDFRmE9qgTe3IxphsCc5bUJCRz { width:13rem;height:24.8125rem;top:29.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #APVvUWm4px3MRI8QKH0fVlznyTk9gqMh { width:11.4375rem;height:21.375rem;top:31.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNz1cmh1Bc5WPJrkrxaXVK4fDHHGXX6p { width:11.4375rem;height:21.375rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql { display:block; }#TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJsdz20SoccfDZbvzuCQUHr7vPXnv05h { display:block; }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h > .row .container { width:20rem;height:3.873534375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1gqBSHDg4UK4l4k2tlHVTmcFQOal4Ak { width:20rem;height:3.1494125rem;top:0.72499847412112rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15013;color:#ffffff;font-weight:300;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #sAVpWpCF3qraJP4USmbTT1rzChvgfCVG { display:block; }#sAVpWpCF3qraJP4USmbTT1rzChvgfCVG > .row .container { width:20rem;height:4.19921875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M8aBapk7Odza6T4DAEtvEBcxZi5BIWvo { width:20rem;height:4.19921875rem;top:0rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15013;color:#ffffff;font-weight:300;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #qgk2XyOAayWvp44tHDInouzvV5GArQhQ { display:block; }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLFfNs3tQWh9tOdMU97wBTVXCSrpri9M { width:12.3125rem;height:2.25rem;top:34.75rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGPZlrOdC3eGypSEay91PZymJdMGMwL9 { width:2.6875rem;height:2.6875rem;top:31.6875rem;left:8.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVviSv5f4TFZS50TIVGVo3avUlcc65q9 { width:17.9375rem;height:4.7431625rem;top:5.8125rem;left:1.0625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nyXxamaGeeRXm5IOFqsEl5aIJm3mx6es { width:7.8125rem;height:1.9375rem;top:2.75rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .widget-regular-label { width:17rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .widget-input-text { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#000000;font-weight:300;font-style:normal;display:block;vertical-align:top;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;font-family:"azo sans";font-size:1.0625rem;overflow:hidden; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .widget-input-text {padding-top: 0; padding-bottom: 0;}#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .widget-textarea { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#000000;font-weight:300;font-style:normal;display:block;vertical-align:top;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;font-family:"azo sans";font-size:1.0625rem;overflow:hidden; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .widget-input-select { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block;vertical-align:top;font-size:0.75rem;overflow:hidden;height:2.5625rem; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .widget-input-select {padding-top: 0; padding-bottom: 0;}#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;font-size:1.125rem;overflow:hidden;height:3.4375rem;background-color:#8d7760;background-image:none;font-weight:700;font-style:normal;color:#ffffff; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.85);font-weight:300;font-style:normal;font-size:1.0625rem; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.85);font-weight:300;font-style:normal;font-size:1.0625rem; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.85);font-weight:300;font-style:normal;font-size:1.0625rem; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.85);font-weight:300;font-style:normal;font-size:1.0625rem; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu  { width:17rem;height:auto;top:12.9375rem;left:0rem; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu .radio-container { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu {display:block;}#TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu { width:17rem;height:auto;top:12.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu #AtTLmbmaTqdlRS1nCVz1mk2GApTkTZDF {  }
 }@media only screen and (max-width: 763px) { #TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu #kG7yH6gRow7DaVPcc9ImaF4F4EeCgwSx { display:none; }
 }@media only screen and (max-width: 763px) { #TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu #SAOKpEuJ1wmJlf2obipNRmQffcpRFrZ2 {  }
 }@media only screen and (max-width: 763px) { #TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu #NgmQ2M9y1MJ5SzvcAt11OLkip715Fvr0 {  }
 }@media only screen and (max-width: 763px) { #TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu #rZ96qzSuSEy1X6ouDKvUSGlbm16TPWD7 { display:none; }
 }@media only screen and (max-width: 763px) { #TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu #LF8AobJQz6movc5BEn2s3voaiKfvrZhg {  }
 }@media only screen and (max-width: 763px) { #TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu #xVU2DVdRrmAEQKlxpdaMyWNfpExVhuTa {  }
 }@media only screen and (max-width: 763px) { #TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu #aiGfwqMrysLBhT0uLmk15MlhzJQONpC3 { display:none; }
 }@media only screen and (max-width: 763px) { #TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu #k8NHFlumJ59ba2uPWZnGZAptM16kFLcr {  }
 }@media only screen and (max-width: 763px) { #vGGZ3DPaCX83qUDDX75rswUgF8I2HypA { display:block; }
 }@media only screen and (max-width: 763px) { #bW44o0eHWKhv4f7gZucblBAD7zl6Pyds { display:block; }
 }@media only screen and (max-width: 763px) { #VwzBxXdRMotnzTZPbQrXChoivyTWkRGA { display:block; }
 }@media only screen and (max-width: 763px) { #qeymrluKnx6p2eaAS2Rr8RCZe5bcCPcR { display:block; }
 }@media only screen and (max-width: 763px) { #PzZtDTdKwPU3RlNmHGfOpbFNk8rrSJEu { display:block; }
 }@media only screen and (max-width: 763px) { #HI3cwShlmXRxtTMkxRATb4zyhJ5GnsJ1 { display:block; }
 }@media only screen and (max-width: 763px) { #BIzL7lcTtWbib7u6vbokSQ9hZyLf0qCu { display:block; }
 }@media only screen and (max-width: 763px) { #IAqiyf1WiGuvZZTg0h7O7u90u2D6D73T { display:block; }
 }@media only screen and (max-width: 763px) { #BmblvdHeI8LHi8WZOxSVl1G5fbVTFxeF { display:block; }
 }@media only screen and (max-width: 763px) { #mbO6zeLTFTsRaFmKUPadsoIcz7bsz38v { display:block; }
 }@media only screen and (max-width: 763px) { #KIrq6mZAiXMSxOlnD2rtXKMHnUdMTWPQ { display:block; }
 }@media only screen and (max-width: 763px) { #wTaXc0P2dmG9W1sy0NT0IW14LdhJT8yD { display:block; }
 }@media only screen and (max-width: 763px) { #BzKEym3RcesuOzAPKUwFp7iDJvyfQ7Wc { display:block; }
 }@media only screen and (max-width: 763px) { #h647SCiP4yHTkHuI0tRMww9f7kG2C6ic { display:block; }
 }@media only screen and (max-width: 763px) { #tpTEsqskRzNuEkWRrnvDCFrdEvNbhvTZ { display:block; }
 }@media only screen and (max-width: 763px) { #won0K6e3wPg6J6K1OI60Gp4NwEPqRLHX { display:block; }
 }@media only screen and (max-width: 763px) { #TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu #xIFPpXfXKBOcTEKgTGtPKDLTTsvqTH8H {  }
 }@media only screen and (max-width: 763px) { #TTwVxnB3xLeUSad8uBDK6BhEXLmrTixu #ZVofMm0gvbBoORSE5WCJM6JU4nfhwMn7 {  }
 }@media only screen and (max-width: 763px) { #TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 { display:block; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHw9URXdGAyeHma3kBZ1t1NgRyONn8fC { width:12.75rem;height:4.8125rem;top:1.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC5tqt78oCnAOgZTe5bm6MU12bL1kmli { width:17.8125rem;height:4.875rem;top:6.6241455078125rem;left:1.624755859375rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE4n8L62KlhLUZGxG84OwxdSFLML9RJy { display:none; }#wE4n8L62KlhLUZGxG84OwxdSFLML9RJy > .row .container { width:20rem;height:156.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bX0tVVTx83mdRvrHwGFZZ9soZE1egJme { width:6.4375rem;height:3.25rem;top:1.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtAeRhmPu3oAxGHAAv7y00alA9uglByU { width:3.1875rem;height:1.75rem;top:23.5rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLh8BIRwwS4dSvUqRBCbrVAcr8J4Ct40 { width:3.1875rem;height:1.75rem;top:45.75rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efdU3Q5Go68Qm1DVhwzucyWvKO2fblkB { width:7.6875rem;height:4.3125rem;top:6.8125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDyMnnz6Rgzhn91bTt9EMlA5zhfaDOwX { width:3.1875rem;height:1.75rem;top:29.0625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzegCnDgVK0ou2iJgTK068koPf6opdV1 { width:3.1875rem;height:1.75rem;top:51.3125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUyrfh1LBa8nP810FQwfwuAAImDVJs4u { width:6.4375rem;height:3.5625rem;top:12.375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAhWdNRq6XNqme9zttsNpP1aid7kMfL5 { width:3.1875rem;height:1.75rem;top:34.625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfGTm7dzqvVt0nBL6RnLykF0Tdds3Wpx { width:3.1875rem;height:1.75rem;top:56.875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3nAsrEsVy2uvBBDmZdC3tMHqmHua2WS { width:6.4375rem;height:3.5625rem;top:17.9375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9ABapoK6owU4iJ7zBzrKE1UabOTGQZK { width:3.1875rem;height:1.75rem;top:40.1875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah7ttQLATTxdOdvEZC78wphpD8AkV6hO { width:3.1875rem;height:1.75rem;top:62.4375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2vT9OKhLkkqM0vumAaX9JgGv9gOkdgn { width:3.1875rem;height:1.75rem;top:68rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeKl585Ny4PHVpsCw8g9tTeZGBeW6dPK { width:3.1875rem;height:1.75rem;top:73.5625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnMpamQ7GETOIalHH0HqIVGrqdDAQcxO { width:3.1875rem;height:1.75rem;top:90.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O457AIS8aiNHVzlxKyOHCyQXEMHdcm6n { width:3.1875rem;height:1.75rem;top:84.6875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrlG49KdJPcHV9Z6baPTChSKfrxUVSGW { width:3.1875rem;height:1.75rem;top:95.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQyDTVouZJsFKwdkMTWDELmET0xpCqvd { width:3.1875rem;height:1.75rem;top:79.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBHnDHfqyytXg0B1LpLVwRhNbr4ASta0 { width:3.1875rem;height:1.75rem;top:100.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:rgba(0,0,0,0);background-image:none;display:block; }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row .container { background-color: transparent; background-image: none; }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row .container > .video-iframe-container { display: none; }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row > .video-iframe-container { display: none; }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .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); }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w01CVRuI5xPG0MB7D1zyFFvshTGqEBir { display:flex;width:3.25rem;height:3.25rem;top:0.061458587646484rem;left:16.498958587646rem; }
#w01CVRuI5xPG0MB7D1zyFFvshTGqEBir > img { max-width: 100%;max-height:100%; width:3.25rem; height:3.25rem; } }@media only screen and (max-width: 763px) { #AmWo7up8xbTRJfIJTXDanLCn5AkldXX7 { width:12.625rem;height:0;top:0.5rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:14999;color:#ffffff;font-weight:300;font-style:italic;display:none; }
 }@media only screen and (max-width: 763px) { #PEkC9l2odbDdNLFDEnf1fFLR1TUsdgG4 { width:13.75rem;height:0;top:2.4375rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15000;color:#ffffff;font-weight:700;font-style:italic;display:none; }
 }