.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#5e2750;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;overflow:visible;position:relative;display:block; }#T0STVTtOH8TLczFT5sBdThT8KAgVplUS { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:9.25rem;top:1.28125rem;left:0rem;overflow:hidden;display:block; }
#fdBRuKCzv23Q9nIragDggJsb8llWF2RS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5d991;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; }#fdBRuKCzv23Q9nIragDggJsb8llWF2RS > .row .container { background-color: transparent; background-image: none; }#fdBRuKCzv23Q9nIragDggJsb8llWF2RS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdBRuKCzv23Q9nIragDggJsb8llWF2RS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdBRuKCzv23Q9nIragDggJsb8llWF2RS > .row .container > .video-iframe-container { display: none; }#fdBRuKCzv23Q9nIragDggJsb8llWF2RS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdBRuKCzv23Q9nIragDggJsb8llWF2RS > .row > .video-iframe-container { display: none; }#fdBRuKCzv23Q9nIragDggJsb8llWF2RS > .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); }#fdBRuKCzv23Q9nIragDggJsb8llWF2RS > .row .container { border-width: 0; border-radius: 0; }#fdBRuKCzv23Q9nIragDggJsb8llWF2RS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fdBRuKCzv23Q9nIragDggJsb8llWF2RS > .row .container { font-size:0.875rem;font-family:arial;height:55.125rem;width:75rem;position:relative;display:block; }#Dbxave46MaVJv4qMvMfSifMkMB5977sh { color:#5e2750;display:block;width:38.625rem;position:absolute;font-family:arial;font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.9375rem;left:18.1875rem;height:7.8005625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#NBclimO2ywuVW4PotfAFdZF9wUappNlS { color:#252525;display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:14.0625rem;left:21.59375rem;height:3.37565rem;text-align:center;text-align-last:center;display:block; }
#TPnezdscoQ9XKqSrA2IGaOQJtwdtroSn { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:37.5rem;top:33.748779296875rem;left:18.75rem;overflow:hidden;display:block; }
#FxGBKpqxTqkRDTHNk2qAnSB0L5ETL7SQ { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:1.75rem;top:19.125rem;left:26.6875rem;overflow:hidden;display:block; }
#z7ocroJGvgeLDC67aztNZNVTRXhTGgrd { color:#5e2750;display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:19.5625rem;left:29.312500953674rem;height:1.687825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kFCOzrTqOR3CwZJFrkAGsDZW4IivCDXm { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2rem;top:22.6875rem;left:28.25rem;overflow:hidden;display:block; }
#asaZhJZ6uTF6rvkp4eSDPCDeoSTlp43b { color:#5e2750;display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:23.0625rem;left:31rem;height:1.687825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B0i5WVvwsTSGh8mDJMNioCfh9Oi8lxFz { background-color:#5e2750;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.625rem;left:21.0625rem;display:block; }
#Nrk8A8fz7osrb8eLPhG4OpT1OWhL9rZi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mJc7PnV3MekWHRhTQpiyJuHH4tNlVE2n { background-color:#5e2750;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.81175rem;height:3.49975625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27.625rem;left:38.125rem;display:block; }
#x9uJSeXImZUiwPTHsFSXdFzIVwQ8vixU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zTXRPzO77faXfmfr1w7eqxRgRSRrG2dl { position:relative;display:block; }#zTXRPzO77faXfmfr1w7eqxRgRSRrG2dl { background-color: transparent; background-image: none; }#zTXRPzO77faXfmfr1w7eqxRgRSRrG2dl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTXRPzO77faXfmfr1w7eqxRgRSRrG2dl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTXRPzO77faXfmfr1w7eqxRgRSRrG2dl > .row .container > .video-iframe-container { display: none; }#zTXRPzO77faXfmfr1w7eqxRgRSRrG2dl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTXRPzO77faXfmfr1w7eqxRgRSRrG2dl > .row > .video-iframe-container { display: none; }#zTXRPzO77faXfmfr1w7eqxRgRSRrG2dl > .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); }#zTXRPzO77faXfmfr1w7eqxRgRSRrG2dl { border-width: 0; border-radius: 0; }#zTXRPzO77faXfmfr1w7eqxRgRSRrG2dl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zTXRPzO77faXfmfr1w7eqxRgRSRrG2dl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:65.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zmw9I8btXg0alpKT8HQhMwmAvagfCM9f { color:#5e2750;display:block;width:38.62425rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:18.187255859375rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#S5zPyXgMgTWOOckexuACp0vykOxetAPl { background-color:#5e2750;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:54.5rem;left:21.0625rem;display:block; }
#Gwyro94oJlivMi1b2ngoIHfLFA6TDmca { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kGiAdCdCAkoAkA9UIqsgKm5NELQguwUu { background-color:#5e2750;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.81175rem;height:3.49975625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:54.5rem;left:38.125rem;display:block; }
#xmS9imbcFdiZOTTTgNqQMtv1yz4buhaR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M2PpAbTTmqAI7LrVKRFVJGrJnLolt7gg { position:absolute;display:block;z-index:14995;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:62.375rem;top:15.68603515625rem;left:6.25rem;overflow:hidden;display:block; }
#xfuDKRqzxVKhA9nklhoEoNhRUGB7yxi5 { position:absolute;display:block;z-index:14996;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:62.3125rem;top:15.68603515625rem;left:6.25rem;overflow:hidden;display:block; }
#mzHldmMy1uNQUyfKJxBiod8SSluDePRB { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:30.872802734375rem;left:0rem;overflow:hidden;display:block; }
#gyplJoSkP1eMPRszg2VSUxrJJNT0HTBn { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:30.872802734375rem;left:71.5625rem;overflow:hidden;display:block; }
#eTQlB9UyqJRSmVpO6ergxAKzv0HO0zmg { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:83.625rem;width:43.125rem;display:none; }
#s8rcCxRecMRFzAwlJoQvn99L5FyxcxwZ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:83.625rem;width:43.125rem;display:none; }
#eUVOHQsN6dOuGFPSc6kqtuU2mwRhEFgh { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:83.625rem;width:43.125rem;display:none; }
#SNQxDI63TxOJmmSOK2pPVoIaEo6DakT2 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:83.625rem;width:43.125rem;display:none; }
#n7WyiSiTvrIntEObhdcxPBnLC3swb1nW { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:83.625rem;width:43.125rem;display:none; }
#mTSGwBonMRK4LbZDw0kL2EQdxi0ursiI { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:83.625rem;width:43.125rem;display:none; }
#P9eD9AsIk9HA7XsSPQSFK3yeKC4zvr0o { position:relative;display:none; }#P9eD9AsIk9HA7XsSPQSFK3yeKC4zvr0o { border-width: 0; border-radius: 0; }#P9eD9AsIk9HA7XsSPQSFK3yeKC4zvr0o > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#P9eD9AsIk9HA7XsSPQSFK3yeKC4zvr0o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:65.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#LVJHsyeZ5TwVElmdLzKDUo0XrC8iC6Kv { color:#5e2750;display:block;width:38.62425rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:18.187255859375rem;height:5.84716875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#uiydQvkN3sX6pl8UsFzmOvGrcgXOGZkw { background-color:#5e2750;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:54.5rem;left:21.0625rem;display:block; }
#fzXJ93LODCuIugEiOu82I4Jy29FpMIpZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cQXma0pS7KetZXhWJqI0r20BBF0zTygE { background-color:#5e2750;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.81175rem;height:3.49975625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:54.5rem;left:38.125rem;display:block; }
#CCbsBJaBMZvkgJwgPGGtkOnUmdgWb152 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hh008b9hVe6wQp03qzUTp9eSmtrsiaPC { position:absolute;display:block;z-index:14997;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:62.375rem;top:15.68603515625rem;left:6.25rem;overflow:hidden;display:block; }
#svC4mqAL0xJeyPpwtd05mThkTbOSS3sS { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:62.3125rem;top:15.68603515625rem;left:6.25rem;overflow:hidden;display:block; }
#R3Jed7vDTcoAFL1mnwqhdWI1kVMlBfuz { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:30.872802734375rem;left:0rem;overflow:hidden;display:block; }
#rkM0l3RI9M06wwD85QL9kB5kPhxCgX8S { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:30.872802734375rem;left:71.5625rem;overflow:hidden;display:block; }
#JMFwvdcgcrVGTVgLNHzLugMQ2a5T4OCB { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:83.625rem;width:43.125rem;display:none; }
#p9a5uqCwL7Ffh7fIvJx5LpqdvJQAATXq { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:83.625rem;width:43.125rem;display:none; }
#hSh326CpgzE9bWk8CMeGlG49dP10licT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:83.625rem;width:43.125rem;display:none; }
#DoSBQ3TJUmE2Q0v2bX9pk67TVucR9Kza { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:83.625rem;width:43.125rem;display:none; }
#urigWUsR5tUpSgE7XXlDBXsNrArA5QFk { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:83.625rem;width:43.125rem;display:none; }
#pTpaHoB7f2fVuJneOgifdxwLD98BPQnO { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:83.625rem;width:43.125rem;display:none; }
#mresthW7Bm3WDF6hVLeSmh2WoKkde0eE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c9e7ed;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; }#mresthW7Bm3WDF6hVLeSmh2WoKkde0eE > .row .container { background-color: transparent; background-image: none; }#mresthW7Bm3WDF6hVLeSmh2WoKkde0eE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mresthW7Bm3WDF6hVLeSmh2WoKkde0eE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mresthW7Bm3WDF6hVLeSmh2WoKkde0eE > .row .container > .video-iframe-container { display: none; }#mresthW7Bm3WDF6hVLeSmh2WoKkde0eE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mresthW7Bm3WDF6hVLeSmh2WoKkde0eE > .row > .video-iframe-container { display: none; }#mresthW7Bm3WDF6hVLeSmh2WoKkde0eE > .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); }#mresthW7Bm3WDF6hVLeSmh2WoKkde0eE > .row .container { border-width: 0; border-radius: 0; }#mresthW7Bm3WDF6hVLeSmh2WoKkde0eE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mresthW7Bm3WDF6hVLeSmh2WoKkde0eE > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#SfRZTi3l5Zx5LI1pKnL5W6EKoFCqd5OH { color:#5e2750;display:block;width:38.6230625rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.25rem;left:18.187255859375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#To3WPXX7fs42MST8s0OT8HZQXeRQP41T { background-color:#5e2750;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:34.812255859375rem;left:21.06201171875rem;display:block; }
#MegU6frF51EpRlKLacG5fNyvuPfIwVBs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uRL2AapVOrzwKghdvy42Vyh56gHg7TSS { background-color:#5e2750;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.81175rem;height:3.49975625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:34.812255859375rem;left:38.125rem;display:block; }
#Cr2rybKrwU5wmEx8CI1RAGaqu1AzI7s0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Aq9eICzXhrP0LOm75IFR2LWgggbM6Atz { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:12.469970703125rem;left:9.249267578125rem;overflow:hidden;display:block; }
#KcXATVlflPaSyyScJhgqdGq8rCsxzHxN { color:#252525;display:block;width:17.68675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:18.59423828125rem;left:3.656005859375rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#fBp90InFPmCkHfFxJpnrGwkgJTCZwgNL { color:#252525;display:block;width:20.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:23.29638671875rem;left:2.281494140625rem;height:6.7513125rem;text-align:center;text-align-last:center;display:block; }
#rqHE7xRsZByHTvw2gS31sVSmxvU6aspV { color:#252525;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:23.2958984375rem;left:28.934326171875rem;height:6.7513125rem;text-align:center;text-align-last:center;display:block; }
#NVNZWPoEfBAmff3MnNThtd8CNSnDQQ3n { color:#252525;display:block;width:13.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:18.59375rem;left:30.123291015625rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#K12aHR8TsIM8Iml2MAzfeQZnHKAuzsyD { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:12.5rem;left:34.25rem;overflow:hidden;display:block; }
#FCIh7a5M78FwPxIIuArdgrRGfU5aNuI6 { color:#252525;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:23.25rem;left:54.375rem;height:6.7513125rem;text-align:center;text-align-last:center;display:block; }
#COstlkkgipCW0HIpQUBFRr4qOHTZ9kQf { color:#252525;display:block;width:13.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:18.5625rem;left:55.5625rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#GQhO4VMNUFrHbaJEAZs3ltHSOrnTZlPm { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:12.5rem;left:59.6875rem;overflow:hidden;display:block; }
#tK0QSITZmvC8bsrLJgqELbudTrMnIktr { position:relative;display:block; }#tK0QSITZmvC8bsrLJgqELbudTrMnIktr { background-color: transparent; background-image: none; }#tK0QSITZmvC8bsrLJgqELbudTrMnIktr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tK0QSITZmvC8bsrLJgqELbudTrMnIktr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tK0QSITZmvC8bsrLJgqELbudTrMnIktr > .row .container > .video-iframe-container { display: none; }#tK0QSITZmvC8bsrLJgqELbudTrMnIktr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tK0QSITZmvC8bsrLJgqELbudTrMnIktr > .row > .video-iframe-container { display: none; }#tK0QSITZmvC8bsrLJgqELbudTrMnIktr > .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); }#tK0QSITZmvC8bsrLJgqELbudTrMnIktr { border-width: 0; border-radius: 0; }#tK0QSITZmvC8bsrLJgqELbudTrMnIktr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tK0QSITZmvC8bsrLJgqELbudTrMnIktr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LTzwL2TnJUJmySuzd5oemN5dSJczcKiM { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:23.5625rem;top:3.75rem;left:25.68603515625rem;overflow:hidden;display:block; }
#ylPEpDtQeigu3qRWJEqvTUKNVPKCKVWn { color:#5e2750;display:block;width:38.6230625rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10rem;left:18.187255859375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#P26vkw9lie6SlNB5H7tDENlJCO5BZ132 { color:#252525;display:block;width:13.8733125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:14.547119140625rem;left:30.562744140625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b9XF1ukzaXEv5x5NOMMDtIyXewRV1pbR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d7c9d3;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; }#b9XF1ukzaXEv5x5NOMMDtIyXewRV1pbR > .row .container { background-color: transparent; background-image: none; }#b9XF1ukzaXEv5x5NOMMDtIyXewRV1pbR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9XF1ukzaXEv5x5NOMMDtIyXewRV1pbR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9XF1ukzaXEv5x5NOMMDtIyXewRV1pbR > .row .container > .video-iframe-container { display: none; }#b9XF1ukzaXEv5x5NOMMDtIyXewRV1pbR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9XF1ukzaXEv5x5NOMMDtIyXewRV1pbR > .row > .video-iframe-container { display: none; }#b9XF1ukzaXEv5x5NOMMDtIyXewRV1pbR > .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); }#b9XF1ukzaXEv5x5NOMMDtIyXewRV1pbR > .row .container { border-width: 0; border-radius: 0; }#b9XF1ukzaXEv5x5NOMMDtIyXewRV1pbR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b9XF1ukzaXEv5x5NOMMDtIyXewRV1pbR > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#cyvKfuaCTQhp33ohMbygDlHny5l4qnD4 { color:#252525;display:block;width:38.6230625rem;position:absolute;font-family:arial;font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.5625rem;left:0rem;height:3.90028125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#oZWOQH9L7o0y2wIdct86dkdQaEowdbJI { color:#252525;display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:13.4375rem;left:0rem;height:3.37565rem;text-align:left;text-align-last:left;display:block; }
#PZlxWpg5TbHTb203Sv5Zlob1kyCU6yMR { background-color:#5e2750;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:20.3125rem;left:0rem;display:block; }
#Tv7vHni9fQvB8AuXHKmQlEvl3PepHzIP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eymHmJiUPEvCHZQ6iM370qZqtOrZ8F9n { background-color:#5e2750;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.81175rem;height:3.49975625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:20.3125rem;left:17.0625rem;display:block; }
#xQG1bxnt2O1F4gplR5BfJtpNvts6bmP6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s4scts9ZXOSO6TSkIlOpnnooez4aepCs { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.3125rem;width:34.375rem;top:2.31201171875rem;left:40.625rem;overflow:hidden;display:block; }
#N6fATUJFSpOyCtdvWFwTVXmhEzx2ONKm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d4d4d;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; }#N6fATUJFSpOyCtdvWFwTVXmhEzx2ONKm > .row .container { background-color: transparent; background-image: none; }#N6fATUJFSpOyCtdvWFwTVXmhEzx2ONKm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6fATUJFSpOyCtdvWFwTVXmhEzx2ONKm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6fATUJFSpOyCtdvWFwTVXmhEzx2ONKm > .row .container > .video-iframe-container { display: none; }#N6fATUJFSpOyCtdvWFwTVXmhEzx2ONKm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6fATUJFSpOyCtdvWFwTVXmhEzx2ONKm > .row > .video-iframe-container { display: none; }#N6fATUJFSpOyCtdvWFwTVXmhEzx2ONKm > .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); }#N6fATUJFSpOyCtdvWFwTVXmhEzx2ONKm > .row .container { border-width: 0; border-radius: 0; }#N6fATUJFSpOyCtdvWFwTVXmhEzx2ONKm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N6fATUJFSpOyCtdvWFwTVXmhEzx2ONKm > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;position:relative;display:block; }#BNBy7ZXGIPdGtUKrMOm3x0AIm635IwvI { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5620125rem;width:9.24925rem;top:2.67333984375rem;left:0rem;overflow:hidden;display:block; }
#bT2vTvuwr9dntHMRXG8OT6L7RCG9Z4S8 { color:#ffffff;display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:2.67333984375rem;left:17.00048828125rem;height:7.87435rem;text-align:right;text-align-last:right;display:block; }
#tDxLCAs65UQiWuAROiBXAldXFd6pwTZE { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:12.423095703125rem;left:66.50048828125rem;height:1.31286875rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0STVTtOH8TLczFT5sBdThT8KAgVplUS { top:1.25rem;left:0rem;width:9.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdBRuKCzv23Q9nIragDggJsb8llWF2RS { display:block; }#fdBRuKCzv23Q9nIragDggJsb8llWF2RS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dbxave46MaVJv4qMvMfSifMkMB5977sh { top:4.9375rem;left:4.5625rem;width:38.625rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBclimO2ywuVW4PotfAFdZF9wUappNlS { top:14.0625rem;left:7.968017578125rem;width:31.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPnezdscoQ9XKqSrA2IGaOQJtwdtroSn { top:33.6875rem;left:5.125rem;width:37.5rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxGBKpqxTqkRDTHNk2qAnSB0L5ETL7SQ { top:19.125rem;left:13.0625rem;width:1.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7ocroJGvgeLDC67aztNZNVTRXhTGgrd { top:19.5625rem;left:15.687500953674rem;width:20.25rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFCOzrTqOR3CwZJFrkAGsDZW4IivCDXm { top:22.6875rem;left:14.625rem;width:2rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #asaZhJZ6uTF6rvkp4eSDPCDeoSTlp43b { top:23.0625rem;left:17.375rem;width:15.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0i5WVvwsTSGh8mDJMNioCfh9Oi8lxFz { width:15.8125rem;height:3.5rem;top:27.625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nrk8A8fz7osrb8eLPhG4OpT1OWhL9rZi { display:block; }
 }@media only screen and (max-width: 763px) { #mJc7PnV3MekWHRhTQpiyJuHH4tNlVE2n { width:15.75rem;height:3.4375rem;top:27.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9uJSeXImZUiwPTHsFSXdFzIVwQ8vixU { display:block; }
 }@media only screen and (max-width: 763px) { #zTXRPzO77faXfmfr1w7eqxRgRSRrG2dl { display:block; }#zTXRPzO77faXfmfr1w7eqxRgRSRrG2dl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmw9I8btXg0alpKT8HQhMwmAvagfCM9f { top:6.25rem;left:0rem;width:38.5625rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5zPyXgMgTWOOckexuACp0vykOxetAPl { width:15.75rem;height:3.4375rem;top:54.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwyro94oJlivMi1b2ngoIHfLFA6TDmca { display:block; }
 }@media only screen and (max-width: 763px) { #kGiAdCdCAkoAkA9UIqsgKm5NELQguwUu { width:15.75rem;height:3.4375rem;top:54.5rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmS9imbcFdiZOTTTgNqQMtv1yz4buhaR { display:block; }
 }@media only screen and (max-width: 763px) { #M2PpAbTTmqAI7LrVKRFVJGrJnLolt7gg { top:15.625rem;left:0rem;width:47.75rem;height:25.836673346693rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfuDKRqzxVKhA9nklhoEoNhRUGB7yxi5 { top:15.625rem;left:0rem;width:47.75rem;height:25.86258776329rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzHldmMy1uNQUyfKJxBiod8SSluDePRB { top:30.8125rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyplJoSkP1eMPRszg2VSUxrJJNT0HTBn { top:30.8125rem;left:44.1875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTQlB9UyqJRSmVpO6ergxAKzv0HO0zmg { width:43.125rem;height:83.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s8rcCxRecMRFzAwlJoQvn99L5FyxcxwZ { width:43.125rem;height:83.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eUVOHQsN6dOuGFPSc6kqtuU2mwRhEFgh { width:43.125rem;height:83.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SNQxDI63TxOJmmSOK2pPVoIaEo6DakT2 { width:43.125rem;height:83.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #n7WyiSiTvrIntEObhdcxPBnLC3swb1nW { width:43.125rem;height:83.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTSGwBonMRK4LbZDw0kL2EQdxi0ursiI { width:43.125rem;height:83.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9eD9AsIk9HA7XsSPQSFK3yeKC4zvr0o { display:none; }#P9eD9AsIk9HA7XsSPQSFK3yeKC4zvr0o > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LVJHsyeZ5TwVElmdLzKDUo0XrC8iC6Kv { top:6.25rem;left:0rem;width:38.5625rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiydQvkN3sX6pl8UsFzmOvGrcgXOGZkw { width:15.75rem;height:3.4375rem;top:54.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzXJ93LODCuIugEiOu82I4Jy29FpMIpZ { display:block; }
 }@media only screen and (max-width: 763px) { #cQXma0pS7KetZXhWJqI0r20BBF0zTygE { width:15.75rem;height:3.4375rem;top:54.5rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCbsBJaBMZvkgJwgPGGtkOnUmdgWb152 { display:block; }
 }@media only screen and (max-width: 763px) { #hh008b9hVe6wQp03qzUTp9eSmtrsiaPC { top:15.625rem;left:0rem;width:47.75rem;height:25.836673346693rem;display:block; }
 }@media only screen and (max-width: 763px) { #svC4mqAL0xJeyPpwtd05mThkTbOSS3sS { top:15.625rem;left:0rem;width:47.75rem;height:25.86258776329rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3Jed7vDTcoAFL1mnwqhdWI1kVMlBfuz { top:30.8125rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkM0l3RI9M06wwD85QL9kB5kPhxCgX8S { top:30.8125rem;left:44.1875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMFwvdcgcrVGTVgLNHzLugMQ2a5T4OCB { width:43.125rem;height:83.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #p9a5uqCwL7Ffh7fIvJx5LpqdvJQAATXq { width:43.125rem;height:83.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hSh326CpgzE9bWk8CMeGlG49dP10licT { width:43.125rem;height:83.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DoSBQ3TJUmE2Q0v2bX9pk67TVucR9Kza { width:43.125rem;height:83.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #urigWUsR5tUpSgE7XXlDBXsNrArA5QFk { width:43.125rem;height:83.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTpaHoB7f2fVuJneOgifdxwLD98BPQnO { width:43.125rem;height:83.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mresthW7Bm3WDF6hVLeSmh2WoKkde0eE { display:block; }#mresthW7Bm3WDF6hVLeSmh2WoKkde0eE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SfRZTi3l5Zx5LI1pKnL5W6EKoFCqd5OH { top:6.25rem;left:0rem;width:38.5625rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #To3WPXX7fs42MST8s0OT8HZQXeRQP41T { width:15.75rem;height:3.4375rem;top:34.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MegU6frF51EpRlKLacG5fNyvuPfIwVBs { display:block; }
 }@media only screen and (max-width: 763px) { #uRL2AapVOrzwKghdvy42Vyh56gHg7TSS { width:15.75rem;height:3.4375rem;top:34.75rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr2rybKrwU5wmEx8CI1RAGaqu1AzI7s0 { display:block; }
 }@media only screen and (max-width: 763px) { #Aq9eICzXhrP0LOm75IFR2LWgggbM6Atz { top:12.4375rem;left:4.686767578125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcXATVlflPaSyyScJhgqdGq8rCsxzHxN { top:18.5625rem;left:0rem;width:17.625rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBp90InFPmCkHfFxJpnrGwkgJTCZwgNL { top:23.25rem;left:0rem;width:20.375rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqHE7xRsZByHTvw2gS31sVSmxvU6aspV { top:23.25rem;left:15.5rem;width:16.25rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVNZWPoEfBAmff3MnNThtd8CNSnDQQ3n { top:18.5625rem;left:16.435791015625rem;width:13.8125rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K12aHR8TsIM8Iml2MAzfeQZnHKAuzsyD { top:12.5rem;left:20.5625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCIh7a5M78FwPxIIuArdgrRGfU5aNuI6 { top:23.25rem;left:31.375rem;width:16.25rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #COstlkkgipCW0HIpQUBFRr4qOHTZ9kQf { top:18.5625rem;left:32.75rem;width:13.8125rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQhO4VMNUFrHbaJEAZs3ltHSOrnTZlPm { top:12.5rem;left:36.875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK0QSITZmvC8bsrLJgqELbudTrMnIktr { display:block; }#tK0QSITZmvC8bsrLJgqELbudTrMnIktr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTzwL2TnJUJmySuzd5oemN5dSJczcKiM { top:3.75rem;left:12.0625rem;width:23.5625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylPEpDtQeigu3qRWJEqvTUKNVPKCKVWn { top:10rem;left:4.5625rem;width:38.5625rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P26vkw9lie6SlNB5H7tDENlJCO5BZ132 { top:14.5rem;left:16.937744140625rem;width:13.8125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9XF1ukzaXEv5x5NOMMDtIyXewRV1pbR { display:block; }#b9XF1ukzaXEv5x5NOMMDtIyXewRV1pbR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cyvKfuaCTQhp33ohMbygDlHny5l4qnD4 { top:8.5625rem;left:0rem;width:38.5625rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZWOQH9L7o0y2wIdct86dkdQaEowdbJI { top:13.4375rem;left:0rem;width:37.5625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZlxWpg5TbHTb203Sv5Zlob1kyCU6yMR { width:15.75rem;height:3.4375rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv7vHni9fQvB8AuXHKmQlEvl3PepHzIP { display:block; }
 }@media only screen and (max-width: 763px) { #eymHmJiUPEvCHZQ6iM370qZqtOrZ8F9n { width:15.75rem;height:3.4375rem;top:20.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQG1bxnt2O1F4gplR5BfJtpNvts6bmP6 { display:block; }
 }@media only screen and (max-width: 763px) { #s4scts9ZXOSO6TSkIlOpnnooez4aepCs { top:2.25rem;left:13.375rem;width:34.375rem;height:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6fATUJFSpOyCtdvWFwTVXmhEzx2ONKm { display:block; }#N6fATUJFSpOyCtdvWFwTVXmhEzx2ONKm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNBy7ZXGIPdGtUKrMOm3x0AIm635IwvI { top:2.625rem;left:0rem;width:9.1875rem;height:3.5382317316269rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT2vTvuwr9dntHMRXG8OT6L7RCG9Z4S8 { top:2.625rem;left:0rem;width:47.75rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDxLCAs65UQiWuAROiBXAldXFd6pwTZE { top:12.375rem;left:0rem;width:8.4375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0STVTtOH8TLczFT5sBdThT8KAgVplUS { width:9.25rem;height:3.5623013352434rem;top:1.3427734375rem;left:5.37353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdBRuKCzv23Q9nIragDggJsb8llWF2RS { display:block; }#fdBRuKCzv23Q9nIragDggJsb8llWF2RS > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dbxave46MaVJv4qMvMfSifMkMB5977sh { width:19.0625rem;height:3.8997375rem;top:2.5rem;left:0.46875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBclimO2ywuVW4PotfAFdZF9wUappNlS { width:18.562rem;height:4.4987rem;top:8.35693359375rem;left:0.7177734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPnezdscoQ9XKqSrA2IGaOQJtwdtroSn { width:20rem;height:11.3989375rem;top:26.4208984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxGBKpqxTqkRDTHNk2qAnSB0L5ETL7SQ { width:1.75rem;height:2.5010450795511rem;top:16.6101375rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z7ocroJGvgeLDC67aztNZNVTRXhTGgrd { width:18.8745rem;height:1.68823125rem;top:20.3601375rem;left:0.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kFCOzrTqOR3CwZJFrkAGsDZW4IivCDXm { width:2rem;height:2.3748476191072rem;top:23.2976375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #asaZhJZ6uTF6rvkp4eSDPCDeoSTlp43b { width:15.625rem;height:1.68823125rem;top:26.92190625rem;left:2.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #B0i5WVvwsTSGh8mDJMNioCfh9Oi8lxFz { width:15.8125rem;height:3.5rem;top:15.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nrk8A8fz7osrb8eLPhG4OpT1OWhL9rZi { display:block; }
 }@media only screen and (max-width: 763px) { #mJc7PnV3MekWHRhTQpiyJuHH4tNlVE2n { width:15.75rem;height:3.4375rem;top:20.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9uJSeXImZUiwPTHsFSXdFzIVwQ8vixU { display:block; }
 }@media only screen and (max-width: 763px) { #zTXRPzO77faXfmfr1w7eqxRgRSRrG2dl { display:none; }#zTXRPzO77faXfmfr1w7eqxRgRSRrG2dl > .row .container { width:20rem;height:62.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zmw9I8btXg0alpKT8HQhMwmAvagfCM9f { width:18.374rem;height:6.8261875rem;top:2.5rem;left:0.811767578125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5zPyXgMgTWOOckexuACp0vykOxetAPl { width:15.75rem;height:3.4375rem;top:51.1875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwyro94oJlivMi1b2ngoIHfLFA6TDmca { display:block; }
 }@media only screen and (max-width: 763px) { #kGiAdCdCAkoAkA9UIqsgKm5NELQguwUu { width:15.75rem;height:3.4375rem;top:55.875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmS9imbcFdiZOTTTgNqQMtv1yz4buhaR { display:block; }
 }@media only screen and (max-width: 763px) { #M2PpAbTTmqAI7LrVKRFVJGrJnLolt7gg { width:20rem;height:10.8125rem;top:62.62451171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xfuDKRqzxVKhA9nklhoEoNhRUGB7yxi5 { width:20rem;height:10.8125rem;top:62.62451171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mzHldmMy1uNQUyfKJxBiod8SSluDePRB { width:3.4375rem;height:3.4375rem;top:45.06103515625rem;left:2.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyplJoSkP1eMPRszg2VSUxrJJNT0HTBn { width:3.4375rem;height:3.4375rem;top:45.06103515625rem;left:14.512939453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTQlB9UyqJRSmVpO6ergxAKzv0HO0zmg { top:11.632080078125rem;left:1.998291015625rem;width:15.9375rem;height:31rem;z-index:15013;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #s8rcCxRecMRFzAwlJoQvn99L5FyxcxwZ { top:11.630859375rem;left:2.03125rem;width:15.9375rem;height:30.9375rem;z-index:15014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #eUVOHQsN6dOuGFPSc6kqtuU2mwRhEFgh { top:11.66259765625rem;left:2.03125rem;width:15.9375rem;height:30.9375rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SNQxDI63TxOJmmSOK2pPVoIaEo6DakT2 { top:11.66259765625rem;left:2.03125rem;width:15.9375rem;height:30.9375rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #n7WyiSiTvrIntEObhdcxPBnLC3swb1nW { top:11.66259765625rem;left:2.03125rem;width:15.9375rem;height:30.9375rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mTSGwBonMRK4LbZDw0kL2EQdxi0ursiI { top:11.66259765625rem;left:2.03125rem;width:15.9375rem;height:30.9375rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #P9eD9AsIk9HA7XsSPQSFK3yeKC4zvr0o { display:block; }#P9eD9AsIk9HA7XsSPQSFK3yeKC4zvr0o > .row .container { width:20rem;height:62.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LVJHsyeZ5TwVElmdLzKDUo0XrC8iC6Kv { width:18.374rem;height:6.8245625rem;top:2.5rem;left:0.811767578125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiydQvkN3sX6pl8UsFzmOvGrcgXOGZkw { width:15.75rem;height:3.4375rem;top:51.1875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzXJ93LODCuIugEiOu82I4Jy29FpMIpZ { display:block; }
 }@media only screen and (max-width: 763px) { #cQXma0pS7KetZXhWJqI0r20BBF0zTygE { width:15.75rem;height:3.4375rem;top:55.875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCbsBJaBMZvkgJwgPGGtkOnUmdgWb152 { display:block; }
 }@media only screen and (max-width: 763px) { #hh008b9hVe6wQp03qzUTp9eSmtrsiaPC { width:20rem;height:10.8125rem;top:62.62451171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #svC4mqAL0xJeyPpwtd05mThkTbOSS3sS { width:20rem;height:10.8125rem;top:62.62451171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3Jed7vDTcoAFL1mnwqhdWI1kVMlBfuz { width:3.4375rem;height:3.4375rem;top:45.06103515625rem;left:2.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkM0l3RI9M06wwD85QL9kB5kPhxCgX8S { width:3.4375rem;height:3.4375rem;top:45.06103515625rem;left:14.512939453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMFwvdcgcrVGTVgLNHzLugMQ2a5T4OCB { top:11.632080078125rem;left:1.998291015625rem;width:15.9375rem;height:31rem;z-index:14985;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #p9a5uqCwL7Ffh7fIvJx5LpqdvJQAATXq { top:11.630859375rem;left:2.03125rem;width:15.9375rem;height:30.9375rem;z-index:14986;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hSh326CpgzE9bWk8CMeGlG49dP10licT { top:11.66259765625rem;left:2.03125rem;width:15.9375rem;height:30.9375rem;z-index:14987;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DoSBQ3TJUmE2Q0v2bX9pk67TVucR9Kza { top:11.66259765625rem;left:2.03125rem;width:15.9375rem;height:30.9375rem;z-index:14988;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #urigWUsR5tUpSgE7XXlDBXsNrArA5QFk { top:11.66259765625rem;left:2.03125rem;width:15.9375rem;height:30.9375rem;z-index:14989;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pTpaHoB7f2fVuJneOgifdxwLD98BPQnO { top:11.66259765625rem;left:2.03125rem;width:15.9375rem;height:30.9375rem;z-index:14990;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mresthW7Bm3WDF6hVLeSmh2WoKkde0eE { display:block; }#mresthW7Bm3WDF6hVLeSmh2WoKkde0eE > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SfRZTi3l5Zx5LI1pKnL5W6EKoFCqd5OH { width:20rem;height:2.2753875rem;top:2.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #To3WPXX7fs42MST8s0OT8HZQXeRQP41T { width:15.75rem;height:3.4375rem;top:58.8125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MegU6frF51EpRlKLacG5fNyvuPfIwVBs { display:block; }
 }@media only screen and (max-width: 763px) { #uRL2AapVOrzwKghdvy42Vyh56gHg7TSS { width:15.7495rem;height:3.4375rem;top:63.5rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr2rybKrwU5wmEx8CI1RAGaqu1AzI7s0 { display:block; }
 }@media only screen and (max-width: 763px) { #Aq9eICzXhrP0LOm75IFR2LWgggbM6Atz { width:3.75rem;height:3.75rem;top:7.28515625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcXATVlflPaSyyScJhgqdGq8rCsxzHxN { width:16.62475rem;height:3.37565rem;top:11.78466796875rem;left:1.685791015625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBp90InFPmCkHfFxJpnrGwkgJTCZwgNL { width:17.6245rem;height:5.9982625rem;top:16.15966796875rem;left:1.1865234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqHE7xRsZByHTvw2gS31sVSmxvU6aspV { width:18.374rem;height:4.4987rem;top:34.537353515625rem;left:0.811767578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVNZWPoEfBAmff3MnNThtd8CNSnDQQ3n { width:13.8110625rem;height:3.37565rem;top:30.2880859375rem;left:3.09326171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K12aHR8TsIM8Iml2MAzfeQZnHKAuzsyD { width:3.75rem;height:3.75rem;top:25.224609375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCIh7a5M78FwPxIIuArdgrRGfU5aNuI6 { width:18.4375rem;height:4.4987rem;top:51.414794921875rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #COstlkkgipCW0HIpQUBFRr4qOHTZ9kQf { width:13.8110625rem;height:3.37565rem;top:46.9775390625rem;left:3.09326171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQhO4VMNUFrHbaJEAZs3ltHSOrnTZlPm { width:3.75rem;height:3.75rem;top:41.9775390625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK0QSITZmvC8bsrLJgqELbudTrMnIktr { display:block; }#tK0QSITZmvC8bsrLJgqELbudTrMnIktr > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTzwL2TnJUJmySuzd5oemN5dSJczcKiM { width:18.75rem;height:3.125rem;top:2.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylPEpDtQeigu3qRWJEqvTUKNVPKCKVWn { width:20rem;height:2.1120875rem;top:6.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P26vkw9lie6SlNB5H7tDENlJCO5BZ132 { width:13.8110625rem;height:1.875rem;top:10.4375rem;left:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9XF1ukzaXEv5x5NOMMDtIyXewRV1pbR { display:block; }#b9XF1ukzaXEv5x5NOMMDtIyXewRV1pbR > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cyvKfuaCTQhp33ohMbygDlHny5l4qnD4 { width:15.37475rem;height:4.54969375rem;top:2.5rem;left:2.310791015625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oZWOQH9L7o0y2wIdct86dkdQaEowdbJI { width:20rem;height:6.7513125rem;top:8.13525390625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PZlxWpg5TbHTb203Sv5Zlob1kyCU6yMR { width:15.75rem;height:3.4375rem;top:16.5rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv7vHni9fQvB8AuXHKmQlEvl3PepHzIP { display:block; }
 }@media only screen and (max-width: 763px) { #eymHmJiUPEvCHZQ6iM370qZqtOrZ8F9n { width:15.75rem;height:3.4375rem;top:21.1875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQG1bxnt2O1F4gplR5BfJtpNvts6bmP6 { display:block; }
 }@media only screen and (max-width: 763px) { #s4scts9ZXOSO6TSkIlOpnnooez4aepCs { width:20rem;height:22.2900625rem;top:28.958740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6fATUJFSpOyCtdvWFwTVXmhEzx2ONKm { display:block; }#N6fATUJFSpOyCtdvWFwTVXmhEzx2ONKm > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNBy7ZXGIPdGtUKrMOm3x0AIm635IwvI { width:9.187rem;height:3.5376rem;top:1.8115234375rem;left:5.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT2vTvuwr9dntHMRXG8OT6L7RCG9Z4S8 { width:20rem;height:18.37351875rem;top:7.364501953125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tDxLCAs65UQiWuAROiBXAldXFd6pwTZE { width:8.4375rem;height:1.3125rem;top:27.125244140625rem;left:5.78125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }