.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:243,236,231;--color-primary-1:214,191,176;--color-primary-2:172,126,96;--color-primary-3:86,63,48;--color-primary-4:26,19,14;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#FtaETy9ohe6OWQ4LOTOJC1hm5N5czELT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:9.375rem;top:2.21875rem;left:2.5rem;overflow:hidden;display:block; }
#vexPiS72NRz02ZhrJDS67ElJUgXdQ8Om { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.09375rem;left:54.6875rem;display:block; }
#zduwOp8gLDgBwFrAbF2fqKIVIo4KL9oM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JhXd1yeMh5TtIIK6NHzaH51DRvhR2tnF { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.09375rem;left:15.0625rem;display:block; }
#IB9Q1WCxGh1SeBaz62ogIXVpSV6WBWPu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HhiRsp9u5B0P7ayMAGVHVgr1G7iXbM0e { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.09375rem;left:34.1875rem;display:block; }
#mLEzFgfm22ul4s8cEHmORxfWV1y7oftX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rdFMdAi9yztECwoHmpSgtW4K5Gwt0iIq { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.09375rem;left:24.8125rem;display:block; }
#KP817hdoOxnUb9LLpTPxHzEKaAxX5rST { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pPcdwKAmUl1cN3cwa9KI4RsLRZtBRFRr { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.09375rem;left:43.1875rem;display:block; }
#T1C2LPRswzfVyR3AxZHSEqvmEHSgn4SU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IZ5vXGauxGqkqPb1MFf43DPN8qM7c1FE { position:relative;display:block; }#IZ5vXGauxGqkqPb1MFf43DPN8qM7c1FE { background-color: transparent; background-image: none; }#IZ5vXGauxGqkqPb1MFf43DPN8qM7c1FE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZ5vXGauxGqkqPb1MFf43DPN8qM7c1FE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZ5vXGauxGqkqPb1MFf43DPN8qM7c1FE > .row .container > .video-iframe-container { display: none; }#IZ5vXGauxGqkqPb1MFf43DPN8qM7c1FE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZ5vXGauxGqkqPb1MFf43DPN8qM7c1FE > .row > .video-iframe-container { display: none; }#IZ5vXGauxGqkqPb1MFf43DPN8qM7c1FE > .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); }#IZ5vXGauxGqkqPb1MFf43DPN8qM7c1FE { border-width: 0; border-radius: 0; }#IZ5vXGauxGqkqPb1MFf43DPN8qM7c1FE > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#IZ5vXGauxGqkqPb1MFf43DPN8qM7c1FE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0320264f-2f62-441b-9439-83ec654a6bad/HeaderLPME1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#IZ5vXGauxGqkqPb1MFf43DPN8qM7c1FE > .row .container.adaptive-delivery-prevent-bg, #IZ5vXGauxGqkqPb1MFf43DPN8qM7c1FE > .row .container.lazyload, #IZ5vXGauxGqkqPb1MFf43DPN8qM7c1FE > .row .container.lazyloading { background-image: none; }#JJaJ7QRZ9G8tHLNTtncXH1XWMPMnVgI4 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:6.0625rem;left:2.4375rem;height:7.8735625rem;display:block; }
#Fw5BpCUKVQ5ScpMsztqsQ1AHWBtrd20G { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:25.8125rem;left:2.4375rem;display:block; }
#r5etRuis1QSwkJIukrbDT5L448SkloLC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ek23UTyKwZZ3ToMUdR2gLhv0toslub0V { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:16.5rem;left:2.5625rem;height:6.25rem;display:block; }
#E4MakcykAtrzxlOfChcEoiGKGRp6x1mk { position:relative;display:block; }#E4MakcykAtrzxlOfChcEoiGKGRp6x1mk { background-color: transparent; background-image: none; }#E4MakcykAtrzxlOfChcEoiGKGRp6x1mk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4MakcykAtrzxlOfChcEoiGKGRp6x1mk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4MakcykAtrzxlOfChcEoiGKGRp6x1mk > .row .container > .video-iframe-container { display: none; }#E4MakcykAtrzxlOfChcEoiGKGRp6x1mk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4MakcykAtrzxlOfChcEoiGKGRp6x1mk > .row > .video-iframe-container { display: none; }#E4MakcykAtrzxlOfChcEoiGKGRp6x1mk > .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); }#E4MakcykAtrzxlOfChcEoiGKGRp6x1mk { border-width: 0; border-radius: 0; }#E4MakcykAtrzxlOfChcEoiGKGRp6x1mk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#E4MakcykAtrzxlOfChcEoiGKGRp6x1mk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qOllZm1wcqm8PScoCAKa2Tdmm01HwGC7 { position:absolute;display:block;z-index:15000;height:4.5625rem;width:75rem;top:1.625rem;left:0rem;display:block; }
#E43DRiyAAO9VeQGT3K22i2OLQEPP0aTv { position:relative;display:block; }#E43DRiyAAO9VeQGT3K22i2OLQEPP0aTv { background-color: transparent; background-image: none; }#E43DRiyAAO9VeQGT3K22i2OLQEPP0aTv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E43DRiyAAO9VeQGT3K22i2OLQEPP0aTv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E43DRiyAAO9VeQGT3K22i2OLQEPP0aTv > .row .container > .video-iframe-container { display: none; }#E43DRiyAAO9VeQGT3K22i2OLQEPP0aTv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E43DRiyAAO9VeQGT3K22i2OLQEPP0aTv > .row > .video-iframe-container { display: none; }#E43DRiyAAO9VeQGT3K22i2OLQEPP0aTv > .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); }#E43DRiyAAO9VeQGT3K22i2OLQEPP0aTv { border-width: 0; border-radius: 0; }#E43DRiyAAO9VeQGT3K22i2OLQEPP0aTv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#E43DRiyAAO9VeQGT3K22i2OLQEPP0aTv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mammqHLkgUoLk4QSmLJhzs57Gde8Zl1f { color:rgba(var(--color-tertiary-4),1);display:block;width:39.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.671875rem;left:17.84375rem;height:;text-align:center;text-align-last:center;display:block; }
#DIHK966U62zm8p2adifdsNrTTBrruqdl { position:relative;display:block; }#DIHK966U62zm8p2adifdsNrTTBrruqdl { background-color: transparent; background-image: none; }#DIHK966U62zm8p2adifdsNrTTBrruqdl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIHK966U62zm8p2adifdsNrTTBrruqdl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIHK966U62zm8p2adifdsNrTTBrruqdl > .row .container > .video-iframe-container { display: none; }#DIHK966U62zm8p2adifdsNrTTBrruqdl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIHK966U62zm8p2adifdsNrTTBrruqdl > .row > .video-iframe-container { display: none; }#DIHK966U62zm8p2adifdsNrTTBrruqdl > .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); }#DIHK966U62zm8p2adifdsNrTTBrruqdl { border-width: 0; border-radius: 0; }#DIHK966U62zm8p2adifdsNrTTBrruqdl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DIHK966U62zm8p2adifdsNrTTBrruqdl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IX6kDMEDaU7PsvqXWXC47zCvN4L7E4PN { box-sizing:content-box;height:12.5rem;width:35rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),0.7);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.25rem;left:1.5rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#ZZae95a7Apv7llZup4x1dG45JSDsJBad { box-sizing:content-box;height:12.5rem;width:35rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),0.7);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.875rem;left:1.5rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#v5GymqdLMU5RS3HptNsuHxKeeHyhSXUr { box-sizing:content-box;height:12.5rem;width:35rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),0.7);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.875rem;left:38.5rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#XrfbnDOAHOERZ0QmzmmI6GpgrhTD8n2R { box-sizing:content-box;height:12.5rem;width:35rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),0.7);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.25rem;left:38.5rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#gVrQzuAbrubb3eXJuGoTuZNJNFK6PTl7 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/e4c6fb0d-acba-4ee1-bea4-7dc92f4ff8d7/injection.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.25rem;left:1.5rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#gVrQzuAbrubb3eXJuGoTuZNJNFK6PTl7.adaptive-delivery-prevent-bg, #gVrQzuAbrubb3eXJuGoTuZNJNFK6PTl7.lazyload, #gVrQzuAbrubb3eXJuGoTuZNJNFK6PTl7.lazyloading { background-image: none; }
#OxHsoBA9pRpRv9PTWD8lE13Q2uCuVb2f { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/22e55337-9e05-434c-8123-c6ddc98d51be/hydrafacial.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.875rem;left:1.5rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#OxHsoBA9pRpRv9PTWD8lE13Q2uCuVb2f.adaptive-delivery-prevent-bg, #OxHsoBA9pRpRv9PTWD8lE13Q2uCuVb2f.lazyload, #OxHsoBA9pRpRv9PTWD8lE13Q2uCuVb2f.lazyloading { background-image: none; }
#sskceTFGXUTkvFTVBypoDOgfT97HB7MT { box-sizing:content-box;height:0;width:12.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.25rem;left:38.5rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#T2ElzhlWAJT9T8g13vieilDpT2LhCpV9 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/7218d941-632c-4850-9291-c811f7b82a53/radiofrequence.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.875rem;left:38.5rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#T2ElzhlWAJT9T8g13vieilDpT2LhCpV9.adaptive-delivery-prevent-bg, #T2ElzhlWAJT9T8g13vieilDpT2LhCpV9.lazyload, #T2ElzhlWAJT9T8g13vieilDpT2LhCpV9.lazyloading { background-image: none; }
#VLRvlWIbcFuK81lX3f80rAzOAO4qJoUf { color:rgba(var(--color-tertiary-4),1);display:block;width:21.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.18701171875rem;left:15.5rem;height:1.7858875rem;text-align:left;text-align-last:left;display:block; }
#ZqlLP6p6lhHozwa46gWrCOmu3XKmD4p7 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:18.71240234375rem;left:15.5rem;height:1.7858875rem;text-align:left;text-align-last:left;display:block; }
#fmJIpV58bBpDaEpqhhcuTr3FlRTyAyJ7 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.18701171875rem;left:53rem;height:1.7858875rem;text-align:left;text-align-last:left;display:block; }
#I6L5AMuWtP8okfxUevIHxUJumo8PipT4 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/42b14d6d-367f-4d04-b235-f32fe224f2d2/peeling.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.25rem;left:38.5rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#I6L5AMuWtP8okfxUevIHxUJumo8PipT4.adaptive-delivery-prevent-bg, #I6L5AMuWtP8okfxUevIHxUJumo8PipT4.lazyload, #I6L5AMuWtP8okfxUevIHxUJumo8PipT4.lazyloading { background-image: none; }
#XUidqii4i5TL69FPqg8dKtlmNMsZsc03 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.71240234375rem;left:53rem;height:1.7858875rem;text-align:left;text-align-last:left;display:block; }
#OeBH0MJnL76nkAJBw1aZCtEAF6yGOUqb { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:7.19921875rem;left:15.5rem;height:4.794925rem;text-align:left;text-align-last:left;display:block; }
#i2ZexKp1ZLai9G02duQJgdvsZ4xAFrC4 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:21.724609375rem;left:15.5rem;height:4.794925rem;text-align:left;text-align-last:left;display:block; }
#cJVF8HSKVTcGwBlmndcX5U1SHtrt0L7h { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:21.724609375rem;left:53rem;height:4.794925rem;text-align:left;text-align-last:left;display:block; }
#aTt3ZToOhCVsUhyIyVdnkVS0evL9TROq { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:7.19921875rem;left:53rem;height:4.794925rem;text-align:left;text-align-last:left;display:block; }
#xNavTviHq1ca8v2nTFDoxlvD3dkeb7hI { position:relative;display:block; }#xNavTviHq1ca8v2nTFDoxlvD3dkeb7hI { background-color: transparent; background-image: none; }#xNavTviHq1ca8v2nTFDoxlvD3dkeb7hI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNavTviHq1ca8v2nTFDoxlvD3dkeb7hI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNavTviHq1ca8v2nTFDoxlvD3dkeb7hI > .row .container > .video-iframe-container { display: none; }#xNavTviHq1ca8v2nTFDoxlvD3dkeb7hI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNavTviHq1ca8v2nTFDoxlvD3dkeb7hI > .row > .video-iframe-container { display: none; }#xNavTviHq1ca8v2nTFDoxlvD3dkeb7hI > .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); }#xNavTviHq1ca8v2nTFDoxlvD3dkeb7hI { border-width: 0; border-radius: 0; }#xNavTviHq1ca8v2nTFDoxlvD3dkeb7hI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xNavTviHq1ca8v2nTFDoxlvD3dkeb7hI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#D62sDf6bwg76r3eUyOc7nJLhFS0I3te5 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.46875rem;left:27.40625rem;display:block; }
#CiQ3tg553z97DpNHMaslJCQqFd4Owuqc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mwco4fyX6pITM3CFf3dNs0ZwkVUuSz4W { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.18675rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.46728515625rem;left:51.405029296875rem;display:block; }
#PJC0uKKLDdJplm0hnMydzgE8spTtpTmf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kREl84xX94LAnEtgb3XCdiinHUmcWiVG { position:relative;display:block; }#kREl84xX94LAnEtgb3XCdiinHUmcWiVG { background-color: transparent; background-image: none; }#kREl84xX94LAnEtgb3XCdiinHUmcWiVG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kREl84xX94LAnEtgb3XCdiinHUmcWiVG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kREl84xX94LAnEtgb3XCdiinHUmcWiVG > .row .container > .video-iframe-container { display: none; }#kREl84xX94LAnEtgb3XCdiinHUmcWiVG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kREl84xX94LAnEtgb3XCdiinHUmcWiVG > .row > .video-iframe-container { display: none; }#kREl84xX94LAnEtgb3XCdiinHUmcWiVG > .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); }#kREl84xX94LAnEtgb3XCdiinHUmcWiVG { border-width: 0; border-radius: 0; }#kREl84xX94LAnEtgb3XCdiinHUmcWiVG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kREl84xX94LAnEtgb3XCdiinHUmcWiVG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LTsDkZmqkUGz7nhEFfLEuMsXSBNGvpK3 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.890625rem;left:17.84375rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#VAhfZCSfoCx14qqZZ0LMhbw9Ummue5zE { position:relative;display:block; }#VAhfZCSfoCx14qqZZ0LMhbw9Ummue5zE { background-color: transparent; background-image: none; }#VAhfZCSfoCx14qqZZ0LMhbw9Ummue5zE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAhfZCSfoCx14qqZZ0LMhbw9Ummue5zE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAhfZCSfoCx14qqZZ0LMhbw9Ummue5zE > .row .container > .video-iframe-container { display: none; }#VAhfZCSfoCx14qqZZ0LMhbw9Ummue5zE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAhfZCSfoCx14qqZZ0LMhbw9Ummue5zE > .row > .video-iframe-container { display: none; }#VAhfZCSfoCx14qqZZ0LMhbw9Ummue5zE > .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); }#VAhfZCSfoCx14qqZZ0LMhbw9Ummue5zE { border-width: 0; border-radius: 0; }#VAhfZCSfoCx14qqZZ0LMhbw9Ummue5zE > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#VAhfZCSfoCx14qqZZ0LMhbw9Ummue5zE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.0625rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#yDdQpAObpDhlDs8aS7iFXA9NxH4MfkLM { box-sizing:content-box;height:33.5625rem;width:21.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.25rem;left:1.9375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#MKRWBilhRFPSWmbEqx6WROE6X0SyNWd7 { box-sizing:content-box;height:33.5625rem;width:21.125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.25rem;left:26.9375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#QLZApFurQvsl2lfGcgeZycTv47FwITuK { box-sizing:content-box;height:33.5625rem;width:21.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.25rem;left:51.9375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#OqWHE7hfHhfAREufWgsSuCx8mmcbLT5C { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:10.8125rem;top:4.3125rem;left:7.09375rem;overflow:hidden;display:block; }
#mbilXu79zqUT7Jvd5lAOQUVKibbbbCHJ { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:10.8125rem;top:4.3125rem;left:32.09375rem;overflow:hidden;display:block; }
#ZrBtuEzly6gdTMZJQFWV2aAi7IOznPTN { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:11.3125rem;top:4.3125rem;left:56.84375rem;overflow:hidden;display:block; }
#WWKkOQ3PcyCDbaKsLi3U2TyH9FS8opJC { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:16.625rem;left:2.8125rem;height:;text-align:center;text-align-last:center;display:block; }
#HoOuJhOpQ2nVzavxEg3PRL9dmTmrQFgS { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:16.625rem;left:27.8125rem;height:;text-align:center;text-align-last:center;display:block; }
#kLTFKzvbH6LT0lvbxaUosW1flUs2QdNE { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:16.625rem;left:52.8125rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#K6Z5LNDQBOoD3JBkvo8NtUlO3xcTCJAu { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21.0576171875rem;left:3.375rem;height:6.494125rem;text-align:center;text-align-last:center;display:block; }
#DhpgkmLXbVWhWFUqBATFgBhC585OJmLM { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:12.875rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.3125rem;left:6.0625rem;display:block; }
#pFoLv0P46rs1HLMEF389qscfZGOKhk5l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KhceZsFdipTe4CnKrO5tOi23VzZJMAqh { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:12.875rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31.3125rem;left:31.0625rem;display:block; }
#pu4hAW6NsN9Cxa7bv72AT6MsWOBB6CiM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TFCWn6DAVNpoSOEPt1qZM7li0uXelGlW { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:12.875rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.3125rem;left:56.0625rem;display:block; }
#D8ri1AqT9UCvurTIBKst1noyV6IOwESA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dR0aqbpuKHATA0E9w4bFXmiLTJaQiIXs { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:21.05712890625rem;left:28.75rem;height:7.793rem;text-align:center;text-align-last:center;display:block; }
#lUXK02eh4OTFbBB9GXLnRN1Iw2Mzyx0C { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:21.05712890625rem;left:54.5rem;height:6.494125rem;text-align:center;text-align-last:center;display:block; }
#xDlq1WWwuaTSFJxNypWhoGtgvCEWrZI9 { position:relative;display:block; }#xDlq1WWwuaTSFJxNypWhoGtgvCEWrZI9 { background-color: transparent; background-image: none; }#xDlq1WWwuaTSFJxNypWhoGtgvCEWrZI9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDlq1WWwuaTSFJxNypWhoGtgvCEWrZI9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDlq1WWwuaTSFJxNypWhoGtgvCEWrZI9 > .row .container > .video-iframe-container { display: none; }#xDlq1WWwuaTSFJxNypWhoGtgvCEWrZI9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDlq1WWwuaTSFJxNypWhoGtgvCEWrZI9 > .row > .video-iframe-container { display: none; }#xDlq1WWwuaTSFJxNypWhoGtgvCEWrZI9 > .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); }#xDlq1WWwuaTSFJxNypWhoGtgvCEWrZI9 { border-width: 0; border-radius: 0; }#xDlq1WWwuaTSFJxNypWhoGtgvCEWrZI9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xDlq1WWwuaTSFJxNypWhoGtgvCEWrZI9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#goa6iHDflGmoAPu3aESdmaokSCn2h9OT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.46875rem;left:27.40625rem;display:block; }
#H7xax6r25sqUA0GJeBmhfxbcJbQrvREN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hhxTTdMcVWJVIiTWTZlD3ZMGE4OcCJGH { position:relative;display:block; }#hhxTTdMcVWJVIiTWTZlD3ZMGE4OcCJGH { background-color: transparent; background-image: none; }#hhxTTdMcVWJVIiTWTZlD3ZMGE4OcCJGH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhxTTdMcVWJVIiTWTZlD3ZMGE4OcCJGH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhxTTdMcVWJVIiTWTZlD3ZMGE4OcCJGH > .row .container > .video-iframe-container { display: none; }#hhxTTdMcVWJVIiTWTZlD3ZMGE4OcCJGH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhxTTdMcVWJVIiTWTZlD3ZMGE4OcCJGH > .row > .video-iframe-container { display: none; }#hhxTTdMcVWJVIiTWTZlD3ZMGE4OcCJGH > .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); }#hhxTTdMcVWJVIiTWTZlD3ZMGE4OcCJGH { border-width: 0; border-radius: 0; }#hhxTTdMcVWJVIiTWTZlD3ZMGE4OcCJGH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hhxTTdMcVWJVIiTWTZlD3ZMGE4OcCJGH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UMd8BunzdWTn2METa0DihA8fvDCCZLFx { color:rgba(var(--color-tertiary-4),1);display:block;width:50.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.421875rem;left:12.25rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#FecMu0g8tA5e1HX8nkpoFZRREPrtKq57 { position:relative;display:block; }#FecMu0g8tA5e1HX8nkpoFZRREPrtKq57 { background-color: transparent; background-image: none; }#FecMu0g8tA5e1HX8nkpoFZRREPrtKq57::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FecMu0g8tA5e1HX8nkpoFZRREPrtKq57 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FecMu0g8tA5e1HX8nkpoFZRREPrtKq57 > .row .container > .video-iframe-container { display: none; }#FecMu0g8tA5e1HX8nkpoFZRREPrtKq57 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FecMu0g8tA5e1HX8nkpoFZRREPrtKq57 > .row > .video-iframe-container { display: none; }#FecMu0g8tA5e1HX8nkpoFZRREPrtKq57 > .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); }#FecMu0g8tA5e1HX8nkpoFZRREPrtKq57 { border-width: 0; border-radius: 0; }#FecMu0g8tA5e1HX8nkpoFZRREPrtKq57 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FecMu0g8tA5e1HX8nkpoFZRREPrtKq57 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pKJEHDe3T2RxMP32AOb5kwuZzeXitG7i { box-sizing:content-box;height:30.375rem;width:29.125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/0280d1c4-d78d-4dcf-a076-1e7653dfa7fa/capillaire.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.03125rem;left:4.1875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#pKJEHDe3T2RxMP32AOb5kwuZzeXitG7i.adaptive-delivery-prevent-bg, #pKJEHDe3T2RxMP32AOb5kwuZzeXitG7i.lazyload, #pKJEHDe3T2RxMP32AOb5kwuZzeXitG7i.lazyloading { background-image: none; }
#ppGTghdBpzfIEwA9tCikgqSdKauflQId { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.4375rem;left:42.1875rem;height:1.625rem;display:block; }
#ebIV4bB4Tv4hezvRxFBe1cUCtxanU1E5 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.75rem;left:42.25rem;height:1.625rem;font-style:italic;display:block; }
#qxeqiqy9o0ycce0L5iJxtCERaxCKLAtT { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.375rem;left:42.25rem;height:6.494125rem;font-style:italic;display:block; }
#Oup1yxVueIm20rlww8TV5wkI2v5skCdD { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:26.5625rem;left:42.1875rem;height:6.494125rem;font-style:italic;display:block; }
#InDIT0x4bXNwzln7TkSnLF0t0LE4FTQ6 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:22.625rem;left:42.25rem;height:2.75rem;font-style:italic;display:block; }
#bp0ilVspXTJWsc5WNrb2NyCdXLoOKIaF { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20.25rem;left:42.1875rem;height:1.625rem;display:block; }
#nIcppI2rUxAC6ElTVUtkxxczN7nWVsZm { position:relative;display:block; }#nIcppI2rUxAC6ElTVUtkxxczN7nWVsZm { background-color: transparent; background-image: none; }#nIcppI2rUxAC6ElTVUtkxxczN7nWVsZm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIcppI2rUxAC6ElTVUtkxxczN7nWVsZm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIcppI2rUxAC6ElTVUtkxxczN7nWVsZm > .row .container > .video-iframe-container { display: none; }#nIcppI2rUxAC6ElTVUtkxxczN7nWVsZm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIcppI2rUxAC6ElTVUtkxxczN7nWVsZm > .row > .video-iframe-container { display: none; }#nIcppI2rUxAC6ElTVUtkxxczN7nWVsZm > .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); }#nIcppI2rUxAC6ElTVUtkxxczN7nWVsZm { border-width: 0; border-radius: 0; }#nIcppI2rUxAC6ElTVUtkxxczN7nWVsZm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nIcppI2rUxAC6ElTVUtkxxczN7nWVsZm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IZSHQT25nlzquHWlTB1wZ15Xwc62zqqH { box-sizing:content-box;height:30.375rem;width:29.125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/edd8d53c-8a9e-426f-bb15-74779eaff899/greffe.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.03125rem;left:41.6875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#IZSHQT25nlzquHWlTB1wZ15Xwc62zqqH.adaptive-delivery-prevent-bg, #IZSHQT25nlzquHWlTB1wZ15Xwc62zqqH.lazyload, #IZSHQT25nlzquHWlTB1wZ15Xwc62zqqH.lazyloading { background-image: none; }
#Dx0lADS7KBUaxlhSOSrycH7O84Sn7Zlf { color:rgba(var(--color-tertiary-4),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:27.5625rem;left:4.25rem;height:5.1953125rem;font-style:italic;display:block; }
#wTyQXpdWPrtexXoQzL1BtQtAZ1KB2Ct6 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:23.875rem;left:4.25rem;height:2.75rem;font-style:italic;display:block; }
#i40A2ATFTP8lXAX7906NsX64EWATZwlT { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:21.5rem;left:4.1875rem;height:1.625rem;display:block; }
#XtCRCeZE1Ge7Jc1Wu8OCRyoIempbDpZQ { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:11rem;left:4.1875rem;height:6.494125rem;font-style:italic;display:block; }
#xmGTEHzSTVkdMkmitMWiT2xsF79UPxxE { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:6.75rem;left:4.1875rem;height:3.25rem;font-style:italic;display:block; }
#dTdxP5DEd3MNp9JM9eVsgzhsoqx1l4Nz { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.4375rem;left:4.125rem;height:1.625rem;display:block; }
#wrGi4ZzC0B8kAxaFZttpo8hXKvR456Vi { position:relative;display:block; }#wrGi4ZzC0B8kAxaFZttpo8hXKvR456Vi { background-color: transparent; background-image: none; }#wrGi4ZzC0B8kAxaFZttpo8hXKvR456Vi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrGi4ZzC0B8kAxaFZttpo8hXKvR456Vi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrGi4ZzC0B8kAxaFZttpo8hXKvR456Vi > .row .container > .video-iframe-container { display: none; }#wrGi4ZzC0B8kAxaFZttpo8hXKvR456Vi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrGi4ZzC0B8kAxaFZttpo8hXKvR456Vi > .row > .video-iframe-container { display: none; }#wrGi4ZzC0B8kAxaFZttpo8hXKvR456Vi > .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); }#wrGi4ZzC0B8kAxaFZttpo8hXKvR456Vi { border-width: 0; border-radius: 0; }#wrGi4ZzC0B8kAxaFZttpo8hXKvR456Vi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wrGi4ZzC0B8kAxaFZttpo8hXKvR456Vi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IHFXJbU43CuWEOR7yfGTMftaQrFQIs2K { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.46875rem;left:27.40625rem;display:block; }
#WntwCEWeNOX4toyTcKw9Fe7cxbVw1vsl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HxcsrkaQac062GSRlJCSBWNalPpZvUUR { position:relative;display:block; }#HxcsrkaQac062GSRlJCSBWNalPpZvUUR { background-color: transparent; background-image: none; }#HxcsrkaQac062GSRlJCSBWNalPpZvUUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxcsrkaQac062GSRlJCSBWNalPpZvUUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxcsrkaQac062GSRlJCSBWNalPpZvUUR > .row .container > .video-iframe-container { display: none; }#HxcsrkaQac062GSRlJCSBWNalPpZvUUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxcsrkaQac062GSRlJCSBWNalPpZvUUR > .row > .video-iframe-container { display: none; }#HxcsrkaQac062GSRlJCSBWNalPpZvUUR > .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); }#HxcsrkaQac062GSRlJCSBWNalPpZvUUR { border-width: 0; border-radius: 0; }#HxcsrkaQac062GSRlJCSBWNalPpZvUUR > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#HxcsrkaQac062GSRlJCSBWNalPpZvUUR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/9a2bd375-869c-4ee9-83aa-8d5378871897/expertise1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#HxcsrkaQac062GSRlJCSBWNalPpZvUUR > .row .container.adaptive-delivery-prevent-bg, #HxcsrkaQac062GSRlJCSBWNalPpZvUUR > .row .container.lazyload, #HxcsrkaQac062GSRlJCSBWNalPpZvUUR > .row .container.lazyloading { background-image: none; }#k7VAffpOZ2scUksfAp1cy8UeBXmLBFBE { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:2.375rem;left:42.4375rem;height:4.375rem;display:block; }
#S3euEgyctc0wexBUlPOef7bi1zlGVDa8 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.875rem;left:42.4375rem;display:block; }
#lZ3qQEQEihOk66J4xGgLLdFoSuFUMzlv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dqSGf3o4XfBnO2CPQ2ycVhl3TIQWlN0g { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:9.625rem;left:42.4375rem;height:1.25rem;display:block; }
#heLrDFs0ngZb8hCFCINLTFU1iGKOLAWE { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:11.5rem;left:42.4375rem;height:4rem;display:block; }
#DXTIh88XAVuuBU1t0i6faAs2rMKLvyGT { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:19.1875rem;left:42.4375rem;height:3.999025rem;display:block; }
#DTFtqJFvFa94ESG0tW97RMndqei1pT6d { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:17.3125rem;left:42.4375rem;height:1.25rem;display:block; }
#r1Nvh6kxTPTBxH9JVfsFaSTyBbLg0HMu { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:27.875rem;left:42.4375rem;height:3.999025rem;display:block; }
#kA02q3OSusq4UicS7DUE6NQoeJVcQ7cE { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:26rem;left:42.4375rem;height:1.25rem;display:block; }
#USuDUwowHi914s6LpwUS90bW9Q52S8h5 { position:relative;display:none; }#USuDUwowHi914s6LpwUS90bW9Q52S8h5 { border-width: 0; border-radius: 0; }#USuDUwowHi914s6LpwUS90bW9Q52S8h5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#USuDUwowHi914s6LpwUS90bW9Q52S8h5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#X964fVK9NVzZM8Qw7KNA9DMFIO6Ks1Oe { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:26rem;left:42.4375rem;height:1.25rem;display:none; }
#t0HZCkQVoWIE0P2nqWpbrFKTwvEGyV8r { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:27.875rem;left:42.4375rem;height:5rem;display:none; }
#xBdAPearbWdK3e9lBPZizWRkD0xlgV0v { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:19.1875rem;left:42.4375rem;height:5rem;display:none; }
#myBJWdhguqPSy2IeV4G81zAS3ZMRr8lG { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:17.3125rem;left:42.4375rem;height:1.25rem;display:none; }
#hAPWn3O094cN8bFHwf3xlET7D8HaC1f4 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:11.5rem;left:42.4375rem;height:4rem;display:none; }
#EXGTFED2OJ8MLzpzRHoTovS72GlehN7Q { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:9.625rem;left:42.4375rem;height:1.25rem;display:none; }
#uT63sFZNfzaez9re6ccOi8rEZ4pd8Tgu { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.375rem;left:27.40625rem;display:none; }
#x1eus7mEg65ROWv8hiGgGdGNgU55OR0E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mQHBqeMqa94ik1KmGx2yiNH7HhEooGrg { position:relative;display:block; }#mQHBqeMqa94ik1KmGx2yiNH7HhEooGrg { background-color: transparent; background-image: none; }#mQHBqeMqa94ik1KmGx2yiNH7HhEooGrg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQHBqeMqa94ik1KmGx2yiNH7HhEooGrg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQHBqeMqa94ik1KmGx2yiNH7HhEooGrg > .row .container > .video-iframe-container { display: none; }#mQHBqeMqa94ik1KmGx2yiNH7HhEooGrg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQHBqeMqa94ik1KmGx2yiNH7HhEooGrg > .row > .video-iframe-container { display: none; }#mQHBqeMqa94ik1KmGx2yiNH7HhEooGrg > .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); }#mQHBqeMqa94ik1KmGx2yiNH7HhEooGrg { border-width: 0; border-radius: 0; }#mQHBqeMqa94ik1KmGx2yiNH7HhEooGrg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mQHBqeMqa94ik1KmGx2yiNH7HhEooGrg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CzUU7h8ksOfT4fmQ3MnuUwTo5ZL05m5o { color:rgba(var(--color-tertiary-4),1);display:block;width:46.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.01220703125rem;left:14.28125rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#sBxPuWIsLLVv8nwdDSr2GNTnE14uQqxo { position:relative;display:block; }#sBxPuWIsLLVv8nwdDSr2GNTnE14uQqxo { background-color: transparent; background-image: none; }#sBxPuWIsLLVv8nwdDSr2GNTnE14uQqxo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBxPuWIsLLVv8nwdDSr2GNTnE14uQqxo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBxPuWIsLLVv8nwdDSr2GNTnE14uQqxo > .row .container > .video-iframe-container { display: none; }#sBxPuWIsLLVv8nwdDSr2GNTnE14uQqxo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBxPuWIsLLVv8nwdDSr2GNTnE14uQqxo > .row > .video-iframe-container { display: none; }#sBxPuWIsLLVv8nwdDSr2GNTnE14uQqxo > .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); }#sBxPuWIsLLVv8nwdDSr2GNTnE14uQqxo { border-width: 0; border-radius: 0; }#sBxPuWIsLLVv8nwdDSr2GNTnE14uQqxo > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#sBxPuWIsLLVv8nwdDSr2GNTnE14uQqxo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.4375rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#nHkwg3aM15492zW9Iv6k6s3LAWH2h0ur { box-sizing:content-box;height:37.4375rem;width:21.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/899f12ba-3dad-4342-80f9-27189e4d78d8/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.25rem;left:1.9375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#nHkwg3aM15492zW9Iv6k6s3LAWH2h0ur.adaptive-delivery-prevent-bg, #nHkwg3aM15492zW9Iv6k6s3LAWH2h0ur.lazyload, #nHkwg3aM15492zW9Iv6k6s3LAWH2h0ur.lazyloading { background-image: none; }
#UbovysMbyKeRFpPh9U2TIM9QKcz7Tc7v { color:rgba(var(--color-primary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:13.125rem;left:2.5rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#R5WtDGlnuO0N4cGvrTS02PwzwOOMGxVk { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:13.125rem;left:27.5rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#mXq9yWhT7RMbAwD0NU62CvoBNEUo1rH0 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:13.125rem;left:52.5rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#X8UZf9fvo0Bsuyku996i57Vb4FWHv0Ig { box-sizing:content-box;height:0.3125rem;width:2.8125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.8125rem;left:23.625rem;display:block; }
#dhH3rydExBRPqwPaklAfHh3potW2O9eA { box-sizing:content-box;height:0.3125rem;width:2.8125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.8125rem;left:48.625rem;display:block; }
#TOVXsHqVBrzdrQ2rDcRtf5y66GFFJzpL { box-sizing:content-box;height:37.4375rem;width:21.125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/66f42cc8-702a-49fa-8332-1367e87b5603/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.25rem;left:26.9375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#TOVXsHqVBrzdrQ2rDcRtf5y66GFFJzpL.adaptive-delivery-prevent-bg, #TOVXsHqVBrzdrQ2rDcRtf5y66GFFJzpL.lazyload, #TOVXsHqVBrzdrQ2rDcRtf5y66GFFJzpL.lazyloading { background-image: none; }
#RXP7RAuJfmMNWEo0zps8fWXdc9aty53D { box-sizing:content-box;height:37.4375rem;width:21.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/80e8dd42-7339-4844-bef5-5ca30597c2a1/4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:51.9375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#RXP7RAuJfmMNWEo0zps8fWXdc9aty53D.adaptive-delivery-prevent-bg, #RXP7RAuJfmMNWEo0zps8fWXdc9aty53D.lazyload, #RXP7RAuJfmMNWEo0zps8fWXdc9aty53D.lazyloading { background-image: none; }
#EprbmiLFekec7RlP3yIkgeRwps0JxuXI { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:16.5703125rem;left:3.75rem;height:7.69043125rem;text-align:center;text-align-last:center;display:block; }
#D6b9hVf2dd40QGaNA0qrekgEzIgCEnn3 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:17.119140625rem;left:28.46875rem;height:7.690425rem;text-align:center;text-align-last:center;display:block; }
#MmAIDumVxaBWfl3mSsRR2N7NbtOQRDdu { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:17.919921875rem;left:53.75rem;height:5.4931625rem;text-align:center;text-align-last:center;display:block; }
#o7Xp9fwOMtrV05gXXiTvbFGtNBqbN3Up { box-sizing:content-box;height:0.3125rem;width:2.8125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:23.625rem;display:none; }
#tdXdbrfGRH26Mo9No8PuFUeeiDSXpSvy { position:relative;display:block; }#tdXdbrfGRH26Mo9No8PuFUeeiDSXpSvy { background-color: transparent; background-image: none; }#tdXdbrfGRH26Mo9No8PuFUeeiDSXpSvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tdXdbrfGRH26Mo9No8PuFUeeiDSXpSvy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tdXdbrfGRH26Mo9No8PuFUeeiDSXpSvy > .row .container > .video-iframe-container { display: none; }#tdXdbrfGRH26Mo9No8PuFUeeiDSXpSvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tdXdbrfGRH26Mo9No8PuFUeeiDSXpSvy > .row > .video-iframe-container { display: none; }#tdXdbrfGRH26Mo9No8PuFUeeiDSXpSvy > .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); }#tdXdbrfGRH26Mo9No8PuFUeeiDSXpSvy { border-width: 0; border-radius: 0; }#tdXdbrfGRH26Mo9No8PuFUeeiDSXpSvy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tdXdbrfGRH26Mo9No8PuFUeeiDSXpSvy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KrsaNCAZtMOn7Mn5NrH9BsCCop1Vayea { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.375rem;left:27.40625rem;display:block; }
#IXVTQ7QW78vGTK7ibNX1Md88GoDsM1iU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lnDTV3WmCPM4pwbGOeSScPl6FrDg7TOR { position:relative;display:block; }#lnDTV3WmCPM4pwbGOeSScPl6FrDg7TOR { background-color: transparent; background-image: none; }#lnDTV3WmCPM4pwbGOeSScPl6FrDg7TOR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnDTV3WmCPM4pwbGOeSScPl6FrDg7TOR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnDTV3WmCPM4pwbGOeSScPl6FrDg7TOR > .row .container > .video-iframe-container { display: none; }#lnDTV3WmCPM4pwbGOeSScPl6FrDg7TOR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnDTV3WmCPM4pwbGOeSScPl6FrDg7TOR > .row > .video-iframe-container { display: none; }#lnDTV3WmCPM4pwbGOeSScPl6FrDg7TOR > .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); }#lnDTV3WmCPM4pwbGOeSScPl6FrDg7TOR { border-width: 0; border-radius: 0; }#lnDTV3WmCPM4pwbGOeSScPl6FrDg7TOR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lnDTV3WmCPM4pwbGOeSScPl6FrDg7TOR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#m440oVZbrBG3Z421BWdLiDlIEyGxOz1O { color:rgba(var(--color-tertiary-4),1);display:block;width:54.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3125rem;left:10.28125rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#bf6NAqyHPTy1nQlgwRSfhiS55SBSuqv6 { position:relative;display:block; }#bf6NAqyHPTy1nQlgwRSfhiS55SBSuqv6 { background-color: transparent; background-image: none; }#bf6NAqyHPTy1nQlgwRSfhiS55SBSuqv6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bf6NAqyHPTy1nQlgwRSfhiS55SBSuqv6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bf6NAqyHPTy1nQlgwRSfhiS55SBSuqv6 > .row .container > .video-iframe-container { display: none; }#bf6NAqyHPTy1nQlgwRSfhiS55SBSuqv6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bf6NAqyHPTy1nQlgwRSfhiS55SBSuqv6 > .row > .video-iframe-container { display: none; }#bf6NAqyHPTy1nQlgwRSfhiS55SBSuqv6 > .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); }#bf6NAqyHPTy1nQlgwRSfhiS55SBSuqv6 { border-width: 0; border-radius: 0; }#bf6NAqyHPTy1nQlgwRSfhiS55SBSuqv6 > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#bf6NAqyHPTy1nQlgwRSfhiS55SBSuqv6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#TVM1tOsOv5z79aulWnxC9yM7wSQafBTO { color:rgba(var(--color-tertiary-4),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.0625rem;left:2.875rem;height:3.8964875rem;display:block; }
#RGS78luVTo2RSLJkiwJ4NUpm0JPcDkXr { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.9375rem;left:9.0625rem;height:1.625rem;display:block; }
#BGuZJuxfutLQlIrH99yWmpoPeHpfOgrW { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5625rem;left:9.0625rem;height:1.29980625rem;font-style:italic;display:block; }
#vAfz5mf0UK9SbhAa7gZGxTlLpzD5WrAI { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:8.0625rem;top:7.375rem;left:9.0625rem;overflow:hidden;display:block; }
#dnZqioyp8Uw0mxEomAgIkPkQ8SkCxlzh { color:rgba(var(--color-tertiary-4),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.0625rem;left:40.1875rem;height:3.8964875rem;display:block; }
#fdx5gIfOOkzLsmHe6mmTK4mM1JAT4pPa { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:8.0625rem;top:7.4375rem;left:46.1875rem;overflow:hidden;display:block; }
#u6Bts2lcKzf8NB5gm9RSAcMqJkoZV5JD { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.5625rem;left:46.1875rem;height:1.29980625rem;font-style:italic;display:block; }
#r0UguCcZRxKbTZAQaPigtxO0ipSTqe7U { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.9375rem;left:46.1875rem;height:1.625rem;display:block; }
#x4wwAa6ua7MLcHFRRwsTxDiHHxktqaMO { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:24.875rem;left:3.0625rem;height:3.8964875rem;display:block; }
#xZNvTtaThAwXAeoecNpk2OIfEvySoiWO { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:8.0625rem;top:22.375rem;left:9.0625rem;overflow:hidden;display:block; }
#aUzQVP0ZGE6g3TnZHUCnXOpobOPSERGt { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:20.5rem;left:9.0625rem;height:1.29980625rem;font-style:italic;display:block; }
#BdrHTWTtOflmeO0M9DZ8N18FMRXUe3JI { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.875rem;left:9.0625rem;height:1.625rem;display:block; }
#ieZm6Iouw02C2mLvqkhaWcXEOzOUnfVs { color:rgba(var(--color-tertiary-4),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:24.875rem;left:40.1875rem;height:3.8964875rem;display:block; }
#ZqrtcdSW0QBGnoPsd1l6FoCrpat2T5DZ { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:8.0625rem;top:22.1875rem;left:46.125rem;overflow:hidden;display:block; }
#qkVZgNQbO0S81HzKzbTni4kKTxLguDMd { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:20.375rem;left:46.125rem;height:1.29980625rem;font-style:italic;display:block; }
#vuyusbXGyZBFLktnsN7tHiQ6VQsRQgoc { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:18.75rem;left:46.125rem;height:1.625rem;display:block; }
#a79iUW1pHVfvagb0Oy6JrrEdB219BKVl { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:18.375rem;left:40.1875rem;overflow:hidden;display:block; }
#EEWykhzILHvJo6J5PrGI4GGX1VXHwVmD { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:18.6875rem;left:2.875rem;overflow:hidden;display:block; }
#rwb8Ps0tIOvbtmhqOLQiQq4BGMo5255W { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:3.9375rem;left:2.875rem;overflow:hidden;display:block; }
#gm5mnKWGP8rlRDpIZ7ZnEXo3QFmI3h4M { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:3.9375rem;left:40.1875rem;overflow:hidden;display:block; }
#JrmbUFCrT07K5A8ItqmW69n8qDfvnpSS { box-sizing:content-box;height:12.5rem;width:34.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.9375rem;left:1.5625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#OW0P8lf2dZR9Mg7CD4oQXTgbb11vG7T5 { box-sizing:content-box;height:12.5rem;width:34.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.5625rem;left:1.625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#mQ4ahE5BpCmyDE0UReRr8k3U1xLHAGEW { box-sizing:content-box;height:12.5rem;width:34.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.5625rem;left:38.625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#IXOpF23szsMpvL9iK0FyPnQltctRCmNS { box-sizing:content-box;height:12.5rem;width:34.8125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.9375rem;left:38.5625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#n6PD16lig4dM5bStgPbvdnT7dyvHgJX0 { position:relative;display:block; }#n6PD16lig4dM5bStgPbvdnT7dyvHgJX0 { background-color: transparent; background-image: none; }#n6PD16lig4dM5bStgPbvdnT7dyvHgJX0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6PD16lig4dM5bStgPbvdnT7dyvHgJX0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6PD16lig4dM5bStgPbvdnT7dyvHgJX0 > .row .container > .video-iframe-container { display: none; }#n6PD16lig4dM5bStgPbvdnT7dyvHgJX0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6PD16lig4dM5bStgPbvdnT7dyvHgJX0 > .row > .video-iframe-container { display: none; }#n6PD16lig4dM5bStgPbvdnT7dyvHgJX0 > .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); }#n6PD16lig4dM5bStgPbvdnT7dyvHgJX0 { border-width: 0; border-radius: 0; }#n6PD16lig4dM5bStgPbvdnT7dyvHgJX0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#n6PD16lig4dM5bStgPbvdnT7dyvHgJX0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UqECarpDvHkzy4kPStDRBfRs7bLcHXcV { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.375rem;left:27.40625rem;display:block; }
#xw3x1lkanVBFgxzoRt3GvskSTr5RrJi7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vUw6q0sAfTRSo70LwIE6CRG2lp92KbXG { position:relative;display:block; }#vUw6q0sAfTRSo70LwIE6CRG2lp92KbXG { background-color: transparent; background-image: none; }#vUw6q0sAfTRSo70LwIE6CRG2lp92KbXG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUw6q0sAfTRSo70LwIE6CRG2lp92KbXG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUw6q0sAfTRSo70LwIE6CRG2lp92KbXG > .row .container > .video-iframe-container { display: none; }#vUw6q0sAfTRSo70LwIE6CRG2lp92KbXG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUw6q0sAfTRSo70LwIE6CRG2lp92KbXG > .row > .video-iframe-container { display: none; }#vUw6q0sAfTRSo70LwIE6CRG2lp92KbXG > .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); }#vUw6q0sAfTRSo70LwIE6CRG2lp92KbXG { border-width: 0; border-radius: 0; }#vUw6q0sAfTRSo70LwIE6CRG2lp92KbXG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vUw6q0sAfTRSo70LwIE6CRG2lp92KbXG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:"open sans";height:43rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TOMmmsPBph4JQLwngAVAVZebDhNAKyrc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.125rem;width:37.125rem;top:2.9375rem;left:36.3125rem;overflow:hidden;display:block; }
#xphXCcFELARzzelqTILLW3EMTta3QiPb { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.5rem;left:2.875rem;height:2.84375rem;font-style:normal;display:block; }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs .accordion-element-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-4),1);background-image:none;vertical-align:top; }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem;line-height:1.1;overflow:hidden;height:auto;color:rgba(var(--color-tertiary-0),1); }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family);line-height:1.4;overflow:hidden;height:auto;color:rgba(var(--color-primary-0),1); }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_92e925e591f83dda71a9f81079ba111ae419c3aa.svg");background-size:contain !important; }#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs .accordion-trigger.adaptive-delivery-prevent-bg, #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs .accordion-trigger.lazyload, #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs .accordion-trigger.lazyloading { background-image: none; }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs { box-sizing:content-box;height:auto;width:27.8735625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:13.8125rem;left:1.625rem; }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #x4J179RpxqmbHX56xmtQUtucxKz7WES1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #AyOKw5LpkSJDkeNa5cugwpkcXSh9XIAz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #uSnPa0i6y8l0J5OVhUguaVTUm0opsEFc { display:block;position:relative; }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #dlWwcxNSWUK3D22VCZWJu6gvrSNxoDG4 {  }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #rFweivE3TZcGSofgN5ddNxpEpZwyJXF8 {  }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #ive5GQXIZ9S0LBAPgEPqbT0uQ7hxzqHK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #mnvOUaf6H7CNqOffdzb2nS0FaNtyC7a5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #PowFFCQS4S8E1wEr0TST9G4T3ic3KpH6 { display:block;position:relative; }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #hrWyDGLLqpB6qLvTluq9hzC4bttIx2De {  }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #Dw4wgMG78iZn20FfSdHZOufuTxb2nUPt { display:none; }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #T0ed0BEZIDrdSomo6esa5Z4XTxrsU5TZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #DlygIfXDINheimhVzTGVoazheeJZRdum { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #vNzmfToJiwFWhVoIiMllTOZoLMcReRLT { display:block;position:relative; }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #l348WtiPu6Vi9Kht36xnpSTlaG9JOocx {  }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #NDrFcRIkeoFPiWWmcONPcooEl0xxqmw3 { display:none; }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #KZARbXviyAvpn0nn9SVmiH3i5t8sAvQC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #KLSLPzHXFMlGDoyAsQarUnocmvkpd8Wg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #oQyz0gbIIV9vud3XdUhapcNoGp4qsQFT { display:block;position:relative; }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #R8hUyCo13mGpCRsruBuUnsrWoZZ6mUWq {  }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #TPIPqoetbucRxOMns0l1EemeSQOmzo76 { display:none; }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #G2fuSV2OFemAEHcpS1U8xJPJnz7bcHmL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #t8UTyFJVJGCt8qHmNDowQZWcfDM7mh3w { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #IHVACTi37zN7ObDweNfpTpT4KIqUFNuX { display:block;position:relative; }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #OFrq2Kp6I8fCxi0y3gCWAFQNHXh4zfE6 {  }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #fqWl4bH2rpKaa7ky3dVrsh6TXcIS1SB6 { display:none; }
#U6wf4e59hHsn3Vc1LkQONIcdvUR3dhEu { position:relative;display:block; }#U6wf4e59hHsn3Vc1LkQONIcdvUR3dhEu { background-color: transparent; background-image: none; }#U6wf4e59hHsn3Vc1LkQONIcdvUR3dhEu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6wf4e59hHsn3Vc1LkQONIcdvUR3dhEu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6wf4e59hHsn3Vc1LkQONIcdvUR3dhEu > .row .container > .video-iframe-container { display: none; }#U6wf4e59hHsn3Vc1LkQONIcdvUR3dhEu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6wf4e59hHsn3Vc1LkQONIcdvUR3dhEu > .row > .video-iframe-container { display: none; }#U6wf4e59hHsn3Vc1LkQONIcdvUR3dhEu > .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); }#U6wf4e59hHsn3Vc1LkQONIcdvUR3dhEu { border-width: 0; border-radius: 0; }#U6wf4e59hHsn3Vc1LkQONIcdvUR3dhEu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#U6wf4e59hHsn3Vc1LkQONIcdvUR3dhEu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QQLukG6cWhfCDc06gJOk3Dvp0yrGSXcW { color:rgba(var(--color-tertiary-4),1);display:block;width:54.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:10.28125rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#Jh0DZqi7yAv9QL9J9ihIBntGxHGmCDyR { position:relative;display:block; }#Jh0DZqi7yAv9QL9J9ihIBntGxHGmCDyR { background-color: transparent; background-image: none; }#Jh0DZqi7yAv9QL9J9ihIBntGxHGmCDyR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jh0DZqi7yAv9QL9J9ihIBntGxHGmCDyR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jh0DZqi7yAv9QL9J9ihIBntGxHGmCDyR > .row .container > .video-iframe-container { display: none; }#Jh0DZqi7yAv9QL9J9ihIBntGxHGmCDyR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jh0DZqi7yAv9QL9J9ihIBntGxHGmCDyR > .row > .video-iframe-container { display: none; }#Jh0DZqi7yAv9QL9J9ihIBntGxHGmCDyR > .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); }#Jh0DZqi7yAv9QL9J9ihIBntGxHGmCDyR { border-width: 0; border-radius: 0; }#Jh0DZqi7yAv9QL9J9ihIBntGxHGmCDyR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Jh0DZqi7yAv9QL9J9ihIBntGxHGmCDyR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP .accordion-element-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-primary-0),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.125rem;font-style:normal;height:auto; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:auto;line-height:1.5;overflow:hidden; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_7bd8ab2d5dbf63fb6d439757afe1eede3d755245.svg");background-size:contain !important; }#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP .accordion-trigger.adaptive-delivery-prevent-bg, #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP .accordion-trigger.lazyload, #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP .accordion-trigger.lazyloading { background-image: none; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP { box-sizing:content-box;height:auto;width:62rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:2.40625rem;left:6.5rem; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #Stl0h3AiDiET0ygxim9bIsIP438DWiDQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #DGbgxNTydnmsfrwuTOki6DP1nG3Pzmln { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #GBlTt4e6C3UEOC0OmZITG6yqfU0d855t { display:block;position:relative; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #p7Ha34zVpAPcP35GJWGw65bcCkkpORyL {  }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #JRJzJBOmcTWeZnS58nnTguXgndqLMfI6 {  }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #bdfw7BpTceZhEdUTKiXNO5IwJiQO2J4k { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #T9TCthglATDaBUbm3GfoqTpWsGfiXIo0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #yFTkqyAefA8oRgJpycfd9oCAt5Wd83G9 { display:block;position:relative; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #kgLflxOumbWqQsnWbDEe3FTPohA2XfgB {  }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #JSBlo3dMQsNbaAr9HrTX4p23fvP2GLDH { display:none; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #UTKhPSApBOcTa3gaFpurm82pwoHNI4vS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #IFZMVV4kyiHLFqsiOOFGB8t7cCplkJDv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #g5WgLU61niMyc5X6G9UQG3NZh7obsNF5 { display:block;position:relative; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #yoL5fI59ISzSVKVZzJ9vTriNtkn4dbeC {  }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #E39rrKQGpGbQKtPWEDVXXEzXTw1Xvp57 { display:none; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #FgaEO16VFniBpK5NosC3s7RIVkiuiAPK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #TT6sAbIBfNSDVmICPKHR2FayIgtNqA0G { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #aRzD3KNGT1ZvbAMhVAQtCZDkNmpRnEAq { display:block;position:relative; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #PwhcOSt5xIaGwMR7ZtLabT5qusQWrHv5 {  }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #uULyEfQGgyev54LU3pIqXeIBJAy8HeXh { display:none; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #MFnoTkvOOOGpe4VhPntSn7wVaqrmcCv3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #uMCFUsoFS80BrUJ1y4iD8UcAOGlHtzpR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #t175oKMTBSKQZRl22oKSbVhfdz8undJ6 { display:block;position:relative; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #MZ9Hh5Vn4zXKC7TSr8OleP7MFa6JIwur {  }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #fT1lhJM9KXesBu8ZFmDyrHhMNlqeaLKZ { display:none; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #TKA5KIsllr8q9FsbmJTThdNVcx5HNaTN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #lTX1VlSpBJfkhxBnn8B6aFmLN8OrTJQm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #gfgQKwc59l6gGZX7TOGoDUAvCldArvDx { display:block;position:relative; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #E91z5oyVSXfdgeWWA4Oz61uJlgoExgvr {  }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #BGgrKBTFkczoAexH00qAyy0sm6iBauyS { display:none; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #aJUNVsnVIJLQdMAlyxT1Ge6tb1hVFLcy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #rsw6Tp6pRpNdgxeWAFFDThMKZ7ThBiWm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #DPdBF3NGDHpNWLofs6qIDxfKfDPCigId { display:block;position:relative; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #MIHJvQKAVRAxwm6RXri08nI0qLVkrmeK {  }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #L669WkCTVRPizuhu0PQ05CkFAk8hiuJW { display:none; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #ESVAqObKhhQTtD3ipB76pqfo8HMhFKf6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #OETr4ZZDRGTN14seQUoCaEkikJwXEVMI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #Fiszb21eHblJ75q7fBgIX4rZncVLPyGw { display:block;position:relative; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #lmlOIR4PgzeDid2hgq743zFW7EhyNlTO {  }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #NmWb63yf0xU2SK5pItSntfW4TRHbcweX { display:none; }
#nK662Zutg6U8UBrS2outPfP43R1APMq3 { position:relative;display:block; }#nK662Zutg6U8UBrS2outPfP43R1APMq3 { background-color: transparent; background-image: none; }#nK662Zutg6U8UBrS2outPfP43R1APMq3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nK662Zutg6U8UBrS2outPfP43R1APMq3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nK662Zutg6U8UBrS2outPfP43R1APMq3 > .row .container > .video-iframe-container { display: none; }#nK662Zutg6U8UBrS2outPfP43R1APMq3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nK662Zutg6U8UBrS2outPfP43R1APMq3 > .row > .video-iframe-container { display: none; }#nK662Zutg6U8UBrS2outPfP43R1APMq3 > .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); }#nK662Zutg6U8UBrS2outPfP43R1APMq3 { border-width: 0; border-radius: 0; }#nK662Zutg6U8UBrS2outPfP43R1APMq3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nK662Zutg6U8UBrS2outPfP43R1APMq3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:20.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#J65Vtk1JmUBMPcMErHPO2umP10k4doLJ { color:rgba(var(--color-tertiary-4),1);display:block;width:54.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.3125rem;left:10.28125rem;height:4.8125rem;text-align:center;text-align-last:center;display:block; }
#AGQUKxn0e0MOAoTCOdx9kMFJwatX5nuL { color:rgba(var(--color-tertiary-4),1);display:block;width:35.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.9375rem;left:19.625rem;height:2.59765rem;text-align:center;text-align-last:center;display:block; }
#SmACKyGm44vKnNa1Mfz6MhP4prmblC1i { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4375rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:14.0625rem;left:26.78125rem;display:block; }
#TJklGXW9IT4NKhWKXLFdIekIsdsoZFSD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qVZCaEyaxdAqF9tP13svuJgy5mBACgmI { position:relative;display:block; }#qVZCaEyaxdAqF9tP13svuJgy5mBACgmI { background-color: transparent; background-image: none; }#qVZCaEyaxdAqF9tP13svuJgy5mBACgmI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVZCaEyaxdAqF9tP13svuJgy5mBACgmI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVZCaEyaxdAqF9tP13svuJgy5mBACgmI > .row .container > .video-iframe-container { display: none; }#qVZCaEyaxdAqF9tP13svuJgy5mBACgmI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVZCaEyaxdAqF9tP13svuJgy5mBACgmI > .row > .video-iframe-container { display: none; }#qVZCaEyaxdAqF9tP13svuJgy5mBACgmI > .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); }#qVZCaEyaxdAqF9tP13svuJgy5mBACgmI { border-width: 0; border-radius: 0; }#qVZCaEyaxdAqF9tP13svuJgy5mBACgmI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qVZCaEyaxdAqF9tP13svuJgy5mBACgmI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gvLh2MMxwdQ0k8ZOOD66f93NJ7lr0qUG { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:9.375rem;top:4.0625rem;left:7.125rem;overflow:hidden;display:block; }
#pbIolngHgwvzvXlyiVHih9i3TozncCzo { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3.9375rem;left:49.875rem;display:block; }
#DSn8FhJ6XtKbKFnRvmofNTD874IMFCFZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FtaETy9ohe6OWQ4LOTOJC1hm5N5czELT { top:2.1875rem;left:0rem;width:9.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vexPiS72NRz02ZhrJDS67ElJUgXdQ8Om { width:17.5rem;height:3.4375rem;top:2.0625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zduwOp8gLDgBwFrAbF2fqKIVIo4KL9oM { display:block; }
 }@media only screen and (max-width: 763px) { #JhXd1yeMh5TtIIK6NHzaH51DRvhR2tnF { width:9.75rem;height:3.4375rem;top:2.0625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB9Q1WCxGh1SeBaz62ogIXVpSV6WBWPu { display:block; }
 }@media only screen and (max-width: 763px) { #HhiRsp9u5B0P7ayMAGVHVgr1G7iXbM0e { width:9.75rem;height:3.4375rem;top:2.0625rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLEzFgfm22ul4s8cEHmORxfWV1y7oftX { display:block; }
 }@media only screen and (max-width: 763px) { #rdFMdAi9yztECwoHmpSgtW4K5Gwt0iIq { width:9.75rem;height:3.4375rem;top:2.0625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KP817hdoOxnUb9LLpTPxHzEKaAxX5rST { display:block; }
 }@media only screen and (max-width: 763px) { #pPcdwKAmUl1cN3cwa9KI4RsLRZtBRFRr { width:9.75rem;height:3.4375rem;top:2.0625rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1C2LPRswzfVyR3AxZHSEqvmEHSgn4SU { display:block; }
 }@media only screen and (max-width: 763px) { #IZ5vXGauxGqkqPb1MFf43DPN8qM7c1FE { display:block; }#IZ5vXGauxGqkqPb1MFf43DPN8qM7c1FE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JJaJ7QRZ9G8tHLNTtncXH1XWMPMnVgI4 { top:6.0625rem;left:0rem;width:27.125rem;height:7.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw5BpCUKVQ5ScpMsztqsQ1AHWBtrd20G { width:20.1875rem;height:3.4375rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5etRuis1QSwkJIukrbDT5L448SkloLC { display:block; }
 }@media only screen and (max-width: 763px) { #ek23UTyKwZZ3ToMUdR2gLhv0toslub0V { top:16.5rem;left:0rem;width:26.875rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4MakcykAtrzxlOfChcEoiGKGRp6x1mk { display:block; }#E4MakcykAtrzxlOfChcEoiGKGRp6x1mk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOllZm1wcqm8PScoCAKa2Tdmm01HwGC7 { top:1.625rem;left:0rem;width:47.75rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E43DRiyAAO9VeQGT3K22i2OLQEPP0aTv { display:block; }#E43DRiyAAO9VeQGT3K22i2OLQEPP0aTv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mammqHLkgUoLk4QSmLJhzs57Gde8Zl1f { top:1.625rem;left:4.21875rem;width:39.3125rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIHK966U62zm8p2adifdsNrTTBrruqdl { display:block; }#DIHK966U62zm8p2adifdsNrTTBrruqdl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IX6kDMEDaU7PsvqXWXC47zCvN4L7E4PN { top:2.25rem;left:0rem;width:35rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZae95a7Apv7llZup4x1dG45JSDsJBad { top:16.875rem;left:0rem;width:35rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5GymqdLMU5RS3HptNsuHxKeeHyhSXUr { top:16.875rem;left:12.75rem;width:35rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrfbnDOAHOERZ0QmzmmI6GpgrhTD8n2R { top:2.25rem;left:12.75rem;width:35rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVrQzuAbrubb3eXJuGoTuZNJNFK6PTl7 { top:2.25rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxHsoBA9pRpRv9PTWD8lE13Q2uCuVb2f { top:16.875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sskceTFGXUTkvFTVBypoDOgfT97HB7MT { top:2.25rem;left:24.875rem;width:12.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #T2ElzhlWAJT9T8g13vieilDpT2LhCpV9 { top:16.875rem;left:24.875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLRvlWIbcFuK81lX3f80rAzOAO4qJoUf { top:4.125rem;left:1.875rem;width:21.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqlLP6p6lhHozwa46gWrCOmu3XKmD4p7 { top:18.6875rem;left:1.875rem;width:20.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmJIpV58bBpDaEpqhhcuTr3FlRTyAyJ7 { top:4.125rem;left:27.1875rem;width:20.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6L5AMuWtP8okfxUevIHxUJumo8PipT4 { top:2.25rem;left:24.875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUidqii4i5TL69FPqg8dKtlmNMsZsc03 { top:18.6875rem;left:27.1875rem;width:20.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeBH0MJnL76nkAJBw1aZCtEAF6yGOUqb { top:7.1875rem;left:1.875rem;width:19.4375rem;height:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2ZexKp1ZLai9G02duQJgdvsZ4xAFrC4 { top:21.6875rem;left:1.875rem;width:18.8125rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJVF8HSKVTcGwBlmndcX5U1SHtrt0L7h { top:21.6875rem;left:28.9375rem;width:18.8125rem;height:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTt3ZToOhCVsUhyIyVdnkVS0evL9TROq { top:7.1875rem;left:28.3125rem;width:19.4375rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNavTviHq1ca8v2nTFDoxlvD3dkeb7hI { display:block; }#xNavTviHq1ca8v2nTFDoxlvD3dkeb7hI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D62sDf6bwg76r3eUyOc7nJLhFS0I3te5 { width:20.1875rem;height:3.4375rem;top:1.4375rem;left:13.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiQ3tg553z97DpNHMaslJCQqFd4Owuqc { display:block; }
 }@media only screen and (max-width: 763px) { #mwco4fyX6pITM3CFf3dNs0ZwkVUuSz4W { width:20.125rem;height:3.4375rem;top:1.4375rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJC0uKKLDdJplm0hnMydzgE8spTtpTmf { display:block; }
 }@media only screen and (max-width: 763px) { #kREl84xX94LAnEtgb3XCdiinHUmcWiVG { display:block; }#kREl84xX94LAnEtgb3XCdiinHUmcWiVG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTsDkZmqkUGz7nhEFfLEuMsXSBNGvpK3 { top:1.875rem;left:4.21875rem;width:39.3125rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAhfZCSfoCx14qqZZ0LMhbw9Ummue5zE { display:block; }#VAhfZCSfoCx14qqZZ0LMhbw9Ummue5zE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yDdQpAObpDhlDs8aS7iFXA9NxH4MfkLM { top:2.25rem;left:0rem;width:21.125rem;height:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKRWBilhRFPSWmbEqx6WROE6X0SyNWd7 { top:2.25rem;left:10.625rem;width:21.125rem;height:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLZApFurQvsl2lfGcgeZycTv47FwITuK { top:2.25rem;left:26.5rem;width:21.125rem;height:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqWHE7hfHhfAREufWgsSuCx8mmcbLT5C { top:4.3125rem;left:2.53125rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbilXu79zqUT7Jvd5lAOQUVKibbbbCHJ { top:4.3125rem;left:18.40625rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrBtuEzly6gdTMZJQFWV2aAi7IOznPTN { top:4.3125rem;left:34.03125rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWKkOQ3PcyCDbaKsLi3U2TyH9FS8opJC { top:16.625rem;left:0rem;width:19.375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoOuJhOpQ2nVzavxEg3PRL9dmTmrQFgS { top:16.625rem;left:12.375rem;width:19.375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLTFKzvbH6LT0lvbxaUosW1flUs2QdNE { top:16.625rem;left:28.25rem;width:19.375rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6Z5LNDQBOoD3JBkvo8NtUlO3xcTCJAu { top:21rem;left:0rem;width:18.25rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhpgkmLXbVWhWFUqBATFgBhC585OJmLM { width:12.875rem;height:2.8125rem;top:31.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFoLv0P46rs1HLMEF389qscfZGOKhk5l { display:block; }
 }@media only screen and (max-width: 763px) { #KhceZsFdipTe4CnKrO5tOi23VzZJMAqh { width:12.875rem;height:2.8125rem;top:31.3125rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu4hAW6NsN9Cxa7bv72AT6MsWOBB6CiM { display:block; }
 }@media only screen and (max-width: 763px) { #TFCWn6DAVNpoSOEPt1qZM7li0uXelGlW { width:12.875rem;height:2.8125rem;top:31.3125rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8ri1AqT9UCvurTIBKst1noyV6IOwESA { display:block; }
 }@media only screen and (max-width: 763px) { #dR0aqbpuKHATA0E9w4bFXmiLTJaQiIXs { top:21rem;left:14.25rem;width:17.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUXK02eh4OTFbBB9GXLnRN1Iw2Mzyx0C { top:21rem;left:31.625rem;width:16rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDlq1WWwuaTSFJxNypWhoGtgvCEWrZI9 { display:block; }#xDlq1WWwuaTSFJxNypWhoGtgvCEWrZI9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goa6iHDflGmoAPu3aESdmaokSCn2h9OT { width:20.1875rem;height:3.4375rem;top:1.4375rem;left:13.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7xax6r25sqUA0GJeBmhfxbcJbQrvREN { display:block; }
 }@media only screen and (max-width: 763px) { #hhxTTdMcVWJVIiTWTZlD3ZMGE4OcCJGH { display:block; }#hhxTTdMcVWJVIiTWTZlD3ZMGE4OcCJGH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMd8BunzdWTn2METa0DihA8fvDCCZLFx { top:2.375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FecMu0g8tA5e1HX8nkpoFZRREPrtKq57 { display:block; }#FecMu0g8tA5e1HX8nkpoFZRREPrtKq57 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pKJEHDe3T2RxMP32AOb5kwuZzeXitG7i { top:4rem;left:0rem;width:29.125rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppGTghdBpzfIEwA9tCikgqSdKauflQId { top:5.4375rem;left:23.875rem;width:20rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebIV4bB4Tv4hezvRxFBe1cUCtxanU1E5 { top:7.75rem;left:23.875rem;width:19.875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxeqiqy9o0ycce0L5iJxtCERaxCKLAtT { top:10.375rem;left:19.6875rem;width:28.0625rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oup1yxVueIm20rlww8TV5wkI2v5skCdD { top:26.5625rem;left:19.9375rem;width:27.8125rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #InDIT0x4bXNwzln7TkSnLF0t0LE4FTQ6 { top:22.625rem;left:23.875rem;width:16.4375rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp0ilVspXTJWsc5WNrb2NyCdXLoOKIaF { top:20.25rem;left:23.875rem;width:20rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIcppI2rUxAC6ElTVUtkxxczN7nWVsZm { display:block; }#nIcppI2rUxAC6ElTVUtkxxczN7nWVsZm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZSHQT25nlzquHWlTB1wZ15Xwc62zqqH { top:4rem;left:18.625rem;width:29.125rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx0lADS7KBUaxlhSOSrycH7O84Sn7Zlf { top:27.5625rem;left:0rem;width:26.8125rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTyQXpdWPrtexXoQzL1BtQtAZ1KB2Ct6 { top:23.875rem;left:0rem;width:13.6875rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i40A2ATFTP8lXAX7906NsX64EWATZwlT { top:21.5rem;left:0rem;width:20rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtCRCeZE1Ge7Jc1Wu8OCRyoIempbDpZQ { top:11rem;left:0rem;width:27.5625rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmGTEHzSTVkdMkmitMWiT2xsF79UPxxE { top:6.75rem;left:0rem;width:13.8125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTdxP5DEd3MNp9JM9eVsgzhsoqx1l4Nz { top:4.4375rem;left:0rem;width:20rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrGi4ZzC0B8kAxaFZttpo8hXKvR456Vi { display:block; }#wrGi4ZzC0B8kAxaFZttpo8hXKvR456Vi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IHFXJbU43CuWEOR7yfGTMftaQrFQIs2K { width:20.1875rem;height:3.4375rem;top:1.4375rem;left:13.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WntwCEWeNOX4toyTcKw9Fe7cxbVw1vsl { display:block; }
 }@media only screen and (max-width: 763px) { #HxcsrkaQac062GSRlJCSBWNalPpZvUUR { display:block; }#HxcsrkaQac062GSRlJCSBWNalPpZvUUR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7VAffpOZ2scUksfAp1cy8UeBXmLBFBE { top:2.375rem;left:19.0625rem;width:28.6875rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3euEgyctc0wexBUlPOef7bi1zlGVDa8 { width:20.1875rem;height:3.4375rem;top:34.875rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZ3qQEQEihOk66J4xGgLLdFoSuFUMzlv { display:block; }
 }@media only screen and (max-width: 763px) { #dqSGf3o4XfBnO2CPQ2ycVhl3TIQWlN0g { top:9.625rem;left:21.25rem;width:26.5rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #heLrDFs0ngZb8hCFCINLTFU1iGKOLAWE { top:11.5rem;left:21.25rem;width:26.5rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXTIh88XAVuuBU1t0i6faAs2rMKLvyGT { top:19.1875rem;left:21.25rem;width:26.5rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTFtqJFvFa94ESG0tW97RMndqei1pT6d { top:17.3125rem;left:21.25rem;width:26.5rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1Nvh6kxTPTBxH9JVfsFaSTyBbLg0HMu { top:27.875rem;left:21.25rem;width:26.5rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kA02q3OSusq4UicS7DUE6NQoeJVcQ7cE { top:26rem;left:21.25rem;width:26.5rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #USuDUwowHi914s6LpwUS90bW9Q52S8h5 { display:none; }#USuDUwowHi914s6LpwUS90bW9Q52S8h5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X964fVK9NVzZM8Qw7KNA9DMFIO6Ks1Oe { top:26rem;left:21.25rem;width:26.5rem;height:1.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #t0HZCkQVoWIE0P2nqWpbrFKTwvEGyV8r { top:27.875rem;left:21.25rem;width:26.5rem;height:5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xBdAPearbWdK3e9lBPZizWRkD0xlgV0v { top:19.1875rem;left:21.25rem;width:26.5rem;height:5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #myBJWdhguqPSy2IeV4G81zAS3ZMRr8lG { top:17.3125rem;left:21.25rem;width:26.5rem;height:1.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hAPWn3O094cN8bFHwf3xlET7D8HaC1f4 { top:11.5rem;left:21.25rem;width:26.5rem;height:4rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EXGTFED2OJ8MLzpzRHoTovS72GlehN7Q { top:9.625rem;left:21.25rem;width:26.5rem;height:1.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uT63sFZNfzaez9re6ccOi8rEZ4pd8Tgu { width:20.1875rem;height:3.4375rem;top:2.375rem;left:13.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x1eus7mEg65ROWv8hiGgGdGNgU55OR0E { display:block; }
 }@media only screen and (max-width: 763px) { #mQHBqeMqa94ik1KmGx2yiNH7HhEooGrg { display:block; }#mQHBqeMqa94ik1KmGx2yiNH7HhEooGrg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzUU7h8ksOfT4fmQ3MnuUwTo5ZL05m5o { top:2rem;left:0.65625rem;width:46.4375rem;height:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBxPuWIsLLVv8nwdDSr2GNTnE14uQqxo { display:block; }#sBxPuWIsLLVv8nwdDSr2GNTnE14uQqxo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHkwg3aM15492zW9Iv6k6s3LAWH2h0ur { top:2.25rem;left:0rem;width:21.125rem;height:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbovysMbyKeRFpPh9U2TIM9QKcz7Tc7v { top:13.125rem;left:0rem;width:20rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5WtDGlnuO0N4cGvrTS02PwzwOOMGxVk { top:13.125rem;left:11.75rem;width:20rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXq9yWhT7RMbAwD0NU62CvoBNEUo1rH0 { top:13.125rem;left:27.625rem;width:20rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8UZf9fvo0Bsuyku996i57Vb4FWHv0Ig { top:20.8125rem;left:13.0625rem;width:2.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhH3rydExBRPqwPaklAfHh3potW2O9eA { top:20.8125rem;left:28.9375rem;width:2.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOVXsHqVBrzdrQ2rDcRtf5y66GFFJzpL { top:2.25rem;left:10.625rem;width:21.125rem;height:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXP7RAuJfmMNWEo0zps8fWXdc9aty53D { top:2.5rem;left:26.5rem;width:21.125rem;height:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EprbmiLFekec7RlP3yIkgeRwps0JxuXI { top:16.5625rem;left:0rem;width:17.5rem;height:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6b9hVf2dd40QGaNA0qrekgEzIgCEnn3 { top:17.0625rem;left:13.6875rem;width:18.0625rem;height:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmAIDumVxaBWfl3mSsRR2N7NbtOQRDdu { top:17.875rem;left:30.125rem;width:17.5rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7Xp9fwOMtrV05gXXiTvbFGtNBqbN3Up { top:18.875rem;left:13.0625rem;width:2.8125rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tdXdbrfGRH26Mo9No8PuFUeeiDSXpSvy { display:block; }#tdXdbrfGRH26Mo9No8PuFUeeiDSXpSvy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrsaNCAZtMOn7Mn5NrH9BsCCop1Vayea { width:20.1875rem;height:3.4375rem;top:2.375rem;left:13.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXVTQ7QW78vGTK7ibNX1Md88GoDsM1iU { display:block; }
 }@media only screen and (max-width: 763px) { #lnDTV3WmCPM4pwbGOeSScPl6FrDg7TOR { display:block; }#lnDTV3WmCPM4pwbGOeSScPl6FrDg7TOR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m440oVZbrBG3Z421BWdLiDlIEyGxOz1O { top:2.3125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf6NAqyHPTy1nQlgwRSfhiS55SBSuqv6 { display:block; }#bf6NAqyHPTy1nQlgwRSfhiS55SBSuqv6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVM1tOsOv5z79aulWnxC9yM7wSQafBTO { top:10.0625rem;left:0rem;width:32.25rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGS78luVTo2RSLJkiwJ4NUpm0JPcDkXr { top:3.9375rem;left:0rem;width:24rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGuZJuxfutLQlIrH99yWmpoPeHpfOgrW { top:5.5625rem;left:0rem;width:24rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAfz5mf0UK9SbhAa7gZGxTlLpzD5WrAI { top:7.375rem;left:0rem;width:8.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnZqioyp8Uw0mxEomAgIkPkQ8SkCxlzh { top:10.0625rem;left:16.125rem;width:31.625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdx5gIfOOkzLsmHe6mmTK4mM1JAT4pPa { top:7.4375rem;left:32.5625rem;width:8.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6Bts2lcKzf8NB5gm9RSAcMqJkoZV5JD { top:5.5625rem;left:23.75rem;width:24rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0UguCcZRxKbTZAQaPigtxO0ipSTqe7U { top:3.9375rem;left:23.75rem;width:24rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4wwAa6ua7MLcHFRRwsTxDiHHxktqaMO { top:24.875rem;left:0rem;width:31.9375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZNvTtaThAwXAeoecNpk2OIfEvySoiWO { top:22.375rem;left:0rem;width:8.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUzQVP0ZGE6g3TnZHUCnXOpobOPSERGt { top:20.5rem;left:0rem;width:24rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdrHTWTtOflmeO0M9DZ8N18FMRXUe3JI { top:18.875rem;left:0rem;width:24rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieZm6Iouw02C2mLvqkhaWcXEOzOUnfVs { top:24.875rem;left:16.625rem;width:31.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqrtcdSW0QBGnoPsd1l6FoCrpat2T5DZ { top:22.1875rem;left:32.5rem;width:8.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkVZgNQbO0S81HzKzbTni4kKTxLguDMd { top:20.375rem;left:23.75rem;width:24rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuyusbXGyZBFLktnsN7tHiQ6VQsRQgoc { top:18.75rem;left:23.75rem;width:24rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a79iUW1pHVfvagb0Oy6JrrEdB219BKVl { top:18.375rem;left:26.5625rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEWykhzILHvJo6J5PrGI4GGX1VXHwVmD { top:18.6875rem;left:0rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwb8Ps0tIOvbtmhqOLQiQq4BGMo5255W { top:3.9375rem;left:0rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm5mnKWGP8rlRDpIZ7ZnEXo3QFmI3h4M { top:3.9375rem;left:26.5625rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrmbUFCrT07K5A8ItqmW69n8qDfvnpSS { top:2.9375rem;left:0rem;width:34.8125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OW0P8lf2dZR9Mg7CD4oQXTgbb11vG7T5 { top:17.5625rem;left:0rem;width:34.8125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ4ahE5BpCmyDE0UReRr8k3U1xLHAGEW { top:17.5625rem;left:12.9375rem;width:34.8125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXOpF23szsMpvL9iK0FyPnQltctRCmNS { top:2.9375rem;left:12.9375rem;width:34.8125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6PD16lig4dM5bStgPbvdnT7dyvHgJX0 { display:block; }#n6PD16lig4dM5bStgPbvdnT7dyvHgJX0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqECarpDvHkzy4kPStDRBfRs7bLcHXcV { width:20.1875rem;height:3.4375rem;top:2.375rem;left:13.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw3x1lkanVBFgxzoRt3GvskSTr5RrJi7 { display:block; }
 }@media only screen and (max-width: 763px) { #vUw6q0sAfTRSo70LwIE6CRG2lp92KbXG { display:block; }#vUw6q0sAfTRSo70LwIE6CRG2lp92KbXG { background-color: transparent; background-image: none; }#vUw6q0sAfTRSo70LwIE6CRG2lp92KbXG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUw6q0sAfTRSo70LwIE6CRG2lp92KbXG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUw6q0sAfTRSo70LwIE6CRG2lp92KbXG > .row .container > .video-iframe-container { display: none; }#vUw6q0sAfTRSo70LwIE6CRG2lp92KbXG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUw6q0sAfTRSo70LwIE6CRG2lp92KbXG > .row > .video-iframe-container { display: none; }#vUw6q0sAfTRSo70LwIE6CRG2lp92KbXG > .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); }#vUw6q0sAfTRSo70LwIE6CRG2lp92KbXG { border-width: 0; border-radius: 0; }#vUw6q0sAfTRSo70LwIE6CRG2lp92KbXG > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOMmmsPBph4JQLwngAVAVZebDhNAKyrc { top:2.9375rem;left:10.625rem;width:37.125rem;height:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xphXCcFELARzzelqTILLW3EMTta3QiPb { top:10.5rem;left:0rem;width:28.75rem;height:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs { display:flex;height:auto;width:27.8125rem;top:9.75rem;left:0rem; }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #x4J179RpxqmbHX56xmtQUtucxKz7WES1 {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #AyOKw5LpkSJDkeNa5cugwpkcXSh9XIAz {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #uSnPa0i6y8l0J5OVhUguaVTUm0opsEFc {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #dlWwcxNSWUK3D22VCZWJu6gvrSNxoDG4 {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #rFweivE3TZcGSofgN5ddNxpEpZwyJXF8 {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #ive5GQXIZ9S0LBAPgEPqbT0uQ7hxzqHK {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #mnvOUaf6H7CNqOffdzb2nS0FaNtyC7a5 {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #PowFFCQS4S8E1wEr0TST9G4T3ic3KpH6 {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #hrWyDGLLqpB6qLvTluq9hzC4bttIx2De {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #Dw4wgMG78iZn20FfSdHZOufuTxb2nUPt {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #T0ed0BEZIDrdSomo6esa5Z4XTxrsU5TZ {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #DlygIfXDINheimhVzTGVoazheeJZRdum {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #vNzmfToJiwFWhVoIiMllTOZoLMcReRLT {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #l348WtiPu6Vi9Kht36xnpSTlaG9JOocx {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #NDrFcRIkeoFPiWWmcONPcooEl0xxqmw3 {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #KZARbXviyAvpn0nn9SVmiH3i5t8sAvQC {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #KLSLPzHXFMlGDoyAsQarUnocmvkpd8Wg {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #oQyz0gbIIV9vud3XdUhapcNoGp4qsQFT {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #R8hUyCo13mGpCRsruBuUnsrWoZZ6mUWq {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #TPIPqoetbucRxOMns0l1EemeSQOmzo76 {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #G2fuSV2OFemAEHcpS1U8xJPJnz7bcHmL {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #t8UTyFJVJGCt8qHmNDowQZWcfDM7mh3w {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #IHVACTi37zN7ObDweNfpTpT4KIqUFNuX {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #OFrq2Kp6I8fCxi0y3gCWAFQNHXh4zfE6 {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #fqWl4bH2rpKaa7ky3dVrsh6TXcIS1SB6 {  }
 }@media only screen and (max-width: 763px) { #U6wf4e59hHsn3Vc1LkQONIcdvUR3dhEu { display:block; }#U6wf4e59hHsn3Vc1LkQONIcdvUR3dhEu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQLukG6cWhfCDc06gJOk3Dvp0yrGSXcW { top:2.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jh0DZqi7yAv9QL9J9ihIBntGxHGmCDyR { display:block; }#Jh0DZqi7yAv9QL9J9ihIBntGxHGmCDyR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP { display:flex;height:auto;width:27.8125rem;top:13.4375rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #Stl0h3AiDiET0ygxim9bIsIP438DWiDQ {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #DGbgxNTydnmsfrwuTOki6DP1nG3Pzmln {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #GBlTt4e6C3UEOC0OmZITG6yqfU0d855t {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #p7Ha34zVpAPcP35GJWGw65bcCkkpORyL {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #JRJzJBOmcTWeZnS58nnTguXgndqLMfI6 {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #bdfw7BpTceZhEdUTKiXNO5IwJiQO2J4k {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #T9TCthglATDaBUbm3GfoqTpWsGfiXIo0 {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #yFTkqyAefA8oRgJpycfd9oCAt5Wd83G9 {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #kgLflxOumbWqQsnWbDEe3FTPohA2XfgB {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #JSBlo3dMQsNbaAr9HrTX4p23fvP2GLDH {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #UTKhPSApBOcTa3gaFpurm82pwoHNI4vS {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #IFZMVV4kyiHLFqsiOOFGB8t7cCplkJDv {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #g5WgLU61niMyc5X6G9UQG3NZh7obsNF5 {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #yoL5fI59ISzSVKVZzJ9vTriNtkn4dbeC {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #E39rrKQGpGbQKtPWEDVXXEzXTw1Xvp57 {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #FgaEO16VFniBpK5NosC3s7RIVkiuiAPK {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #TT6sAbIBfNSDVmICPKHR2FayIgtNqA0G {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #aRzD3KNGT1ZvbAMhVAQtCZDkNmpRnEAq {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #PwhcOSt5xIaGwMR7ZtLabT5qusQWrHv5 {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #uULyEfQGgyev54LU3pIqXeIBJAy8HeXh {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #MFnoTkvOOOGpe4VhPntSn7wVaqrmcCv3 {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #uMCFUsoFS80BrUJ1y4iD8UcAOGlHtzpR {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #t175oKMTBSKQZRl22oKSbVhfdz8undJ6 {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #MZ9Hh5Vn4zXKC7TSr8OleP7MFa6JIwur {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #fT1lhJM9KXesBu8ZFmDyrHhMNlqeaLKZ {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #TKA5KIsllr8q9FsbmJTThdNVcx5HNaTN {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #lTX1VlSpBJfkhxBnn8B6aFmLN8OrTJQm {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #gfgQKwc59l6gGZX7TOGoDUAvCldArvDx {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #E91z5oyVSXfdgeWWA4Oz61uJlgoExgvr {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #BGgrKBTFkczoAexH00qAyy0sm6iBauyS {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #aJUNVsnVIJLQdMAlyxT1Ge6tb1hVFLcy {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #rsw6Tp6pRpNdgxeWAFFDThMKZ7ThBiWm {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #DPdBF3NGDHpNWLofs6qIDxfKfDPCigId {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #MIHJvQKAVRAxwm6RXri08nI0qLVkrmeK {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #L669WkCTVRPizuhu0PQ05CkFAk8hiuJW {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #ESVAqObKhhQTtD3ipB76pqfo8HMhFKf6 {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #OETr4ZZDRGTN14seQUoCaEkikJwXEVMI {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #Fiszb21eHblJ75q7fBgIX4rZncVLPyGw {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #lmlOIR4PgzeDid2hgq743zFW7EhyNlTO {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #NmWb63yf0xU2SK5pItSntfW4TRHbcweX {  }
 }@media only screen and (max-width: 763px) { #nK662Zutg6U8UBrS2outPfP43R1APMq3 { display:block; }#nK662Zutg6U8UBrS2outPfP43R1APMq3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J65Vtk1JmUBMPcMErHPO2umP10k4doLJ { top:2.3125rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGQUKxn0e0MOAoTCOdx9kMFJwatX5nuL { top:8.9375rem;left:6rem;width:35.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmACKyGm44vKnNa1Mfz6MhP4prmblC1i { width:21.4375rem;height:3.4375rem;top:14.0625rem;left:13.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJklGXW9IT4NKhWKXLFdIekIsdsoZFSD { display:block; }
 }@media only screen and (max-width: 763px) { #qVZCaEyaxdAqF9tP13svuJgy5mBACgmI { display:block; }#qVZCaEyaxdAqF9tP13svuJgy5mBACgmI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gvLh2MMxwdQ0k8ZOOD66f93NJ7lr0qUG { top:4.0625rem;left:0rem;width:9.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbIolngHgwvzvXlyiVHih9i3TozncCzo { width:17.5rem;height:3.4375rem;top:3.9375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSn8FhJ6XtKbKFnRvmofNTD874IMFCFZ { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FtaETy9ohe6OWQ4LOTOJC1hm5N5czELT { width:9.375rem;height:3.1875rem;top:1.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vexPiS72NRz02ZhrJDS67ElJUgXdQ8Om { width:12.875rem;height:3rem;top:25.75rem;left:3.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zduwOp8gLDgBwFrAbF2fqKIVIo4KL9oM { display:block; }
 }@media only screen and (max-width: 763px) { #JhXd1yeMh5TtIIK6NHzaH51DRvhR2tnF { width:9.75rem;height:3.4375rem;top:5.6875rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IB9Q1WCxGh1SeBaz62ogIXVpSV6WBWPu { display:block; }
 }@media only screen and (max-width: 763px) { #HhiRsp9u5B0P7ayMAGVHVgr1G7iXbM0e { width:9.75rem;height:3.4375rem;top:10.375rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mLEzFgfm22ul4s8cEHmORxfWV1y7oftX { display:block; }
 }@media only screen and (max-width: 763px) { #rdFMdAi9yztECwoHmpSgtW4K5Gwt0iIq { width:9.75rem;height:3.4375rem;top:15.0625rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KP817hdoOxnUb9LLpTPxHzEKaAxX5rST { display:block; }
 }@media only screen and (max-width: 763px) { #pPcdwKAmUl1cN3cwa9KI4RsLRZtBRFRr { width:9.75rem;height:3.4375rem;top:19.75rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1C2LPRswzfVyR3AxZHSEqvmEHSgn4SU { display:block; }
 }@media only screen and (max-width: 763px) { #IZ5vXGauxGqkqPb1MFf43DPN8qM7c1FE { display:block; }#IZ5vXGauxGqkqPb1MFf43DPN8qM7c1FE { background-color: transparent; background-image: none; }#IZ5vXGauxGqkqPb1MFf43DPN8qM7c1FE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZ5vXGauxGqkqPb1MFf43DPN8qM7c1FE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZ5vXGauxGqkqPb1MFf43DPN8qM7c1FE > .row .container > .video-iframe-container { display: none; }#IZ5vXGauxGqkqPb1MFf43DPN8qM7c1FE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZ5vXGauxGqkqPb1MFf43DPN8qM7c1FE > .row > .video-iframe-container { display: none; }#IZ5vXGauxGqkqPb1MFf43DPN8qM7c1FE > .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); }#IZ5vXGauxGqkqPb1MFf43DPN8qM7c1FE > .row .container { width:20rem;height:40.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/777d613e-4328-4248-bf52-9073031c4950/HeaderLPMETel1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#IZ5vXGauxGqkqPb1MFf43DPN8qM7c1FE > .row .container.adaptive-delivery-prevent-bg, #IZ5vXGauxGqkqPb1MFf43DPN8qM7c1FE > .row .container.lazyload, #IZ5vXGauxGqkqPb1MFf43DPN8qM7c1FE > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #JJaJ7QRZ9G8tHLNTtncXH1XWMPMnVgI4 { width:17.625rem;height:4.6875rem;top:2.375rem;left:0.96875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw5BpCUKVQ5ScpMsztqsQ1AHWBtrd20G { width:13.5625rem;height:2.8125rem;top:14.25rem;left:0.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5etRuis1QSwkJIukrbDT5L448SkloLC { display:block; }
 }@media only screen and (max-width: 763px) { #ek23UTyKwZZ3ToMUdR2gLhv0toslub0V { width:18.0625rem;height:4rem;top:8.3125rem;left:0.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4MakcykAtrzxlOfChcEoiGKGRp6x1mk { display:block; }#E4MakcykAtrzxlOfChcEoiGKGRp6x1mk > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOllZm1wcqm8PScoCAKa2Tdmm01HwGC7 { width:20rem;height:4.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E43DRiyAAO9VeQGT3K22i2OLQEPP0aTv { display:block; }#E43DRiyAAO9VeQGT3K22i2OLQEPP0aTv > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mammqHLkgUoLk4QSmLJhzs57Gde8Zl1f { width:18.0625rem;height:3.125rem;top:1.25rem;left:0.96875rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #DIHK966U62zm8p2adifdsNrTTBrruqdl { display:block; }#DIHK966U62zm8p2adifdsNrTTBrruqdl > .row .container { width:20rem;height:96.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IX6kDMEDaU7PsvqXWXC47zCvN4L7E4PN { width:20rem;height:21.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZae95a7Apv7llZup4x1dG45JSDsJBad { width:20rem;height:21.875rem;top:74rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5GymqdLMU5RS3HptNsuHxKeeHyhSXUr { width:20rem;height:23.5rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrfbnDOAHOERZ0QmzmmI6GpgrhTD8n2R { width:20rem;height:21.375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVrQzuAbrubb3eXJuGoTuZNJNFK6PTl7 { width:20rem;height:10.5625rem;top:0.0625rem;left:0rem;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/e4c6fb0d-acba-4ee1-bea4-7dc92f4ff8d7/injection.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gVrQzuAbrubb3eXJuGoTuZNJNFK6PTl7.adaptive-delivery-prevent-bg, #gVrQzuAbrubb3eXJuGoTuZNJNFK6PTl7.lazyload, #gVrQzuAbrubb3eXJuGoTuZNJNFK6PTl7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OxHsoBA9pRpRv9PTWD8lE13Q2uCuVb2f { width:20rem;height:12.6875rem;top:74rem;left:0rem;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/22e55337-9e05-434c-8123-c6ddc98d51be/hydrafacial.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OxHsoBA9pRpRv9PTWD8lE13Q2uCuVb2f.adaptive-delivery-prevent-bg, #OxHsoBA9pRpRv9PTWD8lE13Q2uCuVb2f.lazyload, #OxHsoBA9pRpRv9PTWD8lE13Q2uCuVb2f.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sskceTFGXUTkvFTVBypoDOgfT97HB7MT { width:12.5rem;height:0;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2ElzhlWAJT9T8g13vieilDpT2LhCpV9 { width:20rem;height:13.6875rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLRvlWIbcFuK81lX3f80rAzOAO4qJoUf { width:11.9375rem;height:2.75rem;top:11.8125rem;left:1.5625rem;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ZqlLP6p6lhHozwa46gWrCOmu3XKmD4p7 { width:14.8125rem;height:1.7871125rem;top:87.9375rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmJIpV58bBpDaEpqhhcuTr3FlRTyAyJ7 { width:12.6875rem;height:1.7871125rem;top:37rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6L5AMuWtP8okfxUevIHxUJumo8PipT4 { width:20rem;height:11.5rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUidqii4i5TL69FPqg8dKtlmNMsZsc03 { width:15.5rem;height:1.7871125rem;top:63.125rem;left:1.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeBH0MJnL76nkAJBw1aZCtEAF6yGOUqb { width:16.625rem;height:5.249025rem;top:15.4375rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2ZexKp1ZLai9G02duQJgdvsZ4xAFrC4 { width:16.9375rem;height:4.19921875rem;top:90.5625rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJVF8HSKVTcGwBlmndcX5U1SHtrt0L7h { width:17.6875rem;height:4.19921875rem;top:66.0625rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTt3ZToOhCVsUhyIyVdnkVS0evL9TROq { width:16.625rem;height:4.19921875rem;top:39.8125rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNavTviHq1ca8v2nTFDoxlvD3dkeb7hI { display:block; }#xNavTviHq1ca8v2nTFDoxlvD3dkeb7hI > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D62sDf6bwg76r3eUyOc7nJLhFS0I3te5 { width:15.375rem;height:2.875rem;top:1.75rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiQ3tg553z97DpNHMaslJCQqFd4Owuqc { display:block; }
 }@media only screen and (max-width: 763px) { #mwco4fyX6pITM3CFf3dNs0ZwkVUuSz4W { width:19rem;height:3.4375rem;top:5.875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJC0uKKLDdJplm0hnMydzgE8spTtpTmf { display:block; }
 }@media only screen and (max-width: 763px) { #kREl84xX94LAnEtgb3XCdiinHUmcWiVG { display:block; }#kREl84xX94LAnEtgb3XCdiinHUmcWiVG > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTsDkZmqkUGz7nhEFfLEuMsXSBNGvpK3 { width:17.8125rem;height:3.125rem;top:1.3125rem;left:1.09375rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #VAhfZCSfoCx14qqZZ0LMhbw9Ummue5zE { display:block; }#VAhfZCSfoCx14qqZZ0LMhbw9Ummue5zE > .row .container { width:20rem;height:101.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yDdQpAObpDhlDs8aS7iFXA9NxH4MfkLM { width:18.9375rem;height:32.4375rem;top:0.6875rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKRWBilhRFPSWmbEqx6WROE6X0SyNWd7 { width:18.9375rem;height:32.5rem;top:34.90625rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLZApFurQvsl2lfGcgeZycTv47FwITuK { width:18.8125rem;height:31.3125rem;top:69.25rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqWHE7hfHhfAREufWgsSuCx8mmcbLT5C { width:10.8125rem;height:10.8125rem;top:2.375rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbilXu79zqUT7Jvd5lAOQUVKibbbbCHJ { width:10.8125rem;height:10.8125rem;top:36.8125rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrBtuEzly6gdTMZJQFWV2aAi7IOznPTN { width:11.3125rem;height:11.3125rem;top:70.4375rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWKkOQ3PcyCDbaKsLi3U2TyH9FS8opJC { width:19.375rem;height:2.5rem;top:14.5625rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoOuJhOpQ2nVzavxEg3PRL9dmTmrQFgS { width:19.375rem;height:2.5rem;top:49.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLTFKzvbH6LT0lvbxaUosW1flUs2QdNE { width:19.375rem;height:2.5rem;top:83.5rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6Z5LNDQBOoD3JBkvo8NtUlO3xcTCJAu { width:18.25rem;height:7.7988125rem;top:18.9951171875rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhpgkmLXbVWhWFUqBATFgBhC585OJmLM { width:12.875rem;height:2.8125rem;top:28.6875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFoLv0P46rs1HLMEF389qscfZGOKhk5l { display:block; }
 }@media only screen and (max-width: 763px) { #KhceZsFdipTe4CnKrO5tOi23VzZJMAqh { width:12.875rem;height:2.8125rem;top:62.875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu4hAW6NsN9Cxa7bv72AT6MsWOBB6CiM { display:block; }
 }@media only screen and (max-width: 763px) { #TFCWn6DAVNpoSOEPt1qZM7li0uXelGlW { width:12.875rem;height:2.8125rem;top:96.6875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8ri1AqT9UCvurTIBKst1noyV6IOwESA { display:block; }
 }@media only screen and (max-width: 763px) { #dR0aqbpuKHATA0E9w4bFXmiLTJaQiIXs { width:17.5rem;height:7.7988125rem;top:52.99462890625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUXK02eh4OTFbBB9GXLnRN1Iw2Mzyx0C { width:16rem;height:7.7988125rem;top:87.24462890625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDlq1WWwuaTSFJxNypWhoGtgvCEWrZI9 { display:block; }#xDlq1WWwuaTSFJxNypWhoGtgvCEWrZI9 > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goa6iHDflGmoAPu3aESdmaokSCn2h9OT { width:14.375rem;height:2.75rem;top:1.8125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7xax6r25sqUA0GJeBmhfxbcJbQrvREN { display:block; }
 }@media only screen and (max-width: 763px) { #hhxTTdMcVWJVIiTWTZlD3ZMGE4OcCJGH { display:block; }#hhxTTdMcVWJVIiTWTZlD3ZMGE4OcCJGH > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMd8BunzdWTn2METa0DihA8fvDCCZLFx { width:20rem;height:3.125rem;top:1.25rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FecMu0g8tA5e1HX8nkpoFZRREPrtKq57 { display:block; }#FecMu0g8tA5e1HX8nkpoFZRREPrtKq57 > .row .container { width:20rem;height:52.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pKJEHDe3T2RxMP32AOb5kwuZzeXitG7i { width:20rem;height:19.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppGTghdBpzfIEwA9tCikgqSdKauflQId { width:18.375rem;height:1.625rem;top:22.5rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebIV4bB4Tv4hezvRxFBe1cUCtxanU1E5 { width:19.1875rem;height:1.4624rem;top:24.6875rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxeqiqy9o0ycce0L5iJxtCERaxCKLAtT { width:18.5rem;height:8.3984375rem;top:27.125rem;left:0.75rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Oup1yxVueIm20rlww8TV5wkI2v5skCdD { width:18.4375rem;height:7.348625rem;top:43.5625rem;left:0.8125rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #InDIT0x4bXNwzln7TkSnLF0t0LE4FTQ6 { width:16.4375rem;height:2.4746125rem;top:39.75rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp0ilVspXTJWsc5WNrb2NyCdXLoOKIaF { width:18.625rem;height:1.625rem;top:37.3125rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIcppI2rUxAC6ElTVUtkxxczN7nWVsZm { display:block; }#nIcppI2rUxAC6ElTVUtkxxczN7nWVsZm > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZSHQT25nlzquHWlTB1wZ15Xwc62zqqH { width:20rem;height:19.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx0lADS7KBUaxlhSOSrycH7O84Sn7Zlf { width:18.3125rem;height:6.2988125rem;top:43.3125rem;left:0.84375rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wTyQXpdWPrtexXoQzL1BtQtAZ1KB2Ct6 { width:16.0625rem;height:2.4746125rem;top:39.6875rem;left:0.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i40A2ATFTP8lXAX7906NsX64EWATZwlT { width:17.3125rem;height:1.625rem;top:37.0625rem;left:0.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtCRCeZE1Ge7Jc1Wu8OCRyoIempbDpZQ { width:18.5rem;height:7.348625rem;top:27.625rem;left:0.75rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xmGTEHzSTVkdMkmitMWiT2xsF79UPxxE { width:13.8125rem;height:2.69921875rem;top:23.75rem;left:0.84375rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dTdxP5DEd3MNp9JM9eVsgzhsoqx1l4Nz { width:17.3125rem;height:1.625rem;top:21.5625rem;left:0.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrGi4ZzC0B8kAxaFZttpo8hXKvR456Vi { display:block; }#wrGi4ZzC0B8kAxaFZttpo8hXKvR456Vi > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IHFXJbU43CuWEOR7yfGTMftaQrFQIs2K { width:14.6875rem;height:3rem;top:1.6875rem;left:2.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WntwCEWeNOX4toyTcKw9Fe7cxbVw1vsl { display:block; }
 }@media only screen and (max-width: 763px) { #HxcsrkaQac062GSRlJCSBWNalPpZvUUR { display:block; }#HxcsrkaQac062GSRlJCSBWNalPpZvUUR { background-color: transparent; background-image: none; }#HxcsrkaQac062GSRlJCSBWNalPpZvUUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxcsrkaQac062GSRlJCSBWNalPpZvUUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxcsrkaQac062GSRlJCSBWNalPpZvUUR > .row .container > .video-iframe-container { display: none; }#HxcsrkaQac062GSRlJCSBWNalPpZvUUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxcsrkaQac062GSRlJCSBWNalPpZvUUR > .row > .video-iframe-container { display: none; }#HxcsrkaQac062GSRlJCSBWNalPpZvUUR > .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); }#HxcsrkaQac062GSRlJCSBWNalPpZvUUR > .row .container { width:20rem;height:18.625rem;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/5ecb94f9-1630-4f59-adc9-16fd02ce27c3/cliniquetel.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#HxcsrkaQac062GSRlJCSBWNalPpZvUUR > .row .container.adaptive-delivery-prevent-bg, #HxcsrkaQac062GSRlJCSBWNalPpZvUUR > .row .container.lazyload, #HxcsrkaQac062GSRlJCSBWNalPpZvUUR > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #k7VAffpOZ2scUksfAp1cy8UeBXmLBFBE { width:18.375rem;height:2.75rem;top:2.1875rem;left:0.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3euEgyctc0wexBUlPOef7bi1zlGVDa8 { width:19rem;height:3.4375rem;top:33rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lZ3qQEQEihOk66J4xGgLLdFoSuFUMzlv { display:block; }
 }@media only screen and (max-width: 763px) { #dqSGf3o4XfBnO2CPQ2ycVhl3TIQWlN0g { width:20rem;height:0;top:3.5rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #heLrDFs0ngZb8hCFCINLTFU1iGKOLAWE { width:20rem;height:0;top:7.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DXTIh88XAVuuBU1t0i6faAs2rMKLvyGT { width:20rem;height:0;top:16rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTFtqJFvFa94ESG0tW97RMndqei1pT6d { width:20rem;height:0;top:13.5rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #r1Nvh6kxTPTBxH9JVfsFaSTyBbLg0HMu { width:20rem;height:0;top:25.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kA02q3OSusq4UicS7DUE6NQoeJVcQ7cE { width:20rem;height:0;top:23.25rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #USuDUwowHi914s6LpwUS90bW9Q52S8h5 { display:block; }#USuDUwowHi914s6LpwUS90bW9Q52S8h5 > .row .container { width:20rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X964fVK9NVzZM8Qw7KNA9DMFIO6Ks1Oe { width:18.3125rem;height:1.25rem;top:18.1875rem;left:0.8125rem;font-size:1.25rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #t0HZCkQVoWIE0P2nqWpbrFKTwvEGyV8r { width:18.375rem;height:5.25rem;top:20.0625rem;left:0.8125rem;font-size:0.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #xBdAPearbWdK3e9lBPZizWRkD0xlgV0v { width:18.3125rem;height:5.25rem;top:11.6875rem;left:0.875rem;font-size:0.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #myBJWdhguqPSy2IeV4G81zAS3ZMRr8lG { width:16.25rem;height:1.25rem;top:9.875rem;left:0.8125rem;font-size:1.25rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #hAPWn3O094cN8bFHwf3xlET7D8HaC1f4 { width:17.75rem;height:4.375rem;top:4.5rem;left:0.8125rem;font-size:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #EXGTFED2OJ8MLzpzRHoTovS72GlehN7Q { width:15.1875rem;height:2.5rem;top:1.4375rem;left:0.8125rem;font-size:1.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #uT63sFZNfzaez9re6ccOi8rEZ4pd8Tgu { width:13.375rem;height:2.875rem;top:27.5rem;left:3.3125rem;z-index:15007;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1eus7mEg65ROWv8hiGgGdGNgU55OR0E { display:block; }
 }@media only screen and (max-width: 763px) { #mQHBqeMqa94ik1KmGx2yiNH7HhEooGrg { display:block; }#mQHBqeMqa94ik1KmGx2yiNH7HhEooGrg > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzUU7h8ksOfT4fmQ3MnuUwTo5ZL05m5o { width:14rem;height:3.125rem;top:1.25rem;left:3rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #sBxPuWIsLLVv8nwdDSr2GNTnE14uQqxo { display:block; }#sBxPuWIsLLVv8nwdDSr2GNTnE14uQqxo > .row .container { width:20rem;height:88.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHkwg3aM15492zW9Iv6k6s3LAWH2h0ur { width:20rem;height:25.0625rem;top:1.25rem;left:0rem;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/f46b9958-c0b8-44ea-939a-7c46337dd405/CartesTel1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nHkwg3aM15492zW9Iv6k6s3LAWH2h0ur.adaptive-delivery-prevent-bg, #nHkwg3aM15492zW9Iv6k6s3LAWH2h0ur.lazyload, #nHkwg3aM15492zW9Iv6k6s3LAWH2h0ur.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UbovysMbyKeRFpPh9U2TIM9QKcz7Tc7v { width:20rem;height:1.625rem;top:8.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5WtDGlnuO0N4cGvrTS02PwzwOOMGxVk { width:20rem;height:1.625rem;top:38.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXq9yWhT7RMbAwD0NU62CvoBNEUo1rH0 { width:20rem;height:1.625rem;top:68.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8UZf9fvo0Bsuyku996i57Vb4FWHv0Ig { width:0.375rem;height:2.875rem;top:27.3125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhH3rydExBRPqwPaklAfHh3potW2O9eA { width:2.8125rem;height:0.3125rem;top:80.1875rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOVXsHqVBrzdrQ2rDcRtf5y66GFFJzpL { width:20rem;height:24.875rem;top:31.25rem;left:0rem;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/6c63ed13-fde4-4828-b4ce-6a355cadf9bb/CartesTel2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TOVXsHqVBrzdrQ2rDcRtf5y66GFFJzpL.adaptive-delivery-prevent-bg, #TOVXsHqVBrzdrQ2rDcRtf5y66GFFJzpL.lazyload, #TOVXsHqVBrzdrQ2rDcRtf5y66GFFJzpL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RXP7RAuJfmMNWEo0zps8fWXdc9aty53D { width:20rem;height:24.75rem;top:60.9375rem;left:0rem;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/0782eec8-e18e-4afe-9877-443a5a46f597/CartesTel3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RXP7RAuJfmMNWEo0zps8fWXdc9aty53D.adaptive-delivery-prevent-bg, #RXP7RAuJfmMNWEo0zps8fWXdc9aty53D.lazyload, #RXP7RAuJfmMNWEo0zps8fWXdc9aty53D.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EprbmiLFekec7RlP3yIkgeRwps0JxuXI { width:17.5rem;height:6.7368125rem;top:11.6328125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6b9hVf2dd40QGaNA0qrekgEzIgCEnn3 { width:18.0625rem;height:6.73681875rem;top:41.8125rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmAIDumVxaBWfl3mSsRR2N7NbtOQRDdu { width:17.5rem;height:4.8120125rem;top:71.75rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7Xp9fwOMtrV05gXXiTvbFGtNBqbN3Up { width:0.375rem;height:2.875rem;top:57.125rem;left:9.8125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #tdXdbrfGRH26Mo9No8PuFUeeiDSXpSvy { display:block; }#tdXdbrfGRH26Mo9No8PuFUeeiDSXpSvy > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrsaNCAZtMOn7Mn5NrH9BsCCop1Vayea { width:13.5rem;height:2.875rem;top:1.28125rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXVTQ7QW78vGTK7ibNX1Md88GoDsM1iU { display:block; }
 }@media only screen and (max-width: 763px) { #lnDTV3WmCPM4pwbGOeSScPl6FrDg7TOR { display:block; }#lnDTV3WmCPM4pwbGOeSScPl6FrDg7TOR > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m440oVZbrBG3Z421BWdLiDlIEyGxOz1O { width:20rem;height:3.125rem;top:1.25rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #bf6NAqyHPTy1nQlgwRSfhiS55SBSuqv6 { display:block; }#bf6NAqyHPTy1nQlgwRSfhiS55SBSuqv6 > .row .container { width:20rem;height:67rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVM1tOsOv5z79aulWnxC9yM7wSQafBTO { width:16.1875rem;height:6.2988125rem;top:8.75rem;left:1.90625rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RGS78luVTo2RSLJkiwJ4NUpm0JPcDkXr { width:9.125rem;height:1.625rem;top:2.3125rem;left:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGuZJuxfutLQlIrH99yWmpoPeHpfOgrW { width:10.125rem;height:1.29980625rem;top:3.875rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAfz5mf0UK9SbhAa7gZGxTlLpzD5WrAI { width:8.0625rem;height:1.25rem;top:5.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnZqioyp8Uw0mxEomAgIkPkQ8SkCxlzh { width:16.1875rem;height:5.249025rem;top:26.25rem;left:1.9375rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fdx5gIfOOkzLsmHe6mmTK4mM1JAT4pPa { width:8.0625rem;height:1.25rem;top:23.375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6Bts2lcKzf8NB5gm9RSAcMqJkoZV5JD { width:11.6875rem;height:1.29980625rem;top:21.5625rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0UguCcZRxKbTZAQaPigtxO0ipSTqe7U { width:11.4375rem;height:1.625rem;top:19.9375rem;left:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4wwAa6ua7MLcHFRRwsTxDiHHxktqaMO { width:16.625rem;height:5.249025rem;top:42.5625rem;left:1.6875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xZNvTtaThAwXAeoecNpk2OIfEvySoiWO { width:8.0625rem;height:1.25rem;top:40rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUzQVP0ZGE6g3TnZHUCnXOpobOPSERGt { width:12.5rem;height:1.29980625rem;top:37.97509765625rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdrHTWTtOflmeO0M9DZ8N18FMRXUe3JI { width:12.0625rem;height:1.625rem;top:36.41259765625rem;left:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieZm6Iouw02C2mLvqkhaWcXEOzOUnfVs { width:16.5625rem;height:5.249025rem;top:58.8134765625rem;left:1.71875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZqrtcdSW0QBGnoPsd1l6FoCrpat2T5DZ { width:8.0625rem;height:1.25rem;top:56.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkVZgNQbO0S81HzKzbTni4kKTxLguDMd { width:12.5rem;height:1.29980625rem;top:54.22509765625rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuyusbXGyZBFLktnsN7tHiQ6VQsRQgoc { width:12.1875rem;height:1.625rem;top:52.66259765625rem;left:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a79iUW1pHVfvagb0Oy6JrrEdB219BKVl { width:5.125rem;height:5.125rem;top:52.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEWykhzILHvJo6J5PrGI4GGX1VXHwVmD { width:5.125rem;height:5.125rem;top:36.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwb8Ps0tIOvbtmhqOLQiQq4BGMo5255W { width:5.125rem;height:5.125rem;top:2.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm5mnKWGP8rlRDpIZ7ZnEXo3QFmI3h4M { width:5.125rem;height:5.125rem;top:19.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrmbUFCrT07K5A8ItqmW69n8qDfvnpSS { width:18.5625rem;height:15.0625rem;top:1.25rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OW0P8lf2dZR9Mg7CD4oQXTgbb11vG7T5 { width:18.75rem;height:14.375rem;top:34.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ4ahE5BpCmyDE0UReRr8k3U1xLHAGEW { width:18.6875rem;height:14rem;top:51.5rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXOpF23szsMpvL9iK0FyPnQltctRCmNS { width:18.75rem;height:14.5625rem;top:18.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6PD16lig4dM5bStgPbvdnT7dyvHgJX0 { display:block; }#n6PD16lig4dM5bStgPbvdnT7dyvHgJX0 > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqECarpDvHkzy4kPStDRBfRs7bLcHXcV { width:13.75rem;height:2.8125rem;top:1.625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw3x1lkanVBFgxzoRt3GvskSTr5RrJi7 { display:block; }
 }@media only screen and (max-width: 763px) { #vUw6q0sAfTRSo70LwIE6CRG2lp92KbXG { display:block; }#vUw6q0sAfTRSo70LwIE6CRG2lp92KbXG { background-color: transparent; background-image: none; }#vUw6q0sAfTRSo70LwIE6CRG2lp92KbXG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUw6q0sAfTRSo70LwIE6CRG2lp92KbXG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUw6q0sAfTRSo70LwIE6CRG2lp92KbXG > .row .container > .video-iframe-container { display: none; }#vUw6q0sAfTRSo70LwIE6CRG2lp92KbXG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUw6q0sAfTRSo70LwIE6CRG2lp92KbXG > .row > .video-iframe-container { display: none; }#vUw6q0sAfTRSo70LwIE6CRG2lp92KbXG > .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); }#vUw6q0sAfTRSo70LwIE6CRG2lp92KbXG { border-width: 0; border-radius: 0; }#vUw6q0sAfTRSo70LwIE6CRG2lp92KbXG > .row .container { width:20rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;height:46.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOMmmsPBph4JQLwngAVAVZebDhNAKyrc { width:20rem;height:20rem;top:24.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xphXCcFELARzzelqTILLW3EMTta3QiPb { width:20rem;height:2.03125rem;top:1.1875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs .accordion-heading-text { font-size:0.9375rem;height:auto; }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs .accordion-desc-text { font-size:0.9375rem;height:auto; }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_33edfe0aa5a9f88b4b6ba504b22422e091d2e405.svg"); }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs { display:flex;height:auto;width:17.5rem;top:3.6875rem;left:0rem;background-color:transparent;background-image:none;box-shadow: none; }
#Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #x4J179RpxqmbHX56xmtQUtucxKz7WES1 {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #AyOKw5LpkSJDkeNa5cugwpkcXSh9XIAz {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #uSnPa0i6y8l0J5OVhUguaVTUm0opsEFc {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #dlWwcxNSWUK3D22VCZWJu6gvrSNxoDG4 {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #rFweivE3TZcGSofgN5ddNxpEpZwyJXF8 {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #ive5GQXIZ9S0LBAPgEPqbT0uQ7hxzqHK {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #mnvOUaf6H7CNqOffdzb2nS0FaNtyC7a5 {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #PowFFCQS4S8E1wEr0TST9G4T3ic3KpH6 {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #hrWyDGLLqpB6qLvTluq9hzC4bttIx2De {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #Dw4wgMG78iZn20FfSdHZOufuTxb2nUPt {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #T0ed0BEZIDrdSomo6esa5Z4XTxrsU5TZ {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #DlygIfXDINheimhVzTGVoazheeJZRdum {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #vNzmfToJiwFWhVoIiMllTOZoLMcReRLT {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #l348WtiPu6Vi9Kht36xnpSTlaG9JOocx {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #NDrFcRIkeoFPiWWmcONPcooEl0xxqmw3 {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #KZARbXviyAvpn0nn9SVmiH3i5t8sAvQC {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #KLSLPzHXFMlGDoyAsQarUnocmvkpd8Wg {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #oQyz0gbIIV9vud3XdUhapcNoGp4qsQFT {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #R8hUyCo13mGpCRsruBuUnsrWoZZ6mUWq {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #TPIPqoetbucRxOMns0l1EemeSQOmzo76 {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #G2fuSV2OFemAEHcpS1U8xJPJnz7bcHmL {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #t8UTyFJVJGCt8qHmNDowQZWcfDM7mh3w {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #IHVACTi37zN7ObDweNfpTpT4KIqUFNuX {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #OFrq2Kp6I8fCxi0y3gCWAFQNHXh4zfE6 {  }
 }@media only screen and (max-width: 763px) { #Rs3z4S2lkiRqutIdLdBao8STWSWAGdDs #fqWl4bH2rpKaa7ky3dVrsh6TXcIS1SB6 {  }
 }@media only screen and (max-width: 763px) { #U6wf4e59hHsn3Vc1LkQONIcdvUR3dhEu { display:block; }#U6wf4e59hHsn3Vc1LkQONIcdvUR3dhEu > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQLukG6cWhfCDc06gJOk3Dvp0yrGSXcW { width:20rem;height:3.125rem;top:1.25rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Jh0DZqi7yAv9QL9J9ihIBntGxHGmCDyR { display:block; }#Jh0DZqi7yAv9QL9J9ihIBntGxHGmCDyR > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP .accordion-heading-text { font-size:1rem;height:auto; }
#GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP { display:flex;height:auto;width:20rem;top:1.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #Stl0h3AiDiET0ygxim9bIsIP438DWiDQ {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #DGbgxNTydnmsfrwuTOki6DP1nG3Pzmln {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #GBlTt4e6C3UEOC0OmZITG6yqfU0d855t {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #p7Ha34zVpAPcP35GJWGw65bcCkkpORyL {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #JRJzJBOmcTWeZnS58nnTguXgndqLMfI6 {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #bdfw7BpTceZhEdUTKiXNO5IwJiQO2J4k {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #T9TCthglATDaBUbm3GfoqTpWsGfiXIo0 {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #yFTkqyAefA8oRgJpycfd9oCAt5Wd83G9 {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #kgLflxOumbWqQsnWbDEe3FTPohA2XfgB {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #JSBlo3dMQsNbaAr9HrTX4p23fvP2GLDH {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #UTKhPSApBOcTa3gaFpurm82pwoHNI4vS {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #IFZMVV4kyiHLFqsiOOFGB8t7cCplkJDv {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #g5WgLU61niMyc5X6G9UQG3NZh7obsNF5 {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #yoL5fI59ISzSVKVZzJ9vTriNtkn4dbeC {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #E39rrKQGpGbQKtPWEDVXXEzXTw1Xvp57 {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #FgaEO16VFniBpK5NosC3s7RIVkiuiAPK {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #TT6sAbIBfNSDVmICPKHR2FayIgtNqA0G {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #aRzD3KNGT1ZvbAMhVAQtCZDkNmpRnEAq {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #PwhcOSt5xIaGwMR7ZtLabT5qusQWrHv5 {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #uULyEfQGgyev54LU3pIqXeIBJAy8HeXh {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #MFnoTkvOOOGpe4VhPntSn7wVaqrmcCv3 {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #uMCFUsoFS80BrUJ1y4iD8UcAOGlHtzpR {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #t175oKMTBSKQZRl22oKSbVhfdz8undJ6 {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #MZ9Hh5Vn4zXKC7TSr8OleP7MFa6JIwur {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #fT1lhJM9KXesBu8ZFmDyrHhMNlqeaLKZ {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #TKA5KIsllr8q9FsbmJTThdNVcx5HNaTN {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #lTX1VlSpBJfkhxBnn8B6aFmLN8OrTJQm {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #gfgQKwc59l6gGZX7TOGoDUAvCldArvDx {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #E91z5oyVSXfdgeWWA4Oz61uJlgoExgvr {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #BGgrKBTFkczoAexH00qAyy0sm6iBauyS {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #aJUNVsnVIJLQdMAlyxT1Ge6tb1hVFLcy {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #rsw6Tp6pRpNdgxeWAFFDThMKZ7ThBiWm {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #DPdBF3NGDHpNWLofs6qIDxfKfDPCigId {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #MIHJvQKAVRAxwm6RXri08nI0qLVkrmeK {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #L669WkCTVRPizuhu0PQ05CkFAk8hiuJW {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #ESVAqObKhhQTtD3ipB76pqfo8HMhFKf6 {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #OETr4ZZDRGTN14seQUoCaEkikJwXEVMI {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #Fiszb21eHblJ75q7fBgIX4rZncVLPyGw {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #lmlOIR4PgzeDid2hgq743zFW7EhyNlTO {  }
 }@media only screen and (max-width: 763px) { #GuIz3CZUccpr0vzBrWT5HfPDASoRpPmP #NmWb63yf0xU2SK5pItSntfW4TRHbcweX {  }
 }@media only screen and (max-width: 763px) { #nK662Zutg6U8UBrS2outPfP43R1APMq3 { display:block; }#nK662Zutg6U8UBrS2outPfP43R1APMq3 > .row .container { width:20rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J65Vtk1JmUBMPcMErHPO2umP10k4doLJ { width:11.4375rem;height:6.875rem;top:1rem;left:4.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGQUKxn0e0MOAoTCOdx9kMFJwatX5nuL { width:20rem;height:3.41161875rem;top:9.2939453125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SmACKyGm44vKnNa1Mfz6MhP4prmblC1i { width:15.6875rem;height:3.4375rem;top:14.771484375rem;left:2.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJklGXW9IT4NKhWKXLFdIekIsdsoZFSD { display:block; }
 }@media only screen and (max-width: 763px) { #qVZCaEyaxdAqF9tP13svuJgy5mBACgmI { display:block; }#qVZCaEyaxdAqF9tP13svuJgy5mBACgmI > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gvLh2MMxwdQ0k8ZOOD66f93NJ7lr0qUG { width:9.375rem;height:3.1875rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbIolngHgwvzvXlyiVHih9i3TozncCzo { width:17.5rem;height:3.4375rem;top:5.6875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DSn8FhJ6XtKbKFnRvmofNTD874IMFCFZ { display:block; }
 }