.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cfeed862-9484-42b3-a89c-fccf542074e9/mezoterapia_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.21); }#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.21); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#R7PCC9DGanaNBlPMuUcScg2JKkerRtAq { color:#ffffff;display:block;width:40.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:20.25rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vSyIttOTc5XNKeuG54sp3O8ucV36ZOGJ { color:#000000;display:block;width:25.5625rem;position:absolute;font-family:"playfair display";font-size:2.6875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:14.375rem;left:17.21875rem;height:6.987rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lG8eRhEmSUnh1BNQ6LSi2rITJKWTZNFT { background-color:#530c37;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:3rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.25rem;left:23.46875rem;display:block; }
#G4ot1HUOzzbzM69V0oF214WTZGWTQ6iA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RCIXkTgK6tpclzlE22hKSe3TXCBgEkbs { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:7.4375rem;top:23.5rem;left:18.6875rem;display:block; }
#kJnf0HtVTml3cPxDT3FLAdLqnHyqLWIs { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:15rem;top:23.5rem;left:26.1875rem;display:block; }
#ItyihaLFSO09lmA0iK70J9VG8VhJgldr { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:25rem;left:26.9375rem;height:2.76171875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aJeZsEHQdrsu6wP0w9U9FUTE0Lv4fhBJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:24.8125rem;left:20.9375rem; }
#uSpuag01IthabSB9VoAdbQ6NVf82CPdo { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.75rem;left:17.8125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cGk4uXTVI1dfdyQaT5TMCGp4ANQrWCyU { position:absolute;display:block;z-index:15011;background-color:#a20959;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:12rem;top:12.4375rem;left:16.625rem;display:block; }
#RwpywvF5oA1xFU94Vw0NNkTO6oSuL3mz { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:26.75rem;top:14.6875rem;left:16.6875rem;display:block; }
#RwOqZ5JsUlkQkAq8tl0im9wOC55nGhNv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#QVKN5pMuwofVFJBs6K22ECzVwPJXRXTc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:0.9375rem;left:49.5625rem;display:none; }
#TLdPnhJ8WpsUcCoBeXlp2nRmr66SrbIV { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:1.6875rem;left:47.5rem;height:1.625rem;text-align:right;text-align-last:right;display:none; }
#svmPbzDz4llC5L2qiRLkUXiWx5ILTZbf { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:36rem;left:23.6875rem; }
#svmPbzDz4llC5L2qiRLkUXiWx5ILTZbf > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#aXIT7GV3nKuAfWRkQHffvyTdLe8e6dXL { color:#ffffff;display:block;width:10.0625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:35.75rem;left:26.25rem;height:2.11198125rem;display:block; }
#nzq3QxGTnOT4QdTNGE0MJB6imII5Thyb { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.12305rem;width:13.249375rem;top:2.625rem;left:36.531251907349rem;overflow:hidden;display:block; }
#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { background-color: transparent; background-image: none; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container > .video-iframe-container { display: none; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row > .video-iframe-container { display: none; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .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); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { border-width: 0; border-radius: 0; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:60rem;position:relative;display:block; }#u9lJp2pXGWhSBPWhb6TxSRnS8ZLLXybW { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:28.9375rem;top:7.8125rem;left:30.375rem;overflow:hidden;display:block; }
#uEw6m7g6TrXJDARnem8y7eGndVCTeLNK { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:20.3125rem;width:31.3125rem;top:8.8125rem;left:0rem;display:block; }
#vUwQ2ypD6BSDc2byBvPTF5gTbZFQHdQp { color:#212529;display:block;width:30.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:11rem;left:0.875rem;height:11.15625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wxpva5HJB1CfV6DpFBEMuWGkxsHJmBST { color:#1e1e1e;display:block;width:57.9375rem;position:absolute;font-family:"playfair display";font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:4.54948125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wNnTUS0TOgN10xfioyKiiLa8XXN9zDEk { position:absolute;display:block;z-index:15009;background-color:#530c37;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:0.25rem;width:6.25rem;top:4.4375rem;left:0rem;display:block; }
#XZTdsGU2IT5dchQ1wtaaMBHRmwN66SOk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:14.6875rem;left:0.875rem; }
#qB7Httd2E3GLKGTShUUndvAy6azmBxh1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:16.3125rem;left:0.875rem; }
#SI7aJ4gkRXA5TdI60LztDVev7nWk4HVZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:17.875rem;left:0.875rem; }
#ONxsBQ1UCmaoyvTPmNLzvBdvAfs0UUDm { color:#212529;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15041;line-height:1.7;letter-spacing:0;top:14.1875rem;left:2rem;height:4.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dW2F9haWmZz6Wyrh2pBUWD8381z5yNN7 { color:#212529;display:block;width:30.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:22.6875rem;left:0.625rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bcPaacZa/BG2.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn.adaptive-delivery-prevent-bg, #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn.lazyload, #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn.lazyloading { background-image: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { background-color: transparent; background-image: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container > .video-iframe-container { display: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row > .video-iframe-container { display: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .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); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { border-width: 0; border-radius: 0; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { font-size:0.875rem;font-family:arial;height:140.625rem;width:60rem;position:relative;display:block; }#MaFofF0N3XnygLZZqTug6Agy758wMZXe { color:#1e1e1e;display:block;width:32.8125rem;position:absolute;font-family:"playfair display";font-size:1.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:46.875rem;left:0rem;height:2.2747375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CVchSgx52TrkrOJAHRx7gmXIWtBXWbnz { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:59.6875rem;left:32.0625rem;height:2.69965rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gCUmcTilNWuksksopH65hATLSqHzENlz { color:#212529;display:block;width:7.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:59.9375rem;left:48.6875rem;height:2.69965rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d7NnTp09kzSX9F91h7w8byIFT0ytuukE { position:absolute;display:block;z-index:15006;background-color:#a20959;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:14.875rem;top:64.5625rem;left:45.125rem;display:block; }
#MPiU7zVPBNUnSHHlpCZrOpNH3r5Hak4d { color:#212529;display:block;width:14rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:71.875rem;left:30.625rem;height:2.69965rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xgz0sAX2a0c8gHHhPwlb0Cd3QfmD3Z9V { color:#ffffff;display:block;width:8.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:71.6875rem;left:48rem;height:2.69965rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s54vLusb7fe4Vs0eME53KqCNZNdaDcAT { position:absolute;display:block;z-index:15010;background-color:#530c37;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:0.25rem;width:6.25rem;top:49.8125rem;left:0rem;display:block; }
#Rmpk2Ay2bE8cEUSlqkzolg3wNCH5h5MG { position:absolute;display:block;z-index:15009;background-color:#530c37;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:0.25rem;width:6.25rem;top:3.0625rem;left:0rem;display:none; }
#T9IsgZhD78GuoAEybwF7GPP6QK0G1G0T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:53.6875rem;left:34.5625rem; }
#XPIoX0bumyJXxUTJrKLkVfyWagX9g0aP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:67.125rem;left:50.875rem; }
#TZo55dVb9zlqp2Iw4gP3ZdDZZzfcdtmS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:67.125rem;left:36.3125rem; }
#WmvLRRxxWklWKZMRuoo6nowJACOWlBOT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:56.3125rem;left:51.5rem; }
#swpf8TkIssEZWlZ4vlyXvRacOUMytosl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:55rem;left:51.8125rem; }
#tTlJy1vsZSlThGPrkc6acOr2TQ2MOQOw { color:#212529;display:block;width:44.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:122.9375rem;left:2.625rem;height:4.78125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cohilgOMv2Oupu2tK6Efwg2tkfXgqoJB { color:#1e1e1e;display:block;width:24.375rem;position:absolute;font-family:"playfair display";font-size:1.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:118.875rem;left:5.125rem;height:2.2747375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FFC0IKESAh660pa71IMxUkloGwMkb83J { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:118.8125rem;left:2.3125rem; }
#NG6CJu3JTnaKPFmmT79EbAVM4MnoF4tg { position:absolute;display:block;z-index:15007;background-color:#a20959;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:14.9375rem;top:52.6875rem;left:30.1875rem;display:block; }
#C5Qva2LiEoTDlfDNkDzGsHvuFScX6yaN { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(30,30,30,0.1);border-left:0.0625rem solid rgba(30,30,30,0.1);border-right:0.0625rem solid rgba(30,30,30,0.1);border-bottom:0.0625rem solid rgba(30,30,30,0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:14.9375rem;top:64.5625rem;left:30.0625rem;display:block; }
#w74TqDNqOI81pumAcuVQ2NXM1z32REdv { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(30,30,30,0.1);border-left:0.0625rem solid rgba(30,30,30,0.1);border-right:0.0625rem solid rgba(30,30,30,0.1);border-bottom:0.0625rem solid rgba(30,30,30,0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:14.9375rem;top:52.625rem;left:45.0625rem;display:block; }
#XL3VqttZluDSobgo9UykzIxoh6eGHcDr { color:#212529;display:block;width:28.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:52.75rem;left:0rem;height:6.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mWx6T1i31rsOB04Nt2QxsGBw4ffxwP6e { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:18.125rem;width:60rem;top:115.75rem;left:0rem;display:block; }
#XzCEP1XGe3Us3AyvPPT6HCaV2lDf0u9p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:129.5625rem;left:12.0625rem; }
#XzCEP1XGe3Us3AyvPPT6HCaV2lDf0u9p > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#PEmaEsTTQXnXPTs8lPFkmHVcMtcEoRG1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1e1e1e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:left;text-align-last:left;top:128.8125rem;left:2.4375rem;display:block; }
#TzOm2z4EBXrNJfPav9AQJqhrcE3vr8l8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gw3RzrkQTSOBTdRikFUyFLS98lKF4tvl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#530c37;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:left;text-align-last:left;top:61.875rem;left:0rem;display:block; }
#zsP624sL4M1d4QfHAXXET83PPg2U4ZE1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nwt8nkdUVAZB9WrrT7MnrwSZepIMe6Il { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:62.625rem;left:11.375rem; }
#Nwt8nkdUVAZB9WrrT7MnrwSZepIMe6Il > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#ltqMXZauAlqFMnKJX9WoRsTKKEqq1Ovi { background-color:#530c37;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.5rem;left:23.5rem;display:block; }
#QyIuHmQfvoDWR6IAQ0zuQvT1KocfUZAb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fv8pwDryJRIo4ucurQrnp5NAh3yTw0t4 { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(30,30,30,0.1);border-left:0.0625rem solid rgba(30,30,30,0.1);border-right:0.0625rem solid rgba(30,30,30,0.1);border-bottom:0.0625rem solid rgba(30,30,30,0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:19.875rem;top:43.5rem;left:0rem;display:none; }
#n8skKTgGww1LMgOrXnA1AKd345o96TzM { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(30,30,30,0.1);border-left:0.0625rem solid rgba(30,30,30,0.1);border-right:0.0625rem solid rgba(30,30,30,0.1);border-bottom:0.0625rem solid rgba(30,30,30,0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:19.875rem;top:43.5rem;left:0rem;display:none; }
#VKqH4sJxfuPxupRWLM8gqnQ5HcmW7yb0 { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(30,30,30,0.1);border-left:0.0625rem solid rgba(30,30,30,0.1);border-right:0.0625rem solid rgba(30,30,30,0.1);border-bottom:0.0625rem solid rgba(30,30,30,0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:19.875rem;top:43.5rem;left:0rem;display:none; }
#giiqKfAba3GtuZ1QsdhnkhsSfIWvuMRS { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(30,30,30,0.1);border-left:0.0625rem solid rgba(30,30,30,0.1);border-right:0.0625rem solid rgba(30,30,30,0.1);border-bottom:0.0625rem solid rgba(30,30,30,0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:19.875rem;top:43.5rem;left:0rem;display:none; }
#vlqAgdsEKTQt4KqhT1gayvgz4pVDbFo3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.6875rem;width:57.5rem;display:none; }
#bAb4MgEb3dt05octh182oEJgkn3wO5P1 { color:#1e1e1e;display:block;width:32.8125rem;position:absolute;font-family:"playfair display";font-size:1.75rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:85.1875rem;left:0rem;height:2.2747375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#leL3ZZvZu0uNX5JoS6XQkkBNm74e9upq { position:absolute;display:block;z-index:15018;background-color:#530c37;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:0.25rem;width:6.25rem;top:88.125rem;left:0rem;display:block; }
#uR8O55r4tLribpmFiU8fGMnw4EPoApnX { color:#212529;display:block;width:28.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.7;letter-spacing:0;top:91.0625rem;left:0rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UDzQzBK1yTMaIPTILH5rfRl6e1y9DRtP { background-color:#530c37;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:3rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:97.5625rem;left:0rem;display:block; }
#II6Uzs1L4HcSXfUH24Jlr5vCTJI30BD5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KaDFEuItgOb1RQ4T5rRJXPUQypHz7PQX { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:23.375rem;width:23.375rem;top:85.625rem;left:36.5rem;display:block; }
#Da09US5CgE8CxvI4pmDFxLKNM4M7027m { 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:20.875rem;width:31.3125rem;top:2.4375rem;left:0rem;overflow:hidden;display:block; }
#d3dPeq7D3DKqVESSSZBupOs8939h5wF4 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:20.9375rem;width:29.375rem;top:5.25rem;left:30.625rem;display:block; }
#fDC72FfbNqtREZfzQvHaCQRoKEgRkipM { color:#1e1e1e;display:block;width:26.9375rem;position:absolute;font-family:"playfair display";font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.4375rem;left:32.5rem;height:4.54948125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T4NRUB1TcNhUGUMXavZ3OsvfyInaZvT5 { color:#212529;display:block;width:24.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:13.4375rem;left:32.5rem;height:6.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { background-color: transparent; background-image: none; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container > .video-iframe-container { display: none; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row > .video-iframe-container { display: none; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .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); }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { border-width: 0; border-radius: 0; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:60rem;position:relative;display:block; }#hdHnOw4DfSnL9wg2MOUbkVCX5l1RyNwx { color:#530c37;display:block;width:9.125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:19.375rem;left:2.6875rem;height:1.94986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z5WoFI0PrgOfZOVRDr3ytE75zPoX0h0Q { position:absolute;display:block;z-index:15005;background-color:#530c37;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:20.625rem;top:21.25rem;left:2.6875rem;display:block; }
#b735nBwGEk3qVGt53znCeqaeqsnz1SXz { color:#212529;display:block;width:19.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.5;letter-spacing:0;top:27.875rem;left:38.1875rem;height:10.5rem;text-align:right;text-align-last:right;display:block; }
#wvQIqpmV7P0e5d01NfgaQsyKe8d8E0Nh { position:absolute;display:block;z-index:15007;background-color:#530c37;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:23.125rem;top:12.5rem;left:34.3125rem;display:block; }
#ufEvTJyFZ4xIqO2geI1cBwxIWG1mlv4v { color:#212529;display:block;width:16.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:13.625rem;left:40.8125rem;height:7.875rem;text-align:right;text-align-last:right;display:block; }
#uiZFwvy76LlndJzSMU8DTKWb0WuVMmKf { color:#530c37;display:block;width:12.3125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:10.625rem;left:45.0625rem;height:1.94986875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WhGTBIskV0OZbdQHWHFeAQe0UbLv27e3 { color:#212529;display:block;width:15.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:11.9375rem;left:2.6875rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#w88GfesV0e7odH4Jpykwue1b8fJZ77PA { position:absolute;display:block;z-index:15006;background-color:#530c37;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.375rem;top:11.1875rem;left:2.6875rem;display:block; }
#aiv9iB513SNfQQWm4nWv337FcJLLW9s9 { color:#530c37;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:9.375rem;left:2.625rem;height:1.94986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E2iPElWAo5RllygOQ2c0zDVUZsp3febv { background-color:#530c37;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:37.3125rem;left:0rem;display:block; }
#XTFMQ23FQ7unAILWMPAsZ2rk1sipo8ox { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e8RUzrdFLWgBwEi4GZMkGUw81n1u8rPN { position:absolute;display:block;z-index:15004;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:42.25rem;width:52.125rem;top:5.3125rem;left:3.9375rem;overflow:hidden;display:block; }
#yCTVWxvGx6CEFOqfXwkfGwbNvGzzv810 { color:#530c37;display:block;width:12.3125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:25rem;left:45.125rem;height:1.94986875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Ph75HE9QOmu11H6akNCxnVxPc8SxzIJL { position:absolute;display:block;z-index:15010;background-color:#530c37;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:20rem;top:26.875rem;left:37.4375rem;display:block; }
#vTcx9nJBGJHQZkfC7Ml2xFqtnT8pBvLh { color:#212529;display:block;width:15.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15035;line-height:1.5;letter-spacing:0;top:21.8125rem;left:2.6875rem;height:7.875rem;text-align:left;text-align-last:left;display:block; }
#Jv4WbUS97TnEHQKnwEVfMRZUn3E9PM68 { color:#1e1e1e;display:block;width:32.8125rem;position:absolute;font-family:"playfair display";font-size:1.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.2749rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oQT4gE5bi6g4hPCXzWmdcVe4sulxgAxU { position:absolute;display:block;z-index:15011;background-color:#530c37;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:0.25rem;width:6.25rem;top:2.875rem;left:0rem;display:block; }
#mdQKmc3hSHapcbglp05ko7yduwEkQFDL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL > .row .container { background-color: transparent; background-image: none; }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL > .row .container > .video-iframe-container { display: none; }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL > .row > .video-iframe-container { display: none; }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL > .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); }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL > .row .container { border-width: 0; border-radius: 0; }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:60rem;position:relative;display:block; }#DwrTqRJtHTHI7NNtkBsuMpX2IlXxMAwa { color:#212529;display:block;width:40rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:9.453125rem;left:7.75rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cFbHdHi9JThe58uNBAaOO3tUCeoiufkE { color:#1e1e1e;display:block;width:40rem;position:absolute;font-family:"playfair display";font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:2.2749rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MFCTcr1VNOdDz4wu2UKzooT2ll6XrE7p { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:9.625rem;left:5.75rem; }
#oEdN7waTBSL9zO9w5pTL6KgFR2C2JeSV { color:#212529;display:block;width:40rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:12.4375rem;left:7.8125rem;height:4.78125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LvsAoSWr5orkiCOHRaE5gyBrZ1Q3tDq9 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:12.625rem;left:5.8125rem; }
#oWVwTTH4lvwq4RUJJHvcFC1P2irT0H4U { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:18.125rem;left:5.75rem; }
#aSzR8c4eSmLtB2hvAiyuclDXPoFM97GW { color:#212529;display:block;width:40rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:17.9375rem;left:7.75rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ain1KTG8DFT1Mx9os5Nl4hvJEruagxGV { background-color:#f8f8f8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #530c37;border-left:0.125rem solid #530c37;border-right:0.125rem solid #530c37;border-bottom:0.125rem solid #530c37;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#530c37;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:26.3125rem;left:31.875rem;display:block; }
#DI50nClOIrnsvobUCNm8RIttW4X02T3i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qMos5PznudlGXiw7l7DVg53OE7VpfPn1 { position:absolute;display:block;z-index:15012;background-color:#530c37;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:0.25rem;width:6.25rem;top:5.953125rem;left:0rem;display:block; }
#cKfyh97y30DiKdGnrw8SWtTeUeSVJuCb { background-color:#530c37;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:26.375rem;left:16.9375rem;display:block; }
#kfDVm3sNGpL8P3MuGCI9mbTmXDNaczyN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy { border-top:0.125rem solid #530c37;border-left:0;border-right:0;border-bottom:0;background-color:#f3d6e7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { background-color: transparent; background-image: none; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container > .video-iframe-container { display: none; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row > .video-iframe-container { display: none; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .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); }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { border-width: 0; border-radius: 0; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:60rem;position:relative;display:block; }#soT7WbRwI1LvrlhkoZIbgqFnI77H563r { color:#530c37;display:block;width:30.5rem;position:absolute;font-family:"playfair display";font-size:1.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4.8173828125rem;left:0rem;height:4.54948125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rqxXiSGTSoB5qE2fvc09Bu6Lf6TbtvEf { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0.0625rem solid #530c37;border-left:0.0625rem solid #530c37;border-right:0.0625rem solid #530c37;border-bottom:0.0625rem solid #530c37;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.625rem;width:7.4375rem;top:4.3125rem;left:35.75rem;display:block; }
#uGteMGqlbWsxaKlSrgcERQCK4zUVETtm { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.0625rem solid #530c37;border-left:0.0625rem solid #530c37;border-right:0.0625rem solid #530c37;border-bottom:0.0625rem solid #530c37;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.625rem;width:15rem;top:4.3125rem;left:43.25rem;display:block; }
#z4xQcMEfiJGQA4U16lDWHTxf3L06Qe4y { color:#212529;display:block;width:12.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:4.9375rem;left:44.9375rem;height:4.54948125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t0tKCgLyMuTreXLDzrWW7nVH3ANRrun8 { color:#1e1e1e;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:16.40625rem;left:20.71875rem;height:1.13736875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dkp7J818STHE9GMPy6qWhSiKDGdweooT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:5.9375rem;left:38.3125rem; }
@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) { #R7PCC9DGanaNBlPMuUcScg2JKkerRtAq { width:40.25rem;height:;top:20.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSyIttOTc5XNKeuG54sp3O8ucV36ZOGJ { width:25.5625rem;height:6.9375rem;top:14.375rem;left:11.09375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG8eRhEmSUnh1BNQ6LSi2rITJKWTZNFT { width:13.0625rem;height:3rem;top:31.25rem;left:17.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4ot1HUOzzbzM69V0oF214WTZGWTQ6iA { display:block; }
 }@media only screen and (max-width: 763px) { #RCIXkTgK6tpclzlE22hKSe3TXCBgEkbs { width:7.4375rem;height:5.625rem;top:23.5rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJnf0HtVTml3cPxDT3FLAdLqnHyqLWIs { width:15rem;height:5.625rem;top:23.5rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItyihaLFSO09lmA0iK70J9VG8VhJgldr { width:13.625rem;height:2.75rem;top:25rem;left:20.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJeZsEHQdrsu6wP0w9U9FUTE0Lv4fhBJ { top:24.8125rem;left:14.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSpuag01IthabSB9VoAdbQ6NVf82CPdo { width:11.4375rem;height:1.625rem;top:12.75rem;left:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGk4uXTVI1dfdyQaT5TMCGp4ANQrWCyU { top:12.4375rem;left:10.5rem;width:12rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwpywvF5oA1xFU94Vw0NNkTO6oSuL3mz { top:14.6875rem;left:10.5625rem;width:26.75rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwOqZ5JsUlkQkAq8tl0im9wOC55nGhNv { display:none; }
 }@media only screen and (max-width: 763px) { #QVKN5pMuwofVFJBs6K22ECzVwPJXRXTc { top:0.9375rem;left:43.4375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLdPnhJ8WpsUcCoBeXlp2nRmr66SrbIV { top:1.6875rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #svmPbzDz4llC5L2qiRLkUXiWx5ILTZbf { top:36rem;left:17.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
#svmPbzDz4llC5L2qiRLkUXiWx5ILTZbf > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #aXIT7GV3nKuAfWRkQHffvyTdLe8e6dXL { top:35.75rem;left:20.125rem;width:10rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzq3QxGTnOT4QdTNGE0MJB6imII5Thyb { top:2.625rem;left:30.406251907349rem;width:13.1875rem;height:3.1084652577952rem;display:none; }
 }@media only screen and (max-width: 763px) { #mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 { display:block; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u9lJp2pXGWhSBPWhb6TxSRnS8ZLLXybW { width:28.9375rem;height:19.0625rem;top:7.8125rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEw6m7g6TrXJDARnem8y7eGndVCTeLNK { width:31.3125rem;height:20.3125rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUwQ2ypD6BSDc2byBvPTF5gTbZFQHdQp { width:30.0625rem;height:11.125rem;top:11rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxpva5HJB1CfV6DpFBEMuWGkxsHJmBST { width:47.75rem;height:4.5rem;top:1.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNnTUS0TOgN10xfioyKiiLa8XXN9zDEk { width:6.25rem;height:0.25rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZTdsGU2IT5dchQ1wtaaMBHRmwN66SOk { top:14.6875rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB7Httd2E3GLKGTShUUndvAy6azmBxh1 { top:16.3125rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI7aJ4gkRXA5TdI60LztDVev7nWk4HVZ { top:17.875rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONxsBQ1UCmaoyvTPmNLzvBdvAfs0UUDm { top:14.1875rem;left:0rem;width:27.3125rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW2F9haWmZz6Wyrh2pBUWD8381z5yNN7 { width:30.75rem;height:3.1875rem;top:22.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn { display:block; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MaFofF0N3XnygLZZqTug6Agy758wMZXe { width:32.8125rem;height:2.25rem;top:46.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVchSgx52TrkrOJAHRx7gmXIWtBXWbnz { width:10.5625rem;height:2.6875rem;top:59.6875rem;left:25.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCUmcTilNWuksksopH65hATLSqHzENlz { width:7.875rem;height:2.6875rem;top:59.9375rem;left:39.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7NnTp09kzSX9F91h7w8byIFT0ytuukE { width:14.875rem;height:12rem;top:64.5625rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPiU7zVPBNUnSHHlpCZrOpNH3r5Hak4d { width:14rem;height:2.6875rem;top:71.875rem;left:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xgz0sAX2a0c8gHHhPwlb0Cd3QfmD3Z9V { width:8.9375rem;height:2.6875rem;top:71.6875rem;left:38.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s54vLusb7fe4Vs0eME53KqCNZNdaDcAT { width:6.25rem;height:0.25rem;top:49.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rmpk2Ay2bE8cEUSlqkzolg3wNCH5h5MG { width:6.25rem;height:0.25rem;top:3.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9IsgZhD78GuoAEybwF7GPP6QK0G1G0T { top:53.6875rem;left:28.4375rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPIoX0bumyJXxUTJrKLkVfyWagX9g0aP { top:67.125rem;left:44.5625rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZo55dVb9zlqp2Iw4gP3ZdDZZzfcdtmS { top:67.125rem;left:30.1875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmvLRRxxWklWKZMRuoo6nowJACOWlBOT { top:56.3125rem;left:45.375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #swpf8TkIssEZWlZ4vlyXvRacOUMytosl { top:55rem;left:45.6875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTlJy1vsZSlThGPrkc6acOr2TQ2MOQOw { width:44.25rem;height:4.75rem;top:122.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cohilgOMv2Oupu2tK6Efwg2tkfXgqoJB { width:24.375rem;height:2.25rem;top:118.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFC0IKESAh660pa71IMxUkloGwMkb83J { top:118.8125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG6CJu3JTnaKPFmmT79EbAVM4MnoF4tg { width:14.9375rem;height:11.875rem;top:52.6875rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5Qva2LiEoTDlfDNkDzGsHvuFScX6yaN { width:14.9375rem;height:11.875rem;top:64.5625rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w74TqDNqOI81pumAcuVQ2NXM1z32REdv { width:14.9375rem;height:11.875rem;top:52.625rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL3VqttZluDSobgo9UykzIxoh6eGHcDr { width:28.6875rem;height:6.375rem;top:52.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWx6T1i31rsOB04Nt2QxsGBw4ffxwP6e { width:47.75rem;height:18.125rem;top:115.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzCEP1XGe3Us3AyvPPT6HCaV2lDf0u9p { top:129.5625rem;left:5.9375rem;width:1.6875rem;height:1.6875rem;display:block; }
#XzCEP1XGe3Us3AyvPPT6HCaV2lDf0u9p > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #PEmaEsTTQXnXPTs8lPFkmHVcMtcEoRG1 { width:11.1875rem;height:3.125rem;top:128.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzOm2z4EBXrNJfPav9AQJqhrcE3vr8l8 { display:block; }
 }@media only screen and (max-width: 763px) { #gw3RzrkQTSOBTdRikFUyFLS98lKF4tvl { width:11.1875rem;height:3.125rem;top:61.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsP624sL4M1d4QfHAXXET83PPg2U4ZE1 { display:block; }
 }@media only screen and (max-width: 763px) { #Nwt8nkdUVAZB9WrrT7MnrwSZepIMe6Il { top:62.625rem;left:5.25rem;width:1.6875rem;height:1.6875rem;display:block; }
#Nwt8nkdUVAZB9WrrT7MnrwSZepIMe6Il > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #ltqMXZauAlqFMnKJX9WoRsTKKEqq1Ovi { width:13.0625rem;height:3rem;top:35.5rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyIuHmQfvoDWR6IAQ0zuQvT1KocfUZAb { display:block; }
 }@media only screen and (max-width: 763px) { #fv8pwDryJRIo4ucurQrnp5NAh3yTw0t4 { width:19.875rem;height:13.0625rem;top:43.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n8skKTgGww1LMgOrXnA1AKd345o96TzM { width:19.875rem;height:13.0625rem;top:43.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VKqH4sJxfuPxupRWLM8gqnQ5HcmW7yb0 { width:19.875rem;height:13.0625rem;top:43.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #giiqKfAba3GtuZ1QsdhnkhsSfIWvuMRS { width:19.875rem;height:13.0625rem;top:43.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vlqAgdsEKTQt4KqhT1gayvgz4pVDbFo3 { width:45.8125rem;height:38.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bAb4MgEb3dt05octh182oEJgkn3wO5P1 { width:32.8125rem;height:2.25rem;top:85.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #leL3ZZvZu0uNX5JoS6XQkkBNm74e9upq { width:6.25rem;height:0.25rem;top:88.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR8O55r4tLribpmFiU8fGMnw4EPoApnX { width:28.6875rem;height:3.1875rem;top:91.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDzQzBK1yTMaIPTILH5rfRl6e1y9DRtP { width:13.0625rem;height:3rem;top:97.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #II6Uzs1L4HcSXfUH24Jlr5vCTJI30BD5 { display:block; }
 }@media only screen and (max-width: 763px) { #KaDFEuItgOb1RQ4T5rRJXPUQypHz7PQX { top:85.625rem;left:24.375rem;width:23.375rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da09US5CgE8CxvI4pmDFxLKNM4M7027m { width:31.3125rem;height:20.875rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3dPeq7D3DKqVESSSZBupOs8939h5wF4 { width:29.375rem;height:20.9375rem;top:5.25rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDC72FfbNqtREZfzQvHaCQRoKEgRkipM { width:26.9375rem;height:4.5rem;top:7.4375rem;left:20.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4NRUB1TcNhUGUMXavZ3OsvfyInaZvT5 { width:24.375rem;height:6.375rem;top:13.4375rem;left:23.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN { display:block; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hdHnOw4DfSnL9wg2MOUbkVCX5l1RyNwx { top:19.375rem;left:0rem;width:9.125rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5WoFI0PrgOfZOVRDr3ytE75zPoX0h0Q { top:21.25rem;left:0rem;width:20.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b735nBwGEk3qVGt53znCeqaeqsnz1SXz { top:27.875rem;left:28.5625rem;width:19.1875rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvQIqpmV7P0e5d01NfgaQsyKe8d8E0Nh { top:12.5rem;left:24.625rem;width:23.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufEvTJyFZ4xIqO2geI1cBwxIWG1mlv4v { top:13.625rem;left:31.1875rem;width:16.5625rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiZFwvy76LlndJzSMU8DTKWb0WuVMmKf { top:10.625rem;left:35.4375rem;width:12.3125rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhGTBIskV0OZbdQHWHFeAQe0UbLv27e3 { top:11.9375rem;left:0rem;width:15.875rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w88GfesV0e7odH4Jpykwue1b8fJZ77PA { top:11.1875rem;left:0rem;width:24.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiv9iB513SNfQQWm4nWv337FcJLLW9s9 { top:9.375rem;left:0rem;width:17.3125rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2iPElWAo5RllygOQ2c0zDVUZsp3febv { width:16.8125rem;height:3rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTFMQ23FQ7unAILWMPAsZ2rk1sipo8ox { display:block; }
 }@media only screen and (max-width: 763px) { #e8RUzrdFLWgBwEi4GZMkGUw81n1u8rPN { top:5.3125rem;left:0rem;width:47.75rem;height:38.703836930456rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCTVWxvGx6CEFOqfXwkfGwbNvGzzv810 { top:25rem;left:35.4375rem;width:12.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph75HE9QOmu11H6akNCxnVxPc8SxzIJL { top:26.875rem;left:27.75rem;width:20rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTcx9nJBGJHQZkfC7Ml2xFqtnT8pBvLh { top:21.8125rem;left:0rem;width:15.875rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv4WbUS97TnEHQKnwEVfMRZUn3E9PM68 { width:32.8125rem;height:2.25rem;top:0rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQT4gE5bi6g4hPCXzWmdcVe4sulxgAxU { width:6.25rem;height:0.25rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdQKmc3hSHapcbglp05ko7yduwEkQFDL { display:block; }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DwrTqRJtHTHI7NNtkBsuMpX2IlXxMAwa { width:40rem;height:1.5625rem;top:9.4375rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFbHdHi9JThe58uNBAaOO3tUCeoiufkE { width:40rem;height:2.25rem;top:3.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFCTcr1VNOdDz4wu2UKzooT2ll6XrE7p { top:9.625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEdN7waTBSL9zO9w5pTL6KgFR2C2JeSV { width:40rem;height:4.75rem;top:12.4375rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvsAoSWr5orkiCOHRaE5gyBrZ1Q3tDq9 { top:12.625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWVwTTH4lvwq4RUJJHvcFC1P2irT0H4U { top:18.125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSzR8c4eSmLtB2hvAiyuclDXPoFM97GW { width:40rem;height:3.1875rem;top:17.9375rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ain1KTG8DFT1Mx9os5Nl4hvJEruagxGV { width:11.1875rem;height:3.125rem;top:26.3125rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI50nClOIrnsvobUCNm8RIttW4X02T3i { display:block; }
 }@media only screen and (max-width: 763px) { #qMos5PznudlGXiw7l7DVg53OE7VpfPn1 { width:6.25rem;height:0.25rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKfyh97y30DiKdGnrw8SWtTeUeSVJuCb { width:13.0625rem;height:3rem;top:26.375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfDVm3sNGpL8P3MuGCI9mbTmXDNaczyN { display:block; }
 }@media only screen and (max-width: 763px) { #bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy { display:block; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soT7WbRwI1LvrlhkoZIbgqFnI77H563r { width:30.5rem;height:4.5rem;top:4.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqxXiSGTSoB5qE2fvc09Bu6Lf6TbtvEf { width:7.4375rem;height:5.625rem;top:4.3125rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGteMGqlbWsxaKlSrgcERQCK4zUVETtm { width:15rem;height:5.625rem;top:4.3125rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4xQcMEfiJGQA4U16lDWHTxf3L06Qe4y { width:12.1875rem;height:4.5rem;top:4.9375rem;left:35.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0tKCgLyMuTreXLDzrWW7nVH3ANRrun8 { width:18.5625rem;height:1.125rem;top:16.375rem;left:14.59375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkp7J818STHE9GMPy6qWhSiKDGdweooT { top:5.9375rem;left:32.1875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/17d4838d-1f11-4151-89cd-9568cfcb8453/woman_mezom.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.21); }#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.21); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7PCC9DGanaNBlPMuUcScg2JKkerRtAq { width:20rem;height:1.3808625rem;top:6.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vSyIttOTc5XNKeuG54sp3O8ucV36ZOGJ { width:18.5625rem;height:3.375rem;top:6.4375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1.6875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lG8eRhEmSUnh1BNQ6LSi2rITJKWTZNFT { width:12.5rem;height:3.5rem;top:33.0625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4ot1HUOzzbzM69V0oF214WTZGWTQ6iA { display:block; }
 }@media only screen and (max-width: 763px) { #RCIXkTgK6tpclzlE22hKSe3TXCBgEkbs { width:5.9375rem;height:5.625rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJnf0HtVTml3cPxDT3FLAdLqnHyqLWIs { width:13.875rem;height:5.625rem;top:18.0625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItyihaLFSO09lmA0iK70J9VG8VhJgldr { width:13.625rem;height:2.4375rem;top:19.75rem;left:6.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJeZsEHQdrsu6wP0w9U9FUTE0Lv4fhBJ { display:flex;width:3.125rem;height:3.125rem;top:19.375rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #uSpuag01IthabSB9VoAdbQ6NVf82CPdo { width:11.8125rem;height:1.2999125rem;top:4.1875rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGk4uXTVI1dfdyQaT5TMCGp4ANQrWCyU { width:11.9375rem;height:2.125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwpywvF5oA1xFU94Vw0NNkTO6oSuL3mz { width:20rem;height:4.5625rem;top:5.8125rem;left:0rem;background-color:rgba(255,255,255,0.64);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RwOqZ5JsUlkQkAq8tl0im9wOC55nGhNv { display:flex;top:0rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #QVKN5pMuwofVFJBs6K22ECzVwPJXRXTc { display:flex;width:3.125rem;height:3.125rem;top:38.375rem;left:4.875rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #TLdPnhJ8WpsUcCoBeXlp2nRmr66SrbIV { width:12.5rem;height:1.625rem;top:39.125rem;left:2.9375rem;font-size:1.25rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #svmPbzDz4llC5L2qiRLkUXiWx5ILTZbf { display:flex;width:1.5625rem;height:1.5625rem;top:36rem;left:9.1875rem;display:none; }
#svmPbzDz4llC5L2qiRLkUXiWx5ILTZbf > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #aXIT7GV3nKuAfWRkQHffvyTdLe8e6dXL { width:10rem;height:2.11198125rem;top:47.108075rem;left:5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzq3QxGTnOT4QdTNGE0MJB6imII5Thyb { width:8.6875rem;height:2rem;top:0.74544274806975rem;left:10.66666662693rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 { display:block; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u9lJp2pXGWhSBPWhb6TxSRnS8ZLLXybW { width:20rem;height:13.75rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEw6m7g6TrXJDARnem8y7eGndVCTeLNK { width:20rem;height:20.3125rem;top:87.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vUwQ2ypD6BSDc2byBvPTF5gTbZFQHdQp { width:19.6875rem;height:11.89584375rem;top:11.1875rem;left:0rem;text-align:center;text-align-last:center;z-index:14998;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxpva5HJB1CfV6DpFBEMuWGkxsHJmBST { width:20rem;height:4.31315rem;top:3.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #wNnTUS0TOgN10xfioyKiiLa8XXN9zDEk { width:6.25rem;height:0.25rem;top:7.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZTdsGU2IT5dchQ1wtaaMBHRmwN66SOk { display:flex;width:0.625rem;height:0.625rem;top:18.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qB7Httd2E3GLKGTShUUndvAy6azmBxh1 { display:flex;width:0.625rem;height:0.625rem;top:20.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SI7aJ4gkRXA5TdI60LztDVev7nWk4HVZ { display:flex;width:0.625rem;height:0.625rem;top:17.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ONxsBQ1UCmaoyvTPmNLzvBdvAfs0UUDm { width:18.5rem;height:4.9863375rem;top:16.8125rem;left:1.5625rem;font-size:0.875rem;z-index:14999;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #dW2F9haWmZz6Wyrh2pBUWD8381z5yNN7 { width:20rem;height:4.4609375rem;top:25.5rem;left:0rem;text-align:center;text-align-last:center;z-index:14998;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn { display:block; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { width:20rem;height:200.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MaFofF0N3XnygLZZqTug6Agy758wMZXe { width:20rem;height:3.73698125rem;top:56.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVchSgx52TrkrOJAHRx7gmXIWtBXWbnz { width:14rem;height:2.400175rem;top:77.5rem;left:3rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCUmcTilNWuksksopH65hATLSqHzENlz { width:14rem;height:2.400175rem;top:87.75rem;left:3rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7NnTp09kzSX9F91h7w8byIFT0ytuukE { width:19.875rem;height:13.0625rem;top:158.8451875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MPiU7zVPBNUnSHHlpCZrOpNH3r5Hak4d { width:14rem;height:2.400175rem;top:107.5625rem;left:3rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xgz0sAX2a0c8gHHhPwlb0Cd3QfmD3Z9V { width:17.125rem;height:2.400175rem;top:97.8125rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s54vLusb7fe4Vs0eME53KqCNZNdaDcAT { width:6.25rem;height:0.25rem;top:127.2826875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rmpk2Ay2bE8cEUSlqkzolg3wNCH5h5MG { width:6.25rem;height:0.25rem;top:10.25rem;left:6.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #T9IsgZhD78GuoAEybwF7GPP6QK0G1G0T { display:flex;width:6.0625rem;height:6.0625rem;top:71.4375rem;left:7rem; }
 }@media only screen and (max-width: 763px) { #XPIoX0bumyJXxUTJrKLkVfyWagX9g0aP { display:flex;width:3.1875rem;height:3.1875rem;top:93.15625rem;left:8.40625rem; }
 }@media only screen and (max-width: 763px) { #TZo55dVb9zlqp2Iw4gP3ZdDZZzfcdtmS { display:flex;width:2.625rem;height:2.625rem;top:103.5625rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #WmvLRRxxWklWKZMRuoo6nowJACOWlBOT { display:flex;width:2.1875rem;height:2.1875rem;top:84.4375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #swpf8TkIssEZWlZ4vlyXvRacOUMytosl { display:flex;width:1.5625rem;height:1.5625rem;top:83.125rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #tTlJy1vsZSlThGPrkc6acOr2TQ2MOQOw { width:20rem;height:10.408875rem;top:164.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cohilgOMv2Oupu2tK6Efwg2tkfXgqoJB { width:10.1875rem;height:1.8684875rem;top:161.3125rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFC0IKESAh660pa71IMxUkloGwMkb83J { display:flex;width:2.5rem;height:2.5rem;top:161rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #NG6CJu3JTnaKPFmmT79EbAVM4MnoF4tg { width:14.9375rem;height:11.875rem;top:52.6875rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #C5Qva2LiEoTDlfDNkDzGsHvuFScX6yaN { width:14.9375rem;height:11.875rem;top:64.5625rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w74TqDNqOI81pumAcuVQ2NXM1z32REdv { width:14.9375rem;height:11.875rem;top:52.625rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XL3VqttZluDSobgo9UykzIxoh6eGHcDr { width:20rem;height:5.947925rem;top:62.25rem;left:0rem;text-align:center;text-align-last:center;z-index:14998;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWx6T1i31rsOB04Nt2QxsGBw4ffxwP6e { width:20rem;height:18.125rem;top:115.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XzCEP1XGe3Us3AyvPPT6HCaV2lDf0u9p { display:flex;width:1.6875rem;height:1.6875rem;top:176.5rem;left:14rem; }
#XzCEP1XGe3Us3AyvPPT6HCaV2lDf0u9p > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #PEmaEsTTQXnXPTs8lPFkmHVcMtcEoRG1 { width:11.1875rem;height:3.125rem;top:175.75rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzOm2z4EBXrNJfPav9AQJqhrcE3vr8l8 { display:block; }
 }@media only screen and (max-width: 763px) { #gw3RzrkQTSOBTdRikFUyFLS98lKF4tvl { width:11.1875rem;height:3.125rem;top:112.9375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsP624sL4M1d4QfHAXXET83PPg2U4ZE1 { display:block; }
 }@media only screen and (max-width: 763px) { #Nwt8nkdUVAZB9WrrT7MnrwSZepIMe6Il { display:flex;width:1.6875rem;height:1.6875rem;top:113.6875rem;left:14.75rem; }
#Nwt8nkdUVAZB9WrrT7MnrwSZepIMe6Il > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #ltqMXZauAlqFMnKJX9WoRsTKKEqq1Ovi { width:13.0625rem;height:3rem;top:49rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyIuHmQfvoDWR6IAQ0zuQvT1KocfUZAb { display:block; }
 }@media only screen and (max-width: 763px) { #fv8pwDryJRIo4ucurQrnp5NAh3yTw0t4 { width:19.875rem;height:10rem;top:71.4375rem;left:0rem;z-index:15001;background-color:#a20959;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #n8skKTgGww1LMgOrXnA1AKd345o96TzM { width:19.875rem;height:10rem;top:81.5625rem;left:0rem;z-index:14997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VKqH4sJxfuPxupRWLM8gqnQ5HcmW7yb0 { width:19.875rem;height:10rem;top:91.6875rem;left:0rem;z-index:15002;background-color:#a20959;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #giiqKfAba3GtuZ1QsdhnkhsSfIWvuMRS { width:19.875rem;height:10rem;top:101.8125rem;left:0rem;z-index:14998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vlqAgdsEKTQt4KqhT1gayvgz4pVDbFo3 { top:181.9375rem;left:0rem;width:20rem;height:16.9375rem;z-index:14996;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bAb4MgEb3dt05octh182oEJgkn3wO5P1 { width:20rem;height:3.73698125rem;top:119.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #leL3ZZvZu0uNX5JoS6XQkkBNm74e9upq { width:6.25rem;height:0.25rem;top:123.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR8O55r4tLribpmFiU8fGMnw4EPoApnX { width:20rem;height:4.4609375rem;top:125.8125rem;left:0rem;text-align:center;text-align-last:center;z-index:14998;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDzQzBK1yTMaIPTILH5rfRl6e1y9DRtP { width:13.0625rem;height:3rem;top:154.375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #II6Uzs1L4HcSXfUH24Jlr5vCTJI30BD5 { display:block; }
 }@media only screen and (max-width: 763px) { #KaDFEuItgOb1RQ4T5rRJXPUQypHz7PQX { height:20rem;width:20rem;top:132.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da09US5CgE8CxvI4pmDFxLKNM4M7027m { width:20rem;height:13.375rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3dPeq7D3DKqVESSSZBupOs8939h5wF4 { width:20rem;height:20.3125rem;top:17rem;left:-0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fDC72FfbNqtREZfzQvHaCQRoKEgRkipM { width:18.75rem;height:5.60546875rem;top:3.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4NRUB1TcNhUGUMXavZ3OsvfyInaZvT5 { width:18.125rem;height:7.434875rem;top:13.1875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN { display:block; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hdHnOw4DfSnL9wg2MOUbkVCX5l1RyNwx { width:1.375rem;height:1.462675rem;top:22.25rem;left:0.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z5WoFI0PrgOfZOVRDr3ytE75zPoX0h0Q { width:20rem;height:0.125rem;top:42.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b735nBwGEk3qVGt53znCeqaeqsnz1SXz { width:16.625rem;height:11.8125rem;top:32.75rem;left:1.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #wvQIqpmV7P0e5d01NfgaQsyKe8d8E0Nh { width:20rem;height:0.125rem;top:23.90625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ufEvTJyFZ4xIqO2geI1cBwxIWG1mlv4v { width:16.5625rem;height:7.875rem;top:12.28125rem;left:1.40625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #uiZFwvy76LlndJzSMU8DTKWb0WuVMmKf { width:1.625rem;height:1.462675rem;top:12.15625rem;left:2.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WhGTBIskV0OZbdQHWHFeAQe0UbLv27e3 { width:15.875rem;height:5.25rem;top:6.21240234375rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #w88GfesV0e7odH4Jpykwue1b8fJZ77PA { width:20rem;height:0.125rem;top:9rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aiv9iB513SNfQQWm4nWv337FcJLLW9s9 { width:1.5625rem;height:1.462675rem;top:6.08740234375rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E2iPElWAo5RllygOQ2c0zDVUZsp3febv { width:18.5rem;height:3.5rem;top:47.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTFMQ23FQ7unAILWMPAsZ2rk1sipo8ox { display:block; }
 }@media only screen and (max-width: 763px) { #e8RUzrdFLWgBwEi4GZMkGUw81n1u8rPN { width:3.375rem;height:2.75rem;top:156.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yCTVWxvGx6CEFOqfXwkfGwbNvGzzv810 { width:1.4375rem;height:1.625rem;top:32.4375rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ph75HE9QOmu11H6akNCxnVxPc8SxzIJL { width:20rem;height:0.125rem;top:170.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTcx9nJBGJHQZkfC7Ml2xFqtnT8pBvLh { width:15.875rem;height:7.875rem;top:22.4375rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Jv4WbUS97TnEHQKnwEVfMRZUn3E9PM68 { width:20rem;height:3.73698125rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQT4gE5bi6g4hPCXzWmdcVe4sulxgAxU { width:6.25rem;height:0.25rem;top:4.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdQKmc3hSHapcbglp05ko7yduwEkQFDL { display:block; }#mdQKmc3hSHapcbglp05ko7yduwEkQFDL > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DwrTqRJtHTHI7NNtkBsuMpX2IlXxMAwa { width:16.8125rem;height:2.97395625rem;top:10.375rem;left:1.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFbHdHi9JThe58uNBAaOO3tUCeoiufkE { width:20rem;height:2.87543125rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #MFCTcr1VNOdDz4wu2UKzooT2ll6XrE7p { display:flex;width:1.25rem;height:1.25rem;top:25.625rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #oEdN7waTBSL9zO9w5pTL6KgFR2C2JeSV { width:17.3125rem;height:8.921875rem;top:15rem;left:1.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvsAoSWr5orkiCOHRaE5gyBrZ1Q3tDq9 { display:flex;width:1.25rem;height:1.25rem;top:10.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oWVwTTH4lvwq4RUJJHvcFC1P2irT0H4U { display:flex;width:1.25rem;height:1.25rem;top:15rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aSzR8c4eSmLtB2hvAiyuclDXPoFM97GW { width:18.125rem;height:4.4609375rem;top:25.625rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ain1KTG8DFT1Mx9os5Nl4hvJEruagxGV { width:11.1875rem;height:3.125rem;top:37.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI50nClOIrnsvobUCNm8RIttW4X02T3i { display:block; }
 }@media only screen and (max-width: 763px) { #qMos5PznudlGXiw7l7DVg53OE7VpfPn1 { width:6.25rem;height:0.25rem;top:6.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKfyh97y30DiKdGnrw8SWtTeUeSVJuCb { width:13.0625rem;height:3rem;top:33.0625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfDVm3sNGpL8P3MuGCI9mbTmXDNaczyN { display:block; }
 }@media only screen and (max-width: 763px) { #bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy { position:relative;z-index:auto;display:block; }#bTSGPxJ6u1roJSGcWPG6Iswne0gyd9Iy > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soT7WbRwI1LvrlhkoZIbgqFnI77H563r { width:20rem;height:5.75rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #rqxXiSGTSoB5qE2fvc09Bu6Lf6TbtvEf { width:7.4375rem;height:5.625rem;top:15.9443375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGteMGqlbWsxaKlSrgcERQCK4zUVETtm { width:12.375rem;height:5.625rem;top:15.9443375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4xQcMEfiJGQA4U16lDWHTxf3L06Qe4y { width:12.1875rem;height:4.22395625rem;top:16.6943375rem;left:7.6875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0tKCgLyMuTreXLDzrWW7nVH3ANRrun8 { width:18.5625rem;height:1.0559875rem;top:33.5693375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkp7J818STHE9GMPy6qWhSiKDGdweooT { display:flex;width:2.4375rem;height:2.4375rem;top:17.6318375rem;left:2.5625rem; }
 }