.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#br9vwxUIQG57eIE9V25kuAiVzy5k7EWe { position:relative;display:block; }#br9vwxUIQG57eIE9V25kuAiVzy5k7EWe { background-color: transparent; background-image: none; }#br9vwxUIQG57eIE9V25kuAiVzy5k7EWe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#br9vwxUIQG57eIE9V25kuAiVzy5k7EWe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#br9vwxUIQG57eIE9V25kuAiVzy5k7EWe > .row .container > .video-iframe-container { display: none; }#br9vwxUIQG57eIE9V25kuAiVzy5k7EWe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#br9vwxUIQG57eIE9V25kuAiVzy5k7EWe > .row > .video-iframe-container { display: none; }#br9vwxUIQG57eIE9V25kuAiVzy5k7EWe > .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); }#br9vwxUIQG57eIE9V25kuAiVzy5k7EWe { border-width: 0; border-radius: 0; }#br9vwxUIQG57eIE9V25kuAiVzy5k7EWe > .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; }#br9vwxUIQG57eIE9V25kuAiVzy5k7EWe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.25rem;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; }#bSKy1HXnslRfbgeKvdEhQE3LZpzlxbts { 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:1.6875rem;width:8.25rem;top:1.75rem;left:3.8125rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#VEQqLn8E5AgOPVFT0HuCmS8hwm31VytF { color:#0e0142;display:block;width:32.1875rem;position:absolute;font-family:"euclid circular a";font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:2.5rem;left:3.875rem;height:1.800425rem;font-style:normal;display:block; }
#sZPNOLRxBxL0DbxD7OACPf8zQf81KLpm { color:#0e0142;display:block;width:44.937rem;position:absolute;font-family:"euclid circular a";font-size:3.5rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:5.3125rem;left:3.875rem;height:11.5483125rem;font-style:normal;display:block; }
#GzC1Tguwp6C8WRAQ2ycUlPieqoocb1fl { background-color:#0e0142;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:"euclid circular a";font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.5rem;height:3.124025rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:19.375rem;left:3.875rem;display:block; }
#LwJ9E2q8zzNx2vFZIO3TruUWr4ZyxhLq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iOTKK7UTWESRBl8LCeB9BE84WdSynQyX { 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:20.5625rem;width:29.625rem;top:2.5rem;left:45.3134765625rem;overflow:hidden;display:block; }
#Cz318n7bJG1ABRO50SuxTylAotT9Wo36 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3efff;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; }#Cz318n7bJG1ABRO50SuxTylAotT9Wo36 > .row .container { background-color: transparent; background-image: none; }#Cz318n7bJG1ABRO50SuxTylAotT9Wo36::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cz318n7bJG1ABRO50SuxTylAotT9Wo36 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cz318n7bJG1ABRO50SuxTylAotT9Wo36 > .row .container > .video-iframe-container { display: none; }#Cz318n7bJG1ABRO50SuxTylAotT9Wo36 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cz318n7bJG1ABRO50SuxTylAotT9Wo36 > .row > .video-iframe-container { display: none; }#Cz318n7bJG1ABRO50SuxTylAotT9Wo36 > .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); }#Cz318n7bJG1ABRO50SuxTylAotT9Wo36 > .row .container { border-width: 0; border-radius: 0; }#Cz318n7bJG1ABRO50SuxTylAotT9Wo36 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cz318n7bJG1ABRO50SuxTylAotT9Wo36 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#cuG0HmNt8kl714rDpicwIkWF6dU3513m { color:#0e0142;display:block;width:12.5625rem;position:absolute;font-family:"euclid circular a";font-size:4rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.42578125rem;left:4.375rem;height:5.19975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xzCr19dwCLHWDQUyMwasONi0dfeF7Kbr { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:3.625rem;top:4.8117895126342rem;left:13.367364883423rem;overflow:hidden;display:block; }
#Kax5fLEKXz8y4ofvE01vFyaT0EHl1eWk { color:#0e0142;display:block;width:12.5625rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:10.5625rem;left:4.375rem;height:2.39879375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mXkoatxfht01iI9RWdaXDWkR3CM8ZLLN { color:#0e0142;display:block;width:12.687375rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:10.625000953674rem;left:28.717448711395rem;height:2.39879375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mDDzLQTd81s4Pd8SuBKOaqS0fIRExqty { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:4.8125rem;left:39.5rem;overflow:hidden;display:block; }
#DzSHMVKsOBMKrPTPNeihieLMOvCxbX9l { color:#0e0142;display:block;width:8.8125rem;position:absolute;font-family:"euclid circular a";font-size:4rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.4365234375rem;left:30.1875rem;height:5.19975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LaoxwepaeF7ImraOMXWNTNvHWhdyQJnM { color:#0e0142;display:block;width:12.7495625rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:10.625000953674rem;left:54.372107982636rem;height:2.39879375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OyVANILepb6TqZei0ZbVtt0GmT14SQSG { color:#0e0142;display:block;width:10.625rem;position:absolute;font-family:"euclid circular a";font-size:4rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.4375rem;left:55.4375rem;height:5.19975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e23H9XiFQxaRP0zsiCr91kiBZCzRiA6o { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.186525rem;width:4.936525rem;top:5.431640625rem;left:66.0625rem;overflow:hidden;display:block; }
#wiLm04nRrCKl1r6xIp0ZzVDcWekOB3Za { 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; }#wiLm04nRrCKl1r6xIp0ZzVDcWekOB3Za > .row .container { background-color: transparent; background-image: none; }#wiLm04nRrCKl1r6xIp0ZzVDcWekOB3Za::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiLm04nRrCKl1r6xIp0ZzVDcWekOB3Za > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiLm04nRrCKl1r6xIp0ZzVDcWekOB3Za > .row .container > .video-iframe-container { display: none; }#wiLm04nRrCKl1r6xIp0ZzVDcWekOB3Za > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiLm04nRrCKl1r6xIp0ZzVDcWekOB3Za > .row > .video-iframe-container { display: none; }#wiLm04nRrCKl1r6xIp0ZzVDcWekOB3Za > .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); }#wiLm04nRrCKl1r6xIp0ZzVDcWekOB3Za > .row .container { border-width: 0; border-radius: 0; }#wiLm04nRrCKl1r6xIp0ZzVDcWekOB3Za > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wiLm04nRrCKl1r6xIp0ZzVDcWekOB3Za > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;position:relative;display:block; }#TdSuK5KMutcLxCxSTIaRW3O1TLnsVdxM { position:absolute;display:block;z-index:15000;height:42.1875rem;width:75rem;top:1.5625rem;left:0rem;display:block; }
#q6DRhEM7dBL52T4tTD2h8E2FX51N9day { position:relative;display:block; }#q6DRhEM7dBL52T4tTD2h8E2FX51N9day { background-color: transparent; background-image: none; }#q6DRhEM7dBL52T4tTD2h8E2FX51N9day::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6DRhEM7dBL52T4tTD2h8E2FX51N9day > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6DRhEM7dBL52T4tTD2h8E2FX51N9day > .row .container > .video-iframe-container { display: none; }#q6DRhEM7dBL52T4tTD2h8E2FX51N9day > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6DRhEM7dBL52T4tTD2h8E2FX51N9day > .row > .video-iframe-container { display: none; }#q6DRhEM7dBL52T4tTD2h8E2FX51N9day > .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); }#q6DRhEM7dBL52T4tTD2h8E2FX51N9day { border-width: 0; border-radius: 0; }#q6DRhEM7dBL52T4tTD2h8E2FX51N9day > .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; }#q6DRhEM7dBL52T4tTD2h8E2FX51N9day > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24rem;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; }#E5uX6wB4cM1I3Z1JrJTt6kmSaRhzaMli { 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:12.1875rem;width:18.75rem;top:4.6910514831543rem;left:0rem;overflow:hidden;display:block; }
#LmdVOKkbHpoe0BUVOsinTM0S3y4bEz44 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:18.75rem;top:4.6910514831543rem;left:56.249998092651rem;overflow:hidden;display:block; }
#VZ4A5fAONmvZQxT5e11ddhPop1B3OmO7 { color:#0e0142;display:block;width:37.6243125rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.9375rem;left:19.123754501342rem;height:11.6974375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wu8Ih7z9WPnPzfsEO8zfZ3E53nsxod3b { position:relative;display:block; }#Wu8Ih7z9WPnPzfsEO8zfZ3E53nsxod3b { background-color: transparent; background-image: none; }#Wu8Ih7z9WPnPzfsEO8zfZ3E53nsxod3b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu8Ih7z9WPnPzfsEO8zfZ3E53nsxod3b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu8Ih7z9WPnPzfsEO8zfZ3E53nsxod3b > .row .container > .video-iframe-container { display: none; }#Wu8Ih7z9WPnPzfsEO8zfZ3E53nsxod3b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu8Ih7z9WPnPzfsEO8zfZ3E53nsxod3b > .row > .video-iframe-container { display: none; }#Wu8Ih7z9WPnPzfsEO8zfZ3E53nsxod3b > .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); }#Wu8Ih7z9WPnPzfsEO8zfZ3E53nsxod3b { border-width: 0; border-radius: 0; }#Wu8Ih7z9WPnPzfsEO8zfZ3E53nsxod3b > .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; }#Wu8Ih7z9WPnPzfsEO8zfZ3E53nsxod3b > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:41.125rem;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; }#NlSeIHTNKNCX8V1N8iTxHrMvLNTm5i8T { position:absolute;display:block;z-index:15000;height:33.1875rem;width:75rem;top:3.875rem;left:0rem;display:block; }
#yqaTrUP93Z69oS8Wxu4uihzxQ5CwPu5i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a7c1f9;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; }#yqaTrUP93Z69oS8Wxu4uihzxQ5CwPu5i > .row .container { background-color: transparent; background-image: none; }#yqaTrUP93Z69oS8Wxu4uihzxQ5CwPu5i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqaTrUP93Z69oS8Wxu4uihzxQ5CwPu5i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqaTrUP93Z69oS8Wxu4uihzxQ5CwPu5i > .row .container > .video-iframe-container { display: none; }#yqaTrUP93Z69oS8Wxu4uihzxQ5CwPu5i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqaTrUP93Z69oS8Wxu4uihzxQ5CwPu5i > .row > .video-iframe-container { display: none; }#yqaTrUP93Z69oS8Wxu4uihzxQ5CwPu5i > .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); }#yqaTrUP93Z69oS8Wxu4uihzxQ5CwPu5i > .row .container { border-width: 0; border-radius: 0; }#yqaTrUP93Z69oS8Wxu4uihzxQ5CwPu5i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yqaTrUP93Z69oS8Wxu4uihzxQ5CwPu5i > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:75rem;position:relative;display:block; }#ekhT0MSMXGVfVz0KtznKSPQuMeywJSzP { color:#0e0142;display:block;width:35.1873125rem;position:absolute;font-family:arial;font-size:3.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.8121433258057rem;left:19.905004501342rem;height:7.9634375rem;text-align:center;text-align-last:center;display:block; }
#FTkutNTk54TfInvG0UCixONFahuss2oa { background-color:#a7c1f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e0142;border-left:0.0625rem solid #0e0142;border-right:0.0625rem solid #0e0142;border-bottom:0.0625rem solid #0e0142;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:8.250844875rem;height:2.938369875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:13.625rem;left:33.373843669891rem;display:block; }
#TbsiDURVTpl6sOnS5hwwOdZUIAfd435T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T4xel91GspTFRD67QrKMa8TZyFfQST8C { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.9375rem;top:8.1010341644288rem;left:10.773258209229rem;overflow:hidden;display:block; }
#WhKfnOerclmq6BFMzFaw5ohpbC47nBhw { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.8125rem;top:0.74751424789431rem;left:52.123579025269rem;overflow:hidden;display:block; }
#Re80OqaU9UlNNpmIi2VziSTuHZTE9WIT { 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:12.875rem;width:5.75rem;display:none; }
#Fei0wzeCny2CbMHggy7DhuHTTvURri7f { position:relative;display:block; }#Fei0wzeCny2CbMHggy7DhuHTTvURri7f { background-color: transparent; background-image: none; }#Fei0wzeCny2CbMHggy7DhuHTTvURri7f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fei0wzeCny2CbMHggy7DhuHTTvURri7f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fei0wzeCny2CbMHggy7DhuHTTvURri7f > .row .container > .video-iframe-container { display: none; }#Fei0wzeCny2CbMHggy7DhuHTTvURri7f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fei0wzeCny2CbMHggy7DhuHTTvURri7f > .row > .video-iframe-container { display: none; }#Fei0wzeCny2CbMHggy7DhuHTTvURri7f > .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); }#Fei0wzeCny2CbMHggy7DhuHTTvURri7f { border-width: 0; border-radius: 0; }#Fei0wzeCny2CbMHggy7DhuHTTvURri7f > .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; }#Fei0wzeCny2CbMHggy7DhuHTTvURri7f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#t8z7T5ghEVLBCTDKLiqDIQ87MDz2nSgH { 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:30rem;width:38.3125rem;top:3.75rem;left:3.375rem;overflow:hidden;display:block; }
#mMc5uszT0hkQST43cCgNsWccSGTexEIy { color:#0e0142;display:block;width:25.8123125rem;position:absolute;font-family:"euclid circular a";font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:11rem;left:44.25rem;height:5.99964375rem;font-style:normal;display:block; }
#vq0LDKVVpRly1TxJcRVRz2HTonmSHpws { color:#0e0142;display:block;width:28.75rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:18.25rem;left:44.25rem;height:4.7967rem;display:block; }
#qiG3CQ522MHGT3yTpR0TtAFqg2cMSrc0 { 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:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:6.25rem;height:1.25rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:24.6875rem;left:44.25rem;display:block; }
#vuD8lrwQHdK37OTD43CmsJwqxdJivx68 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qo0VtxwpJt8GOafGn81vKZow4QTTJlFq { 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.0625rem;width:18rem;display:none; }
#AlhhpbDGenDP7GMaFwMdI8k7dlJEwwJp { position:relative;display:block; }#AlhhpbDGenDP7GMaFwMdI8k7dlJEwwJp { background-color: transparent; background-image: none; }#AlhhpbDGenDP7GMaFwMdI8k7dlJEwwJp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlhhpbDGenDP7GMaFwMdI8k7dlJEwwJp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlhhpbDGenDP7GMaFwMdI8k7dlJEwwJp > .row .container > .video-iframe-container { display: none; }#AlhhpbDGenDP7GMaFwMdI8k7dlJEwwJp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlhhpbDGenDP7GMaFwMdI8k7dlJEwwJp > .row > .video-iframe-container { display: none; }#AlhhpbDGenDP7GMaFwMdI8k7dlJEwwJp > .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); }#AlhhpbDGenDP7GMaFwMdI8k7dlJEwwJp { border-width: 0; border-radius: 0; }#AlhhpbDGenDP7GMaFwMdI8k7dlJEwwJp > .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; }#AlhhpbDGenDP7GMaFwMdI8k7dlJEwwJp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WDZ7zWTeRE4zDLoUbNl9kkf8TgXy5qRu { 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:30rem;width:38.3125rem;top:3.75rem;left:34.744318008423rem;overflow:hidden;display:block; }
#aq8PHBb8fbLxKVpnrbwllkG8R1bgliZL { color:#0e0142;display:block;width:25.8123125rem;position:absolute;font-family:"euclid circular a";font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:12.125rem;left:3.75rem;height:5.99964375rem;font-style:normal;display:block; }
#y0gECF1CcLrOTWv5J3tiG6HJo1u9uKlb { color:#0e0142;display:block;width:28.75rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:19.375rem;left:3.75rem;height:3.1978rem;display:block; }
#GCDw6JcCNgLEC4QfdNEz61GGK9AZEXR8 { 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:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:6.25rem;height:1.25rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:24.125rem;left:3.75rem;display:block; }
#HUbwuU1PabX3BTNrfuQCinPng7TC2Koi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ABTv40xFyBTtZzTXFlHNTwNGqVpIA5R1 { 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.0625rem;width:18rem;display:none; }
#wcULHeTXwUONINOQCwBt0lb5TdkpZndV { position:relative;display:block; }#wcULHeTXwUONINOQCwBt0lb5TdkpZndV { background-color: transparent; background-image: none; }#wcULHeTXwUONINOQCwBt0lb5TdkpZndV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcULHeTXwUONINOQCwBt0lb5TdkpZndV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcULHeTXwUONINOQCwBt0lb5TdkpZndV > .row .container > .video-iframe-container { display: none; }#wcULHeTXwUONINOQCwBt0lb5TdkpZndV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcULHeTXwUONINOQCwBt0lb5TdkpZndV > .row > .video-iframe-container { display: none; }#wcULHeTXwUONINOQCwBt0lb5TdkpZndV > .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); }#wcULHeTXwUONINOQCwBt0lb5TdkpZndV { border-width: 0; border-radius: 0; }#wcULHeTXwUONINOQCwBt0lb5TdkpZndV > .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; }#wcULHeTXwUONINOQCwBt0lb5TdkpZndV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vJ0FzXFNH1eDhL9R4WTrxDXf4SQTb3lS { 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:30rem;width:38.3125rem;top:3.75rem;left:3.375rem;overflow:hidden;display:block; }
#AsCwiPO0UUnd4S0ZgFklxxZ5CgpRahAW { color:#0e0142;display:block;width:28.1875rem;position:absolute;font-family:"euclid circular a";font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:12.125rem;left:44.25rem;height:5.99964375rem;font-style:normal;display:block; }
#Jv2AMdgkcNQ9mrVwIqEQFNUuN40rkPwx { color:#0e0142;display:block;width:28.75rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:19.375rem;left:44.25rem;height:3.1978rem;display:block; }
#xBUlZHnqiUiNynQwQBkc9Bm54GyPfEtk { 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:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:6.25rem;height:1.25rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:24.0625rem;left:44.25rem;display:block; }
#P8wubg11rP0OWplXHTm03JNA5tfhQlVD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PiqGypwPF4R5qiscp8PAuWSRJe4TE1W8 { 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:20rem;width:18rem;display:none; }
#OaaXa4QaJE7CheD6l17o3zb31A9As7IP { position:relative;display:block; }#OaaXa4QaJE7CheD6l17o3zb31A9As7IP { background-color: transparent; background-image: none; }#OaaXa4QaJE7CheD6l17o3zb31A9As7IP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OaaXa4QaJE7CheD6l17o3zb31A9As7IP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OaaXa4QaJE7CheD6l17o3zb31A9As7IP > .row .container > .video-iframe-container { display: none; }#OaaXa4QaJE7CheD6l17o3zb31A9As7IP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OaaXa4QaJE7CheD6l17o3zb31A9As7IP > .row > .video-iframe-container { display: none; }#OaaXa4QaJE7CheD6l17o3zb31A9As7IP > .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); }#OaaXa4QaJE7CheD6l17o3zb31A9As7IP { border-width: 0; border-radius: 0; }#OaaXa4QaJE7CheD6l17o3zb31A9As7IP > .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; }#OaaXa4QaJE7CheD6l17o3zb31A9As7IP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24rem;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; }#tnfcIXnu0Xhcaggqaxlf0I8IX9m49K55 { 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:10.25rem;width:15.625rem;top:5.6587297916412rem;left:0rem;overflow:hidden;display:block; }
#fxdPD50sU2TAVlXvyC0JE9CEHnUt6rFF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:15.625rem;top:5.6560661792755rem;left:59.374998092651rem;overflow:hidden;display:block; }
#s5I8buJy6biSBArnXRT9a9NMiG8PNSEx { color:#0e0142;display:block;width:42.4369375rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:6.8847658634187rem;left:16.280183792114rem;height:7.7983125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NKOnrkTgbGWa05mLyNZK0Lc31IGt9JO8 { 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; }#NKOnrkTgbGWa05mLyNZK0Lc31IGt9JO8 > .row .container { background-color: transparent; background-image: none; }#NKOnrkTgbGWa05mLyNZK0Lc31IGt9JO8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKOnrkTgbGWa05mLyNZK0Lc31IGt9JO8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKOnrkTgbGWa05mLyNZK0Lc31IGt9JO8 > .row .container > .video-iframe-container { display: none; }#NKOnrkTgbGWa05mLyNZK0Lc31IGt9JO8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKOnrkTgbGWa05mLyNZK0Lc31IGt9JO8 > .row > .video-iframe-container { display: none; }#NKOnrkTgbGWa05mLyNZK0Lc31IGt9JO8 > .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); }#NKOnrkTgbGWa05mLyNZK0Lc31IGt9JO8 > .row .container { border-width: 0; border-radius: 0; }#NKOnrkTgbGWa05mLyNZK0Lc31IGt9JO8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NKOnrkTgbGWa05mLyNZK0Lc31IGt9JO8 > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:75rem;position:relative;display:block; }#Sm3nstcvUTaAG8psBBuqsklQOZo6UfuV { box-sizing:content-box;height:19.375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#0e0142;background-image:none;top:3.125rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#bMeMDHusaPbDRsJoHnClXntGdvRkHU3y { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:32.8125rem;top:4.8125rem;left:38.125rem;overflow:hidden;display:block; }
#gOcT9WNpk74nDynxTpFS6pf5BRTFX9U0 { color:#ffffff;display:block;width:26.0618125rem;position:absolute;font-family:"euclid circular a";font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:6.995723724365rem;left:5.966796875rem;height:2.17506875rem;font-style:normal;display:block; }
#oTof9UQm3NQoyIOLOSQMPixcJRDSEUcN { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:10.125rem;left:3.375rem;height:3.1978rem;display:block; }
#fwFhctMdtOxlibwxe8AULpI98c4nNTBA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.25rem;height:1.5625rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:17.3125rem;left:3.375rem;display:block; }
#ScSLOa5nRam52r41B0hsiIca6IdR74qK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ohAilS2g3VW5mFp3EDdIUOumQFr4mhcz { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.24964375rem;width:2.1866125rem;top:6.9602127075194rem;left:3.3726921081543rem;overflow:hidden;display:block; }
#MtN4hx8cZuPZOk4NffGCc6t3lUQTloQK { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.24964375rem;width:2.1866125rem;top:6.9602127075194rem;left:3.3726921081543rem;overflow:hidden;display:none; }
#XtvoPArbWE8NXUnOQI2QyUv7lVaoHaic { 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; }#XtvoPArbWE8NXUnOQI2QyUv7lVaoHaic > .row .container { background-color: transparent; background-image: none; }#XtvoPArbWE8NXUnOQI2QyUv7lVaoHaic::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtvoPArbWE8NXUnOQI2QyUv7lVaoHaic > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtvoPArbWE8NXUnOQI2QyUv7lVaoHaic > .row .container > .video-iframe-container { display: none; }#XtvoPArbWE8NXUnOQI2QyUv7lVaoHaic > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtvoPArbWE8NXUnOQI2QyUv7lVaoHaic > .row > .video-iframe-container { display: none; }#XtvoPArbWE8NXUnOQI2QyUv7lVaoHaic > .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); }#XtvoPArbWE8NXUnOQI2QyUv7lVaoHaic > .row .container { border-width: 0; border-radius: 0; }#XtvoPArbWE8NXUnOQI2QyUv7lVaoHaic > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XtvoPArbWE8NXUnOQI2QyUv7lVaoHaic > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#eel4IdW4Kl7K6GuXkTLfJQ8qoJH4A5J6 { box-sizing:content-box;height:34.0625rem;width:36.8125rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;top:0.74928978085519rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#A0sTrFs0zgzhRkaWi9V6o43izOWHVcsE { color:#0e0142;display:block;width:28.4375rem;position:absolute;font-family:"euclid circular a";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:20.187320709229rem;left:3.3726921081543rem;height:2.24964375rem;font-style:normal;display:block; }
#QT5SEfzMW17yqlD0ri7rltRug8UOQimr { color:#0e0142;display:block;width:28.4375rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:23.4375rem;left:3.375rem;height:3.1978rem;display:block; }
#ORz5M7ZWeCgJ9JZTQsOkrpIqJn01pwx0 { color:#0e0142;display:block;width:30.625rem;position:absolute;font-family:"euclid circular a";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:20.1875rem;left:42.375rem;height:2.24964375rem;font-style:normal;display:block; }
#abPW23LfnTiK7faLXzfssMsFlm7DDaLE { color:#0e0142;display:block;width:28.125rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:23.4375rem;left:42.1875rem;height:3.1978rem;display:block; }
#FV56OCRixkqdFvww10AMLRL0SPP0hkuN { 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:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:6.25rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:29.125rem;left:42.187498092651rem;display:block; }
#bMT0svT8Z5vuZWBWN8mIIt2mDbTCw6AT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sg032BfzGEAlJ7pCbXnJRwTZoG89t9NS { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:29.6875rem;top:2.625rem;left:3.375rem;overflow:hidden;display:block; }
#pt8I1y6REaTEHI4NRPAB2MKAkEQineP2 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:29.6875rem;top:2.625rem;left:42.375rem;overflow:hidden;display:block; }
#DVbvP3IONS2pZgf29HZHeneThrTr4PEb { 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:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:6.25rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:29.125rem;left:3.3726921081543rem;display:block; }
#dS0axdzrePL2Ca0EfN0hBfToO98deBQD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e6Qfhvxmx0nxxTdFQkIC7n82hDWKwBIl { box-sizing:content-box;height:34.0625rem;width:36.811rem;position:absolute;display:block;z-index:15001;background-color:#f3efff;background-image:none;top:0.75rem;left:38.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#wZ6QBHUeDnroWvJNvxtryPTt5Tgl1bAC { 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; }#wZ6QBHUeDnroWvJNvxtryPTt5Tgl1bAC > .row .container { background-color: transparent; background-image: none; }#wZ6QBHUeDnroWvJNvxtryPTt5Tgl1bAC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZ6QBHUeDnroWvJNvxtryPTt5Tgl1bAC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZ6QBHUeDnroWvJNvxtryPTt5Tgl1bAC > .row .container > .video-iframe-container { display: none; }#wZ6QBHUeDnroWvJNvxtryPTt5Tgl1bAC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZ6QBHUeDnroWvJNvxtryPTt5Tgl1bAC > .row > .video-iframe-container { display: none; }#wZ6QBHUeDnroWvJNvxtryPTt5Tgl1bAC > .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); }#wZ6QBHUeDnroWvJNvxtryPTt5Tgl1bAC > .row .container { border-width: 0; border-radius: 0; }#wZ6QBHUeDnroWvJNvxtryPTt5Tgl1bAC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wZ6QBHUeDnroWvJNvxtryPTt5Tgl1bAC > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;position:relative;display:block; }#uTENC3pGGnc6kPl1zQGblslEuEWVQ8bk { box-sizing:content-box;height:34.0625rem;width:36.8120625rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;top:0.75rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Rsa5y43VEiiHORwDyoytdd6EqnbVMDJI { color:#0e0142;display:block;width:28.0625rem;position:absolute;font-family:"euclid circular a";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:20.187320709229rem;left:3.3744659423828rem;height:2.24964375rem;font-style:normal;display:block; }
#NrQRRf9yEzdcvliJxgvLOL4o9Sy5UtDM { color:#0e0142;display:block;width:28.4375rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:23.4375rem;left:3.375rem;height:3.1978rem;display:block; }
#zCTnOW0wefpEmH79dah6Hhxulx0fmOBm { color:#0e0142;display:block;width:29.3125rem;position:absolute;font-family:"euclid circular a";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:20.187320709229rem;left:42.37481880188rem;height:2.24964375rem;font-style:normal;display:block; }
#vnAT4rPdTrCMlEpuAZv2IhqOKXGJDZz4 { color:#0e0142;display:block;width:28.125rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:23.4375rem;left:42.187498092651rem;height:3.1978rem;display:block; }
#THg1BOFLmMZH9EMDiRhTJFTfhdybTe96 { 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:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:6.25rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:29.125rem;left:42.375rem;display:block; }
#pHmogdRZTprDpBRDLlxiJ2zoRE0cEKnZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UhpZEpDbAbHoXiDArHadyS5vi9tw8Jbq { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:22.5rem;top:2.625rem;left:3.375rem;overflow:hidden;display:block; }
#gnWhRwpTwxkTF8FgyT7DvtfifnnfSOO2 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:29.6875rem;top:2.625rem;left:42.375rem;overflow:hidden;display:block; }
#nqiuSRoWRaToUFh3yqR7MOH11ADSeoTS { 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:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:6.25rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:29.125rem;left:3.375rem;display:block; }
#TmepFFgJo0oWManAx1i53QX8PRk13txZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#loTNfaRVERDI6w6lfnh3dCfwrlziV2OT { box-sizing:content-box;height:34.0625rem;width:36.811rem;position:absolute;display:block;z-index:15001;background-color:#f3efff;background-image:none;top:0.75rem;left:38.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ahS7MC3WoINvO0Z603Z3nI0NrTLHKeGJ { position:relative;display:block; }#ahS7MC3WoINvO0Z603Z3nI0NrTLHKeGJ { background-color: transparent; background-image: none; }#ahS7MC3WoINvO0Z603Z3nI0NrTLHKeGJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahS7MC3WoINvO0Z603Z3nI0NrTLHKeGJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahS7MC3WoINvO0Z603Z3nI0NrTLHKeGJ > .row .container > .video-iframe-container { display: none; }#ahS7MC3WoINvO0Z603Z3nI0NrTLHKeGJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahS7MC3WoINvO0Z603Z3nI0NrTLHKeGJ > .row > .video-iframe-container { display: none; }#ahS7MC3WoINvO0Z603Z3nI0NrTLHKeGJ > .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); }#ahS7MC3WoINvO0Z603Z3nI0NrTLHKeGJ { border-width: 0; border-radius: 0; }#ahS7MC3WoINvO0Z603Z3nI0NrTLHKeGJ > .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; }#ahS7MC3WoINvO0Z603Z3nI0NrTLHKeGJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xlbovGeZgLC2gaVVJccM68TfaOWOIq7i { color:#0e0142;display:block;width:59rem;position:absolute;font-family:"euclid circular a";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:1.497688293457rem;left:4.8739337921142rem;height:11.9993125rem;text-align:center;text-align-last:center;display:block; }
#TGBIT92G7g9JGwx2b2WrdEWeI21Lqb8N { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:15.625rem;left:29.5625rem;overflow:hidden;display:block; }
#hhmEX8HlwsAb2JmkWhJ6ZuqV1zGSEE9b { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.476706504822rem;left:32.087962627411rem;height:0;display:block; }
#rpKrBq1QKz8AZD01s6spH28IZDJCXRR8 { color:#0e0142;display:block;width:12.49925rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.1875rem;left:34.6875rem;height:1.298825rem;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; }
#E9Vx3N561VsTCCElliS8dgiUVIRZzkmX { color:#8680a0;display:block;width:12.49925rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.8125rem;left:34.6875rem;height:1.298825rem;display:block; }
#PTNJ5X90k092lHO0iTITLvyIDUpX1Ka0 { position:relative;display:block; }#PTNJ5X90k092lHO0iTITLvyIDUpX1Ka0 { background-color: transparent; background-image: none; }#PTNJ5X90k092lHO0iTITLvyIDUpX1Ka0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTNJ5X90k092lHO0iTITLvyIDUpX1Ka0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTNJ5X90k092lHO0iTITLvyIDUpX1Ka0 > .row .container > .video-iframe-container { display: none; }#PTNJ5X90k092lHO0iTITLvyIDUpX1Ka0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTNJ5X90k092lHO0iTITLvyIDUpX1Ka0 > .row > .video-iframe-container { display: none; }#PTNJ5X90k092lHO0iTITLvyIDUpX1Ka0 > .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); }#PTNJ5X90k092lHO0iTITLvyIDUpX1Ka0 { border-width: 0; border-radius: 0; }#PTNJ5X90k092lHO0iTITLvyIDUpX1Ka0 > .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; }#PTNJ5X90k092lHO0iTITLvyIDUpX1Ka0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DIaw46FxeAflkS3x9IJ7sDQ8yauRT3so { box-sizing:content-box;height:17.1875rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#0e0142;background-image:none;top:0.3125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#WrfC8cvQdFBTBD4NNc7l5Vaqnnpe3PKq { 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:10.25rem;width:10.0625rem;top:7.2752685546875rem;left:0rem;overflow:hidden;display:block; }
#XbLDx1PxWMkuR4bRGrZOiFAVezJMOTW5 { color:#ffffff;display:block;width:40.812375rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:17.093461513519rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#Oy5J7ANN3lrm3nRB3T1QDZRVboubTND9 { 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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.737844875rem;height:2.798757375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:10.9375rem;left:26.3125rem;display:block; }
#rfs7WDTLiTD19lQEJEs2LVRdp5uOa2O1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cTACQXulViUALhlC225PtZmJkNbCUniP { background-color:#0e0142;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:"euclid circular a";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.830469875rem;height:2.892069875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:10.9375rem;left:37.8125rem;display:block; }
#vchtvgJuRF7gT7nKxl182TJWtsV2oDiA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x1wMCJkxp50Qg4cNIETqMwnzoWslk404 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:12.5625rem;left:3.75rem;display:none; }
#EpNRn7dx6lnXdyh1ot1cqLb1wCNNXld7 { color:#ffffff;display:block;width:37.1875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:7.9492206573488rem;left:18.905359268189rem;height:1.5989rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #br9vwxUIQG57eIE9V25kuAiVzy5k7EWe { display:block; }#br9vwxUIQG57eIE9V25kuAiVzy5k7EWe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSKy1HXnslRfbgeKvdEhQE3LZpzlxbts { width:8.25rem;height:1.6870337750301rem;top:1.75rem;left:0rem;display:none; }
 }@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) { #VEQqLn8E5AgOPVFT0HuCmS8hwm31VytF { top:2.5rem;left:0rem;width:32.1875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZPNOLRxBxL0DbxD7OACPf8zQf81KLpm { top:5.3125rem;left:0rem;width:44.875rem;height:11.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzC1Tguwp6C8WRAQ2ycUlPieqoocb1fl { width:9.5rem;height:3.0625rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwJ9E2q8zzNx2vFZIO3TruUWr4ZyxhLq { display:block; }
 }@media only screen and (max-width: 763px) { #iOTKK7UTWESRBl8LCeB9BE84WdSynQyX { top:2.5rem;left:18.125rem;width:29.625rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz318n7bJG1ABRO50SuxTylAotT9Wo36 { display:block; }#Cz318n7bJG1ABRO50SuxTylAotT9Wo36 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cuG0HmNt8kl714rDpicwIkWF6dU3513m { top:5.375rem;left:0rem;width:12.5625rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzCr19dwCLHWDQUyMwasONi0dfeF7Kbr { top:4.75rem;left:8.8048648834231rem;width:3.625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kax5fLEKXz8y4ofvE01vFyaT0EHl1eWk { top:10.5rem;left:0rem;width:12.5rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXkoatxfht01iI9RWdaXDWkR3CM8ZLLN { top:10.625rem;left:15.875rem;width:12.625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDDzLQTd81s4Pd8SuBKOaqS0fIRExqty { top:4.8125rem;left:25.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzSHMVKsOBMKrPTPNeihieLMOvCxbX9l { top:5.375rem;left:16.5rem;width:8.8125rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaoxwepaeF7ImraOMXWNTNvHWhdyQJnM { top:10.625rem;left:31.75rem;width:12.6875rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyVANILepb6TqZei0ZbVtt0GmT14SQSG { top:5.375rem;left:32.62428855896rem;width:10.625rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #e23H9XiFQxaRP0zsiCr91kiBZCzRiA6o { top:5.375rem;left:42.75rem;width:4.875rem;height:5.1218841948537rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiLm04nRrCKl1r6xIp0ZzVDcWekOB3Za { display:block; }#wiLm04nRrCKl1r6xIp0ZzVDcWekOB3Za > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdSuK5KMutcLxCxSTIaRW3O1TLnsVdxM { top:1.5625rem;left:0rem;width:47.75rem;height:42.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6DRhEM7dBL52T4tTD2h8E2FX51N9day { display:block; }#q6DRhEM7dBL52T4tTD2h8E2FX51N9day > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E5uX6wB4cM1I3Z1JrJTt6kmSaRhzaMli { top:4.6875rem;left:0rem;width:18.75rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmdVOKkbHpoe0BUVOsinTM0S3y4bEz44 { top:4.6875rem;left:29rem;width:18.75rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ4A5fAONmvZQxT5e11ddhPop1B3OmO7 { top:4.9375rem;left:5.5rem;width:37.5625rem;height:11.6875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu8Ih7z9WPnPzfsEO8zfZ3E53nsxod3b { display:block; }#Wu8Ih7z9WPnPzfsEO8zfZ3E53nsxod3b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NlSeIHTNKNCX8V1N8iTxHrMvLNTm5i8T { top:3.875rem;left:0rem;width:47.75rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqaTrUP93Z69oS8Wxu4uihzxQ5CwPu5i { display:block; }#yqaTrUP93Z69oS8Wxu4uihzxQ5CwPu5i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekhT0MSMXGVfVz0KtznKSPQuMeywJSzP { top:3.75rem;left:6.2800045013425rem;width:35.125rem;height:7.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTkutNTk54TfInvG0UCixONFahuss2oa { width:8.25rem;height:2.9375rem;top:13.625rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbsiDURVTpl6sOnS5hwwOdZUIAfd435T { display:block; }
 }@media only screen and (max-width: 763px) { #T4xel91GspTFRD67QrKMa8TZyFfQST8C { top:8.0625rem;left:0rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhKfnOerclmq6BFMzFaw5ohpbC47nBhw { top:0.6875rem;left:29.9375rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re80OqaU9UlNNpmIi2VziSTuHZTE9WIT { width:5.75rem;height:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fei0wzeCny2CbMHggy7DhuHTTvURri7f { display:block; }#Fei0wzeCny2CbMHggy7DhuHTTvURri7f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8z7T5ghEVLBCTDKLiqDIQ87MDz2nSgH { top:3.75rem;left:0rem;width:38.3125rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMc5uszT0hkQST43cCgNsWccSGTexEIy { top:11rem;left:22rem;width:25.75rem;height:5.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq0LDKVVpRly1TxJcRVRz2HTonmSHpws { top:18.25rem;left:19rem;width:28.75rem;height:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiG3CQ522MHGT3yTpR0TtAFqg2cMSrc0 { width:6.25rem;height:1.25rem;top:24.6875rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuD8lrwQHdK37OTD43CmsJwqxdJivx68 { display:block; }
 }@media only screen and (max-width: 763px) { #qo0VtxwpJt8GOafGn81vKZow4QTTJlFq { width:18rem;height:20.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AlhhpbDGenDP7GMaFwMdI8k7dlJEwwJp { display:block; }#AlhhpbDGenDP7GMaFwMdI8k7dlJEwwJp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDZ7zWTeRE4zDLoUbNl9kkf8TgXy5qRu { top:3.75rem;left:9.4375rem;width:38.3125rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq8PHBb8fbLxKVpnrbwllkG8R1bgliZL { top:12.125rem;left:0rem;width:25.75rem;height:5.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0gECF1CcLrOTWv5J3tiG6HJo1u9uKlb { top:19.375rem;left:0rem;width:28.75rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCDw6JcCNgLEC4QfdNEz61GGK9AZEXR8 { width:6.25rem;height:1.25rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUbwuU1PabX3BTNrfuQCinPng7TC2Koi { display:block; }
 }@media only screen and (max-width: 763px) { #ABTv40xFyBTtZzTXFlHNTwNGqVpIA5R1 { width:18rem;height:20.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wcULHeTXwUONINOQCwBt0lb5TdkpZndV { display:block; }#wcULHeTXwUONINOQCwBt0lb5TdkpZndV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJ0FzXFNH1eDhL9R4WTrxDXf4SQTb3lS { top:3.75rem;left:0rem;width:38.3125rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsCwiPO0UUnd4S0ZgFklxxZ5CgpRahAW { top:12.125rem;left:19.5625rem;width:28.125rem;height:5.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv2AMdgkcNQ9mrVwIqEQFNUuN40rkPwx { top:19.375rem;left:19rem;width:28.75rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBUlZHnqiUiNynQwQBkc9Bm54GyPfEtk { width:6.25rem;height:1.25rem;top:24.0625rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8wubg11rP0OWplXHTm03JNA5tfhQlVD { display:block; }
 }@media only screen and (max-width: 763px) { #PiqGypwPF4R5qiscp8PAuWSRJe4TE1W8 { width:18rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #OaaXa4QaJE7CheD6l17o3zb31A9As7IP { display:block; }#OaaXa4QaJE7CheD6l17o3zb31A9As7IP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tnfcIXnu0Xhcaggqaxlf0I8IX9m49K55 { top:5.625rem;left:0rem;width:15.625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxdPD50sU2TAVlXvyC0JE9CEHnUt6rFF { top:5.625rem;left:32.125rem;width:15.625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5I8buJy6biSBArnXRT9a9NMiG8PNSEx { top:6.875rem;left:2.6551837921142rem;width:42.375rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKOnrkTgbGWa05mLyNZK0Lc31IGt9JO8 { display:block; }#NKOnrkTgbGWa05mLyNZK0Lc31IGt9JO8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sm3nstcvUTaAG8psBBuqsklQOZo6UfuV { top:3.125rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMeMDHusaPbDRsJoHnClXntGdvRkHU3y { top:4.8125rem;left:14.5625rem;width:32.8125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOcT9WNpk74nDynxTpFS6pf5BRTFX9U0 { top:6.9375rem;left:0rem;width:26rem;height:2.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTof9UQm3NQoyIOLOSQMPixcJRDSEUcN { top:10.0625rem;left:0rem;width:31.25rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwFhctMdtOxlibwxe8AULpI98c4nNTBA { width:6.25rem;height:1.5625rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScSLOa5nRam52r41B0hsiIca6IdR74qK { display:block; }
 }@media only screen and (max-width: 763px) { #ohAilS2g3VW5mFp3EDdIUOumQFr4mhcz { top:6.9375rem;left:0rem;width:2.125rem;height:2.1862552092563rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtN4hx8cZuPZOk4NffGCc6t3lUQTloQK { top:6.9375rem;left:0rem;width:2.125rem;height:2.1862552092563rem;display:none; }
 }@media only screen and (max-width: 763px) { #XtvoPArbWE8NXUnOQI2QyUv7lVaoHaic { display:block; }#XtvoPArbWE8NXUnOQI2QyUv7lVaoHaic > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eel4IdW4Kl7K6GuXkTLfJQ8qoJH4A5J6 { top:0.6875rem;left:0rem;width:36.8125rem;height:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0sTrFs0zgzhRkaWi9V6o43izOWHVcsE { top:20.125rem;left:0rem;width:28.4375rem;height:2.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT5SEfzMW17yqlD0ri7rltRug8UOQimr { top:23.4375rem;left:0rem;width:28.4375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORz5M7ZWeCgJ9JZTQsOkrpIqJn01pwx0 { top:20.125rem;left:17.125rem;width:30.625rem;height:2.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abPW23LfnTiK7faLXzfssMsFlm7DDaLE { top:23.4375rem;left:19.625rem;width:28.125rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV56OCRixkqdFvww10AMLRL0SPP0hkuN { width:6.25rem;height:1.25rem;top:29.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMT0svT8Z5vuZWBWN8mIIt2mDbTCw6AT { display:block; }
 }@media only screen and (max-width: 763px) { #sg032BfzGEAlJ7pCbXnJRwTZoG89t9NS { top:2.625rem;left:0rem;width:29.6875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt8I1y6REaTEHI4NRPAB2MKAkEQineP2 { top:2.625rem;left:17.6875rem;width:29.6875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVbvP3IONS2pZgf29HZHeneThrTr4PEb { width:6.25rem;height:1.25rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS0axdzrePL2Ca0EfN0hBfToO98deBQD { display:block; }
 }@media only screen and (max-width: 763px) { #e6Qfhvxmx0nxxTdFQkIC7n82hDWKwBIl { top:0.75rem;left:10.9375rem;width:36.8125rem;height:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ6QBHUeDnroWvJNvxtryPTt5Tgl1bAC { display:block; }#wZ6QBHUeDnroWvJNvxtryPTt5Tgl1bAC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTENC3pGGnc6kPl1zQGblslEuEWVQ8bk { top:0.75rem;left:0rem;width:36.8125rem;height:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rsa5y43VEiiHORwDyoytdd6EqnbVMDJI { top:20.125rem;left:0rem;width:28.0625rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrQRRf9yEzdcvliJxgvLOL4o9Sy5UtDM { top:23.4375rem;left:0rem;width:28.4375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCTnOW0wefpEmH79dah6Hhxulx0fmOBm { top:20.125rem;left:18.4375rem;width:29.3125rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnAT4rPdTrCMlEpuAZv2IhqOKXGJDZz4 { top:23.4375rem;left:19.625rem;width:28.125rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THg1BOFLmMZH9EMDiRhTJFTfhdybTe96 { width:6.25rem;height:1.25rem;top:29.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHmogdRZTprDpBRDLlxiJ2zoRE0cEKnZ { display:block; }
 }@media only screen and (max-width: 763px) { #UhpZEpDbAbHoXiDArHadyS5vi9tw8Jbq { top:2.625rem;left:0rem;width:22.5rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnWhRwpTwxkTF8FgyT7DvtfifnnfSOO2 { top:2.625rem;left:17.6875rem;width:29.6875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqiuSRoWRaToUFh3yqR7MOH11ADSeoTS { width:6.25rem;height:1.25rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmepFFgJo0oWManAx1i53QX8PRk13txZ { display:block; }
 }@media only screen and (max-width: 763px) { #loTNfaRVERDI6w6lfnh3dCfwrlziV2OT { top:0.75rem;left:10.9375rem;width:36.8125rem;height:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahS7MC3WoINvO0Z603Z3nI0NrTLHKeGJ { display:block; }#ahS7MC3WoINvO0Z603Z3nI0NrTLHKeGJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlbovGeZgLC2gaVVJccM68TfaOWOIq7i { top:1.4375rem;left:0rem;width:47.75rem;height:12rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGBIT92G7g9JGwx2b2WrdEWeI21Lqb8N { top:15.625rem;left:15.9375rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhmEX8HlwsAb2JmkWhJ6ZuqV1zGSEE9b { top:16.4375rem;left:18.462676525116rem;width:12.4375rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpKrBq1QKz8AZD01s6spH28IZDJCXRR8 { top:16.1875rem;left:21.0625rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9Vx3N561VsTCCElliS8dgiUVIRZzkmX { top:17.8125rem;left:21.0625rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTNJ5X90k092lHO0iTITLvyIDUpX1Ka0 { display:block; }#PTNJ5X90k092lHO0iTITLvyIDUpX1Ka0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIaw46FxeAflkS3x9IJ7sDQ8yauRT3so { top:0.3125rem;left:0rem;width:47.75rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrfC8cvQdFBTBD4NNc7l5Vaqnnpe3PKq { top:7.25rem;left:0rem;width:10.0625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbLDx1PxWMkuR4bRGrZOiFAVezJMOTW5 { top:3.75rem;left:3.4375rem;width:40.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oy5J7ANN3lrm3nRB3T1QDZRVboubTND9 { width:10.5625rem;height:2.625rem;top:10.9375rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfs7WDTLiTD19lQEJEs2LVRdp5uOa2O1 { display:block; }
 }@media only screen and (max-width: 763px) { #cTACQXulViUALhlC225PtZmJkNbCUniP { width:10.6875rem;height:2.75rem;top:10.9375rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vchtvgJuRF7gT7nKxl182TJWtsV2oDiA { display:block; }
 }@media only screen and (max-width: 763px) { #x1wMCJkxp50Qg4cNIETqMwnzoWslk404 { top:12.5625rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EpNRn7dx6lnXdyh1ot1cqLb1wCNNXld7 { top:7.9375rem;left:5.2803592681885rem;width:37.1875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #br9vwxUIQG57eIE9V25kuAiVzy5k7EWe { display:block; }#br9vwxUIQG57eIE9V25kuAiVzy5k7EWe > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSKy1HXnslRfbgeKvdEhQE3LZpzlxbts { top:1.25rem;left:7.5625rem;width:4.8109rem;height:0.982775rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEQqLn8E5AgOPVFT0HuCmS8hwm31VytF { width:15.311625rem;height:2.9989375rem;top:1.625rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sZPNOLRxBxL0DbxD7OACPf8zQf81KLpm { width:15rem;height:6.2988125rem;top:5.875rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GzC1Tguwp6C8WRAQ2ycUlPieqoocb1fl { width:15rem;height:3.06196875rem;top:13.4375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwJ9E2q8zzNx2vFZIO3TruUWr4ZyxhLq { display:block; }
 }@media only screen and (max-width: 763px) { #iOTKK7UTWESRBl8LCeB9BE84WdSynQyX { width:20rem;height:13.881856540084rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz318n7bJG1ABRO50SuxTylAotT9Wo36 { display:block; }#Cz318n7bJG1ABRO50SuxTylAotT9Wo36 > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cuG0HmNt8kl714rDpicwIkWF6dU3513m { width:12.560375rem;height:2.59943125rem;top:3.375rem;left:3.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xzCr19dwCLHWDQUyMwasONi0dfeF7Kbr { width:2.3125rem;height:3.4375rem;top:2.9375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kax5fLEKXz8y4ofvE01vFyaT0EHl1eWk { width:12.9368125rem;height:2.6988625rem;top:7.125rem;left:3.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mXkoatxfht01iI9RWdaXDWkR3CM8ZLLN { width:12.9998125rem;height:2.6988625rem;top:18.25rem;left:3.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mDDzLQTd81s4Pd8SuBKOaqS0fIRExqty { width:4.1850125rem;height:4.1850125rem;top:13.625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzSHMVKsOBMKrPTPNeihieLMOvCxbX9l { width:7.81075rem;height:2.59943125rem;top:14.375rem;left:5.8125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LaoxwepaeF7ImraOMXWNTNvHWhdyQJnM { width:12.0623125rem;height:2.6988625rem;top:29.0625rem;left:3.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OyVANILepb6TqZei0ZbVtt0GmT14SQSG { width:10.62325rem;height:2.59943125rem;top:25.375rem;left:4.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e23H9XiFQxaRP0zsiCr91kiBZCzRiA6o { width:3.375rem;height:3.5rem;top:24.9375rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiLm04nRrCKl1r6xIp0ZzVDcWekOB3Za { display:block; }#wiLm04nRrCKl1r6xIp0ZzVDcWekOB3Za > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdSuK5KMutcLxCxSTIaRW3O1TLnsVdxM { width:20rem;height:41.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6DRhEM7dBL52T4tTD2h8E2FX51N9day { display:block; }#q6DRhEM7dBL52T4tTD2h8E2FX51N9day > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E5uX6wB4cM1I3Z1JrJTt6kmSaRhzaMli { width:9.5614375rem;height:6.25rem;top:10.142932891846rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmdVOKkbHpoe0BUVOsinTM0S3y4bEz44 { width:9.5614375rem;height:6.25rem;top:10.142932891846rem;left:10.438564658165rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ4A5fAONmvZQxT5e11ddhPop1B3OmO7 { width:16.312125rem;height:6.336125rem;top:2.4369678497314rem;left:1.8430396318436rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wu8Ih7z9WPnPzfsEO8zfZ3E53nsxod3b { display:block; }#Wu8Ih7z9WPnPzfsEO8zfZ3E53nsxod3b > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NlSeIHTNKNCX8V1N8iTxHrMvLNTm5i8T { width:20rem;height:47.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqaTrUP93Z69oS8Wxu4uihzxQ5CwPu5i { display:block; }#yqaTrUP93Z69oS8Wxu4uihzxQ5CwPu5i > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekhT0MSMXGVfVz0KtznKSPQuMeywJSzP { width:17.6225rem;height:4.54900625rem;top:3.125rem;left:1.1875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTkutNTk54TfInvG0UCixONFahuss2oa { width:8.021988625rem;height:2.708626125rem;top:8.92400625rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbsiDURVTpl6sOnS5hwwOdZUIAfd435T { display:block; }
 }@media only screen and (max-width: 763px) { #T4xel91GspTFRD67QrKMa8TZyFfQST8C { width:0.625rem;height:0.625rem;top:6.7480545043944rem;left:17.671341300011rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhKfnOerclmq6BFMzFaw5ohpbC47nBhw { width:0.625rem;height:0.625rem;top:7.6740055084231rem;left:18.239523291588rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Re80OqaU9UlNNpmIi2VziSTuHZTE9WIT { top:1.2482242584229rem;left:14.250709891319rem;width:5.75rem;height:12.875rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Fei0wzeCny2CbMHggy7DhuHTTvURri7f { display:block; }#Fei0wzeCny2CbMHggy7DhuHTTvURri7f > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8z7T5ghEVLBCTDKLiqDIQ87MDz2nSgH { width:17.9375rem;height:14.0625rem;top:1.4985790252686rem;left:0.99875700473787rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #mMc5uszT0hkQST43cCgNsWccSGTexEIy { width:14.8125rem;height:3.60085rem;top:22.5625rem;left:2.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vq0LDKVVpRly1TxJcRVRz2HTonmSHpws { width:14.749625rem;height:7.9945rem;top:27rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qiG3CQ522MHGT3yTpR0TtAFqg2cMSrc0 { width:6.25rem;height:1.25rem;top:35.5rem;left:2.5rem;background-color:transparent;background-image:none;font-size:1rem;line-height:1;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #vuD8lrwQHdK37OTD43CmsJwqxdJivx68 { display:block; }
 }@media only screen and (max-width: 763px) { #qo0VtxwpJt8GOafGn81vKZow4QTTJlFq { top:1.5713768005371rem;left:0.99875700473787rem;width:18rem;height:20.0625rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AlhhpbDGenDP7GMaFwMdI8k7dlJEwwJp { display:block; }#AlhhpbDGenDP7GMaFwMdI8k7dlJEwwJp > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDZ7zWTeRE4zDLoUbNl9kkf8TgXy5qRu { width:17.9375rem;height:14.0625rem;top:0.71910500526431rem;left:0.99875700473787rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #aq8PHBb8fbLxKVpnrbwllkG8R1bgliZL { width:15.3125rem;height:3.60085rem;top:22.1875rem;left:2.3125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y0gECF1CcLrOTWv5J3tiG6HJo1u9uKlb { width:14.875rem;height:6.395625rem;top:27.375rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GCDw6JcCNgLEC4QfdNEz61GGK9AZEXR8 { width:6.25rem;height:1.25rem;top:35.5625rem;left:2.3125rem;background-color:transparent;background-image:none;font-size:1rem;line-height:1;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #HUbwuU1PabX3BTNrfuQCinPng7TC2Koi { display:block; }
 }@media only screen and (max-width: 763px) { #ABTv40xFyBTtZzTXFlHNTwNGqVpIA5R1 { top:1.2872891426086rem;left:0.99875700473787rem;width:18rem;height:20.0625rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wcULHeTXwUONINOQCwBt0lb5TdkpZndV { display:block; }#wcULHeTXwUONINOQCwBt0lb5TdkpZndV > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJ0FzXFNH1eDhL9R4WTrxDXf4SQTb3lS { width:17.9375rem;height:14.0625rem;top:1.3121633529663rem;left:0.99875700473787rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #AsCwiPO0UUnd4S0ZgFklxxZ5CgpRahAW { width:16.312125rem;height:5.40128125rem;top:22.875rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jv2AMdgkcNQ9mrVwIqEQFNUuN40rkPwx { width:15.4998125rem;height:6.395625rem;top:29.74875664711rem;left:1.8749998807907rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xBUlZHnqiUiNynQwQBkc9Bm54GyPfEtk { width:6.25rem;height:1.25rem;top:38.56178689003rem;left:1.8749998807907rem;background-color:transparent;background-image:none;font-size:1rem;line-height:1;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #P8wubg11rP0OWplXHTm03JNA5tfhQlVD { display:block; }
 }@media only screen and (max-width: 763px) { #PiqGypwPF4R5qiscp8PAuWSRJe4TE1W8 { top:0.99165534973144rem;left:0.99875700473787rem;width:18rem;height:20rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OaaXa4QaJE7CheD6l17o3zb31A9As7IP { display:block; }#OaaXa4QaJE7CheD6l17o3zb31A9As7IP > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tnfcIXnu0Xhcaggqaxlf0I8IX9m49K55 { width:10rem;height:6.4375rem;top:15.05859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxdPD50sU2TAVlXvyC0JE9CEHnUt6rFF { width:10rem;height:6.5rem;top:15.029296875rem;left:9.9999994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5I8buJy6biSBArnXRT9a9NMiG8PNSEx { width:14.9369375rem;height:10.5601875rem;top:2.5rem;left:2.5301846265793rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NKOnrkTgbGWa05mLyNZK0Lc31IGt9JO8 { display:block; }#NKOnrkTgbGWa05mLyNZK0Lc31IGt9JO8 > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sm3nstcvUTaAG8psBBuqsklQOZo6UfuV { width:17.9989375rem;height:25.8125rem;top:1.25rem;left:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #bMeMDHusaPbDRsJoHnClXntGdvRkHU3y { width:15rem;height:7.0614375rem;top:3.4845523834229rem;left:2.4999998807907rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #gOcT9WNpk74nDynxTpFS6pf5BRTFX9U0 { width:13.185375rem;height:3.29900625rem;top:11.81818151474rem;left:4.370561003685rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oTof9UQm3NQoyIOLOSQMPixcJRDSEUcN { width:15rem;height:4.7967rem;top:16.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwFhctMdtOxlibwxe8AULpI98c4nNTBA { width:6.248225rem;height:1.873225rem;top:23.187145233154rem;left:2.4999998807907rem;font-size:1rem;line-height:.9;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ScSLOa5nRam52r41B0hsiIca6IdR74qK { display:block; }
 }@media only screen and (max-width: 763px) { #ohAilS2g3VW5mFp3EDdIUOumQFr4mhcz { width:1.25rem;height:1.25rem;top:11.81818151474rem;left:2.4999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtN4hx8cZuPZOk4NffGCc6t3lUQTloQK { width:2.1875rem;height:2.25rem;top:23.850497245789rem;left:15.488636374474rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #XtvoPArbWE8NXUnOQI2QyUv7lVaoHaic { display:block; }#XtvoPArbWE8NXUnOQI2QyUv7lVaoHaic > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eel4IdW4Kl7K6GuXkTLfJQ8qoJH4A5J6 { width:17.9989375rem;height:25.8125rem;top:1.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0sTrFs0zgzhRkaWi9V6o43izOWHVcsE { width:14.999125rem;height:3.29900625rem;top:13rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QT5SEfzMW17yqlD0ri7rltRug8UOQimr { width:14.999125rem;height:4.7967rem;top:17.248765945434rem;left:2.4999998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORz5M7ZWeCgJ9JZTQsOkrpIqJn01pwx0 { width:15.624125rem;height:3.29900625rem;top:39.375rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #abPW23LfnTiK7faLXzfssMsFlm7DDaLE { width:15.624125rem;height:4.7967rem;top:44rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV56OCRixkqdFvww10AMLRL0SPP0hkuN { width:7.499125rem;height:1.2491125rem;top:50.6875rem;left:2.5rem;background-color:transparent;background-image:none;font-size:1rem;line-height:1;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #bMT0svT8Z5vuZWBWN8mIIt2mDbTCw6AT { display:block; }
 }@media only screen and (max-width: 763px) { #sg032BfzGEAlJ7pCbXnJRwTZoG89t9NS { width:14.8739375rem;height:9rem;top:2.9368114471436rem;left:2.5621448755264rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt8I1y6REaTEHI4NRPAB2MKAkEQineP2 { width:14.6875rem;height:9rem;top:29.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVbvP3IONS2pZgf29HZHeneThrTr4PEb { width:7.499125rem;height:1.2491125rem;top:23.749999046326rem;left:2.4999998807907rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dS0axdzrePL2Ca0EfN0hBfToO98deBQD { display:block; }
 }@media only screen and (max-width: 763px) { #e6Qfhvxmx0nxxTdFQkIC7n82hDWKwBIl { width:17.9989375rem;height:25.8125rem;top:28.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ6QBHUeDnroWvJNvxtryPTt5Tgl1bAC { display:block; }#wZ6QBHUeDnroWvJNvxtryPTt5Tgl1bAC > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTENC3pGGnc6kPl1zQGblslEuEWVQ8bk { width:17.9989375rem;height:25.8125rem;top:1.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rsa5y43VEiiHORwDyoytdd6EqnbVMDJI { width:15rem;height:3.29900625rem;top:14.8125rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NrQRRf9yEzdcvliJxgvLOL4o9Sy5UtDM { width:15rem;height:4.7967rem;top:18.749111175537rem;left:2.4999998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCTnOW0wefpEmH79dah6Hhxulx0fmOBm { width:15.1243125rem;height:3.29900625rem;top:40.875rem;left:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnAT4rPdTrCMlEpuAZv2IhqOKXGJDZz4 { width:15.624125rem;height:4.7967rem;top:44.875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THg1BOFLmMZH9EMDiRhTJFTfhdybTe96 { width:7.499125rem;height:1.2491125rem;top:50.875rem;left:2.6875rem;background-color:transparent;background-image:none;font-size:1rem;line-height:1;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #pHmogdRZTprDpBRDLlxiJ2zoRE0cEKnZ { display:block; }
 }@media only screen and (max-width: 763px) { #UhpZEpDbAbHoXiDArHadyS5vi9tw8Jbq { width:14.6875rem;height:10.1875rem;top:2.935022354126rem;left:2.6562498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnWhRwpTwxkTF8FgyT7DvtfifnnfSOO2 { width:15rem;height:9rem;top:29.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqiuSRoWRaToUFh3yqR7MOH11ADSeoTS { width:7.5rem;height:1.25rem;top:24.499278545379rem;left:2.4999998807907rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TmepFFgJo0oWManAx1i53QX8PRk13txZ { display:block; }
 }@media only screen and (max-width: 763px) { #loTNfaRVERDI6w6lfnh3dCfwrlziV2OT { width:17.9989375rem;height:25.8125rem;top:28.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahS7MC3WoINvO0Z603Z3nI0NrTLHKeGJ { display:block; }#ahS7MC3WoINvO0Z603Z3nI0NrTLHKeGJ > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlbovGeZgLC2gaVVJccM68TfaOWOIq7i { width:17.4369375rem;height:18.8965rem;top:1.25rem;left:1.2801846265793rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGBIT92G7g9JGwx2b2WrdEWeI21Lqb8N { width:4.0625rem;height:4.0625rem;top:23.138315677643rem;left:2.5923293828964rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhmEX8HlwsAb2JmkWhJ6ZuqV1zGSEE9b { width:12.4360625rem;height:0;top:27.1440125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rpKrBq1QKz8AZD01s6spH28IZDJCXRR8 { width:8.6869375rem;height:1.298825rem;top:23.875rem;left:7.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E9Vx3N561VsTCCElliS8dgiUVIRZzkmX { width:3.8742875rem;height:1.298825rem;top:25.25rem;left:7.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PTNJ5X90k092lHO0iTITLvyIDUpX1Ka0 { display:block; }#PTNJ5X90k092lHO0iTITLvyIDUpX1Ka0 > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIaw46FxeAflkS3x9IJ7sDQ8yauRT3so { width:20rem;height:23.5rem;top:0.625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #WrfC8cvQdFBTBD4NNc7l5Vaqnnpe3PKq { width:10.0625rem;height:10.25rem;top:8.2120056152344rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XbLDx1PxWMkuR4bRGrZOiFAVezJMOTW5 { width:15rem;height:3.89915rem;top:3.125rem;left:2.4999998807907rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Oy5J7ANN3lrm3nRB3T1QDZRVboubTND9 { width:14.480676125rem;height:2.215907375rem;top:14.874820709229rem;left:2.7024146318436rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfs7WDTLiTD19lQEJEs2LVRdp5uOa2O1 { display:block; }
 }@media only screen and (max-width: 763px) { #cTACQXulViUALhlC225PtZmJkNbCUniP { width:14.480676125rem;height:2.467151125rem;top:17.935901641846rem;left:2.7583450078964rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vchtvgJuRF7gT7nKxl182TJWtsV2oDiA { display:block; }
 }@media only screen and (max-width: 763px) { #x1wMCJkxp50Qg4cNIETqMwnzoWslk404 { top:13.5rem;left:3.75rem;width:15.1855625rem;height:0;z-index:15005;line-height:1.6;color:#ffffff;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EpNRn7dx6lnXdyh1ot1cqLb1wCNNXld7 { width:16.4994375rem;height:4.7967rem;top:8.7029457092288rem;left:1.7498222589493rem;font-size:1rem;display:block; }
 }