.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:32.5625rem;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:25.375rem;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:6.25rem;left:3.875rem;height:1.79976875rem;font-style:normal;display:block; }
#sZPNOLRxBxL0DbxD7OACPf8zQf81KLpm { color:#0e0142;display:block;width:44.9370625rem;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:9.0625rem;left:3.8744215965271rem;height:11.5488125rem;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:12.25rem;height:3.12355625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.125rem;left:3.8744215965271rem;display:block; }
#LwJ9E2q8zzNx2vFZIO3TruUWr4ZyxhLq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FAIzEespkAe4tZTkfb1VsGkdBTkEpJ8c { 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 #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:13rem;height:2.938369875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:23.125rem;left:17.125rem;display:block; }
#TvxirISV2du6W9GMBnM020mnTb0TfkwD { 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:21.87425rem;width:29.68675rem;top:6.75rem;left:45.313949108124rem;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.200375rem;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:6.9375rem;width:4.5625rem;top:5.90625rem;left:16.375rem;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:3.5996125rem;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.625001907349rem;left:29.154368877411rem;height:4.79948125rem;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.125rem;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.4369211196899rem;left:30.875rem;height:5.200375rem;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:3.5996125rem;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.200375rem;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:47.5rem;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:26.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VZ4A5fAONmvZQxT5e11ddhPop1B3OmO7 { color:#0e0142;display:block;width:40.1244375rem;position:absolute;font-family:"euclid circular a";font-size:3.0625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:17.437066555023rem;height:15.9245rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U1ebkdpCNqmWN3B79g2hVylJioTQ1GwU { 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:13.9995625rem;width:13.9995625rem;top:4.625rem;left:3.75rem;overflow:hidden;display:block; }
#n3OUXyKuJszKJcT0Xrxga1G3PNNuqbRc { 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:13.9995625rem;width:13.9995625rem;top:4.625rem;left:57.561488628388rem;overflow:hidden;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:#e0fdbf;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:24.0625rem;width:75rem;position:relative;display:block; }#ekhT0MSMXGVfVz0KtznKSPQuMeywJSzP { color:#0e0142;display:block;width:42.5rem;position:absolute;font-family:arial;font-size:3.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:16.249276638031rem;height:11.943375rem;text-align:center;text-align-last:center;display:block; }
#NG1ZtpahclZGZlmzVotmseawBpWMtxoo { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:10.875rem;top:8.2450704574588rem;left:8.75rem;overflow:hidden;display:block; }
#d3u3pCmxCc00KXkkhR0WU0E3QmR6e7qI { 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:15.0625rem;width:15.6875rem;top:3.7485542297363rem;left:53.687068462372rem;overflow:hidden;display:block; }
#FTkutNTk54TfInvG0UCixONFahuss2oa { background-color:#e0fdbf;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:9.4375rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:17.250001430511rem;left:32.781252384186rem;display:block; }
#TbsiDURVTpl6sOnS5hwwOdZUIAfd435T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UVG0fHmgyNhFZiI32Ngv3dWQllnNffyS { 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:16.3125rem;width:16rem;display:none; }
#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:20.75rem;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:0.6875rem;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.6875rem;width:33.1875rem;top:2.375rem;left:38.1240234375rem;overflow:hidden;display:block; }
#gOcT9WNpk74nDynxTpFS6pf5BRTFX9U0 { color:#ffffff;display:block;width:28.25rem;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:4.5611982345581rem;left:6.1875rem;height:2.17448125rem;font-style:normal;display:block; }
#oTof9UQm3NQoyIOLOSQMPixcJRDSEUcN { color:#ffffff;display:block;width:30.9375rem;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.75rem;left:3.375rem;height:6.3984375rem;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:9.375rem;height:1.5625rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:15.75rem;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.24935rem;width:2.1862rem;top:4.5611982345581rem;left:3.375rem;overflow:hidden;display:block; }
#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:39.5625rem;width:75rem;position:relative;display:block; }#eel4IdW4Kl7K6GuXkTLfJQ8qoJH4A5J6 { box-sizing:content-box;height:38.125rem;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; }
#A0sTrFs0zgzhRkaWi9V6o43izOWHVcsE { color:#0e0142;display:block;width:26.5rem;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.1875rem;left:3.375rem;height:4.5rem;font-style:normal;display:block; }
#QT5SEfzMW17yqlD0ri7rltRug8UOQimr { color:#0e0142;display:block;width:29.5rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:25.625rem;left:3.375rem;height:6.3984375rem;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:4.5rem;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:25.625rem;left:42.375rem;height:4.798825rem;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:9.375rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:32.4375rem;left:42.375rem;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.75rem;width:29.875rem;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.75rem;width:29.875rem;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:9.375rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:34rem;left:3.375rem;display:block; }
#dS0axdzrePL2Ca0EfN0hBfToO98deBQD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e6Qfhvxmx0nxxTdFQkIC7n82hDWKwBIl { box-sizing:content-box;height:38.125rem;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:38.125rem;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:23.75rem;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.1875rem;left:3.375rem;height:4.5rem;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:25.625rem;left:3.375rem;height:4.798825rem;display:block; }
#zCTnOW0wefpEmH79dah6Hhxulx0fmOBm { color:#0e0142;display:block;width:25.8125rem;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:4.5rem;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:25.625rem;left:42.1875rem;height:4.798825rem;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:9.375rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:32.4375rem;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.75rem;width:29.875rem;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.75rem;width:29.875rem;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:9.375rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:32.4375rem;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:38.125rem;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:29.5625rem;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:65.249375rem;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.4981193542481rem;left:4.8741316795349rem;height:15rem;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.5rem;width:4.5rem;top:18.75rem;left:29.3125rem;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.4986875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.091798186302rem;left:34.5625rem;height:1.29948125rem;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.4986875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:20.350261092186rem;left:34.561850070953rem;height:1.29948125rem;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:22.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DIaw46FxeAflkS3x9IJ7sDQ8yauRT3so { box-sizing:content-box;height:21.9375rem;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:12.0625rem;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:7.7995rem;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.654291625rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:13.5rem;left:26.499350070953rem;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.746729125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:13.5rem;left:38.437502384186rem;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; }
@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:6.1875rem;left:0rem;width:25.3125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZPNOLRxBxL0DbxD7OACPf8zQf81KLpm { top:9rem;left:0rem;width:44.875rem;height:11.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzC1Tguwp6C8WRAQ2ycUlPieqoocb1fl { width:12.25rem;height:3.125rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwJ9E2q8zzNx2vFZIO3TruUWr4ZyxhLq { display:block; }
 }@media only screen and (max-width: 763px) { #FAIzEespkAe4tZTkfb1VsGkdBTkEpJ8c { width:13rem;height:2.9375rem;top:23.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvxirISV2du6W9GMBnM020mnTb0TfkwD { display:block; }
 }@media only screen and (max-width: 763px) { #iOTKK7UTWESRBl8LCeB9BE84WdSynQyX { top:6.75rem;left:18.125rem;width:29.625rem;height:21.828750410537rem;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.5rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzCr19dwCLHWDQUyMwasONi0dfeF7Kbr { top:5.875rem;left:11.3125rem;width:4.5625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kax5fLEKXz8y4ofvE01vFyaT0EHl1eWk { top:10.5rem;left:0rem;width:12.5rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXkoatxfht01iI9RWdaXDWkR3CM8ZLLN { top:10.625rem;left:15.875rem;width:12.625rem;height:4.75rem;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.4375rem;left:17.1875rem;width:8.125rem;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:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyVANILepb6TqZei0ZbVtt0GmT14SQSG { top:5.375rem;left:32.624423503876rem;width:10.5625rem;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) { #VZ4A5fAONmvZQxT5e11ddhPop1B3OmO7 { top:3.75rem;left:3.8125rem;width:40.0625rem;height:15.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1ebkdpCNqmWN3B79g2hVylJioTQ1GwU { top:4.625rem;left:0rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3OUXyKuJszKJcT0Xrxga1G3PNNuqbRc { top:4.625rem;left:33.8125rem;width:13.9375rem;height:13.9375rem;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:2.6236977577209rem;width:42.5rem;height:11.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG1ZtpahclZGZlmzVotmseawBpWMtxoo { top:8.25rem;left:0rem;width:10.875rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3u3pCmxCc00KXkkhR0WU0E3QmR6e7qI { top:3.6875rem;left:32.0625rem;width:15.6875rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTkutNTk54TfInvG0UCixONFahuss2oa { width:9.4375rem;height:3.125rem;top:17.25rem;left:19.156252384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbsiDURVTpl6sOnS5hwwOdZUIAfd435T { display:block; }
 }@media only screen and (max-width: 763px) { #UVG0fHmgyNhFZiI32Ngv3dWQllnNffyS { width:16rem;height:16.3125rem;display:none; }
 }@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:0.6875rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMeMDHusaPbDRsJoHnClXntGdvRkHU3y { top:2.375rem;left:14.3125rem;width:33.1875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOcT9WNpk74nDynxTpFS6pf5BRTFX9U0 { top:4.5rem;left:0rem;width:28.25rem;height:2.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTof9UQm3NQoyIOLOSQMPixcJRDSEUcN { top:7.75rem;left:0rem;width:30.9375rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwFhctMdtOxlibwxe8AULpI98c4nNTBA { width:9.375rem;height:1.5625rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScSLOa5nRam52r41B0hsiIca6IdR74qK { display:block; }
 }@media only screen and (max-width: 763px) { #ohAilS2g3VW5mFp3EDdIUOumQFr4mhcz { top:4.5625rem;left:0rem;width:2.125rem;height:2.186382192846rem;display:block; }
 }@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.75rem;left:0rem;width:36.75rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0sTrFs0zgzhRkaWi9V6o43izOWHVcsE { top:20.1875rem;left:0rem;width:26.5rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT5SEfzMW17yqlD0ri7rltRug8UOQimr { top:25.625rem;left:0rem;width:29.5rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORz5M7ZWeCgJ9JZTQsOkrpIqJn01pwx0 { top:20.1875rem;left:17.125rem;width:30.625rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abPW23LfnTiK7faLXzfssMsFlm7DDaLE { top:25.625rem;left:19.625rem;width:28.125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV56OCRixkqdFvww10AMLRL0SPP0hkuN { width:9.375rem;height:1.25rem;top:32.4375rem;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.875rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt8I1y6REaTEHI4NRPAB2MKAkEQineP2 { top:2.625rem;left:17.6875rem;width:29.875rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVbvP3IONS2pZgf29HZHeneThrTr4PEb { width:9.375rem;height:1.25rem;top:34rem;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.75rem;height:38.125rem;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.75rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rsa5y43VEiiHORwDyoytdd6EqnbVMDJI { top:20.1875rem;left:0rem;width:23.75rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrQRRf9yEzdcvliJxgvLOL4o9Sy5UtDM { top:25.625rem;left:0rem;width:28.4375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCTnOW0wefpEmH79dah6Hhxulx0fmOBm { top:20.1875rem;left:21.9375rem;width:25.8125rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnAT4rPdTrCMlEpuAZv2IhqOKXGJDZz4 { top:25.625rem;left:19.625rem;width:28.125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THg1BOFLmMZH9EMDiRhTJFTfhdybTe96 { width:9.375rem;height:1.25rem;top:32.4375rem;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:29.875rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnWhRwpTwxkTF8FgyT7DvtfifnnfSOO2 { top:2.625rem;left:17.6875rem;width:29.875rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqiuSRoWRaToUFh3yqR7MOH11ADSeoTS { width:9.375rem;height:1.25rem;top:32.4375rem;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.75rem;height:38.125rem;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:15rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGBIT92G7g9JGwx2b2WrdEWeI21Lqb8N { top:18.75rem;left:15.6875rem;width:4.5rem;height:4.5rem;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:19.0625rem;left:20.9375rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9Vx3N561VsTCCElliS8dgiUVIRZzkmX { top:20.3125rem;left:20.936850070953rem;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:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrfC8cvQdFBTBD4NNc7l5Vaqnnpe3PKq { top:12.0625rem;left:0rem;width:10.0625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbLDx1PxWMkuR4bRGrZOiFAVezJMOTW5 { top:3.75rem;left:3.4681000709534rem;width:40.75rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oy5J7ANN3lrm3nRB3T1QDZRVboubTND9 { width:10.5625rem;height:3.125rem;top:13.5rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfs7WDTLiTD19lQEJEs2LVRdp5uOa2O1 { display:block; }
 }@media only screen and (max-width: 763px) { #cTACQXulViUALhlC225PtZmJkNbCUniP { width:10.6875rem;height:3.125rem;top:13.5rem;left:24.8125rem;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) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #br9vwxUIQG57eIE9V25kuAiVzy5k7EWe { display:block; }#br9vwxUIQG57eIE9V25kuAiVzy5k7EWe > .row .container { width:20rem;height:1.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSKy1HXnslRfbgeKvdEhQE3LZpzlxbts { top:0.4375rem;left:2.4375rem;width:4.81191875rem;height:0.98398417623645rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEQqLn8E5AgOPVFT0HuCmS8hwm31VytF { width:15.31175rem;height:3rem;top:1.875rem;left:2.3430267572403rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sZPNOLRxBxL0DbxD7OACPf8zQf81KLpm { width:18.4996875rem;height:6.2988125rem;top:5.875rem;left:0.74797463417056rem;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.0625rem;top:14.686053872109rem;left:2.4978300333023rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwJ9E2q8zzNx2vFZIO3TruUWr4ZyxhLq { display:block; }
 }@media only screen and (max-width: 763px) { #FAIzEespkAe4tZTkfb1VsGkdBTkEpJ8c { width:15rem;height:3rem;top:18.75rem;left:2.4978300333023rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvxirISV2du6W9GMBnM020mnTb0TfkwD { display:block; }
 }@media only screen and (max-width: 763px) { #iOTKK7UTWESRBl8LCeB9BE84WdSynQyX { width:20rem;height:14.736709137915rem;top:6.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cz318n7bJG1ABRO50SuxTylAotT9Wo36 { display:block; }#Cz318n7bJG1ABRO50SuxTylAotT9Wo36 > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cuG0HmNt8kl714rDpicwIkWF6dU3513m { width:12.5615rem;height:2.599825rem;top:1.9375rem;left:2.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzCr19dwCLHWDQUyMwasONi0dfeF7Kbr { width:3.3125rem;height:5rem;top:2.4375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kax5fLEKXz8y4ofvE01vFyaT0EHl1eWk { width:10.0621875rem;height:5.3984375rem;top:4.5rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXkoatxfht01iI9RWdaXDWkR3CM8ZLLN { width:7.8110625rem;height:9.44725rem;top:15.0625rem;left:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDDzLQTd81s4Pd8SuBKOaqS0fIRExqty { width:4.1875rem;height:4.1875rem;top:16.312500953674rem;left:13.000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzSHMVKsOBMKrPTPNeihieLMOvCxbX9l { width:7.8105625rem;height:2.5996125rem;top:12.503907203674rem;left:4.6250001192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaoxwepaeF7ImraOMXWNTNvHWhdyQJnM { width:10.6230625rem;height:5.3984375rem;top:29.703125953674rem;left:3.2500001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyVANILepb6TqZei0ZbVtt0GmT14SQSG { width:10.6230625rem;height:2.5996125rem;top:27.103516578674rem;left:3.2187501192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e23H9XiFQxaRP0zsiCr91kiBZCzRiA6o { width:4.18685rem;height:4.3737rem;top:26.216147422791rem;left:13.437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiLm04nRrCKl1r6xIp0ZzVDcWekOB3Za { display:block; }#wiLm04nRrCKl1r6xIp0ZzVDcWekOB3Za > .row .container { width:20rem;height:41.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdSuK5KMutcLxCxSTIaRW3O1TLnsVdxM { width:20rem;height:41.25rem;top:3.814697265625E-6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6DRhEM7dBL52T4tTD2h8E2FX51N9day { display:block; }#q6DRhEM7dBL52T4tTD2h8E2FX51N9day > .row .container { width:20rem;height:19.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZ4A5fAONmvZQxT5e11ddhPop1B3OmO7 { width:18.0620625rem;height:8.4479375rem;top:2.5rem;left:0.96643531322481rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1ebkdpCNqmWN3B79g2hVylJioTQ1GwU { width:7.4986875rem;height:7.4986875rem;top:10.947265625rem;left:2.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3OUXyKuJszKJcT0Xrxga1G3PNNuqbRc { width:7.4986875rem;height:7.4986875rem;top:10.947265625rem;left:11.06119787693rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu8Ih7z9WPnPzfsEO8zfZ3E53nsxod3b { display:block; }#Wu8Ih7z9WPnPzfsEO8zfZ3E53nsxod3b > .row .container { width:20rem;height:54.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NlSeIHTNKNCX8V1N8iTxHrMvLNTm5i8T { width:20rem;height:47.8125rem;top:7.62939453125E-6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqaTrUP93Z69oS8Wxu4uihzxQ5CwPu5i { display:block; }#yqaTrUP93Z69oS8Wxu4uihzxQ5CwPu5i > .row .container { width:20rem;height:21rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekhT0MSMXGVfVz0KtznKSPQuMeywJSzP { width:17.624rem;height:9.0989375rem;top:3.4375rem;left:1.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG1ZtpahclZGZlmzVotmseawBpWMtxoo { width:10.875rem;height:11.125322570448rem;top:1.25rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #d3u3pCmxCc00KXkkhR0WU0E3QmR6e7qI { width:7.874rem;height:8.499rem;top:2.596932888031rem;left:12.125289559364rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTkutNTk54TfInvG0UCixONFahuss2oa { width:8.166666625rem;height:2.854166625rem;top:14.25rem;left:5.8750001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbsiDURVTpl6sOnS5hwwOdZUIAfd435T { display:block; }
 }@media only screen and (max-width: 763px) { #UVG0fHmgyNhFZiI32Ngv3dWQllnNffyS { top:4.142578125rem;left:12.500000596046rem;width:7.5rem;height:7.6875rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NKOnrkTgbGWa05mLyNZK0Lc31IGt9JO8 { display:block; }#NKOnrkTgbGWa05mLyNZK0Lc31IGt9JO8 > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sm3nstcvUTaAG8psBBuqsklQOZo6UfuV { width:18rem;height:34.25rem;top:1.9986877441406rem;left:0.998046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMeMDHusaPbDRsJoHnClXntGdvRkHU3y { width:14.75rem;height:7rem;top:4rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOcT9WNpk74nDynxTpFS6pf5BRTFX9U0 { width:13.1865rem;height:3.30005625rem;top:12.5rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oTof9UQm3NQoyIOLOSQMPixcJRDSEUcN { width:15rem;height:14.3965rem;top:16.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwFhctMdtOxlibwxe8AULpI98c4nNTBA { width:9.375rem;height:1.8737rem;top:32.625rem;left:2.5000001192093rem;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:2.1875rem;height:2.25rem;top:14rem;left:7.9990234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XtvoPArbWE8NXUnOQI2QyUv7lVaoHaic { display:block; }#XtvoPArbWE8NXUnOQI2QyUv7lVaoHaic > .row .container { width:20rem;height:66.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eel4IdW4Kl7K6GuXkTLfJQ8qoJH4A5J6 { width:18rem;height:34.3125rem;top:0.49935913085938rem;left:0.99869787693025rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0sTrFs0zgzhRkaWi9V6o43izOWHVcsE { width:14.99925rem;height:3.29948125rem;top:11.3125rem;left:2.4978300333023rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QT5SEfzMW17yqlD0ri7rltRug8UOQimr { width:14.99925rem;height:14.3965rem;top:15.625rem;left:2.4978300333023rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORz5M7ZWeCgJ9JZTQsOkrpIqJn01pwx0 { width:15.6236875rem;height:4.94921875rem;top:46.5625rem;left:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #abPW23LfnTiK7faLXzfssMsFlm7DDaLE { width:15.6236875rem;height:7.9980625rem;top:52.5rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV56OCRixkqdFvww10AMLRL0SPP0hkuN { width:9.375rem;height:1.2487rem;top:62rem;left:2.4973958730697rem;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.6875rem;height:7.75rem;top:2rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt8I1y6REaTEHI4NRPAB2MKAkEQineP2 { width:14.6875rem;height:7.75rem;top:37.3125rem;left:2.6562501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVbvP3IONS2pZgf29HZHeneThrTr4PEb { width:9.375rem;height:1.2487rem;top:31.5rem;left:2.4973958730697rem;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:18rem;height:29.75rem;top:35.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ6QBHUeDnroWvJNvxtryPTt5Tgl1bAC { display:block; }#wZ6QBHUeDnroWvJNvxtryPTt5Tgl1bAC > .row .container { width:20rem;height:65.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTENC3pGGnc6kPl1zQGblslEuEWVQ8bk { width:18rem;height:31.4375rem;top:0.5rem;left:0.99869787693025rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rsa5y43VEiiHORwDyoytdd6EqnbVMDJI { width:15rem;height:4.94921875rem;top:11.25rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NrQRRf9yEzdcvliJxgvLOL4o9Sy5UtDM { width:15rem;height:9.597625rem;top:17.1875rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCTnOW0wefpEmH79dah6Hhxulx0fmOBm { width:15.124375rem;height:4.94921875rem;top:43.6875rem;left:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnAT4rPdTrCMlEpuAZv2IhqOKXGJDZz4 { width:15.6236875rem;height:9.597625rem;top:49.625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THg1BOFLmMZH9EMDiRhTJFTfhdybTe96 { width:9.375rem;height:1.2487rem;top:60.75rem;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:7.75rem;top:2rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnWhRwpTwxkTF8FgyT7DvtfifnnfSOO2 { width:14.6875rem;height:7.75rem;top:34.4375rem;left:2.6562501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqiuSRoWRaToUFh3yqR7MOH11ADSeoTS { width:9.375rem;height:1.25rem;top:28.3125rem;left:2.5000001192093rem;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:18rem;height:31.3125rem;top:32.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahS7MC3WoINvO0Z603Z3nI0NrTLHKeGJ { display:block; }#ahS7MC3WoINvO0Z603Z3nI0NrTLHKeGJ > .row .container { width:20rem;height:39.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlbovGeZgLC2gaVVJccM68TfaOWOIq7i { width:18.6870625rem;height:27.2949375rem;top:1.248553276062rem;left:0.6539351940155rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGBIT92G7g9JGwx2b2WrdEWeI21Lqb8N { width:4.49935rem;height:4.49935rem;top:30.25rem;left:2.9837239980697rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhmEX8HlwsAb2JmkWhJ6ZuqV1zGSEE9b { width:12.4370625rem;height:0;top:37.051375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpKrBq1QKz8AZD01s6spH28IZDJCXRR8 { width:10.6236875rem;height:1.29948125rem;top:30.250000953674rem;left:8.75846350193rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9Vx3N561VsTCCElliS8dgiUVIRZzkmX { width:9.936875rem;height:1.29948125rem;top:31.849610328674rem;left:8.75846350193rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTNJ5X90k092lHO0iTITLvyIDUpX1Ka0 { display:block; }#PTNJ5X90k092lHO0iTITLvyIDUpX1Ka0 > .row .container { width:20rem;height:20.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIaw46FxeAflkS3x9IJ7sDQ8yauRT3so { width:20rem;height:20.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrfC8cvQdFBTBD4NNc7l5Vaqnnpe3PKq { width:10.0625rem;height:10.25rem;top:8.2127685546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XbLDx1PxWMkuR4bRGrZOiFAVezJMOTW5 { width:15rem;height:3.8997375rem;top:3.0625rem;left:2.5rem;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.822916625rem;height:2.558591625rem;top:8.9375rem;left:2.5468751192093rem;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.822916625rem;height:2.808591625rem;top:12.5rem;left:2.5468751192093rem;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:8.74783039093rem;left:2.4045139551163rem;width:15.1859375rem;height:0;z-index:15005;line-height:1.6;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }