.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;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); }#iirfTVVM5vuisO2J0fHmNzzPBCRlmLUn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a4943;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#iirfTVVM5vuisO2J0fHmNzzPBCRlmLUn > .row .container { background-color: transparent; background-image: none; }#iirfTVVM5vuisO2J0fHmNzzPBCRlmLUn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iirfTVVM5vuisO2J0fHmNzzPBCRlmLUn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iirfTVVM5vuisO2J0fHmNzzPBCRlmLUn > .row .container > .video-iframe-container { display: none; }#iirfTVVM5vuisO2J0fHmNzzPBCRlmLUn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iirfTVVM5vuisO2J0fHmNzzPBCRlmLUn > .row > .video-iframe-container { display: none; }#iirfTVVM5vuisO2J0fHmNzzPBCRlmLUn > .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); }#iirfTVVM5vuisO2J0fHmNzzPBCRlmLUn > .row .container { border-width: 0; border-radius: 0; }#iirfTVVM5vuisO2J0fHmNzzPBCRlmLUn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iirfTVVM5vuisO2J0fHmNzzPBCRlmLUn > .row .container { font-size:0.875rem;font-family:poppins;height:5.4375rem;width:75rem;position:relative;display:block; }#Uz1CcxQI2g0WLtbKaDtguoJVulta9uET { box-sizing:content-box;height:5.4375rem;width:40rem;position:absolute;display:block;z-index:15003;background-color:#b1ceb2;background-image:none;top:0rem;left:37.25rem;display:block; }
#gFrbfxyP0lhU13mpviOiEKQO2nAOlzpS { background-color:#2a4943;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:2.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.375rem;left:59.25rem;display:block; }
#KH0gF3AFJk1amI0CnlE3MCQuqHn6o4rp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W3DHDQ9ifa58T1JgGbtAQ2XKl4EEPlT5 { box-sizing:content-box;height:0.0625rem;width:20.3125rem;position:absolute;display:block;z-index:15004;background-color:#2a4943;background-image:none;top:2.6875rem;left:52.0625rem;display:block; }
#pJgUxRib42mdw88vTN6maXKphatBQTTa { color:#2a4943;display:block;width:12.375rem;position:absolute;font-family:quicksand;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:1.96875rem;left:40.5625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aL5fHUvpQeALoMFAiBzsf90qFX9szgV9 { 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.5625rem;width:2.125rem;top:0.3125rem;left:2.25rem;overflow:hidden;display:block; }
#OQRtDORTvmGUyFO9c2toOJIdGcuTfqZf { 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:3.8125rem;width:10.375rem;top:0.8125rem;left:5.5625rem;overflow:hidden;display:block; }
#vEElOtt0Rr3N99hzMOnPE4tcfZQLC1RE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/994f7304-e7fc-4588-9eff-394d6cf87698/ENVY31221_334.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vEElOtt0Rr3N99hzMOnPE4tcfZQLC1RE.adaptive-delivery-prevent-bg, #vEElOtt0Rr3N99hzMOnPE4tcfZQLC1RE.lazyload, #vEElOtt0Rr3N99hzMOnPE4tcfZQLC1RE.lazyloading { background-image: none; }#vEElOtt0Rr3N99hzMOnPE4tcfZQLC1RE > .row .container { background-color: transparent; background-image: none; }#vEElOtt0Rr3N99hzMOnPE4tcfZQLC1RE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.72); }#vEElOtt0Rr3N99hzMOnPE4tcfZQLC1RE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vEElOtt0Rr3N99hzMOnPE4tcfZQLC1RE > .row .container > .video-iframe-container { display: none; }#vEElOtt0Rr3N99hzMOnPE4tcfZQLC1RE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.72); }#vEElOtt0Rr3N99hzMOnPE4tcfZQLC1RE > .row > .video-iframe-container { display: none; }#vEElOtt0Rr3N99hzMOnPE4tcfZQLC1RE > .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); }#vEElOtt0Rr3N99hzMOnPE4tcfZQLC1RE > .row .container { border-width: 0; border-radius: 0; }#vEElOtt0Rr3N99hzMOnPE4tcfZQLC1RE::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; }#vEElOtt0Rr3N99hzMOnPE4tcfZQLC1RE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vEElOtt0Rr3N99hzMOnPE4tcfZQLC1RE > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:75rem;position:relative;display:block; }#yiQiXi4at358rPqmCmVieC1JziuKNwMu { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"amandine font";font-size:3.4375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:11.125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V4Qg5ZdJCFyu0UaZ09VaR7iUuVSP2tyb { color:#ffffff;display:block;width:48.625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:20.875rem;left:13.1875rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#k2QscHTEAv9sFqmvrqoobMTpCapTFPBF { background-color:#b1ceb2;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#3d483e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1875rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:29.3125rem;left:25.6875rem;display:block; }
#X03vv60qhFdR5EVEmC14UbWn6QDgoD2V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fAEZEDeTF0pn72ozkQxKoCq8g9L6Igh2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7f6;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; }#fAEZEDeTF0pn72ozkQxKoCq8g9L6Igh2 > .row .container { background-color: transparent; background-image: none; }#fAEZEDeTF0pn72ozkQxKoCq8g9L6Igh2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAEZEDeTF0pn72ozkQxKoCq8g9L6Igh2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAEZEDeTF0pn72ozkQxKoCq8g9L6Igh2 > .row .container > .video-iframe-container { display: none; }#fAEZEDeTF0pn72ozkQxKoCq8g9L6Igh2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAEZEDeTF0pn72ozkQxKoCq8g9L6Igh2 > .row > .video-iframe-container { display: none; }#fAEZEDeTF0pn72ozkQxKoCq8g9L6Igh2 > .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); }#fAEZEDeTF0pn72ozkQxKoCq8g9L6Igh2 > .row .container { border-width: 0; border-radius: 0; }#fAEZEDeTF0pn72ozkQxKoCq8g9L6Igh2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fAEZEDeTF0pn72ozkQxKoCq8g9L6Igh2 > .row .container { font-size:0.875rem;font-family:arial;height:1.6875rem;width:75rem;position:relative;display:block; }#gIz3EdyS6n80y9uHOnfyvAa2KdTbZpCb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7f6;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; }#gIz3EdyS6n80y9uHOnfyvAa2KdTbZpCb > .row .container { background-color: transparent; background-image: none; }#gIz3EdyS6n80y9uHOnfyvAa2KdTbZpCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIz3EdyS6n80y9uHOnfyvAa2KdTbZpCb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIz3EdyS6n80y9uHOnfyvAa2KdTbZpCb > .row .container > .video-iframe-container { display: none; }#gIz3EdyS6n80y9uHOnfyvAa2KdTbZpCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIz3EdyS6n80y9uHOnfyvAa2KdTbZpCb > .row > .video-iframe-container { display: none; }#gIz3EdyS6n80y9uHOnfyvAa2KdTbZpCb > .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); }#gIz3EdyS6n80y9uHOnfyvAa2KdTbZpCb > .row .container { border-width: 0; border-radius: 0; }#gIz3EdyS6n80y9uHOnfyvAa2KdTbZpCb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gIz3EdyS6n80y9uHOnfyvAa2KdTbZpCb > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:75rem;position:relative;display:block; }#TZBVTdwXmag42sKoPHrIDzNotLZcfhOZ { box-sizing:content-box;height:24.375rem;width:35.625rem;position:absolute;display:block;z-index:15000;background-color:#b1ceb2;background-image:none;top:2.9375rem;left:-1.1875rem;display:block; }
#aCUHJ3oIXTfpau4cLsNkUh1TOSIH0M3b { background-color:#2a4943;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:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.9375rem;left:3.5rem;display:block; }
#WutOkG9qUbS42vTxbkDKQkC7ubNRB0uc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UZsgESUJwKmeEKoV87Frzbv0OpETaKx0 { color:#2a4943;display:block;width:19.8125rem;position:absolute;font-family:"amandine font";font-size:2.1875rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:4.3125rem;left:3.5rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VLZc3BEHu1TWZe8TTkWmwMBzNuznDX1F { position:absolute;display:block;z-index:14999;height:24.375rem;width:41rem;top:2.9375rem;left:34rem;display:block; }
#p18pD1MJb7IkIZ485ydfzJPNm8nQ44OM { color:#3d483e;display:block;width:26.4375rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:300;z-index:15040;line-height:1.4;letter-spacing:0;top:12.87890625rem;left:3.40625rem;height:8.496125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#p18pD1MJb7IkIZ485ydfzJPNm8nQ44OM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#p18pD1MJb7IkIZ485ydfzJPNm8nQ44OM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e35e04f5-83b5-4166-a216-3c59186ce029/Designsemnome.png); }
#p5gitCzoUS0Bz6pBFevmCm1Rv8T6idTc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7f6;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; }#p5gitCzoUS0Bz6pBFevmCm1Rv8T6idTc > .row .container { background-color: transparent; background-image: none; }#p5gitCzoUS0Bz6pBFevmCm1Rv8T6idTc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5gitCzoUS0Bz6pBFevmCm1Rv8T6idTc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5gitCzoUS0Bz6pBFevmCm1Rv8T6idTc > .row .container > .video-iframe-container { display: none; }#p5gitCzoUS0Bz6pBFevmCm1Rv8T6idTc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5gitCzoUS0Bz6pBFevmCm1Rv8T6idTc > .row > .video-iframe-container { display: none; }#p5gitCzoUS0Bz6pBFevmCm1Rv8T6idTc > .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); }#p5gitCzoUS0Bz6pBFevmCm1Rv8T6idTc > .row .container { border-width: 0; border-radius: 0; }#p5gitCzoUS0Bz6pBFevmCm1Rv8T6idTc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p5gitCzoUS0Bz6pBFevmCm1Rv8T6idTc > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#Z0raEfOPngvgd5Bd995S5qsoNq3fMFsK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dce2db;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; }#Z0raEfOPngvgd5Bd995S5qsoNq3fMFsK > .row .container { background-color: transparent; background-image: none; }#Z0raEfOPngvgd5Bd995S5qsoNq3fMFsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0raEfOPngvgd5Bd995S5qsoNq3fMFsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0raEfOPngvgd5Bd995S5qsoNq3fMFsK > .row .container > .video-iframe-container { display: none; }#Z0raEfOPngvgd5Bd995S5qsoNq3fMFsK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0raEfOPngvgd5Bd995S5qsoNq3fMFsK > .row > .video-iframe-container { display: none; }#Z0raEfOPngvgd5Bd995S5qsoNq3fMFsK > .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); }#Z0raEfOPngvgd5Bd995S5qsoNq3fMFsK > .row .container { border-width: 0; border-radius: 0; }#Z0raEfOPngvgd5Bd995S5qsoNq3fMFsK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z0raEfOPngvgd5Bd995S5qsoNq3fMFsK > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;position:relative;display:block; }#PEHqUVMwrKgpEK4bLvr6gKql481Z5fol { box-sizing:content-box;height:24.375rem;width:35.75rem;position:absolute;display:block;z-index:15000;background-color:#b1ceb2;background-image:none;top:2.9375rem;left:40.875rem;display:block; }
#aO75MX4TibAUrocycyHayJzWnyZ2xhaP { background-color:#2a4943;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:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.9375rem;left:44.5625rem;display:block; }
#NKBc7zcR4U7lGXkB3mDPLgVUqyLOUgaT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TtOnDp9L9NLVre5H61Iy6BMicdn8xRUC { color:#3d483e;display:block;width:27.1875rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:5.375rem;left:44.5625rem;height:5.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ImOwRvlKmThaxQ1gnXhnqbUTIeDZk3Zb { position:absolute;display:block;z-index:14999;height:24.375rem;width:41rem;top:2.9375rem;left:0rem;display:block; }
#mXiTzT36dKckp7mUIH6It1IHo3FfXQwB { color:#3d483e;display:block;width:26.4375rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.4;letter-spacing:0;top:12.1875rem;left:44.5625rem;height:9.121125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#mXiTzT36dKckp7mUIH6It1IHo3FfXQwB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mXiTzT36dKckp7mUIH6It1IHo3FfXQwB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e35e04f5-83b5-4166-a216-3c59186ce029/Designsemnome.png); }
#WWy4A8t7a8efW2sAUAJRqV5SqQQUrRWN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dce2db;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; }#WWy4A8t7a8efW2sAUAJRqV5SqQQUrRWN > .row .container { background-color: transparent; background-image: none; }#WWy4A8t7a8efW2sAUAJRqV5SqQQUrRWN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWy4A8t7a8efW2sAUAJRqV5SqQQUrRWN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWy4A8t7a8efW2sAUAJRqV5SqQQUrRWN > .row .container > .video-iframe-container { display: none; }#WWy4A8t7a8efW2sAUAJRqV5SqQQUrRWN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWy4A8t7a8efW2sAUAJRqV5SqQQUrRWN > .row > .video-iframe-container { display: none; }#WWy4A8t7a8efW2sAUAJRqV5SqQQUrRWN > .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); }#WWy4A8t7a8efW2sAUAJRqV5SqQQUrRWN > .row .container { border-width: 0; border-radius: 0; }#WWy4A8t7a8efW2sAUAJRqV5SqQQUrRWN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WWy4A8t7a8efW2sAUAJRqV5SqQQUrRWN > .row .container { font-size:0.875rem;font-family:arial;height:2.75rem;width:75rem;position:relative;display:block; }#PTZvCAk4kmUwVk9zdma72iJzs1SJ6Zkw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5c733fcb-ded2-435e-a158-03fe6ba897d9/PARCDASARTS1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#PTZvCAk4kmUwVk9zdma72iJzs1SJ6Zkw.adaptive-delivery-prevent-bg, #PTZvCAk4kmUwVk9zdma72iJzs1SJ6Zkw.lazyload, #PTZvCAk4kmUwVk9zdma72iJzs1SJ6Zkw.lazyloading { background-image: none; }#PTZvCAk4kmUwVk9zdma72iJzs1SJ6Zkw > .row .container { background-color: transparent; background-image: none; }#PTZvCAk4kmUwVk9zdma72iJzs1SJ6Zkw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTZvCAk4kmUwVk9zdma72iJzs1SJ6Zkw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTZvCAk4kmUwVk9zdma72iJzs1SJ6Zkw > .row .container > .video-iframe-container { display: none; }#PTZvCAk4kmUwVk9zdma72iJzs1SJ6Zkw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTZvCAk4kmUwVk9zdma72iJzs1SJ6Zkw > .row > .video-iframe-container { display: none; }#PTZvCAk4kmUwVk9zdma72iJzs1SJ6Zkw > .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); }#PTZvCAk4kmUwVk9zdma72iJzs1SJ6Zkw > .row .container { border-width: 0; border-radius: 0; }#PTZvCAk4kmUwVk9zdma72iJzs1SJ6Zkw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTZvCAk4kmUwVk9zdma72iJzs1SJ6Zkw > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#FZgZnQoVKtrVPVSeafFu5ss5QnI299ac { color:#dce2db;display:block;width:75rem;position:absolute;font-family:"amandine font";font-size:2.3125rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:2.119140625rem;left:0rem;height:2.7749rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mHO0DL8k76BcqlpGzS7t1eUXRc0DJSAl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5c733fcb-ded2-435e-a158-03fe6ba897d9/PARCDASARTS1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#mHO0DL8k76BcqlpGzS7t1eUXRc0DJSAl.adaptive-delivery-prevent-bg, #mHO0DL8k76BcqlpGzS7t1eUXRc0DJSAl.lazyload, #mHO0DL8k76BcqlpGzS7t1eUXRc0DJSAl.lazyloading { background-image: none; }#mHO0DL8k76BcqlpGzS7t1eUXRc0DJSAl > .row .container { background-color: transparent; background-image: none; }#mHO0DL8k76BcqlpGzS7t1eUXRc0DJSAl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHO0DL8k76BcqlpGzS7t1eUXRc0DJSAl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHO0DL8k76BcqlpGzS7t1eUXRc0DJSAl > .row .container > .video-iframe-container { display: none; }#mHO0DL8k76BcqlpGzS7t1eUXRc0DJSAl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHO0DL8k76BcqlpGzS7t1eUXRc0DJSAl > .row > .video-iframe-container { display: none; }#mHO0DL8k76BcqlpGzS7t1eUXRc0DJSAl > .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); }#mHO0DL8k76BcqlpGzS7t1eUXRc0DJSAl > .row .container { border-width: 0; border-radius: 0; }#mHO0DL8k76BcqlpGzS7t1eUXRc0DJSAl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mHO0DL8k76BcqlpGzS7t1eUXRc0DJSAl > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:75rem;position:relative;display:block; }#WlNZ26cnblwya0Gc1HcqK2ATPicrAbTi { box-sizing:content-box;height:12.875rem;width:13.5rem;position:absolute;display:block;z-index:15000;background-color:#2a4943;background-image:none;top:5.5rem;left:2.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#aB7OVFIvvDGsqNfHUJKEXdTQQqdNwaMx { color:#dce2db;display:block;width:11.4375rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:300;z-index:15039;line-height:1.4;letter-spacing:0;top:10.3125rem;left:3.6875rem;height:4.19824375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#up3AqXTr1CspxVsabvwNPAUbuawBmhJG { box-sizing:content-box;height:7.4375rem;width:7.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:#dce2db;background-image:none;top:1.5rem;left:5.15625rem;display:block; }
#pfOgTmuPpGPaJ6ibrAVTT5sIoGXvA4lM { position:absolute;display:block;z-index:15063;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.75rem;width:3.75rem;top:2.6875rem;left:7rem;overflow:hidden;display:block; }
#mdyIpi1OCtbBXE9HO4H8nAG3T07GURDW { box-sizing:content-box;height:12.875rem;width:13.5rem;position:absolute;display:block;z-index:15004;background-color:#2a4943;background-image:none;top:5.5625rem;left:21.375rem;display:block; }
#tovwzXiHCm75gcZObeyKH9JQAhRP8Kqr { color:#dce2db;display:block;width:10.3125rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:300;z-index:15043;line-height:1.4;letter-spacing:0;top:10.3125rem;left:22.96875rem;height:5.59765625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uWHutcEcnoq39QqRMoGsWXVm1vzTGK8z { box-sizing:content-box;height:7.4375rem;width:7.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15044;background-color:#dce2db;background-image:none;top:1.5625rem;left:24.4375rem;display:block; }
#BIaM0d8QJN5sPwGfhZKQdyNIgF6Jz1XX { box-sizing:content-box;height:12.875rem;width:13.5rem;position:absolute;display:block;z-index:15008;background-color:#2a4943;background-image:none;top:5.5625rem;left:40.125rem;display:block; }
#LWAJbuJ4WxICg1zAkK5r9hHhgHIvgRpN { color:#dce2db;display:block;width:10.0625rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:300;z-index:15047;line-height:1.4;letter-spacing:0;top:10.375rem;left:41.6875rem;height:2.798825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UUXt6lDpiGN0LJTb22pUV7BGFFSZn2RD { box-sizing:content-box;height:7.4375rem;width:7.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15048;background-color:#dce2db;background-image:none;top:1.5625rem;left:43.1875rem;display:block; }
#BbFykOHaNmyZsKeVfAr1WXpWfL8w7lcz { box-sizing:content-box;height:12.875rem;width:13.5rem;position:absolute;display:block;z-index:15012;background-color:#2a4943;background-image:none;top:5.5625rem;left:58.875rem;display:block; }
#ZZJIbsESVt4LNCPVCUWTtXG8vthA8tRC { color:#dce2db;display:block;width:11.4375rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:300;z-index:15051;line-height:1.4;letter-spacing:0;top:12.412109375rem;left:59.90625rem;height:1.3999rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WOs3OmAPetHHFeidttnnexlNDcXafRoK { box-sizing:content-box;height:7.4375rem;width:7.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15052;background-color:#dce2db;background-image:none;top:1.5625rem;left:61.9375rem;display:block; }
#pN9HJqBB0d7Eyq8AXoCb9TdU57mc2UTT { position:absolute;display:block;z-index:15069;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.5rem;width:3.5rem;top:3.46875rem;left:63.875rem;overflow:hidden;display:block; }
#tX6lthgGIULeMw61uJgTLqqK6LJx0XHS { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:5.375rem;top:2.53125rem;left:44.1875rem;overflow:hidden;display:block; }
#ySQazyiX9ad2h9Fcr4SSNSgwhr3Nh68v { position:absolute;display:block;z-index:15078;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.6875rem;width:4.6875rem;top:2.875rem;left:25.78125rem;overflow:hidden;display:block; }
#M6McZP6aBtSQoMMksOdGxp6FE4wWPHqa { box-sizing:content-box;height:12.875rem;width:13.5rem;position:absolute;display:block;z-index:15000;background-color:#2a4943;background-image:none;top:5.5rem;left:2.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#H5PR7z8lTA9NLVlEC2TPRtmpbJRzZcAs { box-sizing:content-box;height:7.4375rem;width:7.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:#dce2db;background-image:none;top:1.5rem;left:5.15625rem;display:none; }
#yHmiDVCzoCIOzCvFclmnGQFBHwIADhSD { box-sizing:content-box;height:12.875rem;width:13.5rem;position:absolute;display:block;z-index:15000;background-color:#2a4943;background-image:none;top:5.5rem;left:2.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#QrWsaWGiE5Tg4huh5P2fip1CP9TqMlf9 { box-sizing:content-box;height:12.875rem;width:13.5rem;position:absolute;display:block;z-index:15000;background-color:#2a4943;background-image:none;top:5.5rem;left:2.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#NdtZQ9v6IJIbR1RT8vLEtrNFpC4JX6iH { box-sizing:content-box;height:7.4375rem;width:7.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:#dce2db;background-image:none;top:1.5rem;left:5.15625rem;display:none; }
#BcW75MmavRIQxZ0e5WdmXelRuJToRfNM { box-sizing:content-box;height:7.4375rem;width:7.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:#dce2db;background-image:none;top:1.5rem;left:5.15625rem;display:none; }
#TTV2PdsHC9hWWUyZoF2OJQ7eoleTweq3 { box-sizing:content-box;height:12.875rem;width:13.5rem;position:absolute;display:block;z-index:15000;background-color:#2a4943;background-image:none;top:5.5rem;left:2.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#JShEoR58wQHBcTA6J7pLghqtSuFTgR3d { box-sizing:content-box;height:7.4375rem;width:7.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:#dce2db;background-image:none;top:1.5rem;left:5.15625rem;display:none; }
#Icv0b4wI5kE8ifOcbHVVWcVcfH6MHUv1 { box-sizing:content-box;height:7.4375rem;width:7.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:#dce2db;background-image:none;top:1.5rem;left:5.15625rem;display:none; }
#bDsz9vbTb68wQ2nt90RMOitM3EQWS5SI { box-sizing:content-box;height:12.875rem;width:13.5rem;position:absolute;display:block;z-index:15000;background-color:#2a4943;background-image:none;top:5.5rem;left:2.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#xyHt6LOi1TEmQ4JFa47lEAFsaxhgIyCz { box-sizing:content-box;height:12.875rem;width:13.5rem;position:absolute;display:block;z-index:15000;background-color:#2a4943;background-image:none;top:5.5rem;left:2.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#wA0ibAgBwBeiidQahZGCZmx3H6t4K7al { box-sizing:content-box;height:12.875rem;width:13.5rem;position:absolute;display:block;z-index:15000;background-color:#2a4943;background-image:none;top:5.5rem;left:2.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#raE4qEWxTUOxv8mrNgfMtW7D83MSXdIt { box-sizing:content-box;height:7.4375rem;width:7.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:#dce2db;background-image:none;top:1.5rem;left:5.15625rem;display:none; }
#L65obKizdm8n1TyaShA26vMMZ3laNpnf { box-sizing:content-box;height:7.4375rem;width:7.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:#dce2db;background-image:none;top:1.5rem;left:5.15625rem;display:none; }
#Ws48Q2DFEbFp4O9lpWpqO7GNUtEouRQe { color:#dce2db;display:block;width:11.4375rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:300;z-index:15039;line-height:1.4;letter-spacing:0;top:10.3125rem;left:3.6875rem;height:4.19824375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#WLO4AkFltzhAaIVPManl7c5dIWQnn1AJ { color:#dce2db;display:block;width:10.0625rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:300;z-index:15047;line-height:1.4;letter-spacing:0;top:10.375rem;left:41.6875rem;height:4.19824375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#QNVvCugR9GGq7CSDHpRvA7vwFP2VtDbC { position:absolute;display:block;z-index:15073;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:4.8125rem;top:2.8125rem;left:25.71875rem;overflow:hidden;display:none; }
#Rk3wJimcippcDNyC7IIPqJGPQmTFTmg7 { position:absolute;display:block;z-index:15079;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.5rem;width:3.5rem;top:3.46875rem;left:44.96875rem;overflow:hidden;display:none; }
#S4GvOnb45iNtCZkC97HRMLTodpxKFs4G { color:#dce2db;display:block;width:7.1875rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:300;z-index:15043;line-height:1.4;letter-spacing:0;top:11.7744140625rem;left:24.53125rem;height:4.19824375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#UibInF6smukLZPwCRKThTn5Byvp1lGVT { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:3.125rem;left:6.78125rem;overflow:hidden;display:none; }
#rPAAhykzLEApBSg7D9yx936zaHL42fXA { position:absolute;display:block;z-index:15075;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.75rem;width:3.75rem;top:2.75rem;left:63.75rem;overflow:hidden;display:none; }
#lkADlLeAXlZRCeoyZfIT1cbovdmJTTwO { color:#dce2db;display:block;width:10.4375rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:300;z-index:15051;line-height:1.4;letter-spacing:0;top:11.2490234375rem;left:60.40625rem;height:2.798825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#UT6cZLzZb3xiNLMbsglLWu5WOt8fS0lv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5c733fcb-ded2-435e-a158-03fe6ba897d9/PARCDASARTS1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#UT6cZLzZb3xiNLMbsglLWu5WOt8fS0lv.adaptive-delivery-prevent-bg, #UT6cZLzZb3xiNLMbsglLWu5WOt8fS0lv.lazyload, #UT6cZLzZb3xiNLMbsglLWu5WOt8fS0lv.lazyloading { background-image: none; }#UT6cZLzZb3xiNLMbsglLWu5WOt8fS0lv > .row .container { background-color: transparent; background-image: none; }#UT6cZLzZb3xiNLMbsglLWu5WOt8fS0lv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UT6cZLzZb3xiNLMbsglLWu5WOt8fS0lv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UT6cZLzZb3xiNLMbsglLWu5WOt8fS0lv > .row .container > .video-iframe-container { display: none; }#UT6cZLzZb3xiNLMbsglLWu5WOt8fS0lv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UT6cZLzZb3xiNLMbsglLWu5WOt8fS0lv > .row > .video-iframe-container { display: none; }#UT6cZLzZb3xiNLMbsglLWu5WOt8fS0lv > .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); }#UT6cZLzZb3xiNLMbsglLWu5WOt8fS0lv > .row .container { border-width: 0; border-radius: 0; }#UT6cZLzZb3xiNLMbsglLWu5WOt8fS0lv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UT6cZLzZb3xiNLMbsglLWu5WOt8fS0lv > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:75rem;position:relative;display:block; }#xxyAZDQchgyyEiXd8xWTB2VFfil0lsIe { box-sizing:content-box;height:12.875rem;width:13.5rem;position:absolute;display:block;z-index:15000;background-color:#2a4943;background-image:none;top:5.5rem;left:2.125rem;display:block; }
#Kr1mQV47hBovlsREMGtTExtt9KPVmctk { color:#dce2db;display:block;width:11.4375rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:300;z-index:15039;line-height:1.4;letter-spacing:0;top:11.2490234375rem;left:3.15625rem;height:4.19824375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#F6qoGQCz6JHmBdXeD4DQV6H1c3UyFnyc { box-sizing:content-box;height:7.4375rem;width:7.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:#dce2db;background-image:none;top:1.5rem;left:5.15625rem;display:block; }
#E0dfHZaMhx0KPnSaGsgSUmGBqilCTtO0 { box-sizing:content-box;height:12.875rem;width:13.5rem;position:absolute;display:block;z-index:15004;background-color:#2a4943;background-image:none;top:5.5625rem;left:21.375rem;display:block; }
#Jg0vneJZOvo9xRNzXRFS7HVJJrQ5nTAT { color:#dce2db;display:block;width:7.1875rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:300;z-index:15043;line-height:1.4;letter-spacing:0;top:11.7744140625rem;left:24.53125rem;height:4.19824375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#du7xOlDhiNerxIgxqxEQVipPKhaFJCa4 { box-sizing:content-box;height:7.4375rem;width:7.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15044;background-color:#dce2db;background-image:none;top:1.5625rem;left:24.4375rem;display:block; }
#kVTGNotTRvv3oBzcuTRsh9X89WpqskCO { box-sizing:content-box;height:12.875rem;width:13.5rem;position:absolute;display:block;z-index:15008;background-color:#2a4943;background-image:none;top:5.5625rem;left:40.125rem;display:block; }
#dq4F8uBleqKJsTzGS1kBvtKe85uuQcG3 { color:#dce2db;display:block;width:10.0625rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:300;z-index:15047;line-height:1.4;letter-spacing:0;top:11.7744140625rem;left:41.84375rem;height:1.3999rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qOhg3EP9wHTfEeWWHOKSSxPJaCAHXTaw { box-sizing:content-box;height:7.4375rem;width:7.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15048;background-color:#dce2db;background-image:none;top:1.5625rem;left:43.1875rem;display:block; }
#khkQcHQ2y29Qa1DZ0lXvq17N8ik7EoNS { box-sizing:content-box;height:12.875rem;width:13.5rem;position:absolute;display:block;z-index:15012;background-color:#2a4943;background-image:none;top:5.5625rem;left:58.875rem;display:block; }
#xaGhHXCJSyRTVas7nODmP3dayVLesdXQ { color:#dce2db;display:block;width:10.4375rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:300;z-index:15051;line-height:1.4;letter-spacing:0;top:11.2490234375rem;left:60.40625rem;height:2.798825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xECPW73zx5wT04Cr1oeTW0vnhA7rsckt { box-sizing:content-box;height:7.4375rem;width:7.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15052;background-color:#dce2db;background-image:none;top:1.5625rem;left:61.9375rem;display:block; }
#Lya3SQ3Hu4WURt4F4ughnkpHiudhCdCm { position:absolute;display:block;z-index:15075;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.75rem;width:3.75rem;top:2.75rem;left:63.75rem;overflow:hidden;display:block; }
#aFihifTGbqkhstXfLrLU4kgtICEypvS6 { position:absolute;display:block;z-index:15079;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.5rem;width:3.5rem;top:3.46875rem;left:44.96875rem;overflow:hidden;display:block; }
#TWOD4zdt5adZDaTOUUKzaH8DvmD43SaR { position:absolute;display:block;z-index:15073;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:4.8125rem;top:2.8125rem;left:25.71875rem;overflow:hidden;display:block; }
#dwCBLNk17IXMv3nFtMg0UDwal2qH849X { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:3.125rem;left:6.78125rem;overflow:hidden;display:block; }
#QruIqTBI3FgzpZCuWvODBWMsEy2TZ2c9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dce2db;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; }#QruIqTBI3FgzpZCuWvODBWMsEy2TZ2c9 > .row .container { background-color: transparent; background-image: none; }#QruIqTBI3FgzpZCuWvODBWMsEy2TZ2c9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QruIqTBI3FgzpZCuWvODBWMsEy2TZ2c9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QruIqTBI3FgzpZCuWvODBWMsEy2TZ2c9 > .row .container > .video-iframe-container { display: none; }#QruIqTBI3FgzpZCuWvODBWMsEy2TZ2c9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QruIqTBI3FgzpZCuWvODBWMsEy2TZ2c9 > .row > .video-iframe-container { display: none; }#QruIqTBI3FgzpZCuWvODBWMsEy2TZ2c9 > .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); }#QruIqTBI3FgzpZCuWvODBWMsEy2TZ2c9 > .row .container { border-width: 0; border-radius: 0; }#QruIqTBI3FgzpZCuWvODBWMsEy2TZ2c9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QruIqTBI3FgzpZCuWvODBWMsEy2TZ2c9 > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:75rem;position:relative;display:block; }#nazVpvzy9EmIAPPTuzhyluh3nSdBzVTb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.8125rem;width:49.625rem;top:2.9375rem;left:12.6875rem;display:block; }
#ZKxPsIzB5mmH2SCL2TDaRutrkRxPkJil { background-color:#2a4943;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:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.1875rem;left:30.875rem;display:block; }
#MFoxmGRFJ5ezIlpkRxq5MDgGdmiPWfWA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cbCHT8zob1r9uo3MZ5KHGuLKDPUrEegG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dce2db;background-image:url("https://images.assets-landingi.com/uc/4325695e-8c29-4abb-99ee-2ddebd6c0ef7/3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cbCHT8zob1r9uo3MZ5KHGuLKDPUrEegG.adaptive-delivery-prevent-bg, #cbCHT8zob1r9uo3MZ5KHGuLKDPUrEegG.lazyload, #cbCHT8zob1r9uo3MZ5KHGuLKDPUrEegG.lazyloading { background-image: none; }#cbCHT8zob1r9uo3MZ5KHGuLKDPUrEegG > .row .container { background-color: transparent; background-image: none; }#cbCHT8zob1r9uo3MZ5KHGuLKDPUrEegG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbCHT8zob1r9uo3MZ5KHGuLKDPUrEegG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbCHT8zob1r9uo3MZ5KHGuLKDPUrEegG > .row .container > .video-iframe-container { display: none; }#cbCHT8zob1r9uo3MZ5KHGuLKDPUrEegG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbCHT8zob1r9uo3MZ5KHGuLKDPUrEegG > .row > .video-iframe-container { display: none; }#cbCHT8zob1r9uo3MZ5KHGuLKDPUrEegG > .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); }#cbCHT8zob1r9uo3MZ5KHGuLKDPUrEegG > .row .container { border-width: 0; border-radius: 0; }#cbCHT8zob1r9uo3MZ5KHGuLKDPUrEegG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cbCHT8zob1r9uo3MZ5KHGuLKDPUrEegG > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#P1ca17dd3edd3cf24337129e87d7dbae { 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:block; }#P1ca17dd3edd3cf24337129e87d7dbae.adaptive-delivery-prevent-bg, #P1ca17dd3edd3cf24337129e87d7dbae.lazyload, #P1ca17dd3edd3cf24337129e87d7dbae.lazyloading { background-image: none; }#P1ca17dd3edd3cf24337129e87d7dbae > .row .container { background-color: transparent; background-image: none; }#P1ca17dd3edd3cf24337129e87d7dbae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#P1ca17dd3edd3cf24337129e87d7dbae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1ca17dd3edd3cf24337129e87d7dbae > .row .container > .video-iframe-container { display: none; }#P1ca17dd3edd3cf24337129e87d7dbae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#P1ca17dd3edd3cf24337129e87d7dbae > .row > .video-iframe-container { display: none; }#P1ca17dd3edd3cf24337129e87d7dbae > .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); }#P1ca17dd3edd3cf24337129e87d7dbae > .row .container { border-width: 0; border-radius: 0; }#P1ca17dd3edd3cf24337129e87d7dbae::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; }#P1ca17dd3edd3cf24337129e87d7dbae > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P1ca17dd3edd3cf24337129e87d7dbae > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:block; }#k0a8ae6f44bc365d8eff1f5f946e96e5 { 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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;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:26.4375rem;display:none; }
#Paab3ee9806678b47e90c82886a9fd24 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e45bf0ee7a0084978f1de3667a77a31e { color:#ffffff;display:block;width:58.0625rem;position:absolute;font-family:quicksand;font-size:1.75rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:1.125rem;left:8.5rem;height:6.2988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mb2efc57d254e520e184818f7b5aab92 { color:#ffffff;display:block;width:44.8125rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:8.625rem;left:13.3125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vadf960b436a4adc2ccd82ad99badd09 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/72b6ac4f-5e7e-4db7-a231-6e2623382a3b/2.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; }#vadf960b436a4adc2ccd82ad99badd09.adaptive-delivery-prevent-bg, #vadf960b436a4adc2ccd82ad99badd09.lazyload, #vadf960b436a4adc2ccd82ad99badd09.lazyloading { background-image: none; }#vadf960b436a4adc2ccd82ad99badd09 > .row .container { background-color: transparent; background-image: none; }#vadf960b436a4adc2ccd82ad99badd09::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vadf960b436a4adc2ccd82ad99badd09 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vadf960b436a4adc2ccd82ad99badd09 > .row .container > .video-iframe-container { display: none; }#vadf960b436a4adc2ccd82ad99badd09 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vadf960b436a4adc2ccd82ad99badd09 > .row > .video-iframe-container { display: none; }#vadf960b436a4adc2ccd82ad99badd09 > .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); }#vadf960b436a4adc2ccd82ad99badd09 > .row .container { border-width: 0; border-radius: 0; }#vadf960b436a4adc2ccd82ad99badd09 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vadf960b436a4adc2ccd82ad99badd09 > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#K793d9df7fea21f147f941b2ad2b9ffd { color:#3b4847;display:block;width:20.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:23.125rem;left:9.4375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#x6ed831b81cf80bc281480caff93adbd { color:#3b4847;display:block;width:20.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:23.1875rem;left:44.5625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#W1e8aecdd545440498142e044a8673f7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W1e8aecdd545440498142e044a8673f7 > .row .container { background-color: transparent; background-image: none; }#W1e8aecdd545440498142e044a8673f7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1e8aecdd545440498142e044a8673f7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1e8aecdd545440498142e044a8673f7 > .row .container > .video-iframe-container { display: none; }#W1e8aecdd545440498142e044a8673f7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1e8aecdd545440498142e044a8673f7 > .row > .video-iframe-container { display: none; }#W1e8aecdd545440498142e044a8673f7 > .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); }#W1e8aecdd545440498142e044a8673f7 > .row .container { border-width: 0; border-radius: 0; }#W1e8aecdd545440498142e044a8673f7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W1e8aecdd545440498142e044a8673f7 > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:75rem;position:relative;display:block; }#d2b5ce154968ab6d4eda10b0490bc7a9 { 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:52.5rem;overflow:hidden;display:none; }
#B740f7a71f49cedbc068f794c7871ec3 { color:#191918;display:block;width:30rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:5.96240234375rem;left:41.25rem;height:1.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ff33271c19154435647a1d1fc3e0d5e4 { 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:11.4375rem;display:block; }#ff33271c19154435647a1d1fc3e0d5e4.adaptive-delivery-prevent-bg, #ff33271c19154435647a1d1fc3e0d5e4.lazyload, #ff33271c19154435647a1d1fc3e0d5e4.lazyloading { background-image: none; }
#Cb555445b4e02ba763494474fe65b2fb { 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.125rem;left:41.21875rem;overflow:hidden;display:block; }
#Icf8a49b3723da0f80f0044bd4360958 { color:#191918;display:block;width:25.4375rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:27.25rem;left:7.3125rem;height:14.168rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xc22534c9e61919cad650696b61f0ba9 { 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 #191918;border-left:0.1875rem solid #191918;border-right:0.1875rem solid #191918;border-bottom:0.1875rem solid #191918;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:9.375rem;display:block; }
#cd7db07288317e1a5a1eb14d63174b85 { 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 #191918;border-left:0.1875rem solid #191918;border-right:0.1875rem solid #191918;border-bottom:0.1875rem solid #191918;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:62.5rem;display:block; }
#w3baf6e1d34fc9515f949c00695fd768 { position:absolute;display:block;z-index:15014;background-color:#ffffff;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:61rem;display:block; }
#f11221bc27dd8ac1e29770458f22d699 { color:#191918;display:block;width:30rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15015;line-height:1.1;letter-spacing:0;top:3.25rem;left:41.25rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mff61f2259616218ef8a768b0998e767 { color:#191918;display:block;width:25.4375rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:22.6875rem;left:43.5rem;height:15.7421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b875cc708c7f551afc11704d5cedcaaa { color:#191918;display:block;width:37.5rem;position:absolute;font-family:quicksand;font-size:0.8125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:24.625rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W72dfea7f0c0c0e25db01f40521923a7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W72dfea7f0c0c0e25db01f40521923a7 > .row .container { background-color: transparent; background-image: none; }#W72dfea7f0c0c0e25db01f40521923a7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W72dfea7f0c0c0e25db01f40521923a7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W72dfea7f0c0c0e25db01f40521923a7 > .row .container > .video-iframe-container { display: none; }#W72dfea7f0c0c0e25db01f40521923a7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W72dfea7f0c0c0e25db01f40521923a7 > .row > .video-iframe-container { display: none; }#W72dfea7f0c0c0e25db01f40521923a7 > .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); }#W72dfea7f0c0c0e25db01f40521923a7 > .row .container { border-width: 0; border-radius: 0; }#W72dfea7f0c0c0e25db01f40521923a7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W72dfea7f0c0c0e25db01f40521923a7 > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:75rem;position:relative;display:block; }#Ve34f43284897c2ae7fe815c96ab4b91 { 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:52.5rem;overflow:hidden;display:none; }
#Ub5f889386e48bd0b620409dc80d521e { color:#191918;display:block;width:22.4375rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:18.6875rem;left:7.375rem;height:7.3095625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l203a870511e40e81d2cf0fd34409a85 { 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:7.4375rem;display:block; }#l203a870511e40e81d2cf0fd34409a85.adaptive-delivery-prevent-bg, #l203a870511e40e81d2cf0fd34409a85.lazyload, #l203a870511e40e81d2cf0fd34409a85.lazyloading { background-image: none; }
#Q0ed2c673009f33304c490d898da432d { position:absolute;display:block;z-index:15021;background-color:rgba(0,0,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:49.375rem;display:block; }#Q0ed2c673009f33304c490d898da432d.adaptive-delivery-prevent-bg, #Q0ed2c673009f33304c490d898da432d.lazyload, #Q0ed2c673009f33304c490d898da432d.lazyloading { background-image: none; }
#e5ff10e6b79e4c9064dc9a877e841ccc { position:absolute;display:block;z-index:15017;background-color:#ffffff;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:59.8125rem;display:block; }#e5ff10e6b79e4c9064dc9a877e841ccc.adaptive-delivery-prevent-bg, #e5ff10e6b79e4c9064dc9a877e841ccc.lazyload, #e5ff10e6b79e4c9064dc9a877e841ccc.lazyloading { background-image: none; }
#d6906fa4a597a6bd4c574c7dd66c695a { position:absolute;display:block;z-index:15018;background-color:#ffffff;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:42rem;display:block; }#d6906fa4a597a6bd4c574c7dd66c695a.adaptive-delivery-prevent-bg, #d6906fa4a597a6bd4c574c7dd66c695a.lazyload, #d6906fa4a597a6bd4c574c7dd66c695a.lazyloading { background-image: none; }
#dUZbPwbqvziNFeagLAo5KLvHlro3qZ0V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4325695e-8c29-4abb-99ee-2ddebd6c0ef7/3.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; }#dUZbPwbqvziNFeagLAo5KLvHlro3qZ0V.adaptive-delivery-prevent-bg, #dUZbPwbqvziNFeagLAo5KLvHlro3qZ0V.lazyload, #dUZbPwbqvziNFeagLAo5KLvHlro3qZ0V.lazyloading { background-image: none; }#dUZbPwbqvziNFeagLAo5KLvHlro3qZ0V > .row .container { background-color: transparent; background-image: none; }#dUZbPwbqvziNFeagLAo5KLvHlro3qZ0V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUZbPwbqvziNFeagLAo5KLvHlro3qZ0V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUZbPwbqvziNFeagLAo5KLvHlro3qZ0V > .row .container > .video-iframe-container { display: none; }#dUZbPwbqvziNFeagLAo5KLvHlro3qZ0V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUZbPwbqvziNFeagLAo5KLvHlro3qZ0V > .row > .video-iframe-container { display: none; }#dUZbPwbqvziNFeagLAo5KLvHlro3qZ0V > .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); }#dUZbPwbqvziNFeagLAo5KLvHlro3qZ0V > .row .container { border-width: 0; border-radius: 0; }#dUZbPwbqvziNFeagLAo5KLvHlro3qZ0V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dUZbPwbqvziNFeagLAo5KLvHlro3qZ0V > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#TusXeKDxu0nDKgZui4Tviin0mXfXGOSD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#TusXeKDxu0nDKgZui4Tviin0mXfXGOSD > .row .container { background-color: transparent; background-image: none; }#TusXeKDxu0nDKgZui4Tviin0mXfXGOSD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TusXeKDxu0nDKgZui4Tviin0mXfXGOSD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TusXeKDxu0nDKgZui4Tviin0mXfXGOSD > .row .container > .video-iframe-container { display: none; }#TusXeKDxu0nDKgZui4Tviin0mXfXGOSD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TusXeKDxu0nDKgZui4Tviin0mXfXGOSD > .row > .video-iframe-container { display: none; }#TusXeKDxu0nDKgZui4Tviin0mXfXGOSD > .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); }#TusXeKDxu0nDKgZui4Tviin0mXfXGOSD > .row .container { border-width: 0; border-radius: 0; }#TusXeKDxu0nDKgZui4Tviin0mXfXGOSD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TusXeKDxu0nDKgZui4Tviin0mXfXGOSD > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:75rem;position:relative;display:block; }#VgzQE0Bzt4eLhnDOOBs9qvig48sUGGo3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#VgzQE0Bzt4eLhnDOOBs9qvig48sUGGo3 > .row .container { background-color: transparent; background-image: none; }#VgzQE0Bzt4eLhnDOOBs9qvig48sUGGo3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgzQE0Bzt4eLhnDOOBs9qvig48sUGGo3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgzQE0Bzt4eLhnDOOBs9qvig48sUGGo3 > .row .container > .video-iframe-container { display: none; }#VgzQE0Bzt4eLhnDOOBs9qvig48sUGGo3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgzQE0Bzt4eLhnDOOBs9qvig48sUGGo3 > .row > .video-iframe-container { display: none; }#VgzQE0Bzt4eLhnDOOBs9qvig48sUGGo3 > .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); }#VgzQE0Bzt4eLhnDOOBs9qvig48sUGGo3 > .row .container { border-width: 0; border-radius: 0; }#VgzQE0Bzt4eLhnDOOBs9qvig48sUGGo3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VgzQE0Bzt4eLhnDOOBs9qvig48sUGGo3 > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#GCGDXRheItVHZoSumxVTS22C43OFc6l0 { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:13.125rem;left:13.3125rem;height:10.15625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs .widget-form-header { font-size:0.875rem; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#ffffff;width:17.8125rem;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; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs .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:#ffffff;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.8125rem;box-sizing:border-box;height:2.5625rem;color:#000000;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; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs .widget-input-text {padding-top: 0; padding-bottom: 0;}#hEhrePiHf081QS1adivB2ROq8J3RDwIs .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;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.8125rem;box-sizing:border-box;height:3.9375rem;color:#000000;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; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs .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:#ffffff;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.8125rem;box-sizing:border-box;height:2.5625rem;color:rgba(0,0,0,0.82);font-family:montserrat;font-size:0.8125rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs .widget-input-select {padding-top: 0; padding-bottom: 0;}#hEhrePiHf081QS1adivB2ROq8J3RDwIs .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; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hEhrePiHf081QS1adivB2ROq8J3RDwIs .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:#2a4943;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:#ffffff;width:17.8125rem;height:3.3125rem;font-family:montserrat;overflow:hidden;text-align:center;text-align-last:center;line-height:1.6;box-shadow: none;font-style:normal; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.85);font-family:"azo sans";font-size:1.0625rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.85);font-family:"azo sans";font-size:1.0625rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.85);font-family:"azo sans";font-size:1.0625rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.85);font-family:"azo sans";font-size:1.0625rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs .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.8125rem;overflow:hidden;font-style:normal;float:none;line-height:1.4; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs .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; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs .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; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs .widget-container:first-of-type{padding-top:0;}#hEhrePiHf081QS1adivB2ROq8J3RDwIs .widget-container:last-of-type{padding-bottom:0;}#hEhrePiHf081QS1adivB2ROq8J3RDwIs  { background-color:#252525;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.8125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:46.0625rem;top:8.6875rem;z-index:15004;position:absolute;font-size:0.875rem; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.8125rem;display:block;vertical-align:top; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs .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; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs {display:block;}#hEhrePiHf081QS1adivB2ROq8J3RDwIs { background-color:#252525;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.8125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:46.0625rem;top:8.6875rem;z-index:15004;position:absolute;font-size:0.875rem; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs #rzATpDJWD1rF8afAtFaxIwZfyAgBzizo { position:relative; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs #XikJnxDNzDRNSusv5txF5MT8oQrOt1Is { position:relative;display:none; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs #s3KBU3Ah9Hv7bm7mGtrHkvxzrUwvfI0w { position:relative; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs #a1QfS8pTBcoGeiRZxgH83gyp0pwg4A22 { position:relative; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs #pFB7vvCa7R2KBlbJR3zf9AWO9qRz6PZc { position:relative;display:none; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs #XTtvol0pxJCfxBXkRFM6fRUcOHKE9Tls { position:relative; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs #qszGAaw0rQqdDGdoRuNO1rKtziKuei9a { position:relative; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs #KloX1uQ7VcQcFLUgacdRnC9uSMixQtQ3 { position:relative;display:none; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs #yKMtxbISkqLX69OJiG24Xv7F4d9ln4dt { position:relative; }
#J6VvwB6P7WRdb2zR7Rk9wvkwRvT1kocu { position:relative;display:block; }
#uCErnEHQ936JU60qfOy0WmpgJtl1dLep { position:relative;display:block; }
#QnLLKUD6sMzEuSVwhdD9zwJzX8xwHJc4 { position:relative;display:block; }
#W43NdLUZTpFVaXC6PK7d8yBk9lPL9gwN { position:relative;display:block; }
#UHCcV2HXM8WJPCtOGB9JT2efgDvkKq8q { position:relative;display:block; }
#G1baRxO1p7JGQuwyVTmVmeTLmu32tLKX { position:relative;display:block; }
#Zve5B3Qpk6qMIB5lcMuoJZRtSwsCTE8U { position:relative;display:block; }
#l4m6L2ZT8rV9MOSUqdzNu8lUmZRA1xTI { position:relative;display:block; }
#df3ztSdKuLqdmyTfi5VKu8FJEyMVcVIW { position:relative;display:block; }
#WP8XKUehrid6CnMAAi670TxQE1TirNBZ { position:relative;display:block; }
#elKkPZ2aZon7Ji88iKLgIa12GLse2pLi { position:relative;display:block; }
#TzGUXdFw414s7ul3KZkOpglpHnlc1uH0 { position:relative;display:block; }
#ZwTvgJ5veUK3uErpK6gD7K4cQSGltfss { position:relative;display:block; }
#CAMirD7KoZpW5zqmVmWIkBGOQ7mxFRzJ { position:relative;display:block; }
#zc6D06teyAVB40Csyk34IGmwNsnF2RSX { position:relative;display:block; }
#ZSGwqkWbVoAhPqo8ex4xIwqit7y2mknx { position:relative;display:block; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs #cI8cwgdToNu24D1Rt2n3knZPmc3qIEBR { position:relative; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs #p0v86Oku0H3izLE8FlbSDl2pNoTtFn5l { position:relative; }
#oIx3V2dTxDfL5g4ZgETBz0EJlJapQInZ { color:#2a4943;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:300;z-index:15016;line-height:1.1;letter-spacing:0;top:4.25rem;left:46.625rem;height:3.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n3OpEXl6HWm8MT4PSFEvW0RG3eKlEgss { box-sizing:content-box;height:5.4375rem;width:20.375rem;position:absolute;display:block;z-index:15005;background-color:#b1ceb2;background-image:none;top:3.3125rem;left:46.0625rem;display:block; }
#nPbCvJaMqXL4GhB0omRCsMla8RXZEzIE { 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:6.375rem;width:17.125rem;top:6.3125rem;left:10.9375rem;overflow:hidden;display:block; }
#ae439a2f546190985db4762b0363f76e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1a1a;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; }#ae439a2f546190985db4762b0363f76e > .row .container { background-color: transparent; background-image: none; }#ae439a2f546190985db4762b0363f76e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ae439a2f546190985db4762b0363f76e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ae439a2f546190985db4762b0363f76e > .row .container > .video-iframe-container { display: none; }#ae439a2f546190985db4762b0363f76e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ae439a2f546190985db4762b0363f76e > .row > .video-iframe-container { display: none; }#ae439a2f546190985db4762b0363f76e > .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); }#ae439a2f546190985db4762b0363f76e > .row .container { border-width: 0; border-radius: 0; }#ae439a2f546190985db4762b0363f76e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ae439a2f546190985db4762b0363f76e > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#G3082a7f52d99834cd195a31f67bf7aa { position:absolute;display:block;z-index:15001;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:8.25rem;overflow:hidden;display:block; }
#dbac37869a0947a1092160748f902cc8 { color:rgba(255,255,255,0.77);display:block;width:49.4375rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.06640625rem;left:23.8125rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iirfTVVM5vuisO2J0fHmNzzPBCRlmLUn { display:block; }#iirfTVVM5vuisO2J0fHmNzzPBCRlmLUn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uz1CcxQI2g0WLtbKaDtguoJVulta9uET { width:40rem;height:5.4375rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFrbfxyP0lhU13mpviOiEKQO2nAOlzpS { width:15.1875rem;height:2.6875rem;top:1.375rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH0gF3AFJk1amI0CnlE3MCQuqHn6o4rp { display:block; }
 }@media only screen and (max-width: 763px) { #W3DHDQ9ifa58T1JgGbtAQ2XKl4EEPlT5 { width:20.3125rem;height:0.0625rem;top:2.6875rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJgUxRib42mdw88vTN6maXKphatBQTTa { width:12.375rem;height:1.75rem;top:1.9375rem;left:26.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL5fHUvpQeALoMFAiBzsf90qFX9szgV9 { width:2.125rem;height:4.5625rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQRtDORTvmGUyFO9c2toOJIdGcuTfqZf { width:10.375rem;height:3.8125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEElOtt0Rr3N99hzMOnPE4tcfZQLC1RE { display:block; }#vEElOtt0Rr3N99hzMOnPE4tcfZQLC1RE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yiQiXi4at358rPqmCmVieC1JziuKNwMu { top:11.125rem;left:0rem;width:47.75rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4Qg5ZdJCFyu0UaZ09VaR7iUuVSP2tyb { top:20.875rem;left:0rem;width:47.75rem;height:6rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2QscHTEAv9sFqmvrqoobMTpCapTFPBF { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X03vv60qhFdR5EVEmC14UbWn6QDgoD2V { display:block; }
 }@media only screen and (max-width: 763px) { #fAEZEDeTF0pn72ozkQxKoCq8g9L6Igh2 { display:block; }#fAEZEDeTF0pn72ozkQxKoCq8g9L6Igh2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIz3EdyS6n80y9uHOnfyvAa2KdTbZpCb { display:block; }#gIz3EdyS6n80y9uHOnfyvAa2KdTbZpCb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZBVTdwXmag42sKoPHrIDzNotLZcfhOZ { top:2.9375rem;left:0rem;width:35.625rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCUHJ3oIXTfpau4cLsNkUh1TOSIH0M3b { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WutOkG9qUbS42vTxbkDKQkC7ubNRB0uc { display:block; }
 }@media only screen and (max-width: 763px) { #UZsgESUJwKmeEKoV87Frzbv0OpETaKx0 { width:19.8125rem;height:7.875rem;top:4.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLZc3BEHu1TWZe8TTkWmwMBzNuznDX1F { top:2.9375rem;left:0rem;width:41rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p18pD1MJb7IkIZ485ydfzJPNm8nQ44OM { width:26.4375rem;height:;top:12.875rem;left:0rem;font-size:1rem;display:block; }#p18pD1MJb7IkIZ485ydfzJPNm8nQ44OM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e35e04f5-83b5-4166-a216-3c59186ce029/Designsemnome.png); }
 }@media only screen and (max-width: 763px) { #p5gitCzoUS0Bz6pBFevmCm1Rv8T6idTc { display:block; }#p5gitCzoUS0Bz6pBFevmCm1Rv8T6idTc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0raEfOPngvgd5Bd995S5qsoNq3fMFsK { display:block; }#Z0raEfOPngvgd5Bd995S5qsoNq3fMFsK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PEHqUVMwrKgpEK4bLvr6gKql481Z5fol { top:2.9375rem;left:10.5rem;width:35.75rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO75MX4TibAUrocycyHayJzWnyZ2xhaP { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKBc7zcR4U7lGXkB3mDPLgVUqyLOUgaT { display:block; }
 }@media only screen and (max-width: 763px) { #TtOnDp9L9NLVre5H61Iy6BMicdn8xRUC { width:27.1875rem;height:5.0625rem;top:5.375rem;left:20.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImOwRvlKmThaxQ1gnXhnqbUTIeDZk3Zb { top:2.9375rem;left:0rem;width:41rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXiTzT36dKckp7mUIH6It1IHo3FfXQwB { width:26.4375rem;height:;top:12.1875rem;left:21.3125rem;font-size:1rem;display:block; }#mXiTzT36dKckp7mUIH6It1IHo3FfXQwB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e35e04f5-83b5-4166-a216-3c59186ce029/Designsemnome.png); }
 }@media only screen and (max-width: 763px) { #WWy4A8t7a8efW2sAUAJRqV5SqQQUrRWN { display:block; }#WWy4A8t7a8efW2sAUAJRqV5SqQQUrRWN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTZvCAk4kmUwVk9zdma72iJzs1SJ6Zkw { display:block; }#PTZvCAk4kmUwVk9zdma72iJzs1SJ6Zkw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZgZnQoVKtrVPVSeafFu5ss5QnI299ac { width:47.75rem;height:2.75rem;top:2.0625rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHO0DL8k76BcqlpGzS7t1eUXRc0DJSAl { display:block; }#mHO0DL8k76BcqlpGzS7t1eUXRc0DJSAl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlNZ26cnblwya0Gc1HcqK2ATPicrAbTi { top:5.5rem;left:0rem;width:13.5rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB7OVFIvvDGsqNfHUJKEXdTQQqdNwaMx { width:11.4375rem;height:5.5625rem;top:10.3125rem;left:0.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #up3AqXTr1CspxVsabvwNPAUbuawBmhJG { top:1.5rem;left:1.75rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfOgTmuPpGPaJ6ibrAVTT5sIoGXvA4lM { top:2.6875rem;left:3.59375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdyIpi1OCtbBXE9HO4H8nAG3T07GURDW { top:5.5625rem;left:10.375rem;width:13.5rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tovwzXiHCm75gcZObeyKH9JQAhRP8Kqr { width:10.3125rem;height:5.5625rem;top:10.3125rem;left:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWHutcEcnoq39QqRMoGsWXVm1vzTGK8z { top:1.5625rem;left:14.21875rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIaM0d8QJN5sPwGfhZKQdyNIgF6Jz1XX { top:5.5625rem;left:22.3125rem;width:13.5rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWAJbuJ4WxICg1zAkK5r9hHhgHIvgRpN { width:10.0625rem;height:4.1875rem;top:10.375rem;left:24.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUXt6lDpiGN0LJTb22pUV7BGFFSZn2RD { top:1.5625rem;left:26.15625rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbFykOHaNmyZsKeVfAr1WXpWfL8w7lcz { top:5.5625rem;left:34.25rem;width:13.5rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZJIbsESVt4LNCPVCUWTtXG8vthA8tRC { width:11.4375rem;height:1.375rem;top:12.375rem;left:36.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOs3OmAPetHHFeidttnnexlNDcXafRoK { top:1.5625rem;left:38.09375rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN9HJqBB0d7Eyq8AXoCb9TdU57mc2UTT { top:3.4375rem;left:40.03125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX6lthgGIULeMw61uJgTLqqK6LJx0XHS { top:2.5rem;left:27.15625rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySQazyiX9ad2h9Fcr4SSNSgwhr3Nh68v { top:2.875rem;left:15.5625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6McZP6aBtSQoMMksOdGxp6FE4wWPHqa { top:5.5rem;left:0rem;width:13.5rem;height:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H5PR7z8lTA9NLVlEC2TPRtmpbJRzZcAs { top:1.5rem;left:1.75rem;width:7.4375rem;height:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yHmiDVCzoCIOzCvFclmnGQFBHwIADhSD { top:5.5rem;left:0rem;width:13.5rem;height:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QrWsaWGiE5Tg4huh5P2fip1CP9TqMlf9 { top:5.5rem;left:0rem;width:13.5rem;height:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NdtZQ9v6IJIbR1RT8vLEtrNFpC4JX6iH { top:1.5rem;left:1.75rem;width:7.4375rem;height:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BcW75MmavRIQxZ0e5WdmXelRuJToRfNM { top:1.5rem;left:1.75rem;width:7.4375rem;height:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTV2PdsHC9hWWUyZoF2OJQ7eoleTweq3 { top:5.5rem;left:0rem;width:13.5rem;height:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JShEoR58wQHBcTA6J7pLghqtSuFTgR3d { top:1.5rem;left:1.75rem;width:7.4375rem;height:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Icv0b4wI5kE8ifOcbHVVWcVcfH6MHUv1 { top:1.5rem;left:1.75rem;width:7.4375rem;height:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDsz9vbTb68wQ2nt90RMOitM3EQWS5SI { top:5.5rem;left:0rem;width:13.5rem;height:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xyHt6LOi1TEmQ4JFa47lEAFsaxhgIyCz { top:5.5rem;left:0rem;width:13.5rem;height:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wA0ibAgBwBeiidQahZGCZmx3H6t4K7al { top:5.5rem;left:0rem;width:13.5rem;height:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #raE4qEWxTUOxv8mrNgfMtW7D83MSXdIt { top:1.5rem;left:1.75rem;width:7.4375rem;height:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L65obKizdm8n1TyaShA26vMMZ3laNpnf { top:1.5rem;left:1.75rem;width:7.4375rem;height:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ws48Q2DFEbFp4O9lpWpqO7GNUtEouRQe { width:11.4375rem;height:4.1875rem;top:10.3125rem;left:0.28125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WLO4AkFltzhAaIVPManl7c5dIWQnn1AJ { width:7.6875rem;height:2.75rem;top:52.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QNVvCugR9GGq7CSDHpRvA7vwFP2VtDbC { top:2.8125rem;left:15.5rem;width:4.8125rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rk3wJimcippcDNyC7IIPqJGPQmTFTmg7 { top:3.4375rem;left:27.9375rem;width:3.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #S4GvOnb45iNtCZkC97HRMLTodpxKFs4G { width:7.1875rem;height:4.1875rem;top:11.75rem;left:14.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UibInF6smukLZPwCRKThTn5Byvp1lGVT { top:3.125rem;left:3.375rem;width:4.1875rem;height:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rPAAhykzLEApBSg7D9yx936zaHL42fXA { top:2.75rem;left:39.90625rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkADlLeAXlZRCeoyZfIT1cbovdmJTTwO { width:10.4375rem;height:2.75rem;top:11.1875rem;left:36.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UT6cZLzZb3xiNLMbsglLWu5WOt8fS0lv { display:block; }#UT6cZLzZb3xiNLMbsglLWu5WOt8fS0lv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxyAZDQchgyyEiXd8xWTB2VFfil0lsIe { top:5.5rem;left:0rem;width:13.5rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr1mQV47hBovlsREMGtTExtt9KPVmctk { width:11.4375rem;height:4.1875rem;top:11.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6qoGQCz6JHmBdXeD4DQV6H1c3UyFnyc { top:1.5rem;left:1.75rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0dfHZaMhx0KPnSaGsgSUmGBqilCTtO0 { top:5.5625rem;left:10.375rem;width:13.5rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg0vneJZOvo9xRNzXRFS7HVJJrQ5nTAT { width:7.1875rem;height:4.1875rem;top:11.75rem;left:14.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #du7xOlDhiNerxIgxqxEQVipPKhaFJCa4 { top:1.5625rem;left:14.21875rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVTGNotTRvv3oBzcuTRsh9X89WpqskCO { top:5.5625rem;left:22.3125rem;width:13.5rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq4F8uBleqKJsTzGS1kBvtKe85uuQcG3 { width:10.0625rem;height:1.375rem;top:11.75rem;left:24.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOhg3EP9wHTfEeWWHOKSSxPJaCAHXTaw { top:1.5625rem;left:26.15625rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #khkQcHQ2y29Qa1DZ0lXvq17N8ik7EoNS { top:5.5625rem;left:34.25rem;width:13.5rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaGhHXCJSyRTVas7nODmP3dayVLesdXQ { width:10.4375rem;height:2.75rem;top:11.1875rem;left:36.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xECPW73zx5wT04Cr1oeTW0vnhA7rsckt { top:1.5625rem;left:38.09375rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lya3SQ3Hu4WURt4F4ughnkpHiudhCdCm { top:2.75rem;left:39.90625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFihifTGbqkhstXfLrLU4kgtICEypvS6 { top:3.4375rem;left:27.9375rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWOD4zdt5adZDaTOUUKzaH8DvmD43SaR { top:2.8125rem;left:15.5rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwCBLNk17IXMv3nFtMg0UDwal2qH849X { top:3.125rem;left:3.375rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QruIqTBI3FgzpZCuWvODBWMsEy2TZ2c9 { display:block; }#QruIqTBI3FgzpZCuWvODBWMsEy2TZ2c9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nazVpvzy9EmIAPPTuzhyluh3nSdBzVTb { top:2.9375rem;left:0rem;width:47.75rem;height:26.761649874056rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKxPsIzB5mmH2SCL2TDaRutrkRxPkJil { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFoxmGRFJ5ezIlpkRxq5MDgGdmiPWfWA { display:block; }
 }@media only screen and (max-width: 763px) { #cbCHT8zob1r9uo3MZ5KHGuLKDPUrEegG { display:block; }#cbCHT8zob1r9uo3MZ5KHGuLKDPUrEegG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P1ca17dd3edd3cf24337129e87d7dbae { display:block; }#P1ca17dd3edd3cf24337129e87d7dbae > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k0a8ae6f44bc365d8eff1f5f946e96e5 { width:22.0625rem;height:2.4375rem;top:17.3125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Paab3ee9806678b47e90c82886a9fd24 { display:block; }
 }@media only screen and (max-width: 763px) { #e45bf0ee7a0084978f1de3667a77a31e { width:47.75rem;height:6.25rem;top:1.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb2efc57d254e520e184818f7b5aab92 { width:44.8125rem;height:2.875rem;top:8.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vadf960b436a4adc2ccd82ad99badd09 { display:block; }#vadf960b436a4adc2ccd82ad99badd09 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K793d9df7fea21f147f941b2ad2b9ffd { width:18.3125rem;height:2.625rem;top:23.125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x6ed831b81cf80bc281480caff93adbd { 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) { #W1e8aecdd545440498142e044a8673f7 { display:block; }#W1e8aecdd545440498142e044a8673f7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2b5ce154968ab6d4eda10b0490bc7a9 { width:7.5rem;height:8.4375rem;top:16.625rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B740f7a71f49cedbc068f794c7871ec3 { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff33271c19154435647a1d1fc3e0d5e4 { width:14.625rem;height:19.625rem;top:4.375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb555445b4e02ba763494474fe65b2fb { width:30.0625rem;height:12.4375rem;top:9.125rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Icf8a49b3723da0f80f0044bd4360958 { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc22534c9e61919cad650696b61f0ba9 { width:9.9375rem;height:15.25rem;top:3.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd7db07288317e1a5a1eb14d63174b85 { width:5rem;height:5.5625rem;top:2.375rem;left:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3baf6e1d34fc9515f949c00695fd768 { width:3.75rem;height:3.6875rem;top:3.6875rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f11221bc27dd8ac1e29770458f22d699 { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mff61f2259616218ef8a768b0998e767 { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #b875cc708c7f551afc11704d5cedcaaa { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #W72dfea7f0c0c0e25db01f40521923a7 { display:block; }#W72dfea7f0c0c0e25db01f40521923a7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ve34f43284897c2ae7fe815c96ab4b91 { width:7.5rem;height:8.4375rem;top:16.625rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ub5f889386e48bd0b620409dc80d521e { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #l203a870511e40e81d2cf0fd34409a85 { width:21.75rem;height:14.4375rem;top:2.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0ed2c673009f33304c490d898da432d { width:13.75rem;height:25.5625rem;top:1.9375rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5ff10e6b79e4c9064dc9a877e841ccc { width:11.4375rem;height:21.375rem;top:6.125rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6906fa4a597a6bd4c574c7dd66c695a { width:11.4375rem;height:21.375rem;top:6.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUZbPwbqvziNFeagLAo5KLvHlro3qZ0V { display:block; }#dUZbPwbqvziNFeagLAo5KLvHlro3qZ0V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TusXeKDxu0nDKgZui4Tviin0mXfXGOSD { display:block; }#TusXeKDxu0nDKgZui4Tviin0mXfXGOSD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgzQE0Bzt4eLhnDOOBs9qvig48sUGGo3 { display:block; }#VgzQE0Bzt4eLhnDOOBs9qvig48sUGGo3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GCGDXRheItVHZoSumxVTS22C43OFc6l0 { width:19.75rem;height:10.125rem;top:13.125rem;left:4.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEhrePiHf081QS1adivB2ROq8J3RDwIs .widget-regular-label { width:19.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs .widget-input-text { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs .widget-input-text {padding-top: 0; padding-bottom: 0;}#hEhrePiHf081QS1adivB2ROq8J3RDwIs .widget-textarea { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs .widget-input-select { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs .widget-input-select {padding-top: 0; padding-bottom: 0;}#hEhrePiHf081QS1adivB2ROq8J3RDwIs .widget-input-button { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs .widget-checkbox-label { width:18.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs  { width:19.25rem;height:auto;top:14.5625rem;left:26rem; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs .radio-container { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs {display:block;}#hEhrePiHf081QS1adivB2ROq8J3RDwIs { width:19.25rem;height:auto;top:14.5625rem;left:26rem; }
 }@media only screen and (max-width: 763px) { #hEhrePiHf081QS1adivB2ROq8J3RDwIs #rzATpDJWD1rF8afAtFaxIwZfyAgBzizo {  }
 }@media only screen and (max-width: 763px) { #hEhrePiHf081QS1adivB2ROq8J3RDwIs #XikJnxDNzDRNSusv5txF5MT8oQrOt1Is { display:none; }
 }@media only screen and (max-width: 763px) { #hEhrePiHf081QS1adivB2ROq8J3RDwIs #s3KBU3Ah9Hv7bm7mGtrHkvxzrUwvfI0w {  }
 }@media only screen and (max-width: 763px) { #hEhrePiHf081QS1adivB2ROq8J3RDwIs #a1QfS8pTBcoGeiRZxgH83gyp0pwg4A22 {  }
 }@media only screen and (max-width: 763px) { #hEhrePiHf081QS1adivB2ROq8J3RDwIs #pFB7vvCa7R2KBlbJR3zf9AWO9qRz6PZc { display:none; }
 }@media only screen and (max-width: 763px) { #hEhrePiHf081QS1adivB2ROq8J3RDwIs #XTtvol0pxJCfxBXkRFM6fRUcOHKE9Tls {  }
 }@media only screen and (max-width: 763px) { #hEhrePiHf081QS1adivB2ROq8J3RDwIs #qszGAaw0rQqdDGdoRuNO1rKtziKuei9a {  }
 }@media only screen and (max-width: 763px) { #hEhrePiHf081QS1adivB2ROq8J3RDwIs #KloX1uQ7VcQcFLUgacdRnC9uSMixQtQ3 { display:none; }
 }@media only screen and (max-width: 763px) { #hEhrePiHf081QS1adivB2ROq8J3RDwIs #yKMtxbISkqLX69OJiG24Xv7F4d9ln4dt {  }
 }@media only screen and (max-width: 763px) { #J6VvwB6P7WRdb2zR7Rk9wvkwRvT1kocu { display:block; }
 }@media only screen and (max-width: 763px) { #uCErnEHQ936JU60qfOy0WmpgJtl1dLep { display:block; }
 }@media only screen and (max-width: 763px) { #QnLLKUD6sMzEuSVwhdD9zwJzX8xwHJc4 { display:block; }
 }@media only screen and (max-width: 763px) { #W43NdLUZTpFVaXC6PK7d8yBk9lPL9gwN { display:block; }
 }@media only screen and (max-width: 763px) { #UHCcV2HXM8WJPCtOGB9JT2efgDvkKq8q { display:block; }
 }@media only screen and (max-width: 763px) { #G1baRxO1p7JGQuwyVTmVmeTLmu32tLKX { display:block; }
 }@media only screen and (max-width: 763px) { #Zve5B3Qpk6qMIB5lcMuoJZRtSwsCTE8U { display:block; }
 }@media only screen and (max-width: 763px) { #l4m6L2ZT8rV9MOSUqdzNu8lUmZRA1xTI { display:block; }
 }@media only screen and (max-width: 763px) { #df3ztSdKuLqdmyTfi5VKu8FJEyMVcVIW { display:block; }
 }@media only screen and (max-width: 763px) { #WP8XKUehrid6CnMAAi670TxQE1TirNBZ { display:block; }
 }@media only screen and (max-width: 763px) { #elKkPZ2aZon7Ji88iKLgIa12GLse2pLi { display:block; }
 }@media only screen and (max-width: 763px) { #TzGUXdFw414s7ul3KZkOpglpHnlc1uH0 { display:block; }
 }@media only screen and (max-width: 763px) { #ZwTvgJ5veUK3uErpK6gD7K4cQSGltfss { display:block; }
 }@media only screen and (max-width: 763px) { #CAMirD7KoZpW5zqmVmWIkBGOQ7mxFRzJ { display:block; }
 }@media only screen and (max-width: 763px) { #zc6D06teyAVB40Csyk34IGmwNsnF2RSX { display:block; }
 }@media only screen and (max-width: 763px) { #ZSGwqkWbVoAhPqo8ex4xIwqit7y2mknx { display:block; }
 }@media only screen and (max-width: 763px) { #hEhrePiHf081QS1adivB2ROq8J3RDwIs #cI8cwgdToNu24D1Rt2n3knZPmc3qIEBR {  }
 }@media only screen and (max-width: 763px) { #hEhrePiHf081QS1adivB2ROq8J3RDwIs #p0v86Oku0H3izLE8FlbSDl2pNoTtFn5l {  }
 }@media only screen and (max-width: 763px) { #oIx3V2dTxDfL5g4ZgETBz0EJlJapQInZ { width:19.375rem;height:3.6875rem;top:4.25rem;left:26.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3OpEXl6HWm8MT4PSFEvW0RG3eKlEgss { top:3.3125rem;left:25.625rem;width:20.375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPbCvJaMqXL4GhB0omRCsMla8RXZEzIE { width:17.125rem;height:6.375rem;top:6.3125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae439a2f546190985db4762b0363f76e { display:block; }#ae439a2f546190985db4762b0363f76e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3082a7f52d99834cd195a31f67bf7aa { width:12.75rem;height:4.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbac37869a0947a1092160748f902cc8 { 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) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iirfTVVM5vuisO2J0fHmNzzPBCRlmLUn { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#b1ceb2;background-image:none;display:block; }#iirfTVVM5vuisO2J0fHmNzzPBCRlmLUn > .row .container { background-color: transparent; background-image: none; }#iirfTVVM5vuisO2J0fHmNzzPBCRlmLUn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iirfTVVM5vuisO2J0fHmNzzPBCRlmLUn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iirfTVVM5vuisO2J0fHmNzzPBCRlmLUn > .row .container > .video-iframe-container { display: none; }#iirfTVVM5vuisO2J0fHmNzzPBCRlmLUn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iirfTVVM5vuisO2J0fHmNzzPBCRlmLUn > .row > .video-iframe-container { display: none; }#iirfTVVM5vuisO2J0fHmNzzPBCRlmLUn > .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); }#iirfTVVM5vuisO2J0fHmNzzPBCRlmLUn > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uz1CcxQI2g0WLtbKaDtguoJVulta9uET { width:20rem;height:0.0625rem;top:4.28125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gFrbfxyP0lhU13mpviOiEKQO2nAOlzpS { width:17.0625rem;height:2.3125rem;top:1.03125rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH0gF3AFJk1amI0CnlE3MCQuqHn6o4rp { display:block; }
 }@media only screen and (max-width: 763px) { #W3DHDQ9ifa58T1JgGbtAQ2XKl4EEPlT5 { width:20rem;height:0.0625rem;top:6.78125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJgUxRib42mdw88vTN6maXKphatBQTTa { width:11rem;height:0;top:9.0371125rem;left:4.5rem;text-align:left;text-align-last:left;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aL5fHUvpQeALoMFAiBzsf90qFX9szgV9 { width:2.125rem;height:4.5625rem;top:0.3125rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OQRtDORTvmGUyFO9c2toOJIdGcuTfqZf { width:10.375rem;height:3.8125rem;top:4.59375rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vEElOtt0Rr3N99hzMOnPE4tcfZQLC1RE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/994f7304-e7fc-4588-9eff-394d6cf87698/ENVY31221_334.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vEElOtt0Rr3N99hzMOnPE4tcfZQLC1RE.adaptive-delivery-prevent-bg, #vEElOtt0Rr3N99hzMOnPE4tcfZQLC1RE.lazyload, #vEElOtt0Rr3N99hzMOnPE4tcfZQLC1RE.lazyloading { background-image: none; }#vEElOtt0Rr3N99hzMOnPE4tcfZQLC1RE > .row .container { background-color: transparent; background-image: none; }#vEElOtt0Rr3N99hzMOnPE4tcfZQLC1RE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #2a4943; }#vEElOtt0Rr3N99hzMOnPE4tcfZQLC1RE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vEElOtt0Rr3N99hzMOnPE4tcfZQLC1RE > .row .container > .video-iframe-container { display: none; }#vEElOtt0Rr3N99hzMOnPE4tcfZQLC1RE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #2a4943; }#vEElOtt0Rr3N99hzMOnPE4tcfZQLC1RE > .row > .video-iframe-container { display: none; }#vEElOtt0Rr3N99hzMOnPE4tcfZQLC1RE > .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); }#vEElOtt0Rr3N99hzMOnPE4tcfZQLC1RE > .row .container { border-width: 0; border-radius: 0; }#vEElOtt0Rr3N99hzMOnPE4tcfZQLC1RE::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; }#vEElOtt0Rr3N99hzMOnPE4tcfZQLC1RE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vEElOtt0Rr3N99hzMOnPE4tcfZQLC1RE > .row .container { width:20rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yiQiXi4at358rPqmCmVieC1JziuKNwMu { width:20rem;height:7.19825rem;top:7.5625rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V4Qg5ZdJCFyu0UaZ09VaR7iUuVSP2tyb { width:17.4375rem;height:6.499025rem;top:18.0625rem;left:1.3125rem;font-size:0.8125rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k2QscHTEAv9sFqmvrqoobMTpCapTFPBF { width:18.625rem;height:3.25rem;top:27.5rem;left:0.6875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X03vv60qhFdR5EVEmC14UbWn6QDgoD2V { display:block; }
 }@media only screen and (max-width: 763px) { #fAEZEDeTF0pn72ozkQxKoCq8g9L6Igh2 { display:block; }#fAEZEDeTF0pn72ozkQxKoCq8g9L6Igh2 > .row .container { width:20rem;height:2.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIz3EdyS6n80y9uHOnfyvAa2KdTbZpCb { display:block; }#gIz3EdyS6n80y9uHOnfyvAa2KdTbZpCb > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZBVTdwXmag42sKoPHrIDzNotLZcfhOZ { width:20rem;height:24.375rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCUHJ3oIXTfpau4cLsNkUh1TOSIH0M3b { width:15.9375rem;height:2.8125rem;top:28.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WutOkG9qUbS42vTxbkDKQkC7ubNRB0uc { display:block; }
 }@media only screen and (max-width: 763px) { #UZsgESUJwKmeEKoV87Frzbv0OpETaKx0 { width:20rem;height:7.1982375rem;top:11.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VLZc3BEHu1TWZe8TTkWmwMBzNuznDX1F { width:20rem;height:9.8125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p18pD1MJb7IkIZ485ydfzJPNm8nQ44OM { width:18.5rem;height:10.420875rem;top:17.3125rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#p18pD1MJb7IkIZ485ydfzJPNm8nQ44OM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e35e04f5-83b5-4166-a216-3c59186ce029/Designsemnome.png); }
 }@media only screen and (max-width: 763px) { #p5gitCzoUS0Bz6pBFevmCm1Rv8T6idTc { display:block; }#p5gitCzoUS0Bz6pBFevmCm1Rv8T6idTc > .row .container { width:20rem;height:2.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0raEfOPngvgd5Bd995S5qsoNq3fMFsK { display:block; }#Z0raEfOPngvgd5Bd995S5qsoNq3fMFsK > .row .container { width:20rem;height:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PEHqUVMwrKgpEK4bLvr6gKql481Z5fol { width:20rem;height:29.875rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO75MX4TibAUrocycyHayJzWnyZ2xhaP { width:13.25rem;height:2.8125rem;top:35.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKBc7zcR4U7lGXkB3mDPLgVUqyLOUgaT { display:block; }
 }@media only screen and (max-width: 763px) { #TtOnDp9L9NLVre5H61Iy6BMicdn8xRUC { width:17.375rem;height:6rem;top:11.9375rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ImOwRvlKmThaxQ1gnXhnqbUTIeDZk3Zb { width:20rem;height:9.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXiTzT36dKckp7mUIH6It1IHo3FfXQwB { width:16.125rem;height:15.244125rem;top:19.4375rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#mXiTzT36dKckp7mUIH6It1IHo3FfXQwB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e35e04f5-83b5-4166-a216-3c59186ce029/Designsemnome.png); }
 }@media only screen and (max-width: 763px) { #WWy4A8t7a8efW2sAUAJRqV5SqQQUrRWN { display:block; }#WWy4A8t7a8efW2sAUAJRqV5SqQQUrRWN > .row .container { width:20rem;height:2.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTZvCAk4kmUwVk9zdma72iJzs1SJ6Zkw { display:block; }#PTZvCAk4kmUwVk9zdma72iJzs1SJ6Zkw > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZgZnQoVKtrVPVSeafFu5ss5QnI299ac { width:20rem;height:5.84765625rem;top:2.6875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #mHO0DL8k76BcqlpGzS7t1eUXRc0DJSAl { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5c733fcb-ded2-435e-a158-03fe6ba897d9/PARCDASARTS1.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;display:block; }#mHO0DL8k76BcqlpGzS7t1eUXRc0DJSAl.adaptive-delivery-prevent-bg, #mHO0DL8k76BcqlpGzS7t1eUXRc0DJSAl.lazyload, #mHO0DL8k76BcqlpGzS7t1eUXRc0DJSAl.lazyloading { background-image: none; }#mHO0DL8k76BcqlpGzS7t1eUXRc0DJSAl > .row .container { background-color: transparent; background-image: none; }#mHO0DL8k76BcqlpGzS7t1eUXRc0DJSAl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHO0DL8k76BcqlpGzS7t1eUXRc0DJSAl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHO0DL8k76BcqlpGzS7t1eUXRc0DJSAl > .row .container > .video-iframe-container { display: none; }#mHO0DL8k76BcqlpGzS7t1eUXRc0DJSAl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHO0DL8k76BcqlpGzS7t1eUXRc0DJSAl > .row > .video-iframe-container { display: none; }#mHO0DL8k76BcqlpGzS7t1eUXRc0DJSAl > .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); }#mHO0DL8k76BcqlpGzS7t1eUXRc0DJSAl > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlNZ26cnblwya0Gc1HcqK2ATPicrAbTi { width:9.375rem;height:9.8125rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB7OVFIvvDGsqNfHUJKEXdTQQqdNwaMx { width:9.375rem;height:6.9970625rem;top:7.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #up3AqXTr1CspxVsabvwNPAUbuawBmhJG { width:5rem;height:5rem;top:1.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfOgTmuPpGPaJ6ibrAVTT5sIoGXvA4lM { width:3.3125rem;height:3.3125rem;top:2.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdyIpi1OCtbBXE9HO4H8nAG3T07GURDW { width:13.5rem;height:12.875rem;top:24.1875rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tovwzXiHCm75gcZObeyKH9JQAhRP8Kqr { width:8.5625rem;height:5.59765625rem;top:8.32421875rem;left:11rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uWHutcEcnoq39QqRMoGsWXVm1vzTGK8z { width:7.4375rem;height:7.4375rem;top:20rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BIaM0d8QJN5sPwGfhZKQdyNIgF6Jz1XX { width:13.5rem;height:12.875rem;top:42.9375rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LWAJbuJ4WxICg1zAkK5r9hHhgHIvgRpN { width:7.9375rem;height:5.59765625rem;top:23.4375rem;left:0.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UUXt6lDpiGN0LJTb22pUV7BGFFSZn2RD { width:7.4375rem;height:7.4375rem;top:38.8125rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BbFykOHaNmyZsKeVfAr1WXpWfL8w7lcz { width:13.5rem;height:12.875rem;top:61.5625rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZJIbsESVt4LNCPVCUWTtXG8vthA8tRC { width:5.6875rem;height:2.798825rem;top:24.099609375rem;left:12.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WOs3OmAPetHHFeidttnnexlNDcXafRoK { width:7.4375rem;height:7.4375rem;top:59.0625rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pN9HJqBB0d7Eyq8AXoCb9TdU57mc2UTT { width:3rem;height:3rem;top:17.4375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX6lthgGIULeMw61uJgTLqqK6LJx0XHS { width:5.125rem;height:5.125rem;top:16.375rem;left:12.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySQazyiX9ad2h9Fcr4SSNSgwhr3Nh68v { width:4.0625rem;height:4.0625rem;top:2.40625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6McZP6aBtSQoMMksOdGxp6FE4wWPHqa { width:9.4375rem;height:9.8125rem;top:5.5625rem;left:10.5625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #H5PR7z8lTA9NLVlEC2TPRtmpbJRzZcAs { width:5rem;height:5rem;top:1.9375rem;left:12.8125rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #yHmiDVCzoCIOzCvFclmnGQFBHwIADhSD { width:9.375rem;height:9.8125rem;top:20rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #QrWsaWGiE5Tg4huh5P2fip1CP9TqMlf9 { width:9.4375rem;height:9.8125rem;top:20.0625rem;left:10.5625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #NdtZQ9v6IJIbR1RT8vLEtrNFpC4JX6iH { width:5rem;height:5rem;top:16.4375rem;left:2.1875rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #BcW75MmavRIQxZ0e5WdmXelRuJToRfNM { width:5rem;height:5rem;top:16.4375rem;left:12.8125rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #TTV2PdsHC9hWWUyZoF2OJQ7eoleTweq3 { width:9.375rem;height:9.8125rem;top:34.8125rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #JShEoR58wQHBcTA6J7pLghqtSuFTgR3d { width:5rem;height:5rem;top:31.25rem;left:2.1875rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #Icv0b4wI5kE8ifOcbHVVWcVcfH6MHUv1 { width:5rem;height:5rem;top:45.75rem;left:2.1875rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #bDsz9vbTb68wQ2nt90RMOitM3EQWS5SI { width:9.375rem;height:9.8125rem;top:49.3125rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #xyHt6LOi1TEmQ4JFa47lEAFsaxhgIyCz { width:9.4375rem;height:9.8125rem;top:34.875rem;left:10.5625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #wA0ibAgBwBeiidQahZGCZmx3H6t4K7al { width:9.4375rem;height:9.8125rem;top:49.375rem;left:10.5625rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #raE4qEWxTUOxv8mrNgfMtW7D83MSXdIt { width:5rem;height:5rem;top:31.25rem;left:12.8125rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #L65obKizdm8n1TyaShA26vMMZ3laNpnf { width:5rem;height:5rem;top:45.75rem;left:12.8125rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #Ws48Q2DFEbFp4O9lpWpqO7GNUtEouRQe { width:8.4375rem;height:6.9970625rem;top:36.869140625rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #WLO4AkFltzhAaIVPManl7c5dIWQnn1AJ { width:7.6875rem;height:2.798825rem;top:52.818359375rem;left:0.84375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #QNVvCugR9GGq7CSDHpRvA7vwFP2VtDbC { width:3.6875rem;height:3.6875rem;top:31.90625rem;left:13.4375rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #Rk3wJimcippcDNyC7IIPqJGPQmTFTmg7 { width:3.5rem;height:3.5rem;top:46.5625rem;left:2.75rem;z-index:15080;display:block; }
 }@media only screen and (max-width: 763px) { #S4GvOnb45iNtCZkC97HRMLTodpxKFs4G { width:7.1875rem;height:4.19824375rem;top:38.267578125rem;left:11.6875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #UibInF6smukLZPwCRKThTn5Byvp1lGVT { width:2.875rem;height:2.875rem;top:32rem;left:3.25rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #rPAAhykzLEApBSg7D9yx936zaHL42fXA { width:3.625rem;height:3.625rem;top:46.5rem;left:13.40625rem;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #lkADlLeAXlZRCeoyZfIT1cbovdmJTTwO { width:7.9375rem;height:4.19824375rem;top:52.943359375rem;left:11.3125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #UT6cZLzZb3xiNLMbsglLWu5WOt8fS0lv { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5c733fcb-ded2-435e-a158-03fe6ba897d9/PARCDASARTS1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#UT6cZLzZb3xiNLMbsglLWu5WOt8fS0lv.adaptive-delivery-prevent-bg, #UT6cZLzZb3xiNLMbsglLWu5WOt8fS0lv.lazyload, #UT6cZLzZb3xiNLMbsglLWu5WOt8fS0lv.lazyloading { background-image: none; }#UT6cZLzZb3xiNLMbsglLWu5WOt8fS0lv > .row .container { width:20rem;height:76.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xxyAZDQchgyyEiXd8xWTB2VFfil0lsIe { width:13.5rem;height:12.875rem;top:4.75rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr1mQV47hBovlsREMGtTExtt9KPVmctk { width:11.4375rem;height:4.19824375rem;top:9.5625rem;left:4.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F6qoGQCz6JHmBdXeD4DQV6H1c3UyFnyc { width:7.4375rem;height:7.4375rem;top:0.9375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0dfHZaMhx0KPnSaGsgSUmGBqilCTtO0 { width:13.5rem;height:12.875rem;top:22.5625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg0vneJZOvo9xRNzXRFS7HVJJrQ5nTAT { width:7.1875rem;height:4.19824375rem;top:28.4375rem;left:4.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #du7xOlDhiNerxIgxqxEQVipPKhaFJCa4 { width:7.4375rem;height:7.4375rem;top:19.4375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVTGNotTRvv3oBzcuTRsh9X89WpqskCO { width:13.5rem;height:12.875rem;top:42.3125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq4F8uBleqKJsTzGS1kBvtKe85uuQcG3 { width:10.0625rem;height:1.3994125rem;top:47.125rem;left:4.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qOhg3EP9wHTfEeWWHOKSSxPJaCAHXTaw { width:7.4375rem;height:7.4375rem;top:38.1875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khkQcHQ2y29Qa1DZ0lXvq17N8ik7EoNS { width:13.5rem;height:12.875rem;top:60.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaGhHXCJSyRTVas7nODmP3dayVLesdXQ { width:11.4375rem;height:2.798825rem;top:65.6875rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xECPW73zx5wT04Cr1oeTW0vnhA7rsckt { width:7.4375rem;height:7.4375rem;top:56.625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lya3SQ3Hu4WURt4F4ughnkpHiudhCdCm { width:3.75rem;height:3.75rem;top:58.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFihifTGbqkhstXfLrLU4kgtICEypvS6 { width:3.5rem;height:3.5rem;top:40.1875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWOD4zdt5adZDaTOUUKzaH8DvmD43SaR { width:3.6875rem;height:3.6875rem;top:21.3125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwCBLNk17IXMv3nFtMg0UDwal2qH849X { width:3.8125rem;height:3.8125rem;top:2.75rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QruIqTBI3FgzpZCuWvODBWMsEy2TZ2c9 { display:block; }#QruIqTBI3FgzpZCuWvODBWMsEy2TZ2c9 > .row .container { width:20rem;height:17.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nazVpvzy9EmIAPPTuzhyluh3nSdBzVTb { height:11.209068010076rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKxPsIzB5mmH2SCL2TDaRutrkRxPkJil { width:16.25rem;height:2.8125rem;top:13.771484375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFoxmGRFJ5ezIlpkRxq5MDgGdmiPWfWA { display:block; }
 }@media only screen and (max-width: 763px) { #cbCHT8zob1r9uo3MZ5KHGuLKDPUrEegG { display:block; }#cbCHT8zob1r9uo3MZ5KHGuLKDPUrEegG > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P1ca17dd3edd3cf24337129e87d7dbae { display:block; }#P1ca17dd3edd3cf24337129e87d7dbae > .row .container { width:20rem;height:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k0a8ae6f44bc365d8eff1f5f946e96e5 { width:17.1875rem;height:2.4375rem;top:19.75rem;left:1.4375rem;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) { #Paab3ee9806678b47e90c82886a9fd24 { display:block; }
 }@media only screen and (max-width: 763px) { #e45bf0ee7a0084978f1de3667a77a31e { width:18rem;height:9.973625rem;top:2.4375rem;left:1rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mb2efc57d254e520e184818f7b5aab92 { width:18.125rem;height:4.546875rem;top:13.5rem;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) { #vadf960b436a4adc2ccd82ad99badd09 { display:block; }#vadf960b436a4adc2ccd82ad99badd09 > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K793d9df7fea21f147f941b2ad2b9ffd { 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) { #x6ed831b81cf80bc281480caff93adbd { 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) { #W1e8aecdd545440498142e044a8673f7 { display:block; }#W1e8aecdd545440498142e044a8673f7 > .row .container { width:20rem;height:80.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2b5ce154968ab6d4eda10b0490bc7a9 { width:4rem;height:4.5625rem;top:26.375rem;left:9.3949468085106rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #B740f7a71f49cedbc068f794c7871ec3 { width:16.3125rem;height:2.8496125rem;top:27.25rem;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) { #ff33271c19154435647a1d1fc3e0d5e4 { width:14.625rem;height:19.625rem;top:2rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb555445b4e02ba763494474fe65b2fb { width:20rem;height:8.2744375rem;top:50.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Icf8a49b3723da0f80f0044bd4360958 { width:18.5rem;height:18.19238125rem;top:31.3125rem;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) { #xc22534c9e61919cad650696b61f0ba9 { width:9.9375rem;height:15.25rem;top:19.0244125rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cd7db07288317e1a5a1eb14d63174b85 { width:5rem;height:5.5625rem;top:82.14750625rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w3baf6e1d34fc9515f949c00695fd768 { width:3.75rem;height:3.6875rem;top:83.46000625rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f11221bc27dd8ac1e29770458f22d699 { width:20rem;height:2.0996125rem;top:24.9375rem;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) { #Mff61f2259616218ef8a768b0998e767 { width:18.5rem;height:19.5918125rem;top:59.75rem;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) { #b875cc708c7f551afc11704d5cedcaaa { width:20rem;height:1.1375rem;top:22.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #W72dfea7f0c0c0e25db01f40521923a7 { display:block; }#W72dfea7f0c0c0e25db01f40521923a7 > .row .container { width:20rem;height:55.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ve34f43284897c2ae7fe815c96ab4b91 { width:4rem;height:4.5625rem;top:26.375rem;left:9.3949468085106rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #Ub5f889386e48bd0b620409dc80d521e { width:18.0625rem;height:10.233375rem;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) { #l203a870511e40e81d2cf0fd34409a85 { width:20rem;height:14.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0ed2c673009f33304c490d898da432d { width:13rem;height:24.8125rem;top:29.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5ff10e6b79e4c9064dc9a877e841ccc { width:11.4375rem;height:21.375rem;top:31.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6906fa4a597a6bd4c574c7dd66c695a { width:11.4375rem;height:21.375rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUZbPwbqvziNFeagLAo5KLvHlro3qZ0V { display:block; }#dUZbPwbqvziNFeagLAo5KLvHlro3qZ0V > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TusXeKDxu0nDKgZui4Tviin0mXfXGOSD { display:block; }#TusXeKDxu0nDKgZui4Tviin0mXfXGOSD > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgzQE0Bzt4eLhnDOOBs9qvig48sUGGo3 { display:block; }#VgzQE0Bzt4eLhnDOOBs9qvig48sUGGo3 > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GCGDXRheItVHZoSumxVTS22C43OFc6l0 { width:17.5rem;height:8.53025rem;top:6.875rem;left:1.25rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hEhrePiHf081QS1adivB2ROq8J3RDwIs .widget-regular-label { width:17.375rem;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; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs .widget-input-text { width:17.375rem;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; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs .widget-input-text {padding-top: 0; padding-bottom: 0;}#hEhrePiHf081QS1adivB2ROq8J3RDwIs .widget-textarea { width:17.375rem;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; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs .widget-input-select { width:17.375rem;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; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs .widget-input-select {padding-top: 0; padding-bottom: 0;}#hEhrePiHf081QS1adivB2ROq8J3RDwIs .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hEhrePiHf081QS1adivB2ROq8J3RDwIs .widget-input-button { width:17.375rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden;height:3.4375rem;background-color:#17ae50;background-image:none;font-weight:700;font-style:normal;color:#ffffff; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.85);font-weight:300;font-style:normal;font-size:1.0625rem; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.85);font-weight:300;font-style:normal;font-size:1.0625rem; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.85);font-weight:300;font-style:normal;font-size:1.0625rem; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.85);font-weight:300;font-style:normal;font-size:1.0625rem; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs .widget-checkbox-label { width:16.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs  { width:17.375rem;height:auto;top:21.25rem;left:0rem; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#hEhrePiHf081QS1adivB2ROq8J3RDwIs {display:block;}#hEhrePiHf081QS1adivB2ROq8J3RDwIs { width:17.375rem;height:auto;top:21.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hEhrePiHf081QS1adivB2ROq8J3RDwIs #rzATpDJWD1rF8afAtFaxIwZfyAgBzizo {  }
 }@media only screen and (max-width: 763px) { #hEhrePiHf081QS1adivB2ROq8J3RDwIs #XikJnxDNzDRNSusv5txF5MT8oQrOt1Is { display:none; }
 }@media only screen and (max-width: 763px) { #hEhrePiHf081QS1adivB2ROq8J3RDwIs #s3KBU3Ah9Hv7bm7mGtrHkvxzrUwvfI0w {  }
 }@media only screen and (max-width: 763px) { #hEhrePiHf081QS1adivB2ROq8J3RDwIs #a1QfS8pTBcoGeiRZxgH83gyp0pwg4A22 {  }
 }@media only screen and (max-width: 763px) { #hEhrePiHf081QS1adivB2ROq8J3RDwIs #pFB7vvCa7R2KBlbJR3zf9AWO9qRz6PZc { display:none; }
 }@media only screen and (max-width: 763px) { #hEhrePiHf081QS1adivB2ROq8J3RDwIs #XTtvol0pxJCfxBXkRFM6fRUcOHKE9Tls {  }
 }@media only screen and (max-width: 763px) { #hEhrePiHf081QS1adivB2ROq8J3RDwIs #qszGAaw0rQqdDGdoRuNO1rKtziKuei9a {  }
 }@media only screen and (max-width: 763px) { #hEhrePiHf081QS1adivB2ROq8J3RDwIs #KloX1uQ7VcQcFLUgacdRnC9uSMixQtQ3 { display:none; }
 }@media only screen and (max-width: 763px) { #hEhrePiHf081QS1adivB2ROq8J3RDwIs #yKMtxbISkqLX69OJiG24Xv7F4d9ln4dt {  }
 }@media only screen and (max-width: 763px) { #J6VvwB6P7WRdb2zR7Rk9wvkwRvT1kocu { display:block; }
 }@media only screen and (max-width: 763px) { #uCErnEHQ936JU60qfOy0WmpgJtl1dLep { display:block; }
 }@media only screen and (max-width: 763px) { #QnLLKUD6sMzEuSVwhdD9zwJzX8xwHJc4 { display:block; }
 }@media only screen and (max-width: 763px) { #W43NdLUZTpFVaXC6PK7d8yBk9lPL9gwN { display:block; }
 }@media only screen and (max-width: 763px) { #UHCcV2HXM8WJPCtOGB9JT2efgDvkKq8q { display:block; }
 }@media only screen and (max-width: 763px) { #G1baRxO1p7JGQuwyVTmVmeTLmu32tLKX { display:block; }
 }@media only screen and (max-width: 763px) { #Zve5B3Qpk6qMIB5lcMuoJZRtSwsCTE8U { display:block; }
 }@media only screen and (max-width: 763px) { #l4m6L2ZT8rV9MOSUqdzNu8lUmZRA1xTI { display:block; }
 }@media only screen and (max-width: 763px) { #df3ztSdKuLqdmyTfi5VKu8FJEyMVcVIW { display:block; }
 }@media only screen and (max-width: 763px) { #WP8XKUehrid6CnMAAi670TxQE1TirNBZ { display:block; }
 }@media only screen and (max-width: 763px) { #elKkPZ2aZon7Ji88iKLgIa12GLse2pLi { display:block; }
 }@media only screen and (max-width: 763px) { #TzGUXdFw414s7ul3KZkOpglpHnlc1uH0 { display:block; }
 }@media only screen and (max-width: 763px) { #ZwTvgJ5veUK3uErpK6gD7K4cQSGltfss { display:block; }
 }@media only screen and (max-width: 763px) { #CAMirD7KoZpW5zqmVmWIkBGOQ7mxFRzJ { display:block; }
 }@media only screen and (max-width: 763px) { #zc6D06teyAVB40Csyk34IGmwNsnF2RSX { display:block; }
 }@media only screen and (max-width: 763px) { #ZSGwqkWbVoAhPqo8ex4xIwqit7y2mknx { display:block; }
 }@media only screen and (max-width: 763px) { #hEhrePiHf081QS1adivB2ROq8J3RDwIs #cI8cwgdToNu24D1Rt2n3knZPmc3qIEBR {  }
 }@media only screen and (max-width: 763px) { #hEhrePiHf081QS1adivB2ROq8J3RDwIs #p0v86Oku0H3izLE8FlbSDl2pNoTtFn5l {  }
 }@media only screen and (max-width: 763px) { #oIx3V2dTxDfL5g4ZgETBz0EJlJapQInZ { width:19.375rem;height:3.1621125rem;top:18.125rem;left:0.3125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n3OpEXl6HWm8MT4PSFEvW0RG3eKlEgss { width:20rem;height:5.4375rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPbCvJaMqXL4GhB0omRCsMla8RXZEzIE { width:16.5625rem;height:6.25rem;top:1.1875rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae439a2f546190985db4762b0363f76e { display:block; }#ae439a2f546190985db4762b0363f76e > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3082a7f52d99834cd195a31f67bf7aa { width:11.375rem;height:4.3125rem;top:0.8125rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbac37869a0947a1092160748f902cc8 { width:20rem;height:2.921875rem;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }